django1/django/db/models
Adrian Holovaty 4ee7a7be95 Negligible space changes to django/db/models/query.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-09 15:35:19 +00:00
..
fields Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us to match naming of other flavors. 2007-04-08 11:21:00 +00:00
__init__.py Backwards-incompatible change -- Removed LazyDate helper class. To preserve existing functionality, query arguments can now be callable. Callable query arguments are evaluated with the query is evaluated. 2007-04-09 13:28:09 +00:00
base.py Negligible comment formatting change in django/db/models/base.py (from [4881]) 2007-04-01 05:25:03 +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 Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This fixes #639, #572, and likely others I don't know of. 2007-02-26 17:17:11 +00:00
options.py Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report, Alexander Solovyov. 2007-03-19 11:57:53 +00:00
query.py Negligible space changes to django/db/models/query.py 2007-04-09 15:35:19 +00:00
related.py An improved version of the change attempted in [4693]: retain backwards 2007-03-10 07:37:08 +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