We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8530e04 commit 3bb7475Copy full SHA for 3bb7475
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.2.8] - 2020-10-05
5
+### Updated
6
+- Fixed an error with ManyToOne Relation not being able to
7
+ get its verbose name
8
+
9
10
## [0.2.7] - 2020-07-24
11
### Updates
12
- Bring back crosstab capability
slick_reporting/__init__.py
@@ -1,6 +1,6 @@
default_app_config = 'slick_reporting.apps.ReportAppConfig'
-VERSION = (0, 2, 7)
+VERSION = (0, 2, 8)
-__version__ = '0.2.7'
+__version__ = '0.2.8'
0 commit comments