Actions
Issue #9300
closedUse django.db.models.JSONField with Django 3
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Debian:
Platform Release:
Target Release - Debian:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Fixes the following deprecation warnings:
WARNINGS:
deb.InstallerPackage.custom_fields: (fields.W904) django.contrib.postgres.fields.JSONField is deprecated. Support for it (except in historical migrations) will be removed in Django 4.0.
HINT: Use django.db.models.JSONField instead.
deb.Package.custom_fields: (fields.W904) django.contrib.postgres.fields.JSONField is deprecated. Support for it (except in historical migrations) will be removed in Django 4.0.
HINT: Use django.db.models.JSONField instead.
Actions
Use django.db.models.JSONField with Django 3
Closes #9300 https://pulp.plan.io/issues/9300