Changes between Version 255 and Version 256 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 28, 2008, 12:09:02 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v255 v256 1255 1255 * Moved `ValidationError` exception to `django.core.exceptions`. 1256 1256 1257 == ModelForms made more like Forms ==1257 == !ModelForms made more like Forms == 1258 1258 1259 1259 This 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.