Skip to content

Commit

Permalink
Fix markdown typo
Browse files Browse the repository at this point in the history
I always get that backwards, and I’m always so confident I didn’t get
it backwards.
  • Loading branch information
tiliv committed Feb 5, 2014
1 parent 1239733 commit b1bebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b1bebac

Please sign in to comment.