* Add Django 4.2, 5.0 to classifiers and build matrix
No code changes.
1.2.2
* Swaps CSVDownload.columns from a 500-char constrained CharField to a TextField with no set max_length. This is due the field being needlessly limiting, some downloads will have a totalled column title size which exceeds 500 chars.