Changes between Version 235 and Version 236 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 13, 2008, 11:31:39 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Polish localflavor changes

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v235 v236  
    7878 * [8340] Aug 13, 2008 [#Addedparametertosessionbackendsavemethod Added parameter to session backend save method]
    7979 * [8343] Aug 13, 2008 [#Clearsessionatlogout Clear session at logout]
     80 * [8345] Aug 13, 2008 [#Polishlocalflavorchanges Polish localflavor changes]
    8081
    8182== Changed 'spaceless' template tag to remove all spaces ==
     
    11721173
    11731174If you wish to put information into the session that is available to the user after they have called your "logout" view, you should store that information in the `request.session` objects ''after'' calling `django.contrib.auth.logout()`.
     1175
     1176== Polish localflavor changes ==
     1177In [8345] the names of some of the classes in the Polish localflavor were changed. The new names correspond more closely to the official terms for the fields they represent.
     1178
     1179||Old name||New name||
     1180||`PLNationalIdentificationNumberField`||`PLPESELField`||
     1181||`PLTaxNumberField`||`PLNIPField`||
     1182||`PLNationalBusinessRegisterField`||`PLREGONField`||
     1183||`PLVoivodeshipSelect`||`PLProvinceSelect`||
     1184||`PLAdministrativeUnitSelect`||`PLCountiesSelect`||
Back to Top