django1/django/db/models
Anssi Kääriäinen afe0bb7b13 Fixed #24268 -- removed Query.having
Instead of splitting filter clauses to where and having parts before
adding them to query.where or query.having, add all filter clauses to
query.where, and when compiling the query split the where to having and
where parts.
2015-02-04 09:26:40 -05:00
..
fields Fixed #23617 -- Added get_pk_value_on_save() 2015-02-03 09:23:44 -05:00
sql Fixed #24268 -- removed Query.having 2015-02-04 09:26:40 -05: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 Fixed #15321 -- Honored ancestors unique checks. 2015-02-03 18:56:53 -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 #24268 -- removed Query.having 2015-02-04 09:26:40 -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 #24266 -- Changed get_parent_list to return a list ordered by MRO. 2015-02-03 16:40:31 -05:00
query.py Fixed #23617 -- Added get_pk_value_on_save() 2015-02-03 09:23:44 -05:00
query_utils.py Fixed #24268 -- removed Query.having 2015-02-04 09:26:40 -05:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00