django1/django/db/models
Tim Graham 0595bca221 Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models."
This reverts commit 74a575eb72 as it causes
unexpected migrations and doesn't seem to be the best solution.
2017-02-11 06:34:59 -05:00
..
fields Refs #27148 -- Fixed UUIDField.to_python(None) crash. 2017-02-10 13:54:52 -05:00
functions Fixed #27802 -- Unified return value of db backend datetime SQL methods. 2017-02-06 09:19:13 -05:00
sql Fixed #26551 -- Fixed negated Q() queries that span relations. 2017-02-09 11:20:33 -05:00
__init__.py Fixed #27149 -- Added Subquery and Exists database expressions. 2017-01-14 09:12:24 -05:00
aggregates.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
base.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
expressions.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
indexes.py Refs #23919 -- Removed unneeded str() calls 2017-01-20 14:13:55 +01:00
lookups.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
manager.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
options.py Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-table inheritance models." 2017-02-11 06:34:59 -05:00
query.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
query_utils.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
signals.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
utils.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00