Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Tests generate 233 warnings #433

@itsthejoker

Description

@itsthejoker

The warnings are mostly two things:

  • datetimefield received a naive datetime while time zone support is active
  • django.conf.urls.url() is deprecated in favor of django.urls.re_path() (we are only guilty of some of these, some are dependency related)

We should clean some of these up, and the django 4 warnings will all have to be fixed before we can upgrade.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions