question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compatability with Django 4.0

See original GitHub issue

Django has removed django.conf.urls.url() https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0

but it is still used in django_prometheus/urls.py

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:5

github_iconTop GitHub Comments

1reaction
asherfcommented, Dec 19, 2021
0reactions
tomkennescommented, Dec 18, 2021

I had the same issue. For future reference, perhaps you already know but you can also pip install from git, even from a specific commit. Using poetry, this would look something like: django_prometheus = { git = "ssh://git@github.com/korfuri/django-prometheus.git", rev = "a304687214825f766077e4de0b5d0be7555feb81" }

Read more comments on GitHub >

github_iconTop Results From Across the Web

Django 4.0 - What's New Features and Improvements
Python Compatibility. Django 4.0 supports Python 3.8, 3.9, and 3.10. The Django 3.2.x series is the last to support Python 3.6 and 3.7....
Read more >
What's new in Django v4.0 - LogRocket Blog
Django v4.0 will only support Oracle ≥v19. The Django team has officially removed support for Oracle versions 18c and earlier. According to the ......
Read more >
Django 4.0 compatibility · Issue #3098 · pennersr/django-allauth
Currently using django-allauth version 0.50.0 with Django version 4.0.3 on Python 3.10, and it seems to work perfectly fine.
Read more >
What's New in Django 4.0: Security Patches & Protecting Your ...
Python compatibility: Django 4.0 supports Python 3.8, 3.9, and 3.10. · Crypt password hasher: The new script password hasher is more secure and ......
Read more >
django CMS open source roadmap
django CMS 4.0 & Versioning · A revised model structure, delivering huge performance improvements · Powerful versioning functionality · A new app configuration ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found