Changes between Version 235 and Version 236 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 13, 2008, 11:31:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v235 v236 78 78 * [8340] Aug 13, 2008 [#Addedparametertosessionbackendsavemethod Added parameter to session backend save method] 79 79 * [8343] Aug 13, 2008 [#Clearsessionatlogout Clear session at logout] 80 * [8345] Aug 13, 2008 [#Polishlocalflavorchanges Polish localflavor changes] 80 81 81 82 == Changed 'spaceless' template tag to remove all spaces == … … 1172 1173 1173 1174 If 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 == 1177 In [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`||