Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 2.23 KB

CHANGES.rst

File metadata and controls

81 lines (51 loc) · 2.23 KB

Version 1.0 (dev)

  • Added optional multilingual Support
  • Added meta keywords/description fields.
  • Allow formfield_overrides to contain field names too.

Version 0.9.7

  • Fix a circular import in base_models.py which happened with DEBUG = False only.
  • Fixed missing block.super call for the link template block.

Version 0.9.6

  • Fix empty admin edit screen when using custom models.
  • Fix year formatting in the year archive pages (e.g. /blog/2013/) when using Django 1.5 and up.

Version 0.9.5

  • Add FLUENT_BLOGS_INCLUDE_STATIC_FILES setting, to disable automatic inclusion the CSS/JS files of django-fluent-comments.

Version 0.9.4

  • Support using the same slug in different months.

Version 0.9.3

  • Improve error message when a blogmodule is not yet attached to the django-fluent-pages page tree.
  • Fix the blog ordering at the "Blog page" edit screen.
  • Fix running the code at Django 1.6
  • Fix 500 error feed view
  • Marked AbstractEntryBaseAdminForm and EntryManager as public classes

Version 0.9.2

  • Fix initial south migrations, added missing dependencies.
  • Fix automatic registration with django-fluent-comments and django-any-urlfield when not using custom models.
  • Fix comments count indicator, CommentsEntryMixin.comments also ignores removed comments now.

Version 0.9.1

  • Fix url reference to Entry model when using custom models

Version 0.9.0

First PyPI release.

Reached a mature point where a release can be made. Main features:

  • Archive views by date, author, category and tags.
  • Contents filled by django-fluent-contents
  • RSS and Atom feeds
  • Granularity in templates to override layouts.
  • Abstract base model for custom blog models.