summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2017-11-02Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.Mike Hansen
2017-10-31Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...Charlie Denton
2017-10-30Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reve...Paulo
2017-10-28Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita
2017-10-25Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.Mariusz Felisiak
2017-10-21Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-18Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.Simon Charette
2017-10-18Fixed outdated comment in RelatedObjectDoesNotExist.Simon Charette
2017-10-16Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.Tim Graham
2017-10-13Fixed #28695 -- Allowed models to use __init_subclass__().k
2017-10-13Corrected examples in related field descriptor docstrings.Simon Charette
2017-10-13Refs #28575 -- Removed unnecessary code for model exception pickling.Simon Charette
2017-10-13Refs #28643 -- Reorganized database functions.Mariusz Felisiak
2017-10-13Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...Rachel Tobin
2017-10-12Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.Paulo
2017-10-09Fixed #28670 -- Added FETCH/OFFSET support on Oracle.Mariusz Felisiak
2017-10-06Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sql().Mariusz Felisiak
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-10-05Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...Mariusz Felisiak
2017-10-04Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().Mariusz Felisiak
2017-10-03Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.Tim Graham
2017-10-03Fixed #28674 -- Removed unused check in QuerySet._batched_insert().Tim Graham
2017-10-03Fixed #28584 -- Dropped support for SQLite < 3.7.15.Tim Graham
2017-10-03Fixed #28675 -- Removed always True variable in SQLInsertCompiler.execute_sql...Tim Graham
2017-10-02Fixed #28652 -- Fixed a few comments in django/db/models/*.Дилян Палаузов
2017-10-02Refs #23919 -- Removed unneeded float()/int() calls.Mariusz Felisiak
2017-09-30Corrected typos in BaseDatabaseOperations exception messages.Mads Jensen
2017-09-29Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...Tim Graham
2017-09-29Used NotSupportedError for some unsupported database opreations per PEP 249.Mads Jensen
2017-09-29Refs #28492 -- Defined aggregates' output_field at the class level.Simon Charette
2017-09-28Merged hash() calls.Mariusz Felisiak
2017-09-28Simplified various __eq__() methods.Mads Jensen
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-25Removed DatabaseFeatures.supports_microsecond_precision.Tim Graham
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-22Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.Tim Graham
2017-09-22Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.Tim Graham
2017-09-22Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...Tim Graham
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-21Refs #28595 -- Added a hook to add execute wrappers for database queries.Shai Berger
2017-09-20Removed unused list in Query.resolve_lookup_value().Nicolas Delaby
2017-09-18Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...Mariusz Felisiak
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-09-18Changed default value of DatabaseFeatures.has_bulk_insert to True.Mads Jensen
2017-09-16Removed unneeded StdDev.convert_value() and Variance.convert_value().Sergey Fedoseev
2017-09-16Simplified Count.convert_value() and RegrCount.convert_value().Sergey Fedoseev
2017-09-15Removed unnecessary check in SQLCompiler.get_related_selections().Tim Graham
2017-09-13Refs #27090 -- Added real database sequence introspection.Mariusz Felisiak
2017-09-11Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette