X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/c4311d82afc1bb44566c6e612b09c4ecad1af643..HEAD:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c73ba6..817a8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,42 @@ This document records all notable changes to fnpdjango. +## 0.7 (2023-06-19) + +- Testing for Django up to 4.2. + +## 0.6 (2022-07-22) + +- Support for Django up to 4.0. +- Drop support for Django 1.11. + + +## 0.5 (2021-07-05) + +- Support for Django up to 3.2. +- Dropped support for Django < 1.11 and Python < 3.6. +- GzipPipelineCachedStorage replaced by GzipPipelineManifestStorage +- Removed `utils.urls.i18n_patterns` and `URLLocaleMiddleware` in favor + of stock `i18n_patterns(prefix_default_language=False) and + `LocaleMiddleware`. + + +## 0.4.5 (2020-03-26) + +- Support for Django up do 3.0. +- Added `actions.export_as_csv_action`. + + +## 0.4.3 (2019-10-02) + +- Make textile import optional when loading template tags. + + +## 0.4.1 (2019-09-27) + +- Make `utils.settings.LazyUGettextLazy` a `django.utils.functional.Promise` + so it deconstructs nicely. + ## 0.4 (2019-04-03)