Release 0.9.0rc2i [ci skip]
This commit is contained in:
parent
7cd9294adc
commit
8f3fb17af7
2 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue