summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
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.葛汉斌
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-23Fixed #30501 -- Preventing QuerySet.reverse() from mutating expressions in Qu...Mariusz Felisiak
2019-05-21Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...Hasan Ramezani
2019-05-21Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.Rob
2019-05-21Refs #29396, #30494 -- Reduced code duplication in year lookups.Simon Charette
2019-05-21Fixed #29396 -- Added indirect values support to __year lookups.Simon Charette
2019-05-21Fixed #30494 -- Disabled __year lookup optimization for indirect values.Simon Charette
2019-05-18Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...ruchit2801
2019-05-16Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefet...Iain Watts
2019-05-13Fixed #30436 -- Added check that on_delete is callable in ForeignKey and OneT...Rob
2019-05-12Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.Amir Hadi
2019-05-08Used time.monotonic() instead of time.time() where applicable.Przemysław Suliga
2019-05-07Fixed #30349 -- Fixed QuerySet.exclude() on FilteredRelation.Rob
2019-05-07Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.t...Rob Golding-Day
2019-05-07Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...Tobias Kunze
2019-05-07Readded comment about the default params of cursor.execute().Daniel Hahler
2019-05-06Fixed #30339 -- Made Model.delete(keep_parents=True) preserves nested parent ...Stephen Brown
2019-05-03Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.can
2019-05-02Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.Mykola Kokalko
2019-05-01Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...zeyneloz
2019-04-30Fixed #30412 -- Fixed crash when adding check constraints with OR'ed conditio...can
2019-04-30Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...Simon Charette
2019-04-29Fixed #30148 -- Logged COPY ... TO statements in connection.queries on Postgr...kingbuzzman
2019-04-29Refs #30148 -- Moved logging queries in CursorDebugWrapper to debug_sql() con...kingbuzzman
2019-04-29Simplified Field.contribute_to_class().Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-23Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...can
2019-04-21Refs #30380 -- Used cursor._executed in DatabaseOperations.last_executed_quer...Mariusz Felisiak
2019-04-19Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.Mariusz Felisiak