Author: brosner
Date: Fri Oct 24 10:41:51 2008
New Revision: 1062
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Updated backwards incompatible changes wiki page for the locations and
lifestream removal.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Fri Oct 24 10:41:51 2008
@@ -70,6 +70,10 @@
You need to perform a `./manage.py syncdb` after this change. Note that
the database will still have the old model tables. You can safely remove
them. Pinax never used them for anything. If you had any dependancy on them
instead of doing a `syncdb` you can just rename the tables.
+=== Revision 1093 (October 18, 2008) ===
+
+We have removed the `lifestream` and `locations` apps in time for
0.5.0rc1. The `locations` app will see a new life in the 0.6 release. If
you have copied out your own project you will likely still have references
to these apps in your `settings.py` and the top-level `urls.py`.
+
=== 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`.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---