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

Tests generate 233 warnings #433

Open
itsthejoker opened this issue Aug 8, 2022 · 0 comments
Open

Tests generate 233 warnings #433

itsthejoker opened this issue Aug 8, 2022 · 0 comments

Comments

@itsthejoker
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant