django/tests/regressiontests/model_fields
Jacob Kaplan-Moss a34b718192 Fixed #9640, #10549: BooleanFields with choices, a default, and null=False now correctly doesn't generate a blank option.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 19:54:31 +00:00
..
__init__.py Fixed call to `ugettext`, which is imported as `_`. 2007-07-30 17:25:35 +00:00
models.py Converted model_fields regression tests into unittests. 2009-04-10 19:54:14 +00:00
tests.py Fixed #9640, #10549: BooleanFields with choices, a default, and null=False now correctly doesn't generate a blank option. 2009-04-10 19:54:31 +00:00