Author: homebrew79
Date: Tue Dec  9 15:08:39 2008
New Revision: 277

Modified:
    branches/directory-style-urls/pages/admin/__init__.py

Log:
Fixed missing import.  Can now move pages

Modified: branches/directory-style-urls/pages/admin/__init__.py
==============================================================================
--- branches/directory-style-urls/pages/admin/__init__.py       (original)
+++ branches/directory-style-urls/pages/admin/__init__.py       Tue Dec  9  
15:08:39 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, URL

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