Omer Katz
2dd70c8d62
Merge pull request #1180 from moonso/add-mongomock-docs
...
Added page for documenting mongomock. Updated docs/guide/index.rst
2015-12-06 13:23:04 +02:00
moonso
a3886702a3
Added page for documenting mongomock. Updated docs/guide/index.rst
2015-12-06 11:02:26 +01:00
Omer Katz
713af133a0
Moved #1151 changelog entry to the correct version.
2015-12-06 07:54:25 +02:00
Omer Katz
057ffffbf2
Merge pull request #1151 from RussellLuo/feature-support-mocking
...
Add support for mocking MongoEngine based on mongomock
2015-12-06 07:53:00 +02:00
RussellLuo
a81d6d124b
Update AUTHORS and add changelog entry for #1151
2015-12-06 11:11:46 +08:00
RussellLuo
23f07fde5e
Add support for mocking MongoEngine based on mongomock
...
Using `mongomock://` scheme in URI enables the mocking. Fix #1045 .
2015-12-06 11:08:00 +08:00
Omer Katz
b42b760393
Merge branch 'fix-reloading-strict' of https://github.com/paularmand/mongoengine into fix-reloading-strict and bumped version.
...
# Conflicts:
# AUTHORS
v0.10.5
2015-11-30 12:13:47 +02:00
Omer Katz
bf6f4c48c0
Merge pull request #1167 from BeardedSteve/upsert_one
...
Upsert one
v0.10.4
2015-11-30 12:08:04 +02:00
Paul-Armand Verhaegen
6133f04841
Manual merge conflicts in AUTHORS
2015-11-27 23:55:55 +01:00
Paul-Armand Verhaegen
3c18f79ea4
Added test for reloading of strict with special fields #1156
2015-11-27 23:45:25 +01:00
srossiter
fc3db7942d
updated changelog and version tuple
2015-11-24 12:56:59 +00:00
srossiter
164e2b2678
Docstring change and rename variable to avoid clash with kwargs
2015-11-24 12:53:09 +00:00
srossiter
b7b28390df
Added upsert_one method on BaseQuerySet and modified test_upsert_one
2015-11-24 12:46:38 +00:00
Omer Katz
a6e996d921
Added #1165 to the changelog.
2015-11-24 07:06:54 +02:00
Omer Katz
07e666345d
Merge pull request #1165 from touilleMan/bug-1164
...
Add SaveConditionError to __all__
2015-11-24 07:04:54 +02:00
Omer Katz
007f10d29d
Merge pull request #1161 from AWhetter/docFix
...
Fixed a couple of documentation typos
2015-11-24 07:01:49 +02:00
Omer Katz
f9284d20ca
Moved #1042 to the next version in the changelog.
v0.10.3
2015-11-24 07:00:09 +02:00
Omer Katz
9050869781
Merge pull request #1042 from closeio/fix-read-preference
...
Fix read_preference
2015-11-24 06:58:51 +02:00
Stefan Wojcik
54975de0f3
fix read_preference for PyMongo 3+
2015-11-23 10:46:52 -08:00
Stefan Wojcik
a7aead5138
re-create the cursor object whenever we apply read_preference
2015-11-23 10:46:52 -08:00
Omer Katz
6868f66f24
Merge pull request #1155 from AWhetter/fix837
...
ReferenceFields can now reference abstract Document types
2015-11-23 15:52:54 +02:00
Omer Katz
3c0b00e42d
Added python 3.5 to the build.
v0.10.2
2015-11-23 15:40:16 +02:00
Omer Katz
3327388f1f
Merge pull request #1122 from larsbutler/improve-reverse_delete_rule-docs
...
fields.ReferenceField: add integer values to `reverse_delete_rule` docs
2015-11-23 15:29:20 +02:00
Ashley Whetter
04497aec36
Fixed setting dbref to True on abstract reference fields causing the reference to be stored incorrectly
2015-11-23 13:21:30 +00:00
Ashley Whetter
aa9d596930
Updated documentation for abstract reference changes
2015-11-23 13:21:30 +00:00
Ashley Whetter
f96e68cd11
Made type inheritance a validation check for abstract references
2015-11-23 13:20:35 +00:00
Ashley Whetter
013227323d
ReferenceFields can now reference abstract Document types
...
A class that inherits from an abstract Document type is stored in the database
as a reference with a 'cls' field that is the class name of the document being
stored.
Fixes #837
2015-11-23 13:20:35 +00:00
Omer Katz
19cbb442ee
Added #1129 to the changelog.
2015-11-23 13:57:15 +02:00
Omer Katz
c0e7f341cb
Merge pull request #1129 from illico/feature/arbitrary-metadata
...
Indirection-free optimized field metadata.
2015-11-23 12:49:48 +02:00
Emmanuel Leblond
0a1ba7c434
Add SaveConditionError to __all__
2015-11-21 10:25:11 +01:00
Omer Katz
b708dabf98
Merge pull request #1158 from gmacon/551-shard-key-embedded
...
Allow shard key to be in an embedded document (#551 )
2015-11-20 07:50:52 +02:00
George Macon
899e56e5b8
Add gmacon to AUTHORS
2015-11-19 17:15:43 -05:00
George Macon
f6d3bd8ccb
Update changelog for #551
2015-11-19 17:15:27 -05:00
George Macon
deb5677a57
Allow shard key to be in an embedded document ( #551 )
2015-11-19 17:14:45 -05:00
Omer Katz
5c464c3f5a
Bumped version to 0.10.1
v0.10.1
2015-11-18 14:07:39 +02:00
Ashley Whetter
cceef33fef
Fixed a couple of documentation typos
2015-11-17 14:22:10 +00:00
Paul-Armand Verhaegen
ed8174fe36
Added Paul-Armand Verhaegen to contributor list
2015-11-15 15:32:26 +01:00
Paul-Armand Verhaegen
3c8906494f
Added #1156 to changelog
2015-11-15 15:31:22 +01:00
Paul-Armand Verhaegen
6e745e9882
fixed wrong indentation style
2015-11-10 21:13:24 +01:00
Paul-Armand Verhaegen
fb4e9c3772
fix for reloading of strict with special fields
2015-11-10 20:43:49 +01:00
Omer Katz
2c282f9550
Added changelog entry for #1131 .
2015-11-08 12:18:12 +02:00
Omer Katz
d92d41cb05
Merge pull request #1131 from noirbizarre/fix-instance-back-references
...
Fix instance back references
2015-11-08 12:14:37 +02:00
Omer Katz
82e7050561
Merge pull request #1134 from abonhomme/patch-1
...
docstring correction
2015-11-05 15:49:53 +02:00
abonhomme
44f92d4169
docstring correction
...
Corrected the docstring for `mongoengine.queryset.base.update_one()`
2015-10-23 11:07:26 -04:00
David Bordeynik
2f1fae38dd
Merge pull request #1117 from reallistic/master
...
Enable ops in queries using elemMatch for EmbeddedDocuments
fixes #1130
2015-10-21 08:40:39 +03:00
Axel Haustant
9fe99979fe
Fix tests on Python 2.6 (assertIsNotNone does not exists)
2015-10-19 18:04:15 +02:00
Axel Haustant
6399de0b51
Fix _instance on list of EmbeddedDocuments
2015-10-19 16:39:00 +02:00
Axel Haustant
959740a585
Fix false positive test on _instance
2015-10-19 16:33:40 +02:00
reallistic
159b082828
Recursively create mongo query for embeddeddocument elemMatch
2015-10-18 16:34:24 -07:00
Omer Katz
79a2d715b0
Merge pull request #1121 from larsbutler/simplify-install-deps
...
Move nose/rednose from install dependencies to test dependencies
2015-10-14 12:45:14 +03:00