Changeset 3113644 for asadb


Ignore:
Timestamp:
Sep 12, 2012, 1:48:01 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
08d4fa6
Parents:
ab17953
git-author:
Alex Dehnert <adehnert@…> (09/12/12 01:48:01)
git-committer:
Alex Dehnert <adehnert@…> (09/12/12 01:48:01)
Message:

Increase the length of constitution status_msg

Given that it tends to be the same as the failure_reason, it really
shouldn't be any shorter.

Location:
asadb/groups
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    re0632f6 r3113644  
    138138    last_download = models.DateTimeField(help_text='Last time we downloaded this constitution to see if it had changed.')
    139139    failure_date = models.DateTimeField(null=True, blank=True, default=None, help_text='Time this URL started failing to download. (Null if currently working.)')
    140     status_msg = models.CharField(max_length=20)
     140    status_msg = models.CharField(max_length=100)
    141141    failure_reason = models.CharField(max_length=100, blank=True, default="")
    142142
Note: See TracChangeset for help on using the changeset viewer.