Skip to content

Commit 5157126

Browse files
committed
1.4.5. apps.get_model directly, instead of ContentType.get_object_for_this_type
1 parent 697c365 commit 5157126

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Django StreamField
22

33
This is a simple realisation of StreamField's idea of Wagtail CMS for plain Django admin or with Grappelli skin.
4-
Stable: 1.4.4
5-
Development: 1.4.5
4+
Stable version: 1.4.5
65

76
## Highlights
87
You can build your page with different kind of blocks.

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.4.4",
8+
version="1.4.5",
99
author="Yury Lapshinov",
1010
author_email="y.raagin@gmail.com",
1111
description="StreamField for native Django Admin or with Grappelli",

0 commit comments

Comments
 (0)