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 4197023 commit ddcb601Copy full SHA for ddcb601
mongodbforms/__init__.py
@@ -1,3 +1,2 @@
1
from django.forms.fields import *
2
from documents import *
3
-from fields import *
setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
4
5
setup(name='mongodbforms',
6
- version='0.1e',
+ version='0.1f',
7
description="An implementation of django forms using mongoengine.",
8
author='Jan Schrewe',
9
author_email='jan@schafproductions.com',
0 commit comments