Ensure all field params are documented (#97)

This commit is contained in:
Ross Lawley
2013-04-23 15:59:23 +00:00
parent 1e1e48732a
commit 88f96b0838
7 changed files with 50 additions and 38 deletions

View File

@@ -10,7 +10,7 @@ In your **settings.py** file, ignore the standard database settings (unless you
also plan to use the ORM in your project), and instead call
:func:`~mongoengine.connect` somewhere in the settings module.
.. note ::
.. note::
If you are not using another Database backend you may need to add a dummy
database backend to ``settings.py`` eg::