DionysusG
709983eea6
fix typo at docs/guide/defineing-documents.rst
2016-08-04 16:21:52 +08:00
bitdivision
9c264611cf
Add EmbeddedDocumentListField to user guide
...
The 'defining a document' section currently doesn't include EmbeddedDocumentListField. Only EmbeddedDocumentField
2015-12-09 11:40:22 +00:00
Alice Bevan–McGregor
50b271c868
Arbitrary metadata documentation.
2015-10-13 22:51:03 -04:00
Matthieu Rigal
2a3d3de0b2
CappedCollection max_size normalized to multiple of 256
2015-06-15 00:22:07 +02:00
Matthieu Rigal
dba4c33c81
Merge pull request #1016 from bigblind/patch-2
...
Solution for documentation issue #1003
2015-06-11 14:40:41 +02:00
Matthieu Rigal
548a552638
Merge pull request #994 from MRigal/fix/cls-index-at-desired-position
...
Added hashed index, a bit more of geo-indexes, possibility to give _cls
2015-06-11 14:20:01 +02:00
Frederik Creemers
91aa4586e2
Fixes after code review
2015-06-04 22:38:11 +02:00
Frederik Creemers
65d6f8c018
Solution for documentation issue #1003
...
Solution for documentation issue #1003 . The explanation about reverse_delete_rule was a bit mixed up.
2015-06-02 12:35:25 +02:00
Matthieu Rigal
283e92d55d
Added hashed index, a bit more of geo-indexes, possibility to give _cls and docs
2015-06-01 22:11:21 +02:00
Bruno Pierri Galvao
fde733c205
spelling change definion to definition
2015-05-21 10:22:02 -04:00
Emmanuel Leblond
5f33d298d7
Fix typo in guide/defining-documents.rst
2015-05-06 21:32:36 +02:00
Emmanuel Leblond
fc39fd7519
Update defining-documents.rst
...
Add primary_key notice according to issue #985
2015-05-06 18:30:49 +02:00
Austin
ca16050681
Update docs with NotUniqueError
...
This was changed in https://github.com/MongoEngine/mongoengine/pull/62 . It is present in versions > 0.7 http://docs.mongoengine.org/changelog.html#changes-in-0-7-0 . I can reopen against an older branch if preferred.
2015-04-30 16:02:50 -04:00
Slam
51f314e907
Doc fixes, thanks @3Inc
...
Author: Slam <3lnc.slam@gmail.com>
Date: Fri Nov 28 13:10:38 2014 +0200
2014-12-02 00:37:06 -02:00
Slam
e0f1e79e6a
Minor typos fixes in docs
2014-11-24 16:57:43 +02:00
Diego Berrocal
17f7e2f892
Big typo fix for allow_inheritance page
2014-11-19 02:49:08 -05:00
Axel Haustant
708c3f1e2a
Added new geospatial fields to th documentation
2014-08-28 19:42:09 +02:00
pashadia
b49a641ba5
Fixed typo.
2014-08-03 20:44:46 +03:00
Clay McClure
74bd7c3744
Include preliminary support for text indexes
...
To index a text field, prefix the field name with `$`, as in `$title`.
2014-06-27 14:48:32 -04:00
Falcon Dai
c1f88a4e14
minor change to geo-related docs
2014-03-17 22:29:53 -05:00
Ross Lawley
e146262c38
Merge pull request #467 from adamsc64/doc_foreignkey_push_pull_example
...
Expanded example of using ListFields for one-to-many relationships.
2013-09-27 08:31:59 -07:00
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