From b1bebacb1dc08457e1546f7d89cdd2b06a5a6068 Mon Sep 17 00:00:00 2001 From: Tim Valenta Date: Wed, 5 Feb 2014 13:21:17 -0700 Subject: [PATCH] Fix markdown typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I always get that backwards, and I’m always so confident I didn’t get it backwards. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973b3994..88f7c55c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ These logs are also available on GitHub: https://github.com/pivotal-energy-solutions/django-datatable-view/releases ## 0.7.0 -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. +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. 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.