Changeset 2069
- Timestamp:
- 06/25/09 14:54:32 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/apps/pylucid/models.py
r2066 r2069 675 675 user_message_or_warn("EditableHtmlHeadFile cached successful into: %r" % cachepath) 676 676 677 def save_all_color_cach files(self):677 def save_all_color_cachefiles(self): 678 678 """ 679 679 this headfile was changed: resave all cache files in every existing colors … … 723 723 724 724 # Try to cache the head file into filesystem (Only worked, if python process has write rights) 725 self.save_all_color_cach files()725 self.save_all_color_cachefiles() 726 726 727 727 return super(EditableHtmlHeadFile, self).save(*args, **kwargs)