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-09-30
[3.1.x] Bumped minimum isort version to 5.1.0.
David Smith
2020-09-23
[3.1.x] Fixed #32012 -- Made test database creation sync apps models when mig...
Mariusz Felisiak
2020-09-15
[3.1.x] Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregat...
Mariusz Felisiak
2020-09-14
[3.1.x] Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models...
Mariusz Felisiak
2020-09-02
[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable sto...
Brian Helba
2020-08-31
[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...
Federico Jaramillo Martínez
2020-08-31
[3.1.x] Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-08-28
[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...
Mariusz Felisiak
2020-08-26
[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-08-13
[3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...
Gert Burger
2020-08-11
[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...
Daniel Hillier
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
[next]