Skip to content

Commit

Permalink
Fix documentation warnings (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Jun 3, 2023
1 parent e6a7e5f commit f771f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- Add support for Python 3.11 (#389).
- Make it easier to override templates in custom renderers (#373).
- Added .form-label default to `<label>`s (#180).
- Added `.form-label` default to `<label>` tags (#180).
- Update radio_select_button_group widget to BS5 (#313).
- Fix `addon_before_class` and `addon_after_class`, which were being ignored (#153).
- Fix to issue (#349) where `has-validation` was incorrectly rounding before and after elements' borders when validated.
Expand Down Expand Up @@ -55,6 +55,7 @@
- Switch to a [CalVer](https://calver.org) YY.MINOR versioning scheme. MINOR is the number of the release in the given year. This is the first release in 2021 using this scheme, so its version is 21.1. The next version this year will be 21.2. The first version in 2022 will be 22.1.
- Update Bootstrap to 5.1.3 (#167, #194).
- Add support for Django 4 and Python 3.10 (#193).

## 2.1.2 (2021-08-16)

- Fix disabled parameter for RadioSelect and CheckboxSelectMultiple (#163).
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ Contents:
settings
templates
widgets
contributing
changelog

0 comments on commit f771f43

Please sign in to comment.