|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
5 | | -Development |
6 | | -=========== |
7 | | -- BREAKING CHANGE: Dropped Python v2.6, v2.7, v3.2, v3.3, |
8 | | - v3.4, v3.5 (#355, #366) |
9 | | -- BREAKING CHANGE: Added tests support for python versions: |
10 | | - v3.6, v3.7, v3.8 (#355, #366) |
11 | | -- BREAKING CHANGE: Minimum Flask version set to v1.1 (#355) |
12 | | -- BREAKING CHANGE: Minimum Flask-WTF version set to v0.14 (#355) |
13 | | -- BREAKING CHANGE: Minimum mongoengine version set to v0.19 (#355) |
14 | | -- BREAKING CHANGE: Minimum mongodb version set to v4.0 (#355) |
15 | | -- BREAKING CHANGE: Pymongo support < 3.6.0 dropped. (#372) |
16 | | -- FIXED: Pymongo old method monkey patching (#325, #346, #372) |
17 | | -- FIXED: Examples works again (#372) |
18 | | -- FIXED: Use fldt.$ to avoid double jQuery.noConflict(true) (#313) |
19 | | -- CHANGED: Code reformatted with black, pre-commit implemented |
20 | | - in project and CI/CD (#366) |
21 | | -- CHANGED: Developers dependencies extracted to separate file (#367) |
22 | | -- CHANGED: Internal test engine switched from nose to pytest (#357) |
23 | | -- DROPPED: Internal check with flake8-import-order dropped, as not |
24 | | - compatible with modern editors (#358) |
25 | | -- UPDATED: Functions `get_or_404`, `first_or_404` now accepts `message` |
26 | | - argument, and will display custom message if specified. (#351) |
27 | | -- UPDATED: `get_or_404` will raise 404 error only on `DoesNotExist` exception, |
28 | | - other exceptions should be captured by user. (#360) |
29 | | -- UPDATED: Fix imports order, drop imports for python 2.7 (#373) |
30 | | -- RESTORED: Changelog for v0.9.2, v0.9.3, v0.9.4, v0.9.5 (#370) |
31 | | - |
32 | | -Tests and development for old packages versions dropped to minimize tests |
33 | | -footprint. |
| 5 | +Changes in 1.0.0 |
| 6 | +================ |
| 7 | +Changelog maintenance automated and latest changelog available at |
| 8 | +`github release page <https://github.com/MongoEngine/flask-mongoengine/releases>`_. |
34 | 9 |
|
35 | 10 | Use version 0.9.5 if old dependencies required. |
36 | 11 |
|
|
0 commit comments