datatracker/ietf/mailinglists
Bill Fenner 4e3769c963 Turn post_admin and archive_private into IntegerField instead of
BooleanField.  They are used as booleans, but represented in the
database as integers, so pretending they're boolean causes trouble
when saving empty values.
 - Legacy-Id: 266
2007-06-08 18:12:23 +00:00
..
fixtures Create mailing list domains table and idtracker Roles model. 2007-06-07 17:58:06 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
forms.py If we're passed in None, don't try to get the domain name out of it. 2007-06-08 15:48:09 +00:00
models.py Turn post_admin and archive_private into IntegerField instead of 2007-06-08 18:12:23 +00:00
urls.py Adding handler404 and handler 500 in the right place ,;-) 2007-06-05 18:18:40 +00:00
views.py Great leaps towards completing the mailing list request tool. 2007-06-08 15:30:34 +00:00