Changes between Version 236 and Version 237 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 14, 2008, 10:58:38 AM (16 years ago)
Author:
Gary Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v236 v237  
    7979 * [8343] Aug 13, 2008 [#Clearsessionatlogout Clear session at logout]
    8080 * [8345] Aug 13, 2008 [#Polishlocalflavorchanges Polish localflavor changes]
     81 * [8348] Aug 14, 2008 [#RemovedvalidatemethodsforModelandModelfieldclasses Removed validate methods for Model and Model field classes]
    8182
    8283== Changed 'spaceless' template tag to remove all spaces ==
     
    917918
    918919An example:
     920
    919921{{{
    920922#!python
     
    11831185||`PLVoivodeshipSelect`||`PLProvinceSelect`||
    11841186||`PLAdministrativeUnitSelect`||`PLCountiesSelect`||
     1187
     1188== Removed validate methods for Model and Model field classes ==
     1189
     1190In [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
     1192Specifically, `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.
Back to Top