File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
=======
5
5
6
- Pending
7
- -------
6
+ 3.4.0 (2020-04-16)
7
+ ------------------
8
8
9
9
* Prevent ``collections.abc.Sequence `` warning.
10
10
* Drop Django 1.11 support. Only Django 2.0+ is supported now.
11
- * Prevent ``JSONField `` from adding ``CAST(... AS JSON) `` to queries against
12
- `` str ``, `` int ``, and ``float `` types .
11
+ * Prevent ``JSONField `` from adding ``CAST(... AS JSON) `` for `` str ``, `` int ``,
12
+ and ``float `` objects .
13
13
14
14
3.3.0 (2019-12-10)
15
15
------------------
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = django-mysql
3
- version = 3.3 .0
3
+ version = 3.4 .0
4
4
description = Django-MySQL extends Django' s built-in MySQL and MariaDB support their specific features not available on other databases.
5
5
long_description = file: README.rst, HISTORY.rst
6
6
long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments