| Age | Commit message (Collapse) | Author |
|
CBV docs.
|
|
|
|
|
|
in as_view().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
|
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 to Tim Graham for the report and review.
|
|
Thanks Stefan Berder.
|
|
Thanks Gavin Wahl.
|
|
Added -n to sphinx builds to catch issues going forward.
|
|
Fixes #7005
|
|
Thanks Preston Holmes for the patch.
|