Skip to content

Commit b1bebac

Browse files
committed
Fix markdown typo
I always get that backwards, and I’m always so confident I didn’t get it backwards.
1 parent 1239733 commit b1bebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These logs are also available on GitHub: https://github.com/pivotal-energy-solutions/django-datatable-view/releases
44

55
## 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.
77

88
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.
99

0 commit comments

Comments
 (0)