check if form has changed (deprecated)

1
# code was removed, because django has form.changed_data since a long time.

More like this

  1. Add HTML Attributes in Model by guettli 5 years ago
  2. Timedelta Database Field by guettli 4 years, 8 months ago
  3. iCal for Google Calendar by TrevorP 1 year, 3 months ago
  4. Multiple-Submit-Button Widget for Choice Field by Archatas 4 years, 9 months ago
  5. Sorl Thumbnail + Amazon S3 by skoczen 3 years, 11 months ago

Comments

guettli (on September 17, 2008):

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.

#

(Forgotten your password?)