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.48k stars 205 forks source link

PyPi dj-database-url points to different/old github codebase. #153

Closed hcpatel closed 2 years ago

hcpatel commented 2 years ago

I have just realised that the PyPi dj-database-url is pointing to a forked version of this under a different name (https://github.com/kennethreitz/dj-database-url , 0.5.0 from 2018, and no recent activity), but this repo looks like it has more recnt active than that and more up to date with new Django versions.

Are you aware of this?

I am interested in using this. Hense, is there a 'stable/production' version of this available via Pip install?

Will your next release replace the above or be under a different name?

Kind Regards, Hitesh Patel

mattseymour commented 2 years ago

@jacobian should be able to do this, or once the project is fully migrated to Jazzband then we can make the change.

simkimsia commented 2 years ago

my workaround is to use

git+https://github.com/jazzband/dj-database-url@v1.0.0#egg=dj-database-url
edmorley commented 2 years ago

Please can a new version of dj-database-url be released to PyPI?

The current version is still the 0.x release.

mattseymour commented 2 years ago

@edmorley the release process has been kicked off.

mattseymour commented 2 years ago

Marking as closed 1.0.0 release is live.

edmorley commented 2 years ago

@mattseymour Thank you :-)