django1/django/db/models
Malcolm Tredinnick 084d618519 Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks
to Jay Parlar and Chris Long for some good debugging here.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:26:13 +00:00
..
fields Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks 2006-09-22 03:26:13 +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 Fixed #2484 -- Handle num_in_admin and num_extra_on_change being 0 for the 2006-08-10 03:44:11 +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 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