Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.24 KB

feincms-articles changelog

1.2.4

  • Add ArticleAdmin.add_view to fix compatibility with ItemEditor.add_view.

1.2.3

  • Add ArticleAdmin.change_view to fix compatibility with ItemEditor.change_view.

1.2.2

  • Change Article.get_absolute_url to use reverse_lazy.

1.2.1

  • Allow for using keyword argument in ArticleIndex.index_queryset.

1.2

  • remove patterns in url.

v1.1.3

  • articles no longer requires being above app overriding ArticleAdmin in installed_apps.

v1.1.2

  • Change two imports to relative import for python 3 compatibility

v1.1.1

  • Move ArticleAdmin into bases.py
  • Fix use of ARTICLE_MODELADMIN_CLASS setting

v1.1

  • Update category extension registration method to FeinCMS 1.9.3 standard.
  • Create BaseArticle abstract model to allow subclassing.

v1.0

  • Migrate extensions to inherit from feincms.extensions.Extension. Support for register(cls, admin_cls)-style functions is removed in FeinCMS v1.9.

v0.4

  • Fix extension fields broken in admin since last release.
  • Added fixes for python 3.3 (Py3.3 doesn't work yet because feincms 1.8 is not yet out.)

v0.3

Note: NOT compatible with feincms < 1.7.

  • Added ContentModelMixin to Article to integrate with feincms 1.7.