django/tests/invalid_models_tests
Daniel Pyrathon cb15231888 Fixed #21798 -- Added check for DateTime mutually exclusive options
Added DateTimeCheckMixin to avoid the use of default, auto_now, and
auto_now_add options together. Added the fields.E151 Error that is raised
if one or more of these options are used together.
2014-05-16 05:57:19 -04:00
..
__init__.py Deprecated load_app(). 2013-12-22 11:39:17 +01:00
base.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
test_backend_specific.py Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08:00
test_models.py Fixed #22356 -- Added a check to make sure unique_together fields are local. 2014-04-14 16:49:40 -04:00
test_ordinary_fields.py Fixed #21798 -- Added check for DateTime mutually exclusive options 2014-05-16 05:57:19 -04:00
test_relative_fields.py Flake8 corrections 2014-03-12 20:34:05 +02:00