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
2021-03-06
Fixed #24141 -- Added QuerySet.contains().
Johan Schiff
2021-03-01
Fixed #22640 -- Raised TypeError when instantiating model with keyword and po...
Jacob Walls
2021-03-01
Fixed #32456 -- Added dbshell support for specifying a password file on Postg...
Hasan Ramezani
2021-02-26
Refs #32292 -- Made dbshell do not use 'postgres' database when service name ...
Mariusz Felisiak
2021-02-24
Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY ...
Simon Charette
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
Fixed typo in django/db/backends/sqlite3/base.py comment.
Chris Jerdonek
2021-02-19
Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...
Hannes Ljungberg
2021-02-19
Fixed #32256 -- Fixed migration optimization crash when swapping field names.
Hasan Ramezani
2021-02-18
Fixed #32455 -- Allowed right combining Q() with boolean expressions.
Hasan Ramezani
2021-02-18
Fixed #32450 -- Fixed crash when ANDing/ORing an empty Q() with not pickleabl...
starryrbs
2021-02-17
Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...
Hannes Ljungberg
2021-02-12
Simplified introspection of constraints on MySQL.
Hannes Ljungberg
2021-02-11
Fixed #32433 -- Added error message on QuerySet.delete() following distinct().
Egidijus Macijauskas
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-09
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-05
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
Hasan Ramezani
2021-02-04
Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
Mariusz Felisiak
2021-02-04
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...
Hasan Ramezani
2021-02-03
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-02-03
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
Mariusz Felisiak
2021-02-02
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-01-29
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Tilman Koschnick
2021-01-26
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-21
Fixed #32367 -- Fixed system check for specifying type of auto-created primar...
Mariusz Felisiak
2021-01-21
Fixed #32374 -- Stopped recording migration application before deferred SQL.
Simon Charette
2021-01-20
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Mariusz Felisiak
2021-01-14
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Mariusz Felisiak
2021-01-14
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2021-01-14
Refs #30158 -- Made alias argument required in signature of Expression.get_gr...
Mariusz Felisiak
2021-01-14
Fixed #32321 -- Added system checks for invalid model field names in function...
Hasan Ramezani
2021-01-14
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-12
Refs #26709 -- Made Index raise ValueError on non-string fields.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2021-01-06
Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().
Mariusz Felisiak
2021-01-05
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-04
Simplified django.db.utils.load_backend().
William Schwartz
2020-12-30
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-30
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Mariusz Felisiak
2020-12-29
Fixed #32302 -- Allowed migrations to be loaded from regular packages with no...
William Schwartz
2020-12-29
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
Used model's Options.label where applicable.
Mariusz Felisiak
2020-12-28
Fixed #32158 -- Fixed loaddata crash on SQLite when table/column names are SQ...
Chinmoy Chakraborty
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-22
Refs #32285 -- Made AppConfigStub do not call super().__init__().
Hasan Ramezani
2020-12-18
Fixed #32262 -- Fixed migration optimization for model creation and Meta opti...
Hasan Ramezani
[prev]
[next]