django1/django/db/models
Matthew Somerville 2dc93bb10a Fixed #22316 -- Added time filters to TimeField on SQLite.
This was implemented for non-SQLite backends in 1.7 (as a
side effect of #16187).
2015-06-04 22:27:13 -04:00
..
fields Fixed #22316 -- Added time filters to TimeField on SQLite. 2015-06-04 22:27:13 -04:00
sql Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count() 2015-05-25 20:46:20 -04:00
__init__.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
aggregates.py Fixed #24699 -- Added aggregate support for DurationField on Oracle 2015-05-30 20:41:33 -04:00
base.py Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
expressions.py Fixed #24752 -- query crash when reusing Case expressions 2015-05-05 11:38:12 -04:00
functions.py Fixed #24866 -- Added Now() database function 2015-06-02 17:59:01 -04:00
lookups.py Fixed #22394 -- Refactored built-in datetime lookups to transforms. 2015-04-20 15:11:11 -04:00
manager.py Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
options.py Fixed #24758 -- Corrected Options.get_fields() docstring. 2015-05-08 13:18:48 -04:00
query.py Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 2015-05-22 13:27:16 -04:00
query_utils.py Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:04 -04: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