Skip to content

Commit faee5d4

Browse files
committed
Version 3.4.0
1 parent 19f0ada commit faee5d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
History
44
=======
55

6-
Pending
7-
-------
6+
3.4.0 (2020-04-16)
7+
------------------
88

99
* Prevent ``collections.abc.Sequence`` warning.
1010
* 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.
1313

1414
3.3.0 (2019-12-10)
1515
------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-mysql
3-
version = 3.3.0
3+
version = 3.4.0
44
description = Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.
55
long_description = file: README.rst, HISTORY.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)