Bastien Gérard
|
463e7c66af
|
Merge pull request #2287 from bagerard/fix_queryset_get_error_message_multiple_match
Improve MultipleObjectsReturned message from queryset.get
|
2020-04-08 21:28:56 +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 |
|
Bastien Gérard
|
f49baf5d90
|
Merge pull request #2285 from bagerard/remove_drop_dups
Remove drop_dups that was deprecated with Mongo3
|
2020-03-18 21:02:03 +01:00 |
|
Bastien Gérard
|
476b07af6e
|
reformat changelog
|
2020-03-17 23:59:54 +01:00 |
|
Bastien Gérard
|
e2b9a02531
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into remove_drop_dups
|
2020-03-17 23:58:44 +01:00 |
|
Bastien Gérard
|
6cc6229066
|
Merge pull request #2245 from bagerard/remove_old_deprecated_method
[>= 0.19.0] Remove old deprecated method
|
2020-03-17 23:51:42 +01:00 |
|
Bastien Gérard
|
68be9fe979
|
Merge pull request #2284 from bagerard/remove_field_name_attribute_deprecated
Remove name param in Field constructor (replaced by db_field)
|
2020-03-17 21:46:38 +01:00 |
|
Bastien Gérard
|
547cd4a3ae
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into remove_old_deprecated_method
|
2020-03-17 21:39:36 +01:00 |
|
Bastien Gérard
|
ee2d50b2d1
|
remove drop_dups index option, deprecated with MongoDB3
|
2020-03-17 21:38:50 +01:00 |
|
Bastien Gérard
|
15c3ddece8
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into remove_field_name_attribute_deprecated
|
2020-03-17 21:29:47 +01:00 |
|
Bastien Gérard
|
beaa9744b7
|
Merge pull request #2283 from bagerard/remove_slave_okay_deprecated
remove qs.slave_okay() that is deprecated since pymongo3
|
2020-03-17 21:27:50 +01:00 |
|
Bastien Gérard
|
8eb51790b5
|
Remove Field(name='...') which was deprecated when db_field was introduced a while ago
|
2020-03-17 21:26:41 +01:00 |
|
Bastien Gérard
|
aadc6262ed
|
remove qs.slave_okay() that is deprecated since pymongo3
|
2020-03-17 21:10:52 +01:00 |
|
Bastien Gérard
|
00ae6298d4
|
Merge pull request #2242 from bagerard/fix_dictfield_validation
Fix bug introduced in 0.19 related to DictField validation
|
2020-03-17 20:26:54 +01:00 |
|
Bastien Gérard
|
ad0669a326
|
update changelog
|
2020-03-17 10:15:47 +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 |
|
Bastien Gérard
|
7c533394fd
|
Merge pull request #2267 from abarto/support-elemmatch-projection
Add support for the elemMatch projection operator
|
2020-03-15 22:25:08 +01:00 |
|
Bastien Gérard
|
c0c0efce18
|
improve docstring related to #2267 and document the change in the changelog
|
2020-03-15 22:14:26 +01:00 |
|
Bastien Gérard
|
beabaee345
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into support-elemmatch-projection
|
2020-03-15 22:08:20 +01:00 |
|
Bastien Gérard
|
c937af3919
|
Merge pull request #2281 from bagerard/fix_py38_deprecation_warn
Fix invalid escape seq in codebase
|
2020-03-15 21:16:54 +01:00 |
|
Bastien Gérard
|
aa4a6ae023
|
Fix invalid escape seq in codebase
|
2020-03-15 21:02:44 +01:00 |
|
Bastien Gérard
|
a4d11eef46
|
Merge pull request #2264 from Pacu2/2263/combining-raw-and-regular-queries
Fix for combining raw and regular filters
|
2020-03-03 23:48:31 +01:00 |
|
Filip Kucharczyk
|
fda2e2b47a
|
Update changelog
|
2020-03-03 15:18:58 +01:00 |
|
Filip Kucharczyk
|
d287f480e5
|
Fix for combining raw and regular filters
|
2020-03-03 15:18:58 +01:00 |
|
Bastien Gérard
|
cfb4943986
|
reformat with black
|
2020-03-02 22:49:21 +01:00 |
|
Bastien Gérard
|
b453a96211
|
Merge pull request #2272 from leodmgs/add-return-docstr-to-save-function
Add return info in the save function docstring
|
2020-03-02 21:27:39 +01:00 |
|
Leonardo Domingues
|
81f9b351b3
|
Add return info in the save function docstring
|
2020-02-21 19:14:34 -03:00 |
|
Agustin Barto
|
4bca3de42f
|
Add support for the elemMatch projection operator. Add basic tests to the fields queryset method.
|
2020-02-14 16:43:07 -03:00 |
|
Bastien Gérard
|
235b1a3679
|
Merge pull request #2265 from bagerard/fix_ci_lib_drop_python2_support
fix indirect library version (zipp) that dropped python2 support recently
|
2020-02-08 13:45:13 +01:00 |
|
Bastien Gérard
|
450658d7ac
|
fix indirect library version that dropped python2 support recently
|
2020-02-04 22:51:02 +01:00 |
|
Bastien Gérard
|
095217e797
|
remove methods that were derecated in 2013...
|
2020-01-13 23:53:24 +01:00 |
|
Bastien Gérard
|
86e965f854
|
remove very old deprecated method
|
2020-01-13 23:45:42 +01:00 |
|
Bastien Gérard
|
b2c3acd025
|
Merge pull request #2244 from bagerard/mongodb_40
Mongodb 40
|
2020-01-13 23:26:11 +01:00 |
|
Bastien Gérard
|
605de59bd0
|
improve travis + fix tox mg310
|
2020-01-12 21:37:32 +01:00 |
|
Bastien Gérard
|
e0565ddac5
|
update changelog
|
2020-01-12 21:31:28 +01:00 |
|
Bastien Gérard
|
18b68f1b80
|
update travis mongo 4.0 to latest 4.0.13
|
2020-01-12 21:29:18 +01:00 |
|
Bastien Gérard
|
ea88806630
|
Merge branch 'master' of github.com:MongoEngine/mongoengine into mongodb_40
|
2020-01-12 21:16:48 +01:00 |
|
Bastien Gérard
|
d738462139
|
Fix bug introduced in -1.19 related to DictField validate failing without default connection
|
2020-01-11 23:17:05 +01:00 |
|
Bastien Gérard
|
9490ad2bf7
|
Merge pull request #2238 from bagerard/test_latest_pymongo
include latest pymongo version in travis
|
2020-01-07 09:35:49 +01:00 |
|
Bastien Gérard
|
705c55ce24
|
update tox file to account for mg310
|
2020-01-05 21:01:17 +01:00 |
|
Bastien Gérard
|
59fbd505a0
|
include latest pymongo version in travis
|
2020-01-05 20:20:13 +01:00 |
|
Bastien Gérard
|
1cc20c9770
|
Merge pull request #2237 from timgates42/bugfix/typo_thoroughly
Fix simple typo: thorougly -> thoroughly
|
2020-01-05 11:17:49 +01:00 |
|
Tim Gates
|
f8f267a880
|
Fix simple typo: thorougly -> thoroughly
Closes #2236
|
2020-01-05 20:48:16 +11:00 |
|
erdenezul
|
80ea1f6883
|
Merge pull request #2233 from bagerard/release_0_19_1
Bump version to 0.19.1 + force pillow to be < 7.0.0
v0.19.1
|
2020-01-03 21:11:17 +01:00 |
|
Bastien Gérard
|
75ee282a3d
|
black setup.py to please CI
|
2020-01-03 14:15:24 +01:00 |
|
Bastien Gérard
|
4edad4601c
|
Bump version to 0.19.1 + force pillow to be < 7.0.0
|
2020-01-03 14:03:17 +01:00 |
|
Bastien Gérard
|
152b51fd33
|
improve gridfs example (properly opening file)
|
2019-12-29 14:36:50 +01:00 |
|
erdenezul
|
66a0fca4ad
|
Merge pull request #2229 from bagerard/improve_doc_gridfs
improve doc of GridFS
|
2019-12-27 16:46:38 +01:00 |
|
Bastien Gérard
|
e7c7a66cd1
|
improve doc of GridFS, emphasize that subsequent call to read() requires to rewind the file with seek(0)
|
2019-12-27 10:38:03 +01:00 |
|
Bastien Gérard
|
b3dbb87c3c
|
improve doc of aggregate kwargs
|
2019-12-27 10:06:27 +01:00 |
|