- Timestamp:
- Sep 12, 2012, 1:48:01 AM (13 years ago)
- 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)
- Location:
- asadb/groups
- Files:
-
- 1 added
- 1 edited
-
migrations/0026_lengthen_const_status.py (added)
-
models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
re0632f6 r3113644 138 138 last_download = models.DateTimeField(help_text='Last time we downloaded this constitution to see if it had changed.') 139 139 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) 141 141 failure_reason = models.CharField(max_length=100, blank=True, default="") 142 142
Note: See TracChangeset
for help on using the changeset viewer.