diff options
| author | Tim Graham <timograham@gmail.com> | 2013-06-25 07:50:43 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-06-25 07:50:43 -0400 |
| commit | e10757ff4dbbc1aedd09df6c542948409c49d75f (patch) | |
| tree | b7ce4996be7d415ee06ec99b2d289f915b2e9f35 /docs/releases | |
| parent | 9a2b07f1b45741da39a7606474aec3548780032b (diff) | |
Doc cleanup for FormMixin.prefix; refs #18872.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 086c10c389..5d1a37ac53 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -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 ========================== |
