django1/django/db/models
Jacob Kaplan-Moss 670ea04e47 Cleaned up comments from [4597] to be a bit more clear.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 06:21:24 +00:00
..
fields Fixed #3172: Model.validate() no longer raises TypeErrors on empty Date*Fields. Thanks, floguy@gmail.com. 2007-02-26 05:07:12 +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 Cleaned up comments from [4597] to be a bit more clear. 2007-02-26 06:21:24 +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 Fixed silly typo in [4651]. 2007-02-23 23:05:25 +00:00
related.py Fixed behaviour of admin interface (and AddManipulator) when 2007-02-19 04:18:46 +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