django-planet
Dec. 7, 2023

Django: Fix version 5.0’s URLField.assume_scheme warnings

published by Adam Johnson
in blog Adam Johnson
original entry Django: Fix version 5.0’s URLField.assume_scheme warnings

Since Django’s inception, the web has gradually moved from HTTP to HTTPS, a welcome move for security. But the history has meant older parts of Django have had a lingering HTTP bias. Many of these have been migrated to default to HTTPS instead in previous versions. Django 5.0 …