Author: brosner
Date: Mon Oct 20 10:47:24 2008
New Revision: 1056
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Added the local_settings.py change.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Mon Oct 20 10:47:24 2008
@@ -70,4 +70,8 @@
=== Revision 1103 (October 19, 2008) ===
-The WSGI file that is in the complete_project has been renamed to
`complete_project.wsgi`. It was previously named `pinax.wsgi`. This was
inconsistent with general naming and the `basic_project` WSGI file that is
named `basic_project.wsgi`. Be sure to update your Apache config if you
relied on `pinax.wsgi`.
\ No newline at end of file
+The WSGI file that is in the complete_project has been renamed to
`complete_project.wsgi`. It was previously named `pinax.wsgi`. This was
inconsistent with general naming and the `basic_project` WSGI file that is
named `basic_project.wsgi`. Be sure to update your Apache config if you
relied on `pinax.wsgi`.
+
+=== Revision 1126 (October 20, 2008) ===
+
+We have changed settings.py to expect to import `local_settings.py`
instead of `localsettings.py`. You need to simply rename any instances of
`localsettings.py` to `local_settings.py` in any project that uses a local
settings file to override any defaults.
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---