Author: homebrew79
Date: Tue Dec  9 15:04:06 2008
New Revision: 276

Modified:
    trunk/pages/admin/__init__.py

Log:
fix problems caused by removal of unquote import in Rev 271.  This includes  
problem with not being able to move pages.

Modified: trunk/pages/admin/__init__.py
==============================================================================
--- trunk/pages/admin/__init__.py       (original)
+++ trunk/pages/admin/__init__.py       Tue Dec  9 15:04:06 2008
@@ -8,6 +8,7 @@
  from django.conf import settings as global_settings
  from django.db import models
  from django.http import HttpResponseRedirect
+from django.contrib.admin.util import unquote

  from pages import settings
  from pages.models import Page, Content, tagging

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to