We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2986e5a commit 685b615Copy full SHA for 685b615
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
ChangeLog
3
=========
4
5
+Release 0.2.1 (2016-08-19)
6
+==========================
7
+
8
+* Fix name URL's form_detail has been rename to form_context
9
10
11
Release 0.2.0 (2016-07-21)
12
==========================
13
setup.py
@@ -9,7 +9,7 @@
setup(
name='django-formidable',
- version='0.2.0',
+ version='0.2.1',
packages=find_packages(),
14
include_package_data=True,
15
license='BSD License',
0 commit comments