From b9f0d6c3d58c594a11309d34f882d167e4e2b525 Mon Sep 17 00:00:00 2001 From: the-moog <3725802+the-moog@users.noreply.github.com> Date: Sat, 10 Sep 2022 15:30:29 +0100 Subject: [PATCH] Fix for #539 --- CHANGELOG | 8 ++++---- docs/settings.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 69e32b1d..969e9afb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ 0.10.0 - 2022-08-21 -========== +=================== - Drop support for Python 3.6. - Add support for Python 3.10 @@ -7,19 +7,19 @@ - Allow override of prev_url and next_url links 0.9.6 - 2022-04-18 -========== +================== - Fix bug #522. 'backports.zoneinfo.ZoneInfo' object has no attribute 'localize' 0.9.5 - 2021-05-29 -========== +================== - Use an AutoField until Django 3.2 is the only supported version 0.9.4 - 2021-05-19 -========== +================== - Dropped support for Python 3.5. - Dropped support for Django 1.11, 2.1 and 3.0. diff --git a/docs/settings.txt b/docs/settings.txt index f6354d2f..1b638f3f 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -15,7 +15,7 @@ This setting controls the behavior of ``Views.get_next_url``. If set, all calend SHOW_CANCELLED_OCCURRENCES -------------------------- -This setting controls the behavior of :func:`Period.classify_occurrence`. If True, then occurrences that have been cancelled will be displayed with a css class of canceled, otherwise they won't appear at all. +This setting controls the behavior of ``Period.classify_occurrence``. If True, then occurrences that have been cancelled will be displayed with a css class of canceled, otherwise they won't appear at all. Defaults to False