django1/django/db/models
Russell Keith-Magee cb829267b8 Corrected line that was somehow merged out prior to committing changeset [3858].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 12:55:44 +00:00
..
fields Fixed #2265 -- Fixed problem with using iterators for "choices" attribute. 2006-09-26 06:33:32 +00:00
__init__.py Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not datetime objects 2006-08-12 05:18:25 +00:00
base.py Fixed #2512 -- Fixed SQL error when saving existing empty models. 2006-08-10 03:55:03 +00:00
loading.py Negligible style change in django.db.models.loading 2006-08-08 21:17:59 +00:00
manager.py Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
manipulators.py Corrected line that was somehow merged out prior to committing changeset [3858]. 2006-09-26 12:55:44 +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 Made ``pk`` a generic expansion for the primary key, rather than just an expansion for __id__exact. 2006-09-25 13:49:01 +00:00
related.py Fixes #2653 -- Modified related field utility methods to return None as the related name for symmetrical m2m fields on self. Updated validators and unit tests to account for the new behavior. 2006-09-07 13:29:56 +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