django1/django/db/models
Andrew Godwin 86e69bf3b6 Fixed #21785: Bad handling of both auto_now and _add on deconstruct 2014-01-17 10:46:03 +00:00
..
fields Fixed #21785: Bad handling of both auto_now and _add on deconstruct 2014-01-17 10:46:03 +00:00
sql Fixed #21413 -- resolve_columns fields misalignment 2014-01-12 18:07:39 +02:00
__init__.py Restored deprecated aliases for functions in django.db.models. 2013-12-17 10:17:46 +01:00
aggregates.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Deprecated importing a model before loading its application. 2014-01-10 23:43:10 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
expressions.py Fixed #17027 -- Added support for the power operator in F expressions. 2013-10-22 10:29:57 -04:00
loading.py Turned django.db.models.app_cache_ready back into a method. 2013-12-31 15:27:25 +01:00
manager.py Fixed #13724: Corrected routing of write queries involving managers. 2013-09-30 13:05:43 +08:00
options.py Small style cleanup. 2013-12-31 16:24:40 +01:00
query.py Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
query_utils.py Fixed #21711 -- Enforced unicity of model names. 2014-01-05 20:52:53 +01:00
related.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
signals.py Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00