mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
This commit is contained in:
@@ -321,7 +321,7 @@ requests. These include:
|
||||
template tags that require access to template context.
|
||||
|
||||
* A new :meth:`~django.shortcuts.render()` shortcut -- an alternative
|
||||
to :meth:`~django.shortcuts.render_to_response()` providing a
|
||||
to ``django.shortcuts.render_to_response()`` providing a
|
||||
:class:`~django.template.RequestContext` by default.
|
||||
|
||||
* Support for combining :class:`F expressions <django.db.models.F>`
|
||||
|
||||
Reference in New Issue
Block a user