1
0
mirror of https://github.com/django/django.git synced 2025-01-13 20:07:13 +00:00
django/tests/modeltests
Malcolm Tredinnick 1006d6eb06 Fixed #1530 -- make count() respect distinct() on QuerySets. Create some
tests for this as well. Thanks to Adam Endicott for the original patch on which
this is based.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@2902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-14 23:49:29 +00:00
..
basic Updated tests in line with changed exception messages, fixing 2 failures. 2006-05-11 21:52:23 +00:00
choices
custom_columns
custom_managers
custom_methods
custom_pk Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb 2006-05-06 18:36:32 +00:00
field_defaults
get_latest Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb 2006-05-06 18:36:32 +00:00
invalid_models
lookup Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb 2006-05-06 18:36:32 +00:00
m2m_and_m2o
m2m_intermediary
m2m_multiple
m2m_recursive
m2o_recursive
m2o_recursive2
manipulators
many_to_many Fixed #1530 -- make count() respect distinct() on QuerySets. Create some 2006-05-14 23:49:29 +00:00
many_to_one Fixed #1530 -- make count() respect distinct() on QuerySets. Create some 2006-05-14 23:49:29 +00:00
many_to_one_null Updated tests in line with changed exception messages, fixing 2 failures. 2006-05-11 21:52:23 +00:00
model_inheritance
mutually_referential
one_to_one Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb 2006-05-06 18:36:32 +00:00
or_lookups Updated 'or_lookup' tests to give example of more compact syntax, for the sake of autogenerated docs. 2006-05-11 21:51:24 +00:00
ordering
pagination
properties
repr
reserved_names
reverse_lookup
save_delete_hooks
transactions
validation
__init__.py