| Age | Commit message (Collapse) | Author |
|
STATICFILES_DIRS is a list of 2-tuples.
Thanks Jared Lockhart for the report.
Regression in c36075ac1dddfa986340b1a5e15fe48833322372.
Backport of 34d1905712d33e72c76b3a55a4fc24abbd11be6c from main
|
|
auto-created primary keys for inherited PKs.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Thanks אורי for the report.
Backport of a03a36121d22c8784985c7e45727eddef6a3ea7f from master
|
|
|
|
|
|
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
|
|
|
|
autogenerated default keys.
Thanks Nick Pope, René Fleschenberg, and Carlton Gibson for reviews.
|
|
|
|
Thanks Johannes Maron and Nick Pope for reviews.
|
|
|
|
|
|
This patch adjusted existing tests that used invalid identifiers.
|
|
environment variable.
|
|
|
|
|
|
Follow up to 0b83c8cc4db95812f1e15ca19d78614e94cf38dd.
|
|
This avoids enabling the ``database`` checks unless they are explicitly
requested and allows to disable on a per-alias basis which is required
when only creating a subset of the test databases.
This also removes unnecessary BaseCommand._run_checks() hook.
|
|
Regression in 4400d8296d268f5a8523cd02ddc33b12219b2535.
Thanks Enrique Matías Sánchez for the report.
|
|
Thanks to James Bennett for the initial implementation.
|
|
routers are installed by turning the error into a warning.
|
|
setting.
|
|
constraints.
|
|
constraints names.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
handler views.
Thanks to Jon on Stack Overflow for reporting the issue.
|
|
|
|
This partly reverts commit 4400d8296d268f5a8523cd02ddc33b12219b2535.
|
|
|
|
|
|
|
|
favor of databases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
django.urls.path() routes.
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|
|
|
|
|
|
non-namespaced URLs.
|
|
|
|
Fixed a failure in the context processors tests when running in
reverse on MySQL due to an extra query after refs #27683.
|
|
|
|
|
|
|
|
|