Author: julien
Date: 2012-03-13 14:49:48 -0700 (Tue, 13 Mar 2012)
New Revision: 17705

Modified:
   django/trunk/docs/releases/1.4.txt
Log:
Fixed #17891 -- Documented a small backwards incompatibility in the 
`password_reset` auth view. Thanks to danfairs and lukegb.

Modified: django/trunk/docs/releases/1.4.txt
===================================================================
--- django/trunk/docs/releases/1.4.txt  2012-03-13 19:23:52 UTC (rev 17704)
+++ django/trunk/docs/releases/1.4.txt  2012-03-13 21:49:48 UTC (rev 17705)
@@ -961,6 +961,15 @@
 If you're using PUT or DELETE methods in AJAX applications, please see the
 :ref:`instructions about using AJAX and CSRF <csrf-ajax>`.
 
+Password reset view now accepts ``subject_template_name``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+The ``password_reset`` view in ``django.contrib.auth`` now accepts a
+``subject_template_name`` parameter, which is passed to the password save form
+as a keyword argument. If you are using this view with a custom password reset
+form, then you will need to ensure your form's ``save()`` method accepts this
+keyword argument.
+
 ``django.core.template_loaders``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

-- 
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