| Age | Commit message (Collapse) | Author |
|
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
|
|
with context processors.
Backport of 494b7986a3e5996d857b085f188a630d1504d9ca from master
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Thanks tomwys for the suggestion.
|
|
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
|
|
|
specified.
Also applies to modelform(set)_factory and generic model views.
refs #19733.
|
|
|
|
Thanks to trac user nikunj.sg for the report.
|
|
Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.
Thanks nikunj.sg for the report
|
|
|
|
Thanks nedbatchelder for the report and claudep for the patch.
|
|
|
|
RedirectView.get_redirect_url.
Thanks to Tim for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sphinx generates left single quotes for apostrophes after
code markup, when right single quotes are required. The
easiest way to fix this is just by inserting the unicode
character for a right single quote.
Instances of the problem were found by looking for
">‘" in the generated HTML.
|
|
|
|
Thanks ijl20@ for the report.
|