Christopher Adams
2f9964e46e
Expanded example of using ListFields for one-to-many relationships.
...
- Added an example of how to use the atomic update operations to
pull and push to a ListField containing ReferenceFields.
2013-09-17 00:02:38 -04:00
Ross Lawley
200e52bab5
Added documentation about abstract meta
...
Refs #438
2013-08-20 18:44:12 +00:00
Ross Lawley
0c43787996
Fixed indexing - turn off _cls ( #414 )
2013-07-30 11:43:52 +00:00
Ross Lawley
dc310b99f9
Updated docs about TTL indexes and signals ( #413 )
2013-07-30 10:54:04 +00:00
Ross Lawley
af86aee970
_dynamic field updates - fixed pickling and creation order
...
Dynamic fields are ordered based on creation and stored in _fields_ordered (#396 )
Fixed pickling dynamic documents `_dynamic_fields` (#387 )
2013-07-10 10:57:24 +00:00
Ross Lawley
44a2a164c0
Doc updates
2013-06-13 10:54:39 +00:00
Ross Lawley
e2b32b4bb3
Added more docs about compare_indexes ( #364 )
2013-06-07 08:43:05 +00:00
Ross Lawley
06f5dc6ad7
Docs update
2013-06-06 16:44:43 +00:00
Alice Bevan-McGregor
f28f336026
Improved signals documentation and some typo fixes.
2013-05-29 13:17:08 -04:00
Jin
1cdbade761
fixed typo in defining-documents.rst
2013-05-01 16:54:48 -07:00
Ross Lawley
9c1cd81adb
Add support for new geojson fields, indexes and queries ( #299 )
2013-04-30 14:46:23 +00:00
Ross Lawley
b0c1ec04b5
Improvements to indexing documentation ( #130 )
2013-04-29 07:38:31 +00:00
Ross Lawley
36993097b4
Document serialization uses field order to ensure a strict order is set ( #296 )
2013-04-26 11:38:45 +00:00
Ross Lawley
7765f272ac
Documentation api and reference cleanups
2013-04-26 08:46:46 +00:00
Ross Lawley
621b2b3f72
Undefined data should not override instance methods ( #49 )
2013-01-25 11:28:20 +00:00
Ross Lawley
83da08ef7d
Documentation fixes
2013-01-24 17:43:57 +00:00
Ross Lawley
fff27f9b87
Added support for compound primary keys ( #149 )
2013-01-24 10:37:54 +00:00
Ross Lawley
dfdc0d92c3
Updated docs
2012-11-08 16:40:58 +00:00
Ross Lawley
3d5b6ae332
Inheritance is off by default ( MongoEngine/mongoengine#122 )
2012-10-22 19:29:26 +00:00
Ross Lawley
6f29d12386
Changed the inheritance model to remove types
...
The inheritance model has changed, we no longer need to store an array of
`types` with the model we can just use the classname in `_cls`.
See the upgrade docs for information on how to upgrade
MongoEngine/mongoengine#148
2012-10-15 13:48:02 +00:00
Ross Lawley
59bfe551a3
Updated docs thanks @mitar
2012-09-27 08:29:49 +00:00
Ross Lawley
864053615b
Updated docs
2012-09-14 10:18:44 +00:00
Ross Lawley
1b80193aac
Added example of indexing embedded fields
...
MongoEngine/mongoengine#75
2012-08-20 17:50:18 +01:00
Ross Lawley
598ffd3e5c
Fixed documentation
2012-07-23 15:32:02 +01:00
Ross Lawley
f66b312869
Updated api docs
...
fixes hmarr/mongoengine#526
2012-07-11 16:25:40 +01:00
Meir Kriheli
26db9d8a9d
Documentation for PULL reverse_delete_rule
2012-06-07 12:32:02 +03:00
Adam Reeve
83eb4f6b16
Document the ValidationError class
2012-03-09 22:20:54 +13:00
Ross Lawley
7564bbdee8
Fix docs
2012-03-05 11:43:54 +00:00
Ross Lawley
69251e5000
Updated docs
2012-03-05 11:35:12 +00:00
Ross Lawley
ae20c785ea
Updated docs
2012-02-29 12:04:43 +00:00
Ross Lawley
296ef5bddf
Merge branch 'geo2d' into dev
2012-02-24 10:28:52 +00:00
Robert Kajic
734986c1b5
Documentation on geospatial indexes and how to create them explicitly
2012-02-16 10:41:47 +01:00
Ross Lawley
12f884e3ac
Fixes typo in documents - thanks Shalabh
...
Closes #406
2012-01-16 09:11:00 +00:00
Ross Lawley
11daf706df
Added Sharding support
...
Added shard_key meta, so save() and update() passes shard keys
to the pymongo query. Also made shard key fields immutable.
Closes #388 and #389
2011-12-12 16:13:19 +00:00
Ross Lawley
4c1509a62a
Updated docs re choices
...
[#284 ] [#314 ]
2011-11-04 01:54:30 -07:00
Ross Lawley
a7edd8602c
Added support for expando style dynamic documents.
...
Added two new classes: DynamicDocument and DynamicEmbeddedDocument
for handling expando style setting of attributes.
[closes #112 ]
2011-09-28 01:39:39 -07:00
Ross Lawley
b8a5791de6
Updates to documents
...
[#245 ]
2011-09-09 14:33:27 +01:00
Ross Lawley
a6449a7b2c
Updates to documentation in prep for 0.5
2011-09-09 05:45:56 -07:00
Colin Howe
9a2cf206b2
Documentation for new-style indices
2011-05-29 13:38:54 +01:00
Nick Vlku Jr
c379ff883a
Merge remote branch 'upstream/master' into dev
2011-05-10 00:13:15 -04:00
Matt Chisholm
c2fef4e791
error in documentation; need to use keyword arg to create Comment object
2011-05-03 23:50:20 +02:00
Vincent Driessen
03a757bc6e
Add a safety note on using the new delete rules.
2010-12-21 01:19:27 -08:00
Vincent Driessen
0f68df3b4a
Fix line width.
2010-12-20 05:55:50 -08:00
Vincent Driessen
07ef58c1a7
Rename delete_rule -> reverse_delete_rule.
2010-12-20 05:55:46 -08:00
Vincent Driessen
52f5deb456
Add documentation for the delete_rule argument.
2010-12-20 05:23:27 -08:00
Harry Marr
6817f3b7ba
Updated docs for v0.4
2010-10-17 15:40:49 +01:00
Harry Marr
fb4c4e3e08
Merge branch 'master' of http://github.com/jaimebuelta/mongoengine into v0.4
2010-10-17 13:06:41 +01:00
Jaime
833fa3d94d
Added note about the use of default parameters
2010-10-06 20:02:14 +01:00
Harry Marr
3d6ee0ce00
Merge branch 'master' of http://github.com/n1k0/mongoengine into v0.4
2010-09-19 19:55:57 +01:00
Nicolas Perriault
449f5a00dc
added a 'validate' option to Document.save() +docs +tests
2010-09-11 17:45:57 +02:00