django/tests/modeltests
Luke Plant ecd7f948dc magic-removal: Implemented 'laziness' for QuerySet slicing, to restore functionality that was previously possible with generic views via 'limit' and 'extra_lookup_args'
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-04 00:19:59 +00:00
..
basic magic-removal: Implemented 'laziness' for QuerySet slicing, to restore functionality that was previously possible with generic views via 'limit' and 'extra_lookup_args' 2006-03-04 00:19:59 +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: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
custom_managers magic-removal: extracted usages of QuerySet in Manager to a single method, 2006-01-31 21:54:28 +00:00
custom_methods Fixed custom_methods test which was using __ne lookup that no longer exists. 2006-02-28 00:23:09 +00:00
custom_pk magic-removal: Fixed errors in custom_pk model unit tests 2006-02-03 23:42:46 +00:00
field_defaults magic-removal: fixed #1409 2006-02-27 17:33:23 +00:00
get_latest magic-removal: Added support for QuerySet.latest() and Manager.latest(), and updated unit tests. 2006-02-04 00:07:03 +00:00
invalid_models magic-removal: Updated unit tests to reflect changes in validation errors introduced by r2472. 2006-03-03 10:14:53 +00:00
lookup Fixed a little typo in the lookup tests. 2006-02-28 00:25:25 +00:00
m2m_intermediary magic-removal: Updated m2m_intermediary tests to use new attribute syntax. 2006-02-03 13:28:29 +00:00
m2m_multiple magic-removal: Fixed bug in m2m_multiple model unit tests. Down to 10 unit-test failures total 2006-02-04 00:12:05 +00:00
m2m_recursive magic-removal: Fixes #1346 -- Added ability for m2m relations to self to be optionally non-symmetrical. Added unit tests for non-symmetrical behaviour. 2006-02-24 10:36:04 +00:00
m2o_recursive magic-removal: Fixed incorrect related_name in m2o_recursive unit tests 2006-02-03 22:31:56 +00:00
m2o_recursive2 magic-removal: Fixed bugs in m2o_recursive2 model unit tests 2006-02-03 20:29:45 +00:00
manipulators magic-removal: removed "follow" tests since follow is going away and isn't worth fixing. 2006-02-28 18:10:21 +00:00
many_to_many magic-removal: Modified behavior of add() for ForeignKey descriptors to take a list of objects, rather than creating a new object. Added create() methods to ForeignKey and m2m descriptors to allow for new instance creation. 2006-02-27 14:23:52 +00:00
many_to_one magic-removal: Fixed #1407 -- Added a __set__ method for the single object descriptor. This enables setting related objects using poll.choice = c, and ensures that the cache is kept accurate in the process. 2006-02-28 11:36:20 +00:00
many_to_one_null magic-removal: Refs #1407 -- Added remove() and clear() methods for ForeignKeys that allow nulls. 2006-02-28 10:12:45 +00:00
mutually_referential magic-removal: Modified behavior of add() for ForeignKey descriptors to take a list of objects, rather than creating a new object. Added create() methods to ForeignKey and m2m descriptors to allow for new instance creation. 2006-02-27 14:23:52 +00:00
one_to_one magic-removal: Added fixes to OneToOne descriptors and RelatedObjects to get one_to_one unit tests to pass. Still requires work on and extra unit tests for __set__ on SingleRelatedObjectDescriptor. 2006-02-28 14:02:20 +00:00
or_lookups magic-removal: updated syntax of 'or_lookup' model tests, including 2006-01-31 02:06:42 +00:00
ordering magic-removal: Fixed an incorrect model test in 'ordering', and updated comments too. 2006-01-31 02:27:18 +00:00
pagination Fixed #1434 -- added tests for ObjectPaginator (thanks, Matt) 2006-03-01 20:27:58 +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 syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
reverse_lookup magic-removal: Fixed #1305 -- Added new unit test group for reverse lookup queries over foreign keys. Thanks, Andreas. 2006-02-06 11:21:02 +00:00
save_delete_hooks magic-removal: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +00:00
transactions magic-removal: Fixed typo in modeltests/transactions/models.py docstring 2006-03-02 04:20:22 +00:00
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00