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

config() got an unexpected keyword argument 'conn_health_checks' #195

Closed salomvary closed 1 year ago

salomvary commented 1 year ago

Seems like the conn_health_checks argument to config() has not been included in the 1.1.0 release: https://github.com/jazzband/dj-database-url/commit/d2e4719a8da156a70d6f7682d6dfa70c5c1b903b#diff-77d67b12ae6aa3d5127deda56d99797d2ab0dbe2d03d62308eb1e26df7e4531dR53

mattseymour commented 1 year ago

Cutting a new release now (v1.2.0), thanks for raising.

Unit test has been added around this issue.

mattseymour commented 1 year ago

1.2.0 release is live.

salomvary commented 1 year ago

1.2.0 release is live.

Thanks a lot! 🍾