django1/django/db/models
Adrian Holovaty 54ea309a1d Fixed #2513 -- Changed LazyDate.__get_value__() to return date objects, not datetime objects
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-12 05:18:25 +00:00
..
fields Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to double-escape them. Thanks, tom@eggdrop.ch 2006-08-11 05:20:31 +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 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