summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2019-08-15Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...zeyneloz
2019-08-14Optimized Field.deconstruct() by using elif.Mads Jensen
2019-08-13Refs #25367 -- Moved Oracle Exists() handling to contextual methods.Simon Charette
2019-08-13Refs #25367 -- Moved select_format hook to BaseExpression.Simon Charette
2019-08-12Refs #24793 -- Removed bogus connection argument from SQLCompiler.compile() c...Simon Charette
2019-08-12Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette
2019-08-12Refs #23879 -- Made introspection respect required_db_features.Simon Charette
2019-08-05Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...Diederik van der Boor
2019-08-02Simplified AlterModelTable by making it subclass ModelOptionOperation.Nick Pope
2019-08-02Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...aaktsipetrov
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-08-02Removed obsolete mentions of a check constraint in BaseDatabaseSchemaEditor.a...Mariusz Felisiak
2019-08-01Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...Mariusz Felisiak
2019-08-01Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...Ngalim Siregar
2019-07-31Fixed #30665 -- Added support for distinct argument to Avg() and Sum().Étienne Beaulé
2019-07-30Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.Hasan Ramezani
2019-07-30Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...Hasan Ramezani
2019-07-27Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...Jon Dufresne
2019-07-25Added Query.is_sliced property.Mariusz Felisiak
2019-07-25Fixed #27995 -- Added error messages on unsupported operations following unio...Hasan Ramezani
2019-07-25Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne
2019-07-25Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...Jon Dufresne
2019-07-23Improved error message when index in __getitem__() is invalid.Jon Dufresne
2019-07-23Refs #29548 -- Fixed DatabaseWrapper.display_name on MariaDB.Mariusz Felisiak
2019-07-23Removed unnecessary code in Model.__init__().Jon Dufresne
2019-07-22Fixed #30644 -- Made introspection use pg_table_is_visible() instead of filte...Georgi Yanchev
2019-07-20Simplified get_key_columns()/get_relations() introspection methods for Postgr...Mariusz Felisiak
2019-07-19Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.Hasan Ramezani
2019-07-16Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.Yann Sionneau
2019-07-12Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...Hasan Ramezani
2019-07-11Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...Mariusz Felisiak
2019-07-11Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...Hasan Ramezani
2019-07-11Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.can
2019-07-10Fixed #30628 -- Adjusted expression identity to differentiate bound fields.Simon Charette
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-07-08Refs #29444 -- Added support for fetching a returned non-integer insert value...Johannes Hoppe
2019-07-05Fixed #30613 -- Moved index name validation to system checks.can
2019-07-02Fixed typos in comments and docs.Min ho Kim
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-28Fixed #28408 -- Added error message when updating with annotated expressions ...can
2019-06-25Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...can
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2019-06-19Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...can
2019-06-19Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...Mariusz Felisiak
2019-06-13Fixed #30128 -- Fixed handling timedelta timezone in database functions.can
2019-06-10Fixed #30548 -- Improved exception when expression contains mixed types.CruxBox
2019-06-05Fixed #30542 -- Fixed crash of numerical aggregations with filter.Étienne Beaulé
2019-05-31Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.Mariusz Felisiak
2019-05-28Simplified Model.save() a bit.葛汉斌