| Age | Commit message (Collapse) | Author |
|
|
|
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
boolean syntax.
|
|
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
|
|
|
|
objects.
|
|
|
|
|
|
|
|
|
|
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
Thanks to knbk for the report.
|
|
|
|
|
|
|
|
|
|
Added links to the Form/Model table to the field reference docs to
point to their individual field references
|
|
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
inlineformset_factory examples.
|
|
|
|
|
|
|
|
Refs #8620.
If we allow any value to remove form fields then we get name clashes
with method names, media classes etc. There was a backwards
incompatibility introduced meaning ModelForm subclasses with declared
fields called media or clean would lose those fields.
Field removal is now only permitted by using the sentinel value None.
The docs have been slightly reworded to refer to removal of fields
rather than shadowing.
Thanks to gcbirzan for the report and initial patch, and several of the
core team for opinions.
|
|
Added ModelForm and NON_FIELD_ERRORS imports.
|
|
|
|
|
|
|
|
|