django1/django/db/models
Tim Graham 3f50dc2be5 Removed SQLCompiler.__call__() per deprecation timeline. 2015-09-23 19:31:09 -04:00
..
fields Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
sql Removed SQLCompiler.__call__() per deprecation timeline. 2015-09-23 19:31:09 -04:00
__init__.py Removed SubfieldBase per deprecation timeline. 2015-09-23 19:31:09 -04:00
aggregates.py Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*'). 2015-09-14 13:41:35 -04:00
base.py Fixed #25296 -- Prevented model related object cache pollution when create() fails due to an unsaved object. 2015-09-19 20:49:13 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #25058 -- Added GenericRelations with related_query_name to the admin's delete confirmation page. 2015-09-03 10:08:51 -04:00
expressions.py Fixed #24509 -- Added Expression support to SQLInsertCompiler 2015-09-22 23:35:24 +10:00
functions.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
lookups.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
manager.py Fixed #25054 -- Added app_label to swapped model AttributeError 2015-07-02 14:18:10 -04:00
options.py Refs #12663 -- Removed deprecated Model._meta methods. 2015-09-23 19:31:09 -04:00
query.py Fixed #24509 -- Added Expression support to SQLInsertCompiler 2015-09-22 23:35:24 +10:00
query_utils.py Fixed #24629 -- Unified Transform and Expression APIs 2015-09-21 19:56:24 +10:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00
utils.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00