Skip to content

Commit 24a3ac7

Browse files
committed
Starting 0.4.x release
1 parent 371e605 commit 24a3ac7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ class CustomProductFormView(FormView):
125125
...
126126
```
127127

128+
See this [blog post](http://www.secnot.com/django-param-field-en.html) for a longer
129+
tutorial, that includes an example on how to handle File and Image fields.
130+
131+
128132
## Syntax
129133

130134
Each ParamField can have one or more fields with the following syntax

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-param-field',
13-
version='0.3.1',
13+
version='0.4.0',
1414
description='A Django model field that uses a DSL to define, generate, and validate, custom forms',
1515
url='https://github.com/secnot/django-param-field',
1616
author='secnot',

0 commit comments

Comments
 (0)