| Age | Commit message (Collapse) | Author |
|
|
|
Thanks Tim Graham for the initial patch.
|
|
This allows bringing back the behavior of Django < 1.7.
Also fixed the check for the app registry being ready in
AppConfig.get_model(s), which was inconsistent with the equivalent check in
Apps.get_model(s). That part is a backwards-incompatible change.
|
|
It was inconsistent with the equivalent check in Apps.get_model(s)
because I made incorrect assumptions when I wrote that code and
needlessly complicated readiness checks.
This is a backwards-incompatible change.
|
|
|
|
Thanks Tim Graham for the review and edits.
|
|
|
|
This reverts commit 1ec1633cb294d8ce2a65ece6b56c258483596fba as it
doesn't handle ContentType's auth.Permission dependency. Thus, it
doesn't allow auth without migrations.
|
|
|
|
|
|
|
|
|
|
Django's conditional request processing can now produce 304 Not Modified
responses for content that is subject to compression.
|
|
|
|
|
|
ConditionalGetMiddleware.
|
|
Thanks Ola Sitarska for the initial patch.
|
|
|
|
|
|
Thanks Tim Graham for review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Last-Modified header.
|
|
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Valentin Ignatyev for the report.
|
|
|
|
|
|
template tag.
Thanks Tim Graham for the review.
|
|
Thanks Simon Charette for the review.
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|