django1/django/db/models
Tim Graham e2ea30c440 [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().
Backport of 3872a33132 from master
2015-10-25 06:02:21 -04:00
..
fields [1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec(). 2015-10-25 06:02:21 -04:00
sql [1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries. 2015-09-05 08:19:38 -04:00
__init__.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:41:12 +11:00
aggregates.py [1.8.x] Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*'). 2015-09-14 14:07:32 -04:00
base.py [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 2015-08-10 11:31:22 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py [1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many. 2015-02-14 02:42:06 +07:00
expressions.py Refs #25517 -- Fixed backport inconsistencies. 2015-10-19 12:06:11 +11:00
functions.py Refs #25517 -- Fixed backport inconsistencies. 2015-10-19 12:06:11 +11:00
loading.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
lookups.py [1.8.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation. 2015-10-14 12:21:36 -07:00
manager.py [1.8.x] Fixed #24940 -- Made model managers hashable 2015-06-19 19:15:01 +02:00
options.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00
query.py [1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and values_list(). 2015-09-17 19:20:09 -04:00
query_utils.py [1.8.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps. 2015-10-19 20:13:47 -04:00
signals.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00