django1/django/db/models
Simon Charette eb4cdfbdd6 Fixed #23940 -- Allowed model fields to be named `exact`.
An explicit `__exact` lookup in the related managers filters
was interpreted as a reference to a foreign `exact` field.

Thanks to Trac alias zhiyajun11 for the report, Josh for the investigation,
Loïc for the test name and Tim for the review.
2015-01-29 14:40:20 -05:00
..
fields Fixed #23940 -- Allowed model fields to be named `exact`. 2015-01-29 14:40:20 -05:00
sql Fixed #24154 -- Backends can now check support for expressions 2015-01-27 12:20:06 +11:00
__init__.py Removed deprecated aliases in django.db.models. 2015-01-17 14:57:34 -05:00
aggregates.py Refs #14030 -- Added repr methods to all expressions 2015-01-28 10:59:30 +11:00
base.py Advanced deprecation warnings for Django 1.9. 2015-01-19 12:22:41 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
expressions.py Refs #14030 -- Renamed CombinableMixin to Combinable 2015-01-28 10:59:30 +11:00
functions.py Fixed #24183 -- Fixed wrong comparisons in Substr 2015-01-20 12:09:15 +11:00
lookups.py Fixed #24092 -- Widened base field support for ArrayField. 2015-01-16 16:15:16 -05:00
manager.py Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
options.py Fixed #24146 -- Fixed a missing fields regression in admin checks. 2015-01-16 14:47:09 -05:00
query.py Fixed small inconsistency when handling aggregate's default_alias. 2015-01-22 00:44:14 +07:00
query_utils.py Replaced inner functions by class methods. 2015-01-15 13:03:34 -05:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00