django1/django/db/models
mpaolini 6248833d9e Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00
..
fields Fixed #19547 -- Caching of related instances. 2013-01-02 22:21:46 +01:00
sql Minor improvement to proxy model handling 2012-12-30 11:20:27 +02:00
__init__.py Remove some code that has been dead since newforms-admin was merged, many moons ago. 2012-07-12 09:27:08 -07:00
aggregates.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
base.py Fix #19524 -- Incorrect caching of parents of unsaved model instances. 2012-12-28 23:34:54 +01:00
constants.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
deletion.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03:00
expressions.py Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
loading.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
manager.py Fixed #19069 -- Improved the error message when trying to query a swapped model. 2012-10-06 14:21:57 +08:00
options.py Fixed #19401 -- Ensure that swappable model references are case insensitive. 2012-12-20 16:10:19 +08:00
query.py Fixed PR 478 -- Removed superfluous try/except block. 2013-01-02 22:46:36 +01:00
query_utils.py [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02:00
related.py Moved join path generation to Field 2012-12-30 11:19:19 +02:00
signals.py Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00