models.Field.formfield() should allow the 'disabled' kwarg for fields with choices
When calling the formfield() method for a modelfield with choices, the disabled keyword argument is not applied to the returned form field.
Change History
(5)
| Component: |
Uncategorized → Database layer (models, ORM)
|
| Summary: |
The ModelField formfield() method should allow the 'disabled' kwarg for fields with choices → models.Field.formfield() should allow the 'disabled' kwarg for fields with choices
|
| Triage Stage: |
Unreviewed → Accepted
|
| Type: |
Uncategorized → Bug
|
| Owner: |
changed from nobody to kapil garg
|
| Status: |
new → assigned
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Pull Request