| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed try/except/fail antipattern that hides exceptions.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
FormMixin.get_context_data().
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not
be called unnecessarily, specifically in the case where FormMixin.form_invalid()
calls get_context_data() with the current form.
|
|
SingleObjectMixin.get_context_object_name().
|
|
|
|
argument.
|
|
|
|
optional.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
|
|
|
|
|
|
Thanks Carl Meyer for the report and Tim Graham for the review.
|
|
|
|
|
|
queryset.
Thanks jekka-ua for the report and patch.
|
|
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.
|
|
|
|
Using PUT as a method for the form element is no longer supported
as described in the ticket.
|
|
|
|
|
|
specified.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Enabling the attribute causes get_object() to perform its lookup
using both the primary key and the slug.
|
|
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.
|