Ross Lawley
3628a7653c
Squashed commit of the following:
...
commit 48f988acd728f1193b57df8cf6b0154d69c15099
Merge: 6526923 1304f27
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 08:17:45 2012 -0700
Merge pull request #44 from faulkner/fix-notes
Proper syntax for RST notes (so they actually render).
commit 6526923345efd768044c4fba770a8a3ada161a40
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 16:00:32 2012 +0100
Fixed recursion loading bug in _get_changed_fields
fixes hmarr/mongoengine#548
commit 24fd1acce68341361331e033d1692d61a936f871
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 14:14:10 2012 +0100
Version bump
commit cbb9235dc5d863ee0bb8a315c976581e71b6a641
Merge: 6459d4c 19ec2c9
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 15:12:34 2012 +0100
Merge branch 'master' of github.com:hmarr/mongoengine
commit 19ec2c9bc98db454680e681373f3fcd3b0f79a6c
Merge: 3070e0b 601f0eb
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 07:12:07 2012 -0700
Merge pull request #545 from maxcountryman/patch-1
Correcting typo in DynamicField docstring
commit 6459d4c0b60229edcd4d562898833f221d00ebf4
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 14:55:10 2012 +0100
Fixed issue with custom queryset manager expecting explict variable names
If using / expecting kwargs you have to call the queryset manager
explicitly.
commit 1304f2721f7850b223950edb85ec7c141255176c
Author: Chris Faulkner <thefaulkner@gmail.com>
Date: Tue Jul 24 14:06:43 2012 -0700
Proper syntax for RST notes (so they actually render).
commit 598ffd3e5c107990dd41995d0bbb21bf13f67fb5
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Mon Jul 23 15:32:02 2012 +0100
Fixed documentation
commit 601f0eb1682ebd9c9eb67f1b68b76bdd2cf3d8c7
Author: Max Countryman <maxc@me.com>
Date: Fri Jul 20 19:12:43 2012 -0700
Correcting typo in DynamicField docstring
2012-07-26 22:50:39 +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
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
ab15c4eec9
Merge branch 'master' of https://github.com/adamreeve/mongoengine into 459
2012-05-01 09:42:25 +01:00
Ross Lawley
fd18a48608
Rst fix
2012-03-15 16:36:04 +00:00
Ross Lawley
64860c6287
Fix signals documentation
2012-03-15 16:27:31 +00:00
Adam Reeve
83eb4f6b16
Document the ValidationError class
2012-03-09 22:20:54 +13:00
Ross Lawley
737cbf5f60
Updated docs and added fix for _types and positional operator
...
Bumped version to 0.6.2
2012-03-08 12:39:25 +00: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
0301135f96
Added uri style connection handling
2012-01-30 10:24:45 +00:00
Ross Lawley
12f884e3ac
Fixes typo in documents - thanks Shalabh
...
Closes #406
2012-01-16 09:11:00 +00:00
Ross Lawley
90bfa608dd
Merge branch 'master' into dev
...
Conflicts:
docs/guide/signals.rst
python-mongoengine.spec
2012-01-16 09:05:38 +00:00
Ashwin Purohit
7a41155178
typo in signals guide
2012-01-14 23:21:43 -08: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
e7bcb5e366
Updated docs and Authors list re: db_alias
2011-12-07 01:46:11 -08:00
Ross Lawley
9bfc838029
Updated Docs and bumped version
...
Hopefully nearer 0.6
closes #368
2011-12-02 08:14:25 -08:00
Ross Lawley
8b97808931
Added docs for elemMatch
2011-11-30 02:30:29 -08:00
Ross Lawley
e80144e9f2
Added multidb support
...
No change required to upgrade to multiple databases. Aliases are used
to describe the database and these can be manually registered or fall
through to a default alias using connect.
Made get_connection and get_db first class members of the connection class.
Old style _get_connection and _get_db still supported.
Refs: #84 #87 #93 #215
2011-11-22 08:01:14 -08:00
Ross Lawley
4c1509a62a
Updated docs re choices
...
[#284 ] [#314 ]
2011-11-04 01:54:30 -07:00
Ross Lawley
5dc998ed52
Merge branch 'dev-bulkinsertsignal' of https://github.com/colinhowe/mongoengine into bulk
2011-10-27 01:13:59 -07:00
Ross Lawley
3799f27734
Merge branch 'master' of https://github.com/kuno/mongoengine into kuno
2011-09-28 01:51:06 -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
kuno
2ca6648227
fixed indentation error in signal docs
2011-09-20 21:30:20 +08:00
Harry Marr
88b1a29719
Typo fix
2011-09-10 11:54:43 +02:00
Colin Howe
b91db87ae0
Pre and post bulk-insert signals
2011-09-09 19:17:40 +01: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
Victor Farazdagi
4e6f91ae77
Typo fixed in "Quering The Db" guide.
2011-07-02 19:48:21 +04:00
Ross Lawley
b039a2293f
Updated documentation about dereferencing
...
Refs #206
2011-06-27 12:42:26 +01:00
Ross Lawley
14be7ba2e2
Added support for the $ positional operator
...
closes #205
2011-06-21 14:50:11 +01:00
Ross Lawley
cb1dfdfac6
Fixes to signals
...
The sender is the class of the document not the instance - easier to
hook into
2011-06-14 16:56:04 +01:00
Ross Lawley
0ed79a839d
Added delta tracking to documents.
...
All saves on exisiting items do set / unset operations only on changed fields.
* Note lists and dicts generally do set operations for things like pop() del[key]
As there is no easy map to unset and explicitly matches the new list / dict
fixes #18
2011-06-14 14:35:38 +01:00
Ross Lawley
8553022b0e
Merge branch 'dev' into feature/dev-indexes
2011-06-06 11:40:21 +01:00
Ross Lawley
74b5043ef9
Added signals documentation
2011-06-06 11:39:58 +01:00
Ross Lawley
0e45078116
Added Blinker signal support
2011-06-06 11:34:43 +01: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
3b88a4f728
Fixed a couple of errors in the docs
2010-10-19 12:28:34 +01:00
Harry Marr
2b9c526b47
Merge branch 'v0.4' of http://github.com/schallis/mongoengine into v0.4
2010-10-18 13:55:57 +01:00