We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fa087 commit 38e0501Copy full SHA for 38e0501
CHANGELOG
@@ -1,3 +1,11 @@
1
+0.8.9
2
+=====
3
+
4
+Features:
5
6
+* Display URLFields as links by default
7
8
9
0.8.8
10
=====
11
setup.py
@@ -11,7 +11,7 @@
sys.exit(1)
12
13
setup(name='django-model-blocks',
14
- version='0.8.8',
+ version='0.8.9',
15
description=('Simple filters and tags for generic Django '
16
'model template partials'),
17
long_description=long_description,
0 commit comments