- Added optional multilingual Support
- Based on django-parler
- Integrated with abstract base classes
- Added meta keywords/description fields.
- Allow
formfield_overrides
to contain field names too.
- Fix a circular import in
base_models.py
which happened withDEBUG = False
only. - Fixed missing
block.super
call for thelink
template block.
- 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.
- Add
FLUENT_BLOGS_INCLUDE_STATIC_FILES
setting, to disable automatic inclusion the CSS/JS files of django-fluent-comments.
- Support using the same slug in different months.
- 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
andEntryManager
as public classes
- 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.
- Fix url reference to Entry model when using custom models
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.