| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Cache-Control directive.
|
|
|
|
documentation.
|
|
no match.
|
|
unless another URL pattern matches.
|
|
|
|
It's slightly aggressive and doesn't explain itself.
|
|
|
|
|
|
There is still no further progress on Jython 3 since support for Jython
was stripped in Django 2.0. The developers experimenting with Jython 3
have stated that they would need to start from scratch, so it doesn't
look as though it will materialize for years to come.
Python 2 and Django 1.11, the last version to support Python 2.7, will
both be end-of-life before Django 3.1 is released. We should no longer
instruct users to use an unsupported version of Django.
|
|
|
|
|
|
optional named groups in Django 3.0.
|
|
<script> tags.
|
|
optional named parameters are missing.
Regression in 76b993a117b61c41584e95149a67d8a1e9f49dd1.
Thanks Claude Paroz for the report and Carlton Gibson for reviews.
|
|
|
|
|
|
variable.
|
|
|
|
|
|
|
|
|
|
Make sure that AuthRouter includes ContentType in the same database.
|
|
|
|
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
|
|
Thanks Simon Charette for the review.
|
|
the database optimization docs.
|
|
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
historical models bases.
Abstract models are removed from bases when generating historical model
state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310.
|
|
|
|
|
|
Follow up to 97d3321e89c8d4434927bdbc308db1ccffa99d3b.
|
|
|
|
|
|
|
|
access raw image data.
|
|
|
|
|
|
debug() should bubbled up exceptions if occurring in test, but behave
the same as run() when no exceptions occurred.
|
|
deferred fields.
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
|
|
Cache-Control directive to patch_cache_control().
https://tools.ietf.org/html/rfc7234#section-5.2.2.2
|
|
multi-table inheritance models.
|
|
|
|
|