Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better support for Django main #1272

Merged
merged 1 commit into from Apr 19, 2021
Merged

Conversation

manelclos
Copy link
Contributor

The Postgresql JSONField is deprecated since Django 3.1 and will be removed in Django 4.0:

https://docs.djangoproject.com/en/dev/releases/3.1/#postgresql-jsonfield

Problem

Import export not working with Django main

Solution

Change imports to new JSONField, remaining compatible with old Django versions.

Acceptance Criteria

All tests passing now.

- Use a recent postgresql version in tests
- JSONField fixes
@coveralls
Copy link

coveralls commented Apr 19, 2021

Coverage Status

Coverage increased (+0.007%) to 96.818% when pulling 93f0929 on fix-tests-with-django-main into e8e7548 on master.

@manelclos manelclos merged commit f348ef3 into master Apr 19, 2021
@manelclos manelclos deleted the fix-tests-with-django-main branch April 19, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants