Skip to content

Update dj-database-url to 3.1.0#772

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-dj-database-url-0.5.0-to-3.1.0
Open

Update dj-database-url to 3.1.0#772
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-dj-database-url-0.5.0-to-3.1.0

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jan 4, 2026

This PR updates dj-database-url from 0.5.0 to 3.1.0.

Changelog

3.1.0

* Add support for Django 6.0
* Update CI structure.
* Migrate to UV for dependency management and builds.
* Python >3.10 support.

3.0.1

* Drop dependency on `typing_extensions`.

3.0.0

> Bumping to version 3; changes to code do break some API compatibility.
* Implement a new decorator registry pattern to implement checks on database connection string.
* You can now support and implement your own database strings by extending the register functionality.
* Update supported python versions and django versions.

2.3.0

* Remove Python 3.8 support.
* Remove Django 3 support.
* Add python 3.13 support.
* Add Django 5.1 to the testing library.

2.2.0

* Add disable_server_side_cursors parameter
* Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+
* Update django 5.0 python compatibility by mattseymour in 239
* Improved internals
* Improved documentation

2.1.0

* Add value to int parsing when deconstructing url string.

2.0.0

* Update project setup such that we now install it as a package.

_Notes_: while this does not alter the underlying application code, we are bumping to
2.0 incase there are unforeseen knock-on use-case issues.

1.3.0

* Cosmetic changes to the generation of schemes.
* Bump isort version - 5.11.5.
* raise a warning message if `database_url` is not set.
* `CONN_MAX_AGE` fix type - `Optional[int]`.

1.2.0

* Add the ability to add test databases.
* Improve url parsing and encoding.
* Fix missing parameter `conn_health_check` in check function.

1.1.0

* Option for connection health checks parameter.
* Update the supported python version (3.11).
* Code changes, various improvements.
* Add project links to `setup.py`.

1.0.0

Initial release of code, dj-database-urls is now part of [Jazzband](https://jazzband.co/).
* Add support for cockroachdb.
* Add support for the official MSSQL connector.
* Update License to be compatible with Jazzband.
* Remove support for Python < 3.5 including Python 2.7
* Update source code to Black format.
* Update CI using pre-commit
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant