Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

DeprecationWarning: #44

@jvzammit

Description

@jvzammit

As soon as I upgraded to Django 1.6 I started to get this deprecation warning:
[..]/site-packagesjfu/http.py:2: DeprecationWarning: django.utils.simplejson is deprecated; use json instead. from django.utils import simplejson

Easily fixable by replacing:
from django.utils import simplejson
with:
import json

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions