File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,33 @@ Development
22
22
argument, and will display custom message if specified. (#351)
23
23
- UPDATED: `get_or_404 ` will raise 404 error only on `DoesNotExist ` exception,
24
24
other exceptions should be captured by user. (#360)
25
+ - RESTORED: Changelog for v0.9.2, v0.9.3, v0.9.4, v0.9.5 (#370)
25
26
26
27
Tests and development for old packages versions dropped to minimize tests
27
28
footprint.
28
29
29
30
Use version 0.9.5 if old dependencies required.
30
31
32
+ Changes in 0.9.5
33
+ ================
34
+ - Disable flake8 on travis.
35
+ - Correct `Except ` clauses in code.
36
+ - Fix warning about undefined unicode variable in orm.py with python 3
37
+
38
+ Changes in 0.9.4
39
+ ================
40
+ - ADDED: Support for `MONGODB_CONNECT ` mongodb parameter (#321)
41
+ - ADDED: Support for `MONGODB_TZ_AWARE ` mongodb parameter.
42
+
43
+ Changes in 0.9.3
44
+ ================
45
+ - Fix test and mongomock (#304)
46
+ - Run Travis builds in a container-based environment (#301)
47
+
48
+ Changes in 0.9.2
49
+ ================
50
+ - Travis CI/CD pipeline update to automatically publish 0.9.1.
51
+
31
52
Changes in 0.9.1
32
53
================
33
54
- Fixed setup.py for various platforms (#298).
You can’t perform that action at this time.
0 commit comments