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:
@@ -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
|
||||
==========================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user