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.
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by quba42 over 3 years ago
Updated by quba42 over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset cdeca91f076838bb8a1e9b31dd7128b424833a2b.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Use django.db.models.JSONField with Django 3
Closes #9300 https://pulp.plan.io/issues/9300