Author: batiste.bieler
Date: Mon Feb 16 06:30:08 2009
New Revision: 347
Modified:
trunk/pages/models.py
Log:
Forgot a incorrect import
Modified: trunk/pages/models.py
==============================================================================
--- trunk/pages/models.py (original)
+++ trunk/pages/models.py Mon Feb 16 06:30:08 2009
@@ -110,8 +110,6 @@
if self.parent:
cache.delete(self.PAGE_CHILDREN_KEY % (self.parent.id,
site.id))
- from page.admin.utils import get_placeholders
-
#TODO: invalidate the content cache of the page
def invalidate_if_parent_changed(self):
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---