Bastien Gérard
152b51fd33
improve gridfs example (properly opening file)
2019-12-29 14:36:50 +01:00
Bastien Gérard
e7c7a66cd1
improve doc of GridFS, emphasize that subsequent call to read() requires to rewind the file with seek(0)
2019-12-27 10:38:03 +01:00
Bastien Gérard
461b789515
relates to ( #710 )
...
- Update gridfs.rst to make it clearer that you should save the Document hosting the GridFSProxy after calling .delete() or .replace() on the GridFSProxy
- updated GridFSProxy.__str__ so that it would always print both the filename and the grid_id. This should improve debugging
2018-08-19 23:45:08 +02:00
Nicolas Despres
5d9ec0b208
Save is called on the document not the file field.
2014-03-17 17:19:17 +01:00
Ross Lawley
d2941a9110
Updated doc examples to open using read binary mode
2013-12-13 09:22:41 +00:00
Ross Lawley
7765f272ac
Documentation api and reference cleanups
2013-04-26 08:46:46 +00:00
Ross Lawley
c5b047d0cd
Fixed GridFSProxy __getattr__ behaviour ( #196 )
2012-12-21 11:55:05 +00:00
Ross Lawley
bab186e195
Reverted document.delete auto gridfs delete
2012-05-14 12:02:07 +01:00
Ross Lawley
97c5b957dd
Updated docs regarding GridFS
...
refs #492
2012-05-09 11:39:30 +01:00
Ross Lawley
a6449a7b2c
Updates to documentation in prep for 0.5
2011-09-09 05:45:56 -07:00
Steve Challis
d7c42861fb
Minor GridFS corrections
2010-10-18 10:25:06 +01:00
Steve Challis
67736c849d
Finished GridFS Documentation
...
* Also made GridFS replace test pass
2010-10-18 00:55:44 +01:00
Steve Challis
dc7181a3fd
Begun GridFS documentation
2010-10-17 23:43:58 +01:00