George Macon
|
deb5677a57
|
Allow shard key to be in an embedded document (#551)
|
2015-11-19 17:14:45 -05: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 |
|
Axel Haustant
|
9fe99979fe
|
Fix tests on Python 2.6 (assertIsNotNone does not exists)
|
2015-10-19 18:04:15 +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 |
|
Gang Li
|
3fe93968a6
|
update test case for: Please recall fix on: Saving document doesn't create new fields in existing collection #620 #1126
|
2015-10-18 00:19:36 -04:00 |
|
Gang Li
|
5bbfca45fa
|
Fixed: ListField minus index assignment does not work #1119
Add code to detect '-1' as a integer.
Normalize negative index to regular list index
Added list assignment test case
|
2015-10-12 10:34:26 -04:00 |
|
Emmanuel Leblond
|
903982e896
|
Merge pull request #1088 from touilleMan/bug-1058
Fix DictField with '_cls' field is converted to Document on access
|
2015-09-21 12:10:23 +02:00 |
|
Emmanuel Leblond
|
92b9cb5d43
|
Add drop_collection for test_subclass_field_query
|
2015-09-08 17:35:35 +02:00 |
|
Catstyle
|
ba0934e41e
|
added DynamicTest.test_reload_dynamic_field
|
2015-09-02 18:42:30 +02:00 |
|
Emmanuel Leblond
|
736fe5b84e
|
Fix unwanted dereference in DictField (issue #1058)
|
2015-08-30 10:01:24 +02:00 |
|
Emmanuel Leblond
|
91aca44f67
|
Merge pull request #1093 from touilleMan/bug-1069
Replace disconnect with close method in pymongo
|
2015-08-10 18:40:59 +02:00 |
|
Emmanuel Leblond
|
96cfbb201a
|
Replace use close method in pymongo
|
2015-08-04 18:02:57 +02:00 |
|
Emmanuel Leblond
|
3ffaf2c0e1
|
Correct SaveConditionError involved tests
|
2015-07-15 11:59:29 +02:00 |
|
Emmanuel Leblond
|
a5fb009b62
|
Fix GenericReferenceField choices with DBRef and let it possible to set Document choice as string
|
2015-07-06 02:33:43 +02:00 |
|
David Bordeynik
|
5334ea393e
|
fix-#842: Fix ignored chained options
|
2015-07-02 23:08:09 +03:00 |
|
amitlicht
|
d7a2ccf5ac
|
Adding a test case for #1047.
|
2015-06-30 15:03:06 +03:00 |
|
Matthieu Rigal
|
4dc158589c
|
Moved change to right place and added fancier test
|
2015-06-26 17:58:53 +02:00 |
|
emilecaron
|
02f61c323d
|
update test
|
2015-06-25 18:26:52 +00:00 |
|
emilecaron
|
e43fae86f1
|
reproduce RuntimeError
|
2015-06-25 15:37:15 +00:00 |
|
Matthieu Rigal
|
0aeb1ca408
|
Various fixes again
|
2015-06-24 00:50:36 +02:00 |
|
Vicky Donchenko
|
6bd9529a66
|
Allow to add custom metadata to fields
|
2015-06-23 16:25:56 +03:00 |
|
Matthieu Rigal
|
5c807f3dc8
|
Various test adjustments to improve stability independantly of execution order
|
2015-06-22 16:41:36 +02:00 |
|
Matthieu Rigal
|
40f6df7160
|
Adapted one more test for MongoDB < 3
|
2015-06-22 14:57:59 +02:00 |
|
Matthieu Rigal
|
95165aa92f
|
Logic and test adaptations for MongoDB < 3
|
2015-06-22 14:57:59 +02:00 |
|
Matthieu Rigal
|
d96fcdb35c
|
Fixed problem of ordering when using near_sphere operator
|
2015-06-22 14:57:58 +02:00 |
|
Matthieu Rigal
|
5efabdcea3
|
Added tests, documentation and simplified code
|
2015-06-22 14:57:58 +02:00 |
|
Matthieu Rigal
|
49c0c9f44c
|
Simplified lookup-field method, allowing dynamic lookup for more than two parts
|
2015-06-22 14:55:06 +02:00 |
|
Matthieu Rigal
|
ef5fa4d062
|
Merge pull request #1037 from MRigal/fix/1008-delete-returns-none-allowed
Added test and fix for delete with write_concern w:0
|
2015-06-22 14:50:04 +02:00 |
|
Matthieu Rigal
|
d0b749a43c
|
Made test explicit with an assert
|
2015-06-21 13:02:59 +02:00 |
|
Matthieu Rigal
|
bcc4d4e8c6
|
Added test and fix for delete with write_concern w:0
|
2015-06-21 03:40:45 +02:00 |
|
Breeze.kay
|
41bff0b293
|
remove testcase:test_signals_with_switch_sharding_db() and fix code style error for pull#1020
|
2015-06-21 09:32:31 +08:00 |
|
Breeze.kay
|
dfc7f35ef1
|
add testcase and changelog for pull:#1020 'improve _created status when switch collection and db'
|
2015-06-19 15:40:05 +08:00 |
|
Stefan Wojcik
|
dd095279c8
|
aggregate_sum/average + unit tests
|
2015-06-18 11:01:37 -07:00 |
|
Matthieu Rigal
|
2a3d3de0b2
|
CappedCollection max_size normalized to multiple of 256
|
2015-06-15 00:22:07 +02:00 |
|
Matthieu Rigal
|
b124836f3a
|
Merge pull request #936 from MRigal/fix/712-avoid-crash-looping-on-corrupted-obj-id
changed ObjectIdField to_python() method to avoid crash, issue 712
|
2015-06-14 23:31:22 +02:00 |
|
Matthieu Rigal
|
7714cca599
|
Removed get_or_create() method, deprecated since 0.8
|
2015-06-12 20:51:59 +02:00 |
|
Matthieu Rigal
|
42511aa9cf
|
Merge pull request #1028 from MRigal/fix/652-url-field-validation-too-restrictive-use-django-validation
Updated URL and Email regex validators, added schemes to url validator
|
2015-06-12 20:47:58 +02:00 |
|
Matthieu Rigal
|
ace2a2f3d1
|
Merge pull request #1027 from MRigal/fix/530-combining-only-and-save-deletes-embedded-fields-value-with-default
Added passing test to prove save and only problem was fixed
|
2015-06-12 20:40:51 +02:00 |
|
Matthieu Rigal
|
4c1496b4a4
|
Updated URL and Email field regex validators, added schemes arg to urlfield
|
2015-06-12 13:10:36 +02:00 |
|
Matthieu Rigal
|
eec876295d
|
Added passing test to prove save and only problem was fixed
|
2015-06-12 12:13:28 +02:00 |
|
Matthieu Rigal
|
3093175f54
|
SequenceField for abstract classes now have a proper name
|
2015-06-12 11:03:52 +02:00 |
|
Matthieu Rigal
|
dd05c4d34a
|
Merge pull request #1024 from touilleMan/issue-1017
Fix #1017 (document clash between same ids but different collections)
|
2015-06-12 09:24:32 +02:00 |
|
Matthieu Rigal
|
57e3a40321
|
Merge pull request #1025 from MRigal/feature/259-improve-error-detection-for-invalid-query
Improve error message for invalid query
|
2015-06-12 09:13:18 +02:00 |
|
Matthieu Rigal
|
915849b2ce
|
Implemented method to auto-generate non-collisioning auto_id names
|
2015-06-11 22:48:34 +02:00 |
|
mrigal
|
051cd744ad
|
added another test to proove we still do not handle all cases well
|
2015-06-11 22:47:10 +02:00 |
|
mrigal
|
53fbc165ba
|
added content of PR #688 with a test to proove it is a bit right
|
2015-06-11 22:47:10 +02:00 |
|
mrigal
|
1862bcf867
|
added test for abstract document without pk creation and adapted behaviour
|
2015-06-11 22:47:10 +02:00 |
|
Matthieu Rigal
|
a2f0f20284
|
Improve error message for invalid query
|
2015-06-11 17:48:34 +02:00 |
|
Emmanuel Leblond
|
1951b52aa5
|
Fix #1017 (document clash between same ids but different collections)
|
2015-06-11 14:55:04 +02:00 |
|