Changes between Version 219 and Version 220 of BackwardsIncompatibleChanges


Ignore:
Timestamp:
Aug 8, 2008, 10:36:26 AM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Changed Peruvian district designations.

Legend:

Unmodified
Added
Removed
Modified
  • BackwardsIncompatibleChanges

    v219 v220  
    7070 * [8211] Aug. 5, 2008 [#urltagnowallowsNoReverseMatchexceptionstopropagate url tag now allows !NoReverseMatch exceptions to propagate]                 
    7171 * [8223] Aug 6, 2008 [#Signalrefactoring Signal/dispatch refactoring]
     72 * [8230] Aug 8, 2008 [#Peruvianlocalflavorchange Peruvian localflavor change]
    7273
    7374
     
    10741075
    10751076It 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
     1080In 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`.
Back to Top