django/tests/testapp/models
Adrian Holovaty fa8662a13f Added unit test to confirm #558
git-svn-id: http://code.djangoproject.com/svn/django/trunk@696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-26 05:00:29 +00:00
..
__init__.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
basic.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
custom_methods.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
custom_pk.py Fixed #556 -- ManyToManyField join tables no longer assume the primary keys of both associated tables are integers. Also added unit tests to confirm. 2005-09-25 18:29:59 +00:00
get_latest.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
lookup.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
m2m_intermediary.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
m2o_recursive.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
m2o_recursive2.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
many_to_many.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
many_to_one.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
many_to_one_null.py Tiny change to docstring in many_to_one_null model unit test 2005-08-26 05:39:23 +00:00
one_to_one.py Added unit test to one_to_one model that confirms #527 2005-09-20 01:12:24 +00:00
ordering.py Added unit test that confirms #404 2005-09-02 20:37:24 +00:00
repr.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
save_delete_hooks.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
subclassing.py Added unit test to confirm #558 2005-09-26 05:00:29 +00:00