Changes between Version 255 and Version 256 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 28, 2008, 12:09:02 AM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

markup fix.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v255 v256  
    12551255   * Moved `ValidationError` exception to `django.core.exceptions`.
    12561256
    1257 == ModelForms made more like Forms ==
     1257== !ModelForms made more like Forms ==
    12581258
    12591259This is a very subtle change that will only affect people accessing formfields as attributes on a `ModelForm`. After [8618], this is no longer possible. It has never been possible on a `Form` class and was an oversight for `ModelForm`. For most people, no change is required and templates will work exactly as they did before.
Back to Top