Author: batiste.bieler
Date: Wed Mar 4 09:34:20 2009
New Revision: 388
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Wed Mar 4 09:34:20 2009
@@ -3,6 +3,16 @@
= Backwards Incompatible Changes =
+=== r368 (Feb 25, 2009) ===
+
+The Content model accept now languages described with 5 characters to
accept language of the form "en-us".
+
+You can face some problems if you were already describing languages with 5
characters in settings.LANGUAGES or settings.PAGE_LANGUAGES. The new pages
will be saved in the database with 5 characters and the old one would
remain with the old 2 characters language code.
+
+Quick fix: set your languages in settings.PAGE_LANGUAGES with only 2
characters.
+
+To update to 5 characters alter your pages.content.language database field
to accept 5 characters and update every content to the targeted new
language code, ie: "en" becomes "en-us".
+
=== r285 (Dec 17, 2008) ===
Renamed some templates tags to don't overlap with other Django apps, like
django-treemenus.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---