django1/django/db/models
Anssi Kääriäinen db65660928 [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions.
Avoided split_exclude() for Q when used as an expression.

Backport of bc87061a3c from master
2015-05-20 09:41:42 -04:00
..
fields [1.8.x] Fixed #24698, #24712 -- Added ForeignKey.get_db_prep_value() 2015-05-12 19:37:37 -04:00
sql [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:42 -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] Update converters to take a consistent set of parameters. 2015-02-20 11:47:48 +00:00
base.py [1.8.x] Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields. 2015-04-09 08:24:07 -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 [1.8.x] Fixed #24752 -- query crash when reusing Case expressions 2015-05-05 11:38:48 -04:00
functions.py [1.8.x] Fixed #24183 -- Fixed wrong comparisons in Substr 2015-01-20 12:11:27 +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] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
manager.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
options.py [1.8.x] Fixed #24758 -- Corrected Options.get_fields() docstring. 2015-05-08 13:19:32 -04:00
query.py [1.8.x] Fixed #24343 -- Ensure db converters are used for foreign keys. 2015-02-20 11:46:57 +00:00
query_utils.py [1.8.x] Fixed #24705 -- Fixed negated Q objects in expressions. 2015-05-20 09:41:42 -04:00
signals.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00