Skip to content

Commit

Permalink
Fix for llazzaro#539
Browse files Browse the repository at this point in the history
  • Loading branch information
the-moog committed Sep 10, 2022
1 parent ff54977 commit b9f0d6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
0.10.0 - 2022-08-21
==========
===================

- Drop support for Python 3.6.
- Add support for Python 3.10
- Drop support for Django versions before 3.2.
- 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.
Expand Down
2 changes: 1 addition & 1 deletion docs/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9f0d6c

Please sign in to comment.