django1/django/db/models
Luis Del Giudice 69ddc1b3da Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
..
fields Fixed #22394 -- Refactored built-in datetime lookups to transforms. 2015-04-20 15:11:11 -04:00
sql Fixed #24719 -- Restored the ability to use interators as queryset related object filters. 2015-04-28 10:51:27 -04:00
__init__.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
aggregates.py Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types. 2015-04-25 13:06:14 -04:00
base.py Fixed #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
expressions.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
functions.py Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQL 2015-04-09 10:17:27 -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 #24693 -- Added label and label_lower property to Model._meta 2015-05-02 16:58:18 +02:00
query.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
query_utils.py Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +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