mongoengine/tests
Steve Challis 0512dd4c25 Added new FileField with GridFS support
The API is similar to that of PyMongo and most of the same operations are
possible.

The FileField can be written too with put(), write() or by using the assignment
operator. All three cases are demonstrated in the tests. Metadata can be added
to a FileField by assigning keyword arguments when using put() or new_file().
2010-07-19 06:52:11 +08:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
document.py Fixed inherited document primary key issue 2010-05-24 23:03:30 +01:00
fields.py Added new FileField with GridFS support 2010-07-19 06:52:11 +08:00
queryset.py Fixed Q-object list query issue 2010-05-30 18:34:06 +01:00