jazzband / dj-database-url

Use Database URLs in your Django Application.
https://pypi.org/project/dj-database-url/
BSD 3-Clause "New" or "Revised" License
1.49k stars 205 forks source link

Fix IPv6 address parsing #84

Closed tomkins closed 7 years ago

tomkins commented 7 years ago

Sadly IPv6 address parsing was broken by 8974da0191046fdfa71d6f695076b83fa7f63fbf and released in 0.4.2.

This should only switch to using/parsing url.netloc for file paths if there's a %2f (a /) in the hostname.

kennethreitz commented 7 years ago

✨🍰✨