Release 0.9.0rc2i [ci skip]

This commit is contained in:
Iacopo Spalletti 2018-01-20 19:48:14 +01:00
parent 7cd9294adc
commit 8f3fb17af7
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,10 @@ History
* Moved template to easy_thumbnails_tags template tag. Require easy_thumbnails >= 2.4.1
* Made HTML description and title fields length configurable
* Added meta representation for CategoryEntriesView
* Generated valid slug in wizard if the given one is taken
* Fixed error in category filtering when loading the for via POST
* Returned 404 in AuthorEntriesView if author does not exists
* Returned 404 in CategoryEntriesView if category does not exists
*******************
0.8.13 (2017-07-25)

View File

@ -3,6 +3,6 @@ from __future__ import absolute_import, print_function, unicode_literals
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.9.0rc1'
__version__ = '0.9.0rc2'
default_app_config = 'djangocms_blog.apps.BlogAppConfig'