Changeset 4217b13
- Timestamp:
- Feb 11, 2014, 1:59:21 AM (12 years ago)
- Branches:
- master, stable, stage
- Children:
- 86986f5
- Parents:
- bfc0d08
- git-author:
- Alex Dehnert <adehnert@…> (02/11/14 01:31:53)
- git-committer:
- Alex Dehnert <adehnert@…> (02/11/14 01:59:21)
- File:
-
- 1 edited
-
asadb/forms/models.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/models.py
rbfc0d08 r4217b13 213 213 214 214 class PeopleStatusLookup(models.Model): 215 people = models.TextField(help_text="Enter some usernames or email addresses to look up here.")215 people = models.TextField(help_text="Enter some usernames or email addresses, separated by newlines, to look up here.") 216 216 requestor = models.ForeignKey(User, null=True, blank=True, ) 217 217 referer = models.URLField(blank=True)
Note: See TracChangeset
for help on using the changeset viewer.