diff --git a/CHANGES.txt b/CHANGES.txt index b0ee100..4f7e296 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ CHANGES ======= -0.5 ---- +0.5 - 2013-04-25 +---------------- - Upgrade to Kotti>=0.8. This breaks backward compatibility. Pin kotti_media to "<0.5dev" if you are on Kotti 0.7.x. diff --git a/kotti_media/views/forms.py b/kotti_media/views/forms.py index e3e7f98..d555f41 100644 --- a/kotti_media/views/forms.py +++ b/kotti_media/views/forms.py @@ -9,8 +9,6 @@ from deform import FileData from deform.widget import FileUploadWidget from kotti.views.edit import DocumentSchema -from kotti.views.edit import make_generic_add -from kotti.views.edit import make_generic_edit from kotti.views.edit.content import DocumentAddForm from kotti.views.edit.content import DocumentEditForm from kotti.views.edit.content import FileAddForm diff --git a/setup.py b/setup.py index 311cc88..90cd3a1 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ ], }, entry_points={ - "fanstatic.libraries": ["kotti_media = kotti_media.static:library"], + "fanstatic.libraries": ["kotti_media = kotti_media.fanstatic:library"], } )