Skip to content

Commit b416d2d

Browse files
committed
Version 1.3.0
1 parent d781afd commit b416d2d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,18 @@ To run the tests fully, you will need to install tox.
133133
History
134134
-------
135135

136+
1.3.0 (2019-04-28)
137+
~~~~~~~~~~~~~~~~~~
138+
139+
* Work in parallel with ``django.contrib.postgres.fields.JSONField`` by
140+
removing registration of default JSONB function and instead using Postgres'
141+
cast-to-text in SQL
142+
(`PR #14 <https://github.com/adamchainz/django-jsonfield/pull/14>`__).
143+
144+
This should allow you to move to the better supported
145+
``django.contrib.postgres.fields.JSONField``, and then Django 3.0's upcoming
146+
all-database ``JSONField``.
147+
136148
1.2.0 (2019-04-28)
137149
~~~~~~~~~~~~~~~~~~
138150

jsonfield/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)