Skip to content

Commit 45020ad

Browse files
committed
1.3.1
1 parent 9216790 commit 45020ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a simple realisation of StreamField's idea of Wagtail CMS for plain Djan
66
You can build your page with different kind of blocks.
77
Sort them and sort the lists inside the blocks.
88

9-
For editing content inside the blocks, it use native popup mechanism in Django admin interface.
9+
The blocks here are regular instances of Django models. For editing content inside the blocks, it use native popup mechanism in Django admin interface.
1010
This allow you to use other field's widgets inside the blocks as is.
1111
For example, if you want to use in your blocks FileBrowseField
1212
from django-filebrowser, it will perfectly working

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="django-streamfield",
8-
version="1.3.0",
8+
version="1.3.1",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",

streamfield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name = "streamfield"
2-
VERSION = '1.3.0'
2+
VERSION = '1.3.1'

0 commit comments

Comments
 (0)