django1/tests/testapp/models
Adrian Holovaty bbfc645337 Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit tests. Thanks, akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-06 20:43:14 +00:00
..
__init__.py Added unit tests to confirm #452. Refs #452. 2005-12-01 06:01:46 +00:00
basic.py Added two more unit tests for #982 (which still pass under Python 2.4). Refs #982 2005-12-05 03:37:23 +00:00
custom_columns.py Added unit tests to confirm #683 -- a new custom_columns model example 2005-11-09 21:56:05 +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 #681 -- get_in_bulk no longer assumes PK fields are called id. Also added unit tests to confirm. Thanks, Jeremy Dunck 2005-10-22 21:18:53 +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 #1181 -- get_in_bulk no longer fails on empty input. Also added unit tests. Thanks, akaihola 2006-01-06 20:43:14 +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
m2m_multiple.py Added unit tests to confirm #452. Refs #452. 2005-12-01 06:01:46 +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 Added an EmailField to the many_to_one API tests 2005-11-20 22:40:46 +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 tests to verify OneToOne deletion works 2005-11-21 02:34:05 +00:00
or_lookups.py Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo. 2005-11-30 06:14:05 +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
reserved_names.py Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +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