1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Doc cleanup for FormMixin.prefix; refs #18872.

This commit is contained in:
Tim Graham
2013-06-25 07:50:43 -04:00
parent 9a2b07f1b4
commit e10757ff4d
3 changed files with 18 additions and 4 deletions

View File

@@ -330,6 +330,13 @@ Minor features
behavior of clearing filters by setting the
:attr:`~django.contrib.admin.ModelAdmin.preserve_filters` attribute to ``False``.
* Added
:meth:`FormMixin.get_prefix<django.views.generic.edit.FormMixin.get_prefix>`
(which returns
:attr:`FormMixin.prefix<django.views.generic.edit.FormMixin.prefix>` by
default) to allow customizing the :attr:`~django.forms.Form.prefix` of the
form.
Backwards incompatible changes in 1.6
=====================================
@@ -731,9 +738,6 @@ Miscellaneous
of the admin views. You should update your custom templates if they use the
previous parameter name.
* Added :attr:`~django.views.generic.edit.FormMixin.prefix` to allow you to
customize the prefix on the form.
Features deprecated in 1.6
==========================