Author: brosner
Date: Sat Nov 22 08:32:43 2008
New Revision: 1084
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Removed the info about applying the patch as it is no longer needed.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Sat Nov 22 08:32:43 2008
@@ -145,14 +145,7 @@
OpenID support underwent a bit of fixing. Before this change we had a
forked branch from django-openid. They were in local_apps
(django_openidauth and django_openidconsumer). They have been removed in
favor of the trunk version of django-openid that was recently refactored by
Simon Willison. It is now a standard external_app reference.
-This change will require a patch apply and database schema change. There
is a bug in django-openid that doesn't hook up the RequestContext. First
begin by applying the patch:
-
-{{{
-cd apps/external_apps
-patch -p0 < django_openid_requestcontext.diff
-}}}
-
-This has been reported as
http://code.google.com/p/django-openid/issues/detail?id=22.
+This change mostly requires a database schema change and possibly template
changes.
Due to the app name changing and being consolidated you will need to
rename three tables if you have an existing database from before revision
1204. If you are able to drop existing tables, you can simply `syncdb` and
remove the left over tables described in the migration SQL:
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---