| Age | Commit message (Collapse) | Author |
|
primary keys on models with invalid app_label.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Thanks Iuri de Silvio for the report.
|
|
Field.contribute_to_class().
Co-authored-by: Jarek Glowacki <jarekwg@gmail.com>
|
|
error messages.
|
|
primary keys on abstract models.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
|
|
primary keys from abstract models.
|
|
list of 2-tuples.
Thanks Jared Lockhart for the report.
Regression in c36075ac1dddfa986340b1a5e15fe48833322372.
|
|
Thanks Adam Johnson and Tim Graham for the reviews.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
View.as_view() should not use update_wrapper() for copying attributes
it's unintended and have side-effects such as adding `self` to the
signature.
This also fixes system check for arguments of custom error handler
views with class-based views.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
|
|
|
|
primary keys for inherited PKs.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Thanks אורי for the report.
|
|
|
|
|
|
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.
|