Bastien Gerard
|
aeb4f8f4da
|
fix_minor_typo
|
2021-02-21 22:04:33 +01:00 |
|
Bastien Gerard
|
98d64f41c6
|
improvements of test coverage in fields
|
2020-12-18 00:05:40 +01:00 |
|
Bastien Gerard
|
65b8cfc96a
|
Improve mongomock tests to avoid regression
|
2020-12-14 00:03:39 +01:00 |
|
Bastien Gerard
|
c28bb517cb
|
Use Queryset._query instead of Cursor.__spec for count()
|
2020-12-13 10:43:26 +01:00 |
|
Bastien Gerard
|
8a1a68ea7c
|
fix flake8 warnings
|
2020-12-13 00:14:53 +01:00 |
|
Bastien Gerard
|
eabb8f60f5
|
autoformat with pyupgrade
|
2020-12-13 00:14:53 +01:00 |
|
Bastien Gerard
|
c00a378776
|
autoformat with updated black
|
2020-12-13 00:14:52 +01:00 |
|
Bastien Gérard
|
0a05c1f590
|
Fix image size that needs to be forced in test
|
2020-11-29 10:08:58 +01:00 |
|
Peter Volf
|
e0bec881bc
|
removed unused variable to fix a warning
|
2020-11-25 15:17:52 +01:00 |
|
Peter Volf
|
cc5e2ba054
|
fix LazyReferenceField dereferencing bug in embedded documents, refs #2375
|
2020-11-25 11:05:37 +01:00 |
|
Bastien Gérard
|
48357640c6
|
improve deprecated pymongo call
|
2020-11-14 14:41:59 +01:00 |
|
Bastien Gérard
|
8c3058d99b
|
Fix some issues related with db_field in constructor by removing field/db_field translation that shouldn't occur in constructor
|
2020-11-08 22:36:58 +01:00 |
|
Bastien Gérard
|
eb56fb9bda
|
Merge pull request #2413 from bagerard/dynamic_document_parsing_known_fields
Bug fix in DynamicDocument which is not parsing known fields
|
2020-11-08 13:17:07 +01:00 |
|
Bastien Gérard
|
161493c0d2
|
Merge pull request #2408 from bagerard/refactoring_remove_useless_code_only_fields
Removed code related to Document.__only_fields
|
2020-11-08 13:16:03 +01:00 |
|
Bastien Gérard
|
03af784ebe
|
Bug fix in DynamicDocument which isn not parsing known fields in constructor like Document do #2412
|
2020-11-07 21:30:23 +01:00 |
|
Felix Schultheiß
|
e5f6e4584a
|
Merge commit master into bugfix-save-sharding
|
2020-11-03 10:05:31 +01:00 |
|
Felix Schultheiß
|
0bc18cd6e1
|
fixed shard test case for old mongodb version
|
2020-11-03 10:00:02 +01:00 |
|
Felix Schultheiß
|
30a3c6a5b7
|
added testcase for save create with shard key
|
2020-11-02 17:30:24 +01:00 |
|
Bastien Gérard
|
d8b8ff6851
|
Removed code related to Document.__only_fields and Queryset.only_fields which appear to have no effect
|
2020-11-02 14:52:02 +01:00 |
|
Bastien Gérard
|
94a7e813b1
|
fix difference in test for certain version of pymongo
|
2020-11-01 19:37:13 +01:00 |
|
Bastien Gérard
|
8ef7213426
|
improve EnumField Doc and add quick test
|
2020-11-01 14:05:58 +01:00 |
|
Bastien Gérard
|
2f4464ead5
|
Merge pull request #2404 from mas15/add-enum-field
Add EnumField
|
2020-11-01 13:41:20 +01:00 |
|
Mateusz Stankiewicz
|
9e40f3ae83
|
PR ammends
|
2020-10-31 10:47:20 +01:00 |
|
Bastien Gérard
|
f4962fbc40
|
remove utf8 encoding declaration in test files as it's not needed/recommended
|
2020-10-30 21:10:21 +01:00 |
|
Mateusz Stankiewicz
|
c9d53ca5d5
|
Add EnumField
|
2020-10-30 13:06:37 +01:00 |
|
Bastien Gérard
|
65f50fd713
|
Merge pull request #2387 from bagerard/fix_change_fields_inconsistencies
fix inconsistencies in ._changed_fields computation
|
2020-10-29 21:15:31 +01:00 |
|
Bastien Gérard
|
c218c8bb6c
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into add_validation_to_doc
|
2020-10-17 15:05:27 +02:00 |
|
Bastien Gérard
|
d4350e7da4
|
Fix for ListField that isnt detecting properly that item 0 is changed
|
2020-10-10 23:32:22 +02:00 |
|
Bastien Gérard
|
aabc18755c
|
fix inconsistencies in ._changed_fields computation
|
2020-10-07 00:01:09 +02:00 |
|
Bastien Gérard
|
1f2a5db016
|
fix deprecated use of .update in test suite
|
2020-08-12 22:30:52 +02:00 |
|
Bastien Gérard
|
aca4de728e
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_count_documents_deprecation
|
2020-08-11 23:01:33 +02:00 |
|
Bastien Gérard
|
7116dec74a
|
run black to please ci
|
2020-08-11 21:55:22 +02:00 |
|
Johnny Chang
|
3e1c83f8fa
|
Fix query transformation regarding special operators
|
2020-08-04 00:30:15 +08:00 |
|
Bastien Gérard
|
194b0cac88
|
improve doc + changelog
|
2020-05-26 23:45:35 +02:00 |
|
Bastien Gérard
|
7b4175fc5c
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_limit0_bug
|
2020-05-26 23:44:05 +02:00 |
|
Bastien Gérard
|
adb5f74ddb
|
Fix a bug in limit0 #2311
|
2020-05-26 23:37:55 +02:00 |
|
Bastien Gérard
|
49f9bca23b
|
fix black formatting
|
2020-05-23 23:08:56 +02:00 |
|
Agustin Barto
|
1698f398eb
|
Add _read_concern to copied properties. Add read_concern to aggregate. Add test to check the read_concern and read_preference values are kept after cloning.
|
2020-05-20 18:56:13 -03:00 |
|
Bastien Gérard
|
78c9e9745d
|
fix linting + update changelog & contributors
|
2020-04-26 22:51:56 +02:00 |
|
Bastien Gérard
|
38ebb5abf4
|
Merge branch 'master' into feature/allow-setting-read-concern-queryset
|
2020-04-26 22:36:47 +02:00 |
|
Bastien Gérard
|
e8f6b42316
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_complex_datetime_field_invalid_string_set
|
2020-04-25 22:12:35 +02:00 |
|
Bastien Gérard
|
ef7da36ac6
|
Update pre-commit and fix existing flake8 warnings once for all
|
2020-04-25 21:36:07 +02:00 |
|
Bastien Gérard
|
87f4d1a323
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into drop_py2_support
|
2020-04-25 13:51:21 +02:00 |
|
Bastien Gérard
|
d9b9581df2
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_complex_datetime_field_invalid_string_set
|
2020-04-08 21:33:58 +02:00 |
|
Bastien Gérard
|
2b0157aecd
|
Improve Queryset.get to avoid confusing message in case multiple match are found
|
2020-03-22 14:08:29 +01:00 |
|
Agustin Barto
|
bc77322c2f
|
Update unit tests
|
2020-03-17 21:49:17 -03:00 |
|
Agustin Barto
|
4c62a060f0
|
Add tests for set_write_conern and set_read_write_concern
|
2020-03-17 19:37:21 -03:00 |
|
Bastien Gérard
|
ee2d50b2d1
|
remove drop_dups index option, deprecated with MongoDB3
|
2020-03-17 21:38:50 +01:00 |
|
Bastien Gérard
|
85df76c623
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into drop_py2_support
|
2020-03-17 09:24:32 +01:00 |
|
Bastien Gérard
|
87512246cb
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into fix_dictfield_validation
|
2020-03-16 22:30:48 +01:00 |
|