File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ 3.0.0
5+ ----------
6+ * New: Support for Python 3.11 and 3.12.
7+ * Dropped Python 3.7 support.
8+ * New: Support for Django 4.2.
9+ * Dropped Django 4.0 and 4.1 support.
10+ * New: Added city and country template tags for GeoIP data.
11+ * New: Added UserSessionsConfig class for better Django app configuration.
12+ * Switch from setup.py to pyproject.toml for modern Python packaging.
13+ * Switch from flake8 to ruff for code linting.
14+ * Use importlib.metadata instead of deprecated pkg_resources.
15+ * Improved platform detection for macOS and Windows (removed version numbers).
16+ * Use timezone-aware datetime handling.
17+ * Modernized test configuration and improved test coverage.
18+ * Updated translations.
19+ * Various code improvements and simplifications.
20+
4212.0.0
522----------
623* New: Support for Django 3.2 and 4.0
You can’t perform that action at this time.
0 commit comments