django1/django/db/models
Mariusz Felisiak 2d3cc94284
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
Thanks Tim Graham for the review.
2017-11-12 14:28:11 +01:00
..
fields Simplified Field.get_choices(). 2017-11-11 19:38:29 -05:00
functions Refs #28643 -- Reorganized database functions. 2017-10-13 21:23:00 +02:00
sql Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). 2017-11-12 14:28:11 +01:00
__init__.py Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline. 2017-09-22 12:51:18 -04:00
aggregates.py Refs #28492 -- Defined aggregates' output_field at the class level. 2017-09-29 07:44:27 -04:00
base.py Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment. 2017-11-09 11:40:34 -05:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
expressions.py Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef. 2017-10-25 21:52:38 +02:00
indexes.py Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor 2017-08-08 17:37:43 +02:00
lookups.py Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact. 2017-10-16 13:56:38 -04:00
manager.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
options.py Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future for backwards compatibility. 2017-10-31 13:22:27 -04:00
query.py Fixed #28674 -- Removed unused check in QuerySet._batched_insert(). 2017-10-03 19:56:44 -04:00
query_utils.py Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support. 2017-09-22 11:53:17 -04:00
signals.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
utils.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00