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
2024-03-14
Fixed #28541 -- Fixed migrations crash when changing primary key on SQLite.
Ben Cail
2024-03-14
Fixed #35295 -- Used INSERT with multiple rows on Oracle 23c.
Mariusz Felisiak
2024-03-14
Refs #35295 -- Added BaseDatabaseOperations.bulk_insert_sql().
Mariusz Felisiak
2024-03-13
Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups.
Mariusz Felisiak
2024-03-11
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
Mariusz Felisiak
2024-03-11
Fixed #35285 -- Optimized ForeignObject._check_unique_target().
Adam Johnson
2024-03-09
Fixed #35270 -- Optimized model's Options._property_names.
Adam Johnson
2024-03-08
Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...
Giannis Terzopoulos
2024-03-08
Optimized Model.refresh_from_db(fields=...) by using a set.
Giannis Terzopoulos
2024-03-08
Fixed #35223 -- Made Model.full_clean() ignore fields with db_default when va...
Ben Cail
2024-03-08
Refs #30397 -- Optimized interpolation of index and constraint names a bit more.
Nick Pope
2024-03-07
Fixed typo in django/db/models/expressions.py.
Mariusz Felisiak
2024-03-07
Refs #30397 -- Optimized interpolation of index and constraint names a bit.
Adam Johnson
2024-03-06
Fixed #35021 -- Fixed capturing queries when using client-side parameters bin...
Michail Chatzis
2024-03-04
Fixed #35266 -- Deferred formatting in RelatedField._check_clashes().
Adam Johnson
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2024-03-01
Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.
Simon Charette
2024-02-29
Refs #35234 -- Moved constraint system checks to Check/UniqueConstraint methods.
Simon Charette
2024-02-26
Refs #34200 -- Removed unnecessary check in DatabaseWrapper.ensure_role() on ...
Florian Apolloner
2024-02-26
Fixed #35246 -- Made Field.unique a cached property.
Adam Johnson
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-23
Simplified using DATABASES["OPTIONS"].
Florian Apolloner
2024-02-20
Fixed #35238 -- Fixed database serialization crash when base managers use pre...
AlexCLeduc
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-02-19
Refs #28011 -- Removed ForeignObjectRel.is_hidden().
Adam Johnson
2024-02-19
Refs #34060 -- Fixed JSONField __exact lookup for primitivies on Oracle 21c+.
Albert Defler
2024-02-19
Fixed #35232 -- Cached model's Options.verbose_name_raw.
Adam Johnson
2024-02-19
Fixed #35230 -- Added cached ForeignObjectRel.accessor_name.
Adam Johnson
2024-02-16
Fixed #24018 -- Allowed setting pragma options on SQLite.
Aaron Linville
2024-02-16
Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on ...
ontowhee
2024-02-16
Refs #34060 -- Fixed crash when filtering against literal JSON with psycopg2.
Simon Charette
2024-02-15
Fixed #34060 -- Fixed migrations crash when adding check constraints with JSO...
Albert Defler
2024-02-15
Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle.
Shafiya Adzhani
2024-02-09
Refs #34534 -- Reduced constraint operations with Meta.constraints when optim...
Ben Cail
2024-02-08
Fixed #35073 -- Avoided unnecessary calling of callables used by SET/SET_DEFA...
bcail
2024-02-07
Fixed #35099 -- Prevented mutating queryset when combining with & and | opera...
Hisham Mahmood
2024-02-04
Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.
Simon Charette
2024-02-04
Refs #35149 -- Made equivalent db_default alterations noops.
Simon Charette
2024-02-03
Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.
Simon Charette
2024-01-30
Fixed #29280 -- Made the transactions behavior configurable on SQLite.
Anže Pečar
2024-01-29
Fixed #35135 -- Made FilteredRelation raise ValueError on querysets as rhs.
Nicolas Delaby
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-23
Refs #33517 -- Prevented __second lookup from returning fractional seconds on...
Hisham Mahmood
2024-01-22
Fixed #35130 -- Doc'd django.db.close_old_connections().
Salvo Polizzi
2024-01-19
Fixed #35127 -- Made Model.full_clean() ignore GeneratedFields.
Mariusz Felisiak
2024-01-17
Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...
Amir Karimi
2024-01-16
Fixed #35111 -- Fixed compilation of DateField __in/__range rhs on SQLite and...
Simon Charette
2024-01-15
Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...
Aivars Kalvans
2024-01-15
Refs #35102 -- Optimized replace_expressions()/relabelling aliases by adding ...
Mariusz Felisiak
2024-01-15
Refs #35102 -- Optimized Expression.identity used for equality and hashing.
Simon Charette
[prev]
[next]