django1/django/db/models
Adrian Holovaty 4c4209b144 Changed __year lookup to use a BETWEEN SQL statement instead of comparing the result of EXTRACT(year). This should be more efficient.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-14 06:32:32 +00:00
..
fields Changed __year lookup to use a BETWEEN SQL statement instead of comparing the result of EXTRACT(year). This should be more efficient. 2007-02-14 06:32:32 +00:00
__init__.py Updated [4497] to use something closer to the English language in the comment. 2007-02-13 06:07:55 +00:00
base.py Fixes #3447, Refs #2160 -- Reverting change [4459] because it breaks admin. Apologies for the inconvenience, guys. 2007-02-07 22:56:53 +00:00
loading.py Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda 2006-10-30 20:50:27 +00:00
manager.py Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks for the patch, medhat 2007-01-23 02:11:08 +00:00
manipulators.py Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. 2007-02-11 23:50:35 +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 Changed __year lookup to use a BETWEEN SQL statement instead of comparing the result of EXTRACT(year). This should be more efficient. 2007-02-14 06:32:32 +00:00
related.py Fixed #3394 -- Made min_num_in_admin be respected on new object creation. Patch 2007-02-13 06:27:28 +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