| Age | Commit message (Collapse) | Author |
|
calls.
Co-authored-by: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
exceptions in django.urls.resolvers.
This change sets the __cause__ attribute to raised exceptions and makes
small cleanups in error messages.
|
|
tags docs.
|
|
|
|
|
|
Thanks dbxnr for the initial patch.
Regression in 6f44f714c92d2966dca390ebd3054e5fb0bb0c80.
|
|
Cache-Control directive.
|
|
|
|
We assumed that any OneToOneField's in a child model must be the
parent link and raised an error when parent_link=True was not
specified. This patch allows to specify multiple OneToOneField's to
the parent model.
OneToOneField's without a custom related_name will raise fields.E304
and fields.E305 so this should warn users when they try to override
the auto-created OneToOneField.
|
|
|
|
choices.
Regression in 2d38eb0ab9f78d68c083a5b78b1eca39027b279a
|
|
|
|
Obsolete since 13864703bc1d5dd4dac63c96c6a4b42a392bc57f.
|
|
|
|
annotation.
Regression in 0f843fdd5b9b2f2307148465cd60f4e1b2befbb4.
|
|
Thanks Simon Charette and Tim Graham for the initial patch.
|
|
.
|
|
|
|
|
|
list.
|
|
Unused since 8f8c54f70bfa3aa8e311514297f1eeded2c32593.
|
|
group contains only non-string values.
Regression in b6251956b69512bf230322bd7a49b629ca8455c6.
Thanks Murat Guchetl for the report.
|
|
actions' __name__.
Thanks Keshav Kumar for the initial patch.
|
|
Co-authored-by: Ryan Castner <castner.rr@gmail.com>
|
|
filtering.
Thanks to Tim Graham for the original implementation idea.
Co-authored-by: Daniel Maxson <dmaxson@ccpgames.com>
|
|
Enumeration helpers are callables, so the template system tried to call
them with no arguments.
Thanks Rupert Baker for helping discover this.
|
|
|
|
documentation.
|
|
no match.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
following union(), intersection(), and difference().
|
|
ImageField.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unless another URL pattern matches.
|
|
data exists.
|
|
Regression in 4400d8296d268f5a8523cd02ddc33b12219b2535.
Thanks Enrique Matías Sánchez for the report.
|
|
|
|
input formats.
|
|
|
|
|
|
It's slightly aggressive and doesn't explain itself.
|
|
Thanks José Padilla for the initial patch, and Carlton Gibson for the
review.
|
|
|