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 b37499f commit f234fc7Copy full SHA for f234fc7
README.md
@@ -41,6 +41,7 @@ Licensed under the MIT license.
41
42
Release History
43
---------------
44
+* 0.6.1 - Bug fix for CRUD view.
45
* 0.6.0 - Support for basic CRUD view.
46
* 0.5.0 - Added three way data binding.
47
* 0.4.0 - Removed @csrf_exempt on dispatch method for Ajax requests.
djangular/__init__.py
@@ -1,2 +1,2 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = '0.6.0'
+__version__ = '0.6.1'
0 commit comments