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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
These logs are also available on GitHub: https://github.com/pivotal-energy-solutions/django-datatable-view/releases
4
4
5
5
## 0.7.0
6
-
This release adds Python 3 support with the help of the (``six``)[http://pythonhosted.org/six/] project. We've taken some time to verify that unicode handling is handled correctly for both Python 2 and 3 simultaneously.
6
+
This release adds Python 3 support with the help of the [six](http://pythonhosted.org/six/) project. We've taken some time to verify that unicode handling is handled correctly for both Python 2 and 3 simultaneously.
7
7
8
8
The options provided by a DatatableView are processed and merged with incoming GET data from ajax calls, and the resulting object replaces the view's ``datatable_options`` attribute at runtime. Previous to this release, that merged object implemented an attribute API to support lookups like ``options.search`` to get the search string.
0 commit comments