#7018 |
Make ModelForm multiple inheritance possible
|
new
|
nobody
|
New feature
|
dev
|
|
#8165 |
When using can_order=True on formset, ordered_forms is not avaible when formset.is_valid() is false
|
new
|
nobody
|
New feature
|
dev
|
|
#9357 |
Unable to subclass form Media class
|
new
|
nobody
|
New feature
|
1.0
|
|
#10403 |
provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet
|
assigned
|
Mitchina
|
New feature
|
dev
|
|
#10874 |
ModelFormMetaclass does not provide easy way of extending
|
new
|
nobody
|
New feature
|
1.0
|
|
#10964 |
Admin for group doesn't allow to easily add users to the group
|
new
|
nobody
|
New feature
|
dev
|
|
#12264 |
calendar.js depends on jsi18n but date widgets using it do not specify as required media
|
assigned
|
Adam Zapletal
|
New feature
|
1.1
|
|
#12498 |
Add multi-field validators
|
assigned
|
jkocherhans
|
New feature
|
|
|
#12697 |
Prevent deletion of some rows in a formset
|
new
|
nobody
|
New feature
|
1.1
|
|
#13091 |
admin list_editable with unique_together raises Integrity Error
|
new
|
nobody
|
Bug
|
dev
|
|
#13145 |
Allow the prefix used for empty_form on FormSets to be customized
|
new
|
nobody
|
New feature
|
dev
|
|
#13314 |
"FileField" validation does not account for "upload_to" when counting characters
|
assigned
|
Andrew Northall
|
Bug
|
1.1
|
|
#13339 |
Date(Time)Field.to_python() fails to parse localized month names
|
new
|
nobody
|
Bug
|
1.1
|
|
#13564 |
Provide class attributes for form fields
|
new
|
|
New feature
|
1.2-beta
|
|
#13677 |
ModelFormSet may query wrong database backend
|
assigned
|
Tobias Kunze
|
Bug
|
dev
|
|
#13878 |
Formset validation refactoring and valid_forms property of fieldsets
|
new
|
nobody
|
New feature
|
dev
|
|
#14039 |
FileField special-casing breaks MultiValueField including a FileField
|
new
|
Carl Meyer
|
Bug
|
dev
|
|
#14688 |
BaseInlineFormSet does not support "auto_id"
|
assigned
|
Zeth
|
Bug
|
dev
|
|
#15015 |
Mixing read-only with ability to add new instances using a FormSet
|
new
|
nobody
|
New feature
|
1.2
|
|
#15574 |
IndexError: list index out of range caused by inline formsets
|
new
|
nobody
|
Bug
|
dev
|
|
#15725 |
No easy way to get default model values into a ModelForm for validation
|
new
|
nobody
|
New feature
|
1.2
|
|
#15817 |
ImageField having [width|height]_field set sytematically compute the image dimensions in ModelForm validation process
|
new
|
nobody
|
Cleanup/optimization
|
1.3
|
|
#16149 |
Allow disabling choices in a <select>
|
new
|
|
New feature
|
1.3
|
|
#16306 |
Form field documentation documents optional keyword arguments as field attributes.
|
new
|
nobody
|
Bug
|
dev
|
|
#16328 |
FilePathField should include blank option even when required=True
|
new
|
Mahmoud Nasser
|
Bug
|
1.3
|
|
#16429 |
Allow refresh of path choices for FilePathField
|
new
|
|
New feature
|
dev
|
|
#18597 |
`BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager
|
assigned
|
Steven Johnson
|
Cleanup/optimization
|
dev
|
|
#21987 |
Allow Media objects to have their own MEDIA_TYPES
|
assigned
|
Michael Kelly
|
Cleanup/optimization
|
dev
|
|
#22298 |
Rename Form Media to Static (or get rid of Form Media completely?)
|
new
|
|
Cleanup/optimization
|
dev
|
|
#23870 |
Sliced QuerySets in ModelChoiceField
|
new
|
nobody
|
Bug
|
1.6
|
|
#23964 |
Support for Meta.constraints validation across forms in a model formset.
|
new
|
nobody
|
Bug
|
1.7
|
|
#24933 |
Make FormSet management forms optional
|
new
|
nobody
|
Cleanup/optimization
|
dev
|
|
#25139 |
ModelFormSet: allow swapping unique values
|
assigned
|
Parth Patil
|
New feature
|
dev
|
|
#25306 |
Allow a limit_choices_to callable to accept the current model instance
|
new
|
nobody
|
New feature
|
dev
|
|
#25880 |
Forms created by formset_factory's extra parameter don't have instance set
|
assigned
|
Parth Patil
|
Cleanup/optimization
|
1.8
|
|
#25980 |
Disabled ModelMultipleChoiceField can't handle querysets as an initial value
|
new
|
nobody
|
Bug
|
1.9
|
|
#26834 |
MinValueValidator/MaxValueValidator not forwarded to form field for ModelForm
|
assigned
|
Tobias Kunze
|
New feature
|
dev
|
|
#27317 |
Make Form subclasses combine Form.Media from all parents
|
new
|
nobody
|
New feature
|
1.10
|
|
#27923 |
Add form signals (pre_init, post_init, pre_clean, post_clean, etc.)
|
new
|
|
New feature
|
|
|
#28223 |
Form not always picklable due to template renderer
|
new
|
nobody
|
Bug
|
1.11
|
|
#28316 |
ModelChoiceField to_field_name doesn't work if it's different from the model field's to_field
|
assigned
|
Marc Gibbons
|
Bug
|
dev
|
|
#28354 |
Add a "humanized" widget for DurationField
|
assigned
|
Artem
|
New feature
|
dev
|
|
#31295 |
Avoid Select widget triggering additional query when using ModelChoiceIterator.
|
new
|
nobody
|
Cleanup/optimization
|
2.2
|
|
#31932 |
Unique checking in formsets should exclude forms marked for deletion.
|
assigned
|
syed waheed
|
New feature
|
3.1
|
|
#33007 |
`form_clean()` performance
|
new
|
nobody
|
Cleanup/optimization
|
3.2
|
|
#34034 |
Adding a class on ChoiceWidget subwidgets is excessively difficult
|
assigned
|
Mariana
|
New feature
|
dev
|
|
#35482 |
Email and URL form input widgets should always have dir="ltr"
|
assigned
|
Aditya S
|
Bug
|
5.0
|
|
#35870 |
Allow customization of the blank option in select dropdowns
|
assigned
|
Marijke Luttekes
|
Bug
|
5.0
|
|
#35881 |
MultiWidget bypasses subwidget rendering customization
|
assigned
|
Ahmed Nassar
|
Bug
|
dev
|
|
#36104 |
forms.Media shouldn't expect media objects only
|
assigned
|
Matthias Kestenholz
|
Cleanup/optimization
|
dev
|
|
#36251 |
BaseInlineFormSet modifies Meta.fields of passed form class if Meta.fields is type list
|
assigned
|
jengziyi
|
Bug
|
dev
|
|