| Age | Commit message (Collapse) | Author |
|
Backport of 6da140724dba546d2f3aced1308e617747b0385c from master
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|
|
A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93
|
|
in as_view().
|
|
|
|
|
|
|
|
|
|
|
|
Thanks mmoreaux and DheerendraRathor.
|
|
|
|
TemplateResponseMixin.get_template_names() docs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
context processors.
|
|
|
|
optional.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
Thanks datakid for the report
|
|
|
|
|
|
|
|
|
|
Specifically in rendering shortcuts, template responses, and class-based
views that return template responses.
Also added a test for render_to_response(status=...) which was missing
from fdbfc980.
Thanks Tim and Carl for the review.
|
|
|
|
|
|
Thanks Laurent Payot for the report, and Markus Holtermann, Tim Graham
for the reviews.
|
|
|
|
|
|
|
|
specified.
|
|
Thanks Tim Graham for the review.
|
|
{Single,Multiple}ObjectMixin.model uses.
|
|
Enabling the attribute causes get_object() to perform its lookup
using both the primary key and the slug.
|
|
Thanks oinopion for the suggestion and jarus for the initial patch.
|
|
|
|
|
|
object attribute.
|
|
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
|
|