django/tests/modeltests
Russell Keith-Magee 4b0acfc202 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.
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-28 14:02:20 +00:00
..
basic magic-removal: Fixed #1219 -- Added implementation of bulk delete, and factored common deletion code out of individual models. 2006-02-14 09:51:27 +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: Removed last references to OLD_get_accessor_name, and added unit tests to ensure accessor names are used correctly during validation. 2006-02-17 12:46:03 +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: Changed syntax in unit tests -- hopefully for the last time. 2006-01-31 01:08:02 +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
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
__init__.py magic-removal: Added __init__.py to tests/modeltests 2005-12-12 04:13:59 +00:00