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
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
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
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
c0c0efce18
improve docstring related to #2267 and document the change in the changelog
2020-03-15 22:14:26 +01:00
Filip Kucharczyk
fda2e2b47a
Update changelog
2020-03-03 15:18:58 +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
e0565ddac5
update changelog
2020-01-12 21:31:28 +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
Tim Gates
f8f267a880
Fix simple typo: thorougly -> thoroughly
...
Closes #2236
2020-01-05 20:48:16 +11: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
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
99e660c66d
update changelog
2019-12-27 09:32:05 +01:00
Bastien Gérard
aa02f87b69
change & deprecate .aggregate api to mimic pymongo's interface + separate the aggregation tests from the large test_queryset.py file
2019-12-27 09:23:15 +01:00
Bastien Gérard
8e892dccfe
document recent merged PR in changelog
2019-12-20 23:51:01 +01:00
Bastien Gérard
c22eb34017
Merge branch 'master' of github.com:MongoEngine/mongoengine into release_0_19_0
2019-12-20 23:49:41 +01:00
Bastien Gérard
1170de1e8e
added explicit doc for order_by #2117
2019-12-20 23:20:15 +01:00
Bastien Gérard
332bd767d4
minor fixes in tests
2019-12-20 23:20:15 +01:00
erdenezul
0053b30237
Merge pull request #2217 from bagerard/improve_inheritance_doc
...
provide additional details on how inheritance works in doc
2019-12-20 22:43:45 +01:00
Bastien Gérard
d44533d956
completed the changelog with missing details
2019-12-20 22:41:22 +01:00
Bastien Gérard
ae326678ec
updated changelog for upcoming 0.19.0
2019-12-20 22:09:04 +01:00
Eric Timmons
cfd4d6a161
Add breaking change to changelog for LazyReferenceField representation in _data
2019-12-15 20:46:48 -05:00
Bastien Gérard
280a73af3b
minor fix in doc of NULLIFY to improve #834
2019-12-14 21:44:59 +01:00
Bastien Gérard
3b099f936a
provide additional details on how inheritance works in doc
2019-12-13 21:32:45 +01:00
Filip Kucharczyk
e83132f32c
Note deprecation of 'empty' in changelog
2019-12-10 11:54:52 +01:00
Filip Kucharczyk
bd6c52e025
Changelog
2019-12-05 00:30:03 +01:00
Bastien Gérard
78b240b740
updated changelog + improved query_counter test
2019-12-04 21:51:07 +01:00
Filip Kucharczyk
f7f0e10d4d
Update changelog
2019-12-03 00:54:53 +01:00
Bastien Gérard
138e759161
Merge pull request #2187 from bagerard/improve_error_message_InvalidDocumentError
...
Improve error message from InvalidDocumentError
2019-11-08 21:27:17 +01:00
Bastien Gérard
37ca79e9c5
fix black formatting
2019-10-31 22:39:53 +01:00
Bastien Gérard
6040b4b494
update changelog
2019-10-31 21:33:19 +01:00
Bastien Gérard
8bf5370b6c
Improve error message from InvalidDocumentError whenever an embedded document has a bad shape (e.g due to migration)
2019-10-28 22:05:13 +01:00
Bastien Gérard
c60ed32f3a
Documented how pymongo.monitoring can be used with MongoEngine
2019-10-16 21:25:17 +02:00
Bastien Gérard
19f12f3f2f
document pymongo in RTD and make it point to github
2019-10-04 21:51:12 +02:00
Bastien Gérard
71e8d9a490
Added a FAQ to doc and Document the fact that we dont support motor
2019-10-04 21:51:12 +02:00
Bastien Gérard
be2c4f2b3c
fix formatting and improve doc based on review
2019-09-16 21:15:35 +02:00
Bastien Gérard
7ac74b1c1f
Document Model.objects.aggregate entrypoint with an example
2019-09-15 23:27:34 +02:00
Erdenezul Batmunkh
1dbe7a3163
Add log in changelog
2019-09-03 16:17:09 +02:00
Stefan Wojcik
d09af430e8
Fix formatting of the changelog – part 2
...
RTD didn't render it properly previously.
Refs #2105
2019-07-15 09:57:48 +02:00
Stefan Wojcik
79454b5eed
Fix formatting of the changelog
...
RTD didn't render it properly previously.
Refs #2105
2019-07-15 09:54:18 +02:00
Stefan Wójcik
aa76ccdd25
Fix Document._object_key ( #2125 )
...
Previous implementation of `Document._object_key` was *pretending* to work on
MongoEngine-level fields (e.g. using "pk" instead of "_id" and separating
nested field parts by "__" instead of "."), but then it was also attempting to
transform field names from the `shard_key` into DB-level fields.
This, expectedly, didn't really work well. Most of the test cases added in this
commit were failing prior to the code fixes.
2019-07-09 12:08:26 +02:00
Stefan Wójcik
1338839b52
Update changelog.rst
2019-07-03 11:18:56 +02:00
Stefan Wojcik
058203a0ec
More changelog tweaks [ci skip]
...
The main change is that we're now using double backticks (``), which are the
correct way to format code in an RST file.
2019-07-03 11:12:25 +02:00