You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ We have a new documentation website! Check out [torchbox.github.io/django-patter
9
9
### Added
10
10
11
11
- This package now supports Django 3.1, and has tentative support for Django 3.2
12
+
- We also now support Python 3.9
12
13
- Implement optional default for [override_tag](https://torchbox.github.io/django-pattern-library/reference/api/#override_tag) ([#125](https://github.com/torchbox/django-pattern-library/issues/125))
13
14
- A new `render_patterns` command makes it possible to export the pattern library templates for automated tests or static hosting ([#16](https://github.com/torchbox/django-pattern-library/issues/16), [#17](https://github.com/torchbox/django-pattern-library/issues/17))
15
+
- Permit variable template names in extends and include tags ([#112](https://github.com/torchbox/django-pattern-library/pull/112))
0 commit comments