django1/django/db/models
Josh Smeaton e2d6e14662 Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
..
fields Fixed #24302 -- Added DurationField.formfield() 2015-02-09 10:20:01 -05:00
sql Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Removed deprecated aliases in django.db.models. 2015-01-17 14:57:34 -05:00
aggregates.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
base.py Disallowed importing concrete models without an application. 2015-02-10 21:41:19 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
expressions.py Refs #14030 -- Improved expression support for python values 2015-02-12 08:46:25 +11:00
functions.py Fixed #24183 -- Fixed wrong comparisons in Substr 2015-01-20 12:09:15 +11:00
lookups.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
manager.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
options.py Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_ready 2015-02-10 19:55:06 -05:00
query.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
query_utils.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00