-
Seems method_decorator was added in django 1.2, so this breaks in 1.1:
```
/usr/local/lib/python2.6/dist-packages/FeinCMS-1.1.4-py2.6.egg/feincms/admin/item_editor.py in ()
14 from django.utils.…
-
it should be metioned in the documentation (chapter 8) that the
{% feincms_render_region feincms_page "main" request %}
and
{% feincms_render_content content request %}
template tags will not work unl…
mrcwd updated
14 years ago
-
Originally [GC 59](http://code.google.com/p/django-mptt/issues/detail?id=59)
Markup generated using the tree_info template tag has more closing levels
than opening ones (has patch)
-
After some time of running website in production website stop to work with following error for every request:
Traceback (most recent call last):
File "/home/bmihelac/.virtualenvs/django-im/src/djan…
-
I installed FeinCMS (4b6ac08deeb) and followed the FeinCMS guides for installation, installed TinyMCE (freshest version at the time of writing, 3.3.8) for richtext and spent an hour wondering what was…
-
I sync the latest version of feincms in github. When I follow the manual and create a project, everything goes fine. But when I go to the Admin page. There is not "pages" table show up, only the blog …
-
I ran syncdb to get started. No problem.
Then, I installed my custom app to bring in the content types and here is where error happens.
Following these docs: http://spinlock.ch/pub/feincms/html/page.…
-
The latest ItemEditor changes broke the functionality of dynamically adding fields to a content type's section in the Admin interface, as used by the ApplicationContent.
-
I have created quite a simple model with MPTT hierarchy and tried to use TreeEditor from feincms.
But it works only for 'en' locale with 'ru it fails with:
Caught an exception while rendering: ('ascii…
-
On current master, I get the following error:
AttributeError at /
'tuple' object has no attribute 'append'
Has to do with this line in page/models.py:
self.fieldsets[-1][1]['fields'].append(f.name)…