Author: batiste.bieler
Date: Thu Mar 5 01:18:23 2009
New Revision: 389
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Thu Mar 5 01:18:23 2009
@@ -9,9 +9,16 @@
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.
+*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".
+
+=== r361 (Feb 22, 2009) ===
+
+The site middle ware has been removed from the code source. Update your
settings:
+
+*Solution*: remove 'pages.middleware.CurrentSiteMiddleware' from your
MIDDLEWARE_CLASSES.
+
=== r285 (Dec 17, 2008) ===
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---