v6.2.3
v6.2.3 (2025-10-14)
This release is published under the MIT License.
Bug Fixes
-
Change identifier field type from TextField to CharField with max_length (
a130c4b) -
mysql: Implement monkey patch for MySQL DATETIME handling (
eec96bd)
Chores
-
Add step to update docs changelog after release (
785752d) -
Fix quote mysqlclient version constraint in CI configuration (
097b7bd) -
Fix release pipeline python version (
8942826) -
Remove psycopg2-binary version constraints from dev dependencies (
2d90028) -
Remove psycopg2-binary version constraints from dev dependencies (
35039be)
Continuous Integration
- Unify test command across SQLite, Postgres, and MySQL jobs (
0e6e896)
Refactoring
-
Ensure newline at end of file in init.py (
e06f55d) -
Remove unused import of settings in pagination mixin (
2dc9bd6) -
Simplify JSONField imports and remove unused arrayfield (
f8bd453)
Detailed Changes: v6.2.2...v6.2.3