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 9df40e6 commit f0a15e3Copy full SHA for f0a15e3
README.rst
@@ -40,6 +40,7 @@ Features:
40
- Add your own custom templates for List/Create/Detail/Update/Delete views
41
- Separate CREATE and UPDATE forms
42
- Define your own custom queryset for list view
43
+- Inline Formset support for parent child models
44
45
Prerequisites
46
-------------
crudbuilder/__init__.py
@@ -5,4 +5,4 @@
5
registry
6
)
7
8
-VERSION = '0.1.8'
+VERSION = '0.1.9'
0 commit comments