Skip to content

Commit e3729e1

Browse files
committed
release 1.18.0
1 parent 0807c1c commit e3729e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019.06.09 - 1.18.0
2+
- Added support for dict (.values) to rendering method (thanks Andreas Hasenkopf)
3+
14
2018.09.04 - 1.17.0
25
- If 'name' field is defined in columns definition (JS side) then it can be used to create 'columns' and
36
'order_columns' (see django-datatables-view-example for sample code).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
version = '1.17.0'
4+
version = '1.18.0'
55

66
base_dir = os.path.dirname(__file__)
77

0 commit comments

Comments
 (0)