django1/django/db/models
Adrian Holovaty 98597be786 Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_inner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-11 03:29:12 +00:00
..
fields Removed stray references to (now deprecated) !__ne query type. 2006-07-01 05:41:48 +00:00
__init__.py Added generic foreign key support to Django. Much thanks to Ian Holsman and 2006-06-16 19:18:30 +00:00
base.py Fixed another problem where we were creating a class twice via two import 2006-07-06 13:25:12 +00:00
loading.py Negligible spacing change to django/db/models/loading.py 2006-06-30 19:13:00 +00:00
manager.py Added {{{Manager.create()}}} method to create and save an object in a single step. 2006-06-27 20:36:25 +00:00
manipulators.py Fixed #1579 - added support for 'Q' objects in limit_choices_to. 2006-05-06 00:26:24 +00:00
options.py Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian 2006-07-10 04:16:26 +00:00
query.py Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_inner 2006-07-11 03:29:12 +00:00
related.py Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms. Existing use of primary keys in query terms is preserved. 2006-07-01 01:14:41 +00:00
signals.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00