1 | # code was removed, because django has form.changed_data since a long time.
|
More like this
- Add HTML Attributes in Model by guettli 5 years ago
- Timedelta Database Field by guettli 4 years, 8 months ago
- iCal for Google Calendar by TrevorP 1 year, 3 months ago
- Multiple-Submit-Button Widget for Choice Field by Archatas 4 years, 9 months ago
- Sorl Thumbnail + Amazon S3 by skoczen 3 years, 11 months ago
Comments
At least since django 1.0 forms have method has_changed() and an attribute "changed_data". I (the author of this snippet) will use has_changed() instead of this snippet in new code.
#