Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Django 4.2 #228

Closed
moshfrid opened this issue Apr 3, 2023 · 0 comments · Fixed by #229
Closed

Support Django 4.2 #228

moshfrid opened this issue Apr 3, 2023 · 0 comments · Fixed by #229

Comments

@moshfrid
Copy link

moshfrid commented Apr 3, 2023

Django 4.2 is out and it would be great to have it supported.

Andrew-Chen-Wang added a commit that referenced this issue Apr 4, 2023
Andrew-Chen-Wang added a commit that referenced this issue Jul 11, 2023
* Add Django 4.1-4.2 and Python 3.11 support (Fixes #228)
* Increment version to 4.5.0

* Remove Python 2 and Django 2.2 code

* Fix CI supported versions

* Correct problems with tests (#234)

* Fix simple error

* Andrew wang/dj4.2 Improve assertNumQueries by filtering out transaction-related queries (#238)

* Andrew wang/dj4.2 (#239)

* Added a FilteredTransactionTestCase, updated tests.

* Added more filtered tests

* Removed Python <3.10 from the tox envlist for Django main.

* Enhanced error message to include current database vendor of the connection for better easier troubleshooting.

* Use python3.10 for GH workflows, fix postgres range issues in tests.

* Check if psycopg3 is in use, if so, add psycopg3 types to CACHABLE_PARAM_TYPES.

---------

Co-authored-by: Benedikt Willi <[email protected]>

---------

Co-authored-by: Jack Linke <[email protected]>
Co-authored-by: Jack Linke <[email protected]>
Co-authored-by: Benedikt Willi <[email protected]>
Co-authored-by: Benedikt Willi <[email protected]>
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 a pull request may close this issue.

1 participant