| Age | Commit message (Collapse) | Author |
|
Meta.ordering contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
Backport of 04042b2b440f0bf50eb908d52cfe76af430e1738 from master
|
|
accepts the field the relation points to.
Backport of a44a21a22f20c1a710670676fcca798dd6bb5ac0 from master
|
|
condition on Oracle and SQLite.
Backport of 719b7466203181066d9537d2e3bec687dffc9f41 from master
|
|
operator on Oracle and PostgreSQL.
The LIKE operator wildcard generated for contains, startswith, endswith and
their case-insensitive variant lookups was conflicting with parameter
interpolation on CREATE constraint statement execution.
Ideally we'd delegate parameters interpolation in DDL statements on backends
that support it but that would require backward incompatible changes to the
Index and Constraint SQL generating methods.
Thanks David Sanders for the report.
Backport of a8b3f96f6acfa082f99166e0a1cfb4b0fbc0eace from master
|
|
limit_value in a custom validator is callable.
Backport of a14c0fda15db7e0eb982ac7b68d47b45fc95b4cb from master
|
|
over a nested JSONField key transform.
Backport of d87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3 from master.
|
|
in QuerySet.count() and exists() on a many-to-many relation."
This reverts commit 1299421cadc4fcf63585f2f88337078e43e660e0 due to
a regression with custom managers.
Backport of 5f7991c42cff73b6278106d499d719b726f85ead from master
|
|
with a range object.
Thanks to Mariusz Felisiak for helping with the patch.
Backport of 2e38f2015aba224b68a91a3012b87223f3046bb6 from master.
|
|
Regression in bc7dd8490b882b2cefdc7faf431dc64c532b79c9.
Backport of afc708cf6d047b35db57bd7c55baeffef459d279 from master
|
|
Backport of 5efaf078f7609a8c95045bcfdab0ba256b5449bf from master
|
|
when using dbshell on Oracle.
Regression in acfc650f2a6e4a79e80237eabfa923ea3a05d709.
Backport of 755673e1bca7edb6bee7a958f40d9ae54d85d44c from master
|
|
Backport of 198a2a9381a415f76c3170753270f5087ce4475a from master.
|
|
Backport of 881362986a1ee8f650752de8471a895890b71f96 from master
|
|
lazy strings.
Reverted cc79c7ee637e65c8da27e56d746c87903d5ec901.
Backport of ea071870f943c23a8eaf36dfcdf382afd6478fd1 from master.
|
|
Thanks Tilman Koschnick for the report and patch.
Backport of 386d89ab55e620440d30590a8a104fe6d5eef830 from master
|
|
index/unique_together from removing Meta constraints/indexes.
Backport of 5c17c273ae2d7274f1fa78218b3b74690efddb86 from master.
|
|
constraint from removing Meta constraints.
Backport of 4bb859e24694f6cb8974ed9d2225f18214338ea3 from master.
|
|
Backport of 782d85b6dfa191e67c0f1d572641d8236c79174c from master.
|
|
Backport of 4492be348ad6fb24957068e63448142399629d18 from master.
|
|
Backport of b777c0675ef7aadc299844025cf1f9b53562524f from master.
|
|
dict in __init__().
Regression in a68ea231012434b522ce45c513d84add516afa60.
Backport of 58ad030d05fa50cfed327368ab61defca3303e02 from master.
|
|
Backport of e04209e181c99ac16ca769d115ac640015a83757 from master.
|
|
Backport of 21ff23bfeb4014bceaa3df27677fb68409c0634d from master
|
|
checks on initialization.
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
Backport of 7071f8f2729295b0da77b6c651966dc32c71f1ab from master
|
|
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
Backport of 76990cbbda5d93fda560c8a5ab019860f7efaab7 from master.
|
|
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
|
|
Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master
|
|
Backport of 5a5c77d55dc85c7e6cf910243257e408887f412a from master
|
|
Backport of 7444f3252757ed4384623e5afd7dcfeef3e0c74e from master.
|
|
primary key.
Removed obsolete max_length handling for CharField that caused the issue.
Regression in a35d2a4510d5beec398b1007aaa26492d6aedf97.
Backport of bff748df3e1e1c0077e02df2b77bda2b827ad129 from master.
|
|
django.contrib.postgres in INSTALLED_APPS.
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
Backport of 2804b8d2153505ec49b191db2168302dfb92c3af from master.
|
|
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658).
Backport of 65858119d23e37872505a4476e7141c33981fb50 from master.
|
|
|
|
|
|
through_defaults kwarg-only.
|
|
through model.
|
|
|
|
|
|
connections.
|
|
Also addresses Sum() not handling the filter option correctly.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
Keeps precision instead of forcing DecimalField to FloatField.
|
|
|
|
|
|
|
|
|
|
|
|
Removed support for pyinotify (refs #9722).
|
|
Thanks Mariusz Felisiak for Oracle advice and review.
|