Erdenezul Batmunkh
|
7b4245c91c
|
Bump version 0.17.0
|
2019-03-10 21:16:58 +08:00 |
|
erdenezul
|
50ffa8014e
|
Merge pull request #2008 from bagerard/refactor_deprecated_pymongo_test
refactored deprecated pymongo methods in tests
|
2019-03-03 08:06:48 +08:00 |
|
Bastien Gérard
|
7ef688b256
|
Added a test for push in DictField (relates to #1679)
|
2019-03-02 22:05:23 +01:00 |
|
Bastien Gérard
|
b4fe0b35e4
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into refactor_deprecated_pymongo_test
|
2019-03-02 21:48:41 +01:00 |
|
erdenezul
|
a2cbbdf819
|
Merge pull request #2009 from bagerard/mongodb_34
Add support for Mongodb 34 (tests/travis)
|
2019-03-02 08:24:59 +08:00 |
|
Bastien Gérard
|
35b7efe3f4
|
refactored deprecated pymongo methods in tests
- remove/count/add_user/insert
- added pymongo_support
|
2019-03-02 00:28:38 +01:00 |
|
Bastien Gérard
|
7cea2a768f
|
Fix recent flaky test for python 3.6
|
2019-02-26 22:57:45 +01:00 |
|
Bastien Gérard
|
7247b9b68e
|
additional fixes to support Mongo3.4
|
2019-02-26 21:38:23 +01:00 |
|
Bastien Gérard
|
dca837b843
|
Add suport for Mongo 3.4 (travis, fix tests)
|
2019-02-26 21:38:23 +01:00 |
|
Bastien Gérard
|
c60c2ee8d0
|
fix minor styling issue in tests
|
2019-02-25 22:33:36 +01:00 |
|
Bastien Gérard
|
3cdb5b5db2
|
fix poor assert's in tests
|
2019-02-25 22:29:44 +01:00 |
|
Bastien Gérard
|
b9cc8a4ca9
|
refactor more field tests into submodules #1983
|
2019-02-24 10:24:12 +01:00 |
|
Bastien Gérard
|
28606e9985
|
refactor fields tests (float, int, lazyref, long, url) #1983
|
2019-02-24 10:24:12 +01:00 |
|
Bastien Gérard
|
5bbe782812
|
fix deprecated call to pymongo save() in tests
|
2019-02-23 22:37:32 +01:00 |
|
erdenezul
|
d65861cdf7
|
Merge pull request #2004 from bagerard/fix_iteritems_itervalues_23_compat
refactored iteritems/itervalues to improve 2/3 compat
|
2019-02-23 22:46:21 +08:00 |
|
Bastien Gérard
|
c8df3fd2a7
|
fix conflict
|
2019-02-21 21:27:08 +01:00 |
|
Bastien Gérard
|
6cfe6652a3
|
Merge pull request #2001 from bagerard/separate_date_fields_tests_into_submodules
Separate fields tests into separate modules (date/datetime/complexdt)
|
2019-02-19 20:57:15 +01:00 |
|
erdenezul
|
6b711da69d
|
Merge pull request #1998 from bagerard/Fix_update_full_result_documentation
Fix documentation of Queryset.update regarding full_result #1995
|
2019-02-19 17:16:42 +08:00 |
|
erdenezul
|
595cb99b2d
|
Merge pull request #2005 from bagerard/add_deprecation_warn_embeddedDoc_save
Add DeprecationWarning for EmbeddedDocument.save & .reload
|
2019-02-19 17:13:57 +08:00 |
|
Bastien Gérard
|
f0a3445250
|
minor fix for import order
|
2019-02-18 22:22:20 +01:00 |
|
Bastien Gérard
|
6d353dae1e
|
refactored iteritems/itervalues to improve 2/3 compat #2003
|
2019-02-18 22:13:05 +01:00 |
|
Bastien Gérard
|
57a38282a9
|
Add DeprecationWarning for EmbeddedDocument.save & .reload - those will be removed soon
|
2019-02-18 22:03:03 +01:00 |
|
erdenezul
|
db47604865
|
Merge pull request #1999 from bagerard/fix_documentation_dynamicdoc_underscore_field_undeclared
Improve DynamicDocument documentation regarding fields with underscore
|
2019-02-18 09:33:39 +08:00 |
|
erdenezul
|
2a121fe202
|
Merge branch 'master' into Fix_update_full_result_documentation
|
2019-02-18 09:31:00 +08:00 |
|
erdenezul
|
36baff0d7f
|
Merge pull request #2002 from bagerard/freyr_binaryfield_query_value_type
Fix Binaryfield query operator
|
2019-02-18 09:27:01 +08:00 |
|
Bastien Gérard
|
201f3008b1
|
Fix for py3 in binary field test
|
2019-02-17 22:56:56 +01:00 |
|
Bastien Gérard
|
f4873fee18
|
add additional test for #1976
|
2019-02-17 22:50:42 +01:00 |
|
Bastien Gérard
|
e02261be6d
|
add test coverage for #1557
|
2019-02-17 22:22:29 +01:00 |
|
Bastien Gérard
|
2919e6765c
|
separate test on binary field (#1983)
|
2019-02-17 21:45:05 +01:00 |
|
Bastien Gérard
|
b8fc4d0079
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into freyr_binaryfield_query_value_type
|
2019-02-17 21:38:24 +01:00 |
|
Bastien Gérard
|
4a46f5f095
|
Separate fields tests into separate modules (date/datetime/complexdatetime)
relates to #1983
|
2019-02-17 21:32:46 +01:00 |
|
Bastien Gérard
|
3484ceabb8
|
Fix documentation regarding limitation with fields with underscore in their name in DynamicDocument
|
2019-02-17 09:05:27 +01:00 |
|
Bastien Gérard
|
cab659dce6
|
Fix documentation of Queryset.update regarding full_result #1995
|
2019-02-16 21:54:05 +01:00 |
|
Bastien Gérard
|
a657f29439
|
Merge pull request #1996 from hrmon/patch-1
Fix indentation in LazyReferenceField ref doc
|
2019-02-16 20:31:19 +01:00 |
|
Hamidreza
|
4c054bf316
|
Fix indentation in LazyReferenceField ref doc
|
2019-02-13 21:27:54 +03:30 |
|
erdenezul
|
dc7922c38b
|
Merge pull request #1976 from 3ddi/eddie/revert_hidden_fields
Bring back _cls and _id fields just as they return in pymongo
|
2019-02-13 14:25:12 +08:00 |
|
Eddie Linder
|
c6c68abfcc
|
Update changelog and add another ut case
|
2019-01-11 19:23:47 +02:00 |
|
Bastien Gérard
|
6aacb0c898
|
Merge pull request #1982 from gbroques/add-long-field-to-docs
Add missing LongField to Fields list in Documentation
|
2018-12-29 23:28:02 +01:00 |
|
G Roques
|
e7000db491
|
Add LongField to Fields list
|
2018-12-29 13:08:39 -06:00 |
|
Bastien Gérard
|
fce994ea7f
|
Merge pull request #1975 from bagerard/dictfield-key-with-dollar-char__clone
PR CLONE - Dictfield key with dollar char clone
|
2018-12-27 23:02:00 +01:00 |
|
erdenezul
|
6c6446765e
|
Merge pull request #1980 from bagerard/update_all_doc
minor update to .all() doc to make it clear that it return a queryset
|
2018-12-26 11:50:11 +08:00 |
|
Bastien Gérard
|
69a99c70c6
|
minor update to .all() doc to make it clear that it does not return a list but a queryset
|
2018-12-24 23:51:30 +01:00 |
|
Eddie Linder
|
56d9f7a8af
|
Fix ut to pass constantly
|
2018-12-20 01:14:23 +02:00 |
|
Eddie Linder
|
363aefe399
|
Get rid of _get_as_pymongo wrapper altogether as we return raw output
|
2018-12-20 01:09:28 +02:00 |
|
Eddie Linder
|
7fd4f792ba
|
Don't hide _cls field when using as_pymongo
|
2018-12-20 01:02:42 +02:00 |
|
Eddie Linder
|
6fbdde63d8
|
Fix id in test_only_after_count ut
|
2018-12-20 00:57:02 +02:00 |
|
Eddie Linder
|
b04dc90cdf
|
Bring back _cls and _id fields just as they return in pymongo
|
2018-12-20 00:39:32 +02:00 |
|
Bastien Gérard
|
b525c91bd3
|
remove tags file that shouldnt be added to situkangsayur s commit
|
2018-12-19 20:33:37 +01:00 |
|
Hendri Karisma
|
a32c893078
|
in the mid DictField key can accept dollar sign
|
2018-12-19 20:24:28 +01:00 |
|
Bastien Gérard
|
2c6a744848
|
Merge pull request #1853 from bagerard/fix_baselist_marked_changed_bug
Fix BaseList/Dict bug with marked_as_changed getting called when operation fails
|
2018-12-19 20:16:57 +01:00 |
|