Skip to content

Commit d1a6aaa

Browse files
committed
Fix changelog
1 parent b7ab024 commit d1a6aaa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ The format of this changelog is based on [Keep a Changelog](http://keepachangelo
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Test on Django 5.0 and 5.1.
10+
- Test on Python 3.12 and 3.13 (for Django versions with support).
11+
- Testing with Pypy 3.10 on Django < 4.1 (see note about Pypy in 'Removed' section).
12+
13+
### Removed
14+
- Remove testing with Pypy for Django >= 4.1. There is a Pypy bug preventing Django from working:
15+
https://code.djangoproject.com/ticket/33889
816

917
## [2.0.0]
1018
### Changed
1119
- Use Model.__str__() for related fields. In 1.x the primary key was used for related fields.
1220

1321
### Added
22+
- Test on Django 3.2, 4.0, 4.1 and 4.2.
23+
- Test on Python 3.9, 3.10 and 3.11 (for Django versions with support).
1424
- Add `verbose_names` option to control whether to use capitalized verbose column names in the header. The default is
1525
`True` which matches the behaviour in 1.x.
16-
- Test on Django 3.2, 4.0, 4.1, 4.2, 5.0 and 5.1
17-
- Test on Python 3.9, 3.10, 3.11, 3.12 and 3.13.
18-
- Remove tests using Pypy for Django >= 4.1. There is a Pypy bug preventing Django from working:
19-
https://code.djangoproject.com/ticket/33889
2026

2127
### Removed
2228
- Drop support for Python 2, 3.4 and 3.5.

0 commit comments

Comments
 (0)