Author: DrMeers
Date: 2011-04-27 17:26:31 -0700 (Wed, 27 Apr 2011)
New Revision: 16111

Modified:
   django/trunk/docs/topics/auth.txt
Log:
Fixed #15885 -- Update auth view docs re: TemplateResponse. Thanks 
prestontimmons.

Modified: django/trunk/docs/topics/auth.txt
===================================================================
--- django/trunk/docs/topics/auth.txt   2011-04-28 00:23:42 UTC (rev 16110)
+++ django/trunk/docs/topics/auth.txt   2011-04-28 00:26:31 UTC (rev 16111)
@@ -863,6 +863,16 @@
     .. _forms documentation: ../forms/
     .. _site framework docs: ../sites/
 
+    .. versionadded:: 1.4
+
+    The :func:`~views.login` view and the :ref:`other-built-in-views` now all
+    return a :class:`~django.template.response.TemplateResponse` instance,
+    which allows you to easily customize the response data before rendering.
+    For more details, see the
+    :doc:`TemplateResponse documentation </ref/template-response>`.
+
+.. _other-built-in-views:
+
 Other built-in views
 --------------------
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to