django/tests/modeltests
Russell Keith-Magee 0389e6261b magic-removal: Cleaned up get_in_bulk() and __get_date_list() DB queries to match documentation and improve error checking.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-09 14:34:17 +00:00
..
basic magic-removal: Cleaned up get_in_bulk() and __get_date_list() DB queries to match documentation and improve error checking. 2006-01-09 14:34:17 +00:00
choices magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
custom_columns magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some 'pk' database queries. Also lightly refactored query-parsing code. Thanks, Russ 2006-01-08 06:16:05 +00:00
custom_managers magic-removal: Implemented hook for custom managers 2005-12-14 18:49:48 +00:00
custom_methods magic-removal: related classes methods now added 2005-12-14 21:30:49 +00:00
custom_pk magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some 'pk' database queries. Also lightly refactored query-parsing code. Thanks, Russ 2006-01-08 06:16:05 +00:00
get_latest magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +00:00
lookup magic-removal: Cleaned up get_in_bulk() and __get_date_list() DB queries to match documentation and improve error checking. 2006-01-09 14:34:17 +00:00
m2m_intermediary magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
m2m_multiple magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +00:00
m2o_recursive magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
m2o_recursive2 magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
manipulators magic-removal: Changed manipulator unit tests to remove usage of sorted() function, which is Python 2.4 only 2006-01-05 22:10:41 +00:00
many_to_many magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some 'pk' database queries. Also lightly refactored query-parsing code. Thanks, Russ 2006-01-08 06:16:05 +00:00
many_to_one magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some 'pk' database queries. Also lightly refactored query-parsing code. Thanks, Russ 2006-01-08 06:16:05 +00:00
many_to_one_null magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
mutually_referential Mutually recursive models unit tests. 2005-12-16 22:15:07 +00:00
one_to_one magic-removal: Fixed #1186 -- Fixed problem resolving primary key in some 'pk' database queries. Also lightly refactored query-parsing code. Thanks, Russ 2006-01-08 06:16:05 +00:00
or_lookups magic-removal: Fixed #1133 -- Added ability to use Q objects as args 2006-01-09 11:01:38 +00:00
ordering magic-removal: Renamed 'class META' to 'class Meta' in models 2005-12-21 02:42:27 +00:00
properties magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
repr magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
reserved_names magic-removal: Changed 'reserved_names' model unit tests to add tests that get_date_extract_sql and get_date_trunc_sql properly escape table and column names 2006-01-09 01:48:02 +00:00
save_delete_hooks magic-removal: Moved django.core.meta to django.db.models 2005-12-14 05:02:51 +00:00
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00