django1/django/db/models
Malcolm Tredinnick d03bc77716 Refs #1796 -- Fixed a problem when creating models with relations to
themselves: more than one instance was being created.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-01 21:15:41 +00:00
..
fields Refs #1796 -- Fixed a problem when creating models with relations to 2006-08-01 21:15:41 +00:00
__init__.py Added django.db.models.permalink decorator, which decorates a function that returns a viewname, viewargs and viewkwargs. The decorator returns the result of a reverse URL lookup on those parameters. Documentation is forthcoming. 2006-07-28 02:09:38 +00:00
base.py Seed the global app cache in a call to db.models.get_model() except when we are 2006-07-29 21:04:41 +00:00
loading.py Seed the global app cache in a call to db.models.get_model() except when we are 2006-07-29 21:04:41 +00:00
manager.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
manipulators.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +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 Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]. Thanks, Tim Keating 2006-07-20 20:13:35 +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