Commit Graph
1476 Commits
Author SHA1 Message Date
Ross Lawley bbdd15161a 0.6.3 release 2012-03-24 19:06:08 +00:00
Ross Lawley ea9dc8cfb8 Merge branch 'master' of github.com:hmarr/mongoengine 2012-03-24 19:03:44 +00:00
Ross Lawley 6bd2ccc9bf UPdated authors 2012-03-24 19:03:24 +00:00
Ross Lawley 56327c6b58 Merge pull request #470 from arbaal/master
Patches for Django 1.4 compability
2012-03-24 12:02:44 -07:00
Nils Hasenbanck 712e8a51e4 Merge branch 'master' of github.com:arbaal/mongoengine
Conflicts:
	mongoengine/django/sessions.py

Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
2012-03-24 19:49:02 +01:00
Nils Hasenbanck 421f324f9e Fixed the exception when saving a new session
The session was not created for some reason. Now it is.

Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
2012-03-24 19:43:01 +01:00
Nils Hasenbanck 8fe4a70299 Fixed the exception when saving a new session
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
2012-03-24 19:24:42 +01:00
Nils Hasenbanck 3af6d0dbfd Replaces deprecated hasher with new django 1.4 hasher
This way we can even use the new hasher configuration
django 1.4 provides.

Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
2012-03-24 11:08:00 +01:00
Nils Hasenbanck e2bef076d3 Fixed the session backend for django 1.4
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
2012-03-24 11:07:37 +01:00
Ross Lawley 1bf9f28f4b Merge branch 'master' into dev 2012-03-22 15:49:57 +00:00
Ross Lawley f1e7b97a93 Updated changelog 2012-03-22 15:48:54 +00:00
Ross Lawley 8cfe13ad90 Merge branch 'master' into dev 2012-03-22 15:46:32 +00:00
Ross Lawley 0f420abc8e Added test for listfields containing embedded documents
Added Adam to the authors - thanks for the patch
fixes #466
2012-03-22 15:44:22 +00:00
Ross Lawley 3b5b715567 Merge branch 'dev' of https://github.com/aparrish/mongoengine into 466 2012-03-22 15:32:45 +00:00
Adam Parrish 520051af25 preparing values in a ListField won't mangle embedded documents any more 2012-03-21 11:03:49 -07:00
Colin Howe 7e376b40bb Add new meta option to Document: allow_index_creation.
Defaults to True. If set to False then MongoEngine will not ensure indexes exist
2012-03-19 20:27:08 +00: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
Ross Lawley 58635b24ba Updated changelog 2012-03-12 10:35:02 +00:00
Ross Lawley 3ec9dfc108 Merge branch 'master' into dev 2012-03-12 10:33:08 +00:00
Ross Lawley bd1572f11a Fixed upgrade docs and instructions 2012-03-12 10:31:51 +00:00
Adam Reeve 540a0cc59c List all document errors when raising a ValidationError 2012-03-09 22:20:59 +13:00
Adam Reeve 83eb4f6b16 Document the ValidationError class 2012-03-09 22:20:54 +13:00
Ross Lawley 95c58bd793 Merge branch 'master' into dev 2012-03-08 12:40:20 +00:00
Ross Lawley 65591c7727 Version Bump 2012-03-08 12:40:07 +00:00
Ross Lawley 737cbf5f60 Updated docs and added fix for _types and positional operator
Bumped version to 0.6.2
v0.6.2
2012-03-08 12:39:25 +00:00
Ross Lawley 4c67cbb4b7 Updated upgrade docs. Reported issues with older pymongo and sharding 2012-03-06 12:31:14 +00:00
Ross Lawley ed2cc2a60b Adding Jacob Peddicord to Authors 2012-03-05 16:20:37 +00:00
Ross Lawley 859e9b3cc4 Version bump v0.6.1 2012-03-05 16:16:37 +00:00
Ross Lawley c34e79fad9 Fix replicaset connection 2012-03-05 16:15:06 +00:00
Ross Lawley 82446d641e Updated the spec v0.6 2012-03-05 14:28:33 +00:00
Ross Lawley 9451c9f331 Updated Readme - points to readthedocs 2012-03-05 13:14:36 +00:00
Ross Lawley 61411bb259 Doc updates 2012-03-05 12:26:44 +00:00
Ross Lawley fcdb0eff8f Added for read the docs 2012-03-05 12:21:53 +00:00
Ross Lawley 30d9347272 Updated readme 2012-03-05 12:20:59 +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 6ecdc7b59d Added FutureWarning for inherited classes not declaring allow_inheritance
Refs #437
2012-03-05 11:25:13 +00:00
Ross Lawley b7d0d8f0cc Added warning to SortedListField 2012-03-05 11:20:22 +00:00
Ross Lawley df52ed1162 Merge pull request #449 from kajic/uri-fix
Uri connection fix
2012-03-05 00:23:18 -08:00
Ross Lawley aa6370dd5d Merge pull request #448 from kajic/delta-fix
Thanks Kajic
2012-03-05 00:23:04 -08:00
Robert Kajic c272b7901f Fix for bug where changes to a a embedded document field are not recorded if the root document was just created+saved. 2012-03-02 15:35:15 +01:00
Robert Kajic c61de6540a Don't ignore kwargs for uri style connections 2012-03-02 15:33:54 +01:00
Robert Kajic 3c7bf50089 Make uri style connections use parameters not specified in the uri, as well as other keyword arguments 2012-03-02 15:33:38 +01:00
Ross Lawley 32fc4152a7 Enable covered indexes for simple documents.
Refs #444
2012-03-02 13:42:24 +00:00
Ross Lawley bdf7187d5c Added a limit to .get 2012-02-29 14:57:24 +00:00
Ross Lawley 1639576203 Bumped version 2012-02-29 12:05:47 +00:00
Ross Lawley ae20c785ea Updated docs 2012-02-29 12:04:43 +00:00
Ross Lawley a2eb876f8c No longer always upsert on save
closes #407
2012-02-29 11:39:10 +00:00
Ross Lawley 5a1eaa0a98 Updated new deref test 2012-02-29 11:23:43 +00:00