Project

Profile

Help

Task #9119

closed

Fix django 3.2 deprecations

Added by daviddavis almost 3 years ago. Updated over 2 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 101
Quarter:

Description

ansible.CollectionImport.messages: (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.                                                                                                                                         
ansible.CollectionVersion.contents: (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.                                                                                                                                         
ansible.CollectionVersion.dependencies: (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.
ansible.CollectionVersion.docs_blob: (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.
ansible.CollectionVersion.files: (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.
ansible.CollectionVersion.manifest: (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 #1

Updated by daviddavis almost 3 years ago

  • Description updated (diff)
Actions #2

Updated by pulpbot almost 3 years ago

  • Status changed from NEW to POST
Actions #3

Updated by ipanova@redhat.com almost 3 years ago

  • Assignee set to daviddavis
  • Sprint set to Sprint 101
Actions #4

Updated by ipanova@redhat.com almost 3 years ago

  • Assignee changed from daviddavis to fao89

Added by Fabricio Aguiar over 2 years ago

Revision 17eb9912 | View on GitHub

Fixed JSONField deprecation warnings

closes #9119

Actions #7

Updated by Anonymous over 2 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #8

Updated by fao89 over 2 years ago

  • Sprint/Milestone set to 0.10.0
Actions #9

Updated by pulpbot over 2 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF