Changes between Version 219 and Version 220 of BackwardsIncompatibleChanges
- Timestamp:
- Aug 8, 2008, 10:36:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v219 v220 70 70 * [8211] Aug. 5, 2008 [#urltagnowallowsNoReverseMatchexceptionstopropagate url tag now allows !NoReverseMatch exceptions to propagate] 71 71 * [8223] Aug 6, 2008 [#Signalrefactoring Signal/dispatch refactoring] 72 * [8230] Aug 8, 2008 [#Peruvianlocalflavorchange Peruvian localflavor change] 72 73 73 74 … … 1074 1075 1075 1076 It may be good practice to create a wrapper for {{{my_handler}}} which accepts {{{**kwargs}}} rather than change the signature of the original function. 1077 1078 == Peruvian localflavor change == 1079 1080 In 2007, Peru changed from departments to regions for their local district names. In [8230], Django's Peruvian localflavor was updated to reflect this change. Previous uses of the `PEDepartmentSelect` class (from `django.contrib.localflavor.pe.forms`) should be changed to use `PERegionSelect`.