Skip to content
Snippets Groups Projects

Allow Django 5.0, drop support for Django <4.2 and bump version to 0.6

Merged Jonathan Weth requested to merge django-5.0 into master
2 files
+ 16
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 13
0
@@ -7,6 +7,19 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
@@ -7,6 +7,19 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic
and this project adheres to `Semantic
Versioning <http://semver.org/>`__.
Versioning <http://semver.org/>`__.
 
0.6
 
---
 
 
Changed
 
~~~~~~~
 
 
* Allow Django 5.0
 
 
Removed
 
~~~~~~~
 
 
* Drop support for Django versions <4.2
 
0.5.3
0.5.3
-----
-----
Loading