Changes between Version 148 and Version 149 of BackwardsIncompatibleChanges
- Timestamp:
- Feb 5, 2008, 7:20:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackwardsIncompatibleChanges
v148 v149 49 49 * [6852] Dec. 2, 2007: [#ChangetoAPPEND_SLASHbehaviour Change to APPEND_SLASH behaviour] 50 50 * [6915] Dec 12, 2007 [#ModelFormsconstructornowmatchesForms ModelForm's constructor now matches Form's] 51 * [7901] Feb 5, 2008 [#ChangeesARtoesarinLANGUAGES Change es_AR to es-ar in LANGUAGES] 51 52 52 53 == Database constraint names changed == … … 555 556 form = MyForm(instance=obj) 556 557 }}} 558 559 == Change es_AR to es-ar in LANGUAGES == 560 561 In [7091] we fixed a bug that was inadvertently introduced recently with regards to parsing language preferences. The LANGUAGES list in the configuration file should use a hyphen to separate the locale main name and the variant (if any). 562 563 The only slight consequence here is that we the Argentinean Spanish was incorrectly specified as es_AR. If you are using Django's default language list, there is no change required, since the central list has been updated and specifying es-ar as the preference in your browser will still work. However, if you have created a custom LANGUAGES list in your settings file, overriding the list in global_settings, you will need to change "es_AR" to read "es-ar", otherwise your Argentinean Spanish readers will see English text, not Spanish.