| Age | Commit message (Collapse) | Author |
|
|
|
Python objects.
Thanks Bruno Alla, Sarah Boyce, and Jacob Walls for reviews.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
|
|
|
|
docs.
|
|
HttpResponseRedirectBase.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
This also removes remaining versionadded/changed annotations for older
versions.
|
|
|
|
|
|
|
|
get_object_or_404()/get_list_or_404().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
RequestContext in docs.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
Thanks hellbeast for the initial patch.
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
dictionary and context_instance and superseded by context.
Refactored tests that relied context_instance with more modern idioms.
|
|
Cancels 2f0566fa. Refs #4278.
|
|
|
|
This fixes redirecting to relative URLs with django.shortcuts.redirect.
|
|
object.
|
|
|
|
Thanks alasdair.
|
|
Thanks olof.bjarnason at gmail.com for the report.
|
|
|
|
TEMPLATE_DIRS.
* django.template.loader.get_template()
* django.template.loader.select_template()
* django.shortcuts.render()
* django.shortcuts.render_to_response()
Thanks amcnabb for the suggestion.
|
|
|
|
|
|
|
|
Refs #20104.
|
|
|