| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
settings.MIDDLEWARE_CLASSES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.
|