File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## In development
3
+ ## v3.1.0
4
4
5
5
### Added
6
6
* Added ` ^ ` and ` $ ` operators on filtering attribute values in advanced search
13
13
Entities (#114 ).
14
14
* Added "django.contrib.humanize" to the INSTALLED_APPS to be able to handle
15
15
data as a human touched one.
16
+ * Expanded Entry.to_dict to be able to more detail information.
16
17
17
18
### Changed
18
19
* Replace ldap3 with python-ldap for solving license problem (#134 ).
20
+ * Support Python 3.8
21
+ * Update Celery and Kombu version
22
+ * Celery from v4.2.0 to v4.4.7
23
+ * Kombu from v4.2.1 to v4.6.11
19
24
20
25
### Fixed
21
26
* Fixed a bug that entries which are searched in an editing page's form would
22
27
not be found (#124 ).
23
28
* Fixed a search query timeout for long keywords (#145 )
29
+ * Fixed a minor problem about version displaying
24
30
25
31
## v3.0.0
26
32
32
38
### Changed
33
39
* Update Django version from v1.11 to v2.2 (LTS)
34
40
* Droped Python 3.5 support
35
- * Support Python 3.8
36
- * Update Celery and Kombu version
37
- * Celery from v4.2.0 to v4.4.7
38
- * Kombu from v4.2.1 to v4.6.11
39
41
40
42
### Fixed
41
43
* Fixed not being redirected to the original URL after login
You can’t perform that action at this time.
0 commit comments