index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2020-07-30
[3.1.x] Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching...
Tim Graham
2020-07-28
[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.
sage
2020-07-28
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contai...
Mariusz Felisiak
2020-07-28
[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Or...
Mariusz Felisiak
2020-07-22
[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from direct...
Tim Graham
2020-07-09
[3.1.x] Fixed #31773 -- Fixed preserving output_field in ExpressionWrapper fo...
Mariusz Felisiak
2020-06-30
[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-26
[3.1.x] Fixed #31742 -- Fixed makemigrations crash on ForeignKey to an app wi...
Mariusz Felisiak
2020-06-24
[3.1.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK additi...
Simon Charette
2020-06-12
[3.1.x] Fixed #31659 -- Made ExpressionWrapper preserve output_field for comb...
Mariusz Felisiak
2020-06-10
[3.1.x] Fixed #31657 -- Fixed ordering by attnames of self-referential Foreig...
Hasan Ramezani
2020-06-08
[3.1.x] Fixed #31664 -- Reallowed using non-expressions having filterable att...
Nicolas Baccelli
2020-06-08
[3.1.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
Mariusz Felisiak
2020-06-05
[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric inva...
Sasha Pachev
2020-06-03
[3.1.x] Fixed #31651 -- Made ExpressionWrapper use grouping columns from wrap...
Thodoris Sotiropoulos
2020-05-29
[3.1.x] Refs #21171 -- Made Collector.delete() rollback in the correct database.
Simon Charette
2020-05-26
[3.1.x] Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of co...
Laurent Tramoy
2020-05-26
[3.1.x] Fixed #31416 -- Made autodetector find dependencies for MTI model cre...
Nan Liu
2020-05-25
[3.1.x] Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete().
Simon Charette
2020-05-19
[3.1.x] Fixed #31607 -- Fixed evaluated Subquery equality.
Mariusz Felisiak
2020-05-18
[3.1.x] Refs #12990 -- Added DatabaseFeatures.has_json_operators.
Tim Graham
2020-05-14
[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...
Mariusz Felisiak
2020-05-14
[3.1.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple ...
Simon Charette
2020-05-14
[3.1.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_lis...
Simon Charette
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
Optimized Model and QuerySet pickling version comparison.
Adam Johnson
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-08
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
Mariusz Felisiak
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-05-05
Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
Mariusz Felisiak
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
2020-04-27
Removed unnecessary tuple wrapping of single format string argument.
François Freitag
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-04-24
Refs #30913 -- Added BaseDatabaseSchemaEditor._index_condition_sql().
Hannes Ljungberg
2020-04-23
Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...
David Wobrock
2020-04-23
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...
Hannes Ljungberg
2020-04-22
Avoided unnecessary recompilation of ordering clause regex in SQLCompiler.
Adam Johnson
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-22
Refs #31499 -- Ignored field ordering to determine ModelState equality.
Simon Charette
2020-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-20
Stopped rebuilding referenced tables multiple times on SQLite alterations.
Simon Charette
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...
Hasan Ramezani
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-20
Fixed #24559 -- Made MigrationLoader.load_disk() catch more specific ModuleNo...
Jon Dufresne
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Simplified DatabaseOperations.sql_flush() on Oracle and PostgreSQL.
Jon Dufresne
[next]