| Age | Commit message (Collapse) | Author |
|
Thanks to Trac aliases gerricom for the report, raphaelmerx for the
attempts to reproduce and Sergey Fedoseev and Tim for the review.
Refs #16891
|
|
|
|
|
|
inheritance child models.
|
|
|
|
|
|
Thanks Ben Kraft for the report, and Simon Charette for the review.
|
|
Thanks to bmispelon and uruz for the initial patch.
|
|
|
|
|
|
backwards-compatibility alias.
|
|
not expected.
|
|
|
|
|
|
|
|
Thanks hop for the report and patch.
|
|
|
|
|
|
|
|
|
|
AlterField.
Thanks to Emanuele Palazzetti for the help.
|
|
installed.
|
|
|
|
|
|
|
|
The test creates and deletes a model in the same migration, and the model
had an AutoField. On Oracle, AutoField's are set up using deferred SQL, which
in this case was trying to modify a table after it had dbeen removed.
|
|
Referencing URLs by dotted path is a stronger convention than
importing the URLs.
|
|
SeparateDatabaseAndState.database_backwards().
|
|
docs/ref/templates/builtins.txt.
|
|
|
|
intermediate model disable the remove() method.
|
|
Due to randomness of garbage collection with geometry objects, it's
easier to simply ignore AttributeError/TypeError generally raised when
parts of objects are already garbage-collected.
Thanks Sergey Fedoseev and Tim Graham for reviewing the patch.
|
|
|
|
URLValidator now validates the maximum length of a hostname and the
maximum length of all labels inside the hostname.
|
|
|
|
Thanks Justin Abrahms for the report.
|
|
release notes.
|
|
2016.
|
|
method.
|
|
|
|
Thanks Jonas Haag for report and review.
|
|
Thanks to Jean Gourds for the report, Tim and Claude for the review.
|
|
|
|
|
|
|
|
Django 1.9.
|
|
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
|
|
|
|
|
|