Changes between Version 236 and Version 237 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 14, 2008, 10:58:38 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v236 v237 79 79 * [8343] Aug 13, 2008 [#Clearsessionatlogout Clear session at logout] 80 80 * [8345] Aug 13, 2008 [#Polishlocalflavorchanges Polish localflavor changes] 81 * [8348] Aug 14, 2008 [#RemovedvalidatemethodsforModelandModelfieldclasses Removed validate methods for Model and Model field classes] 81 82 82 83 == Changed 'spaceless' template tag to remove all spaces == … … 917 918 918 919 An example: 920 919 921 {{{ 920 922 #!python … … 1183 1185 ||`PLVoivodeshipSelect`||`PLProvinceSelect`|| 1184 1186 ||`PLAdministrativeUnitSelect`||`PLCountiesSelect`|| 1187 1188 == Removed validate methods for Model and Model field classes == 1189 1190 In [8348], support for the experimental, unsupported model validation was removed. The intention is to replace this with a more complete version of model validation after version 1.0 is released (see #6845). 1191 1192 Specifically, `django.db.models.base.Model.validate()`, `django.db.models.fields.Field.validate()`, and `django.db.models.fields.Field.validate_full()` were removed, along with a few model fields' validate methods.