- Add support for caching queries with enum filters (267)
2.6.3
-----
- Support for Django 5.1
2.6.2
-----
- Support for Python 3.12 and Django 5.0
2.6.1
-----
- Hot fix when Django is externally imported due to connections import (242)
2.6.0
-----
- Dropped Django 2.2 and 4.0 support - Added Django 4.2 and Python 3.11 support - Added psycopg support (229) - Updated tests to account for the `BEGIN` and `COMMIT` query changes in Django 4.2 - Standardized django version comparisons in tests
2.5.3
-----
- Verify get_meta isn't none before requesting db_table (225 226)