Skip to content

Commit

Permalink
Merge 9ee50cd into 5795e11
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 committed Feb 17, 2020
2 parents 5795e11 + 9ee50cd commit 3d12b4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Expand Up @@ -2,14 +2,15 @@ Changelog
=========


2.0.2 (unreleased)
2.0.2 (2020-02-16)
------------------

- Add support for tablib >= 1.0 (#1061)

- Add ability to install a subset of tablib supported formats and save some
automatic dependency installations (needs tablib >= 1.0)

- Use column_name when checking row for fields (#1056)

2.0.1 (2020-01-15)
------------------
Expand Down
1 change: 0 additions & 1 deletion requirements/base.txt
@@ -1,4 +1,3 @@
Django>=2.0
tablib[html,ods,xls,xlsx,yaml]>=0.14
diff-match-patch
openpyxl>=2.4,<2.5
1 change: 1 addition & 0 deletions tests/core/tests/test_admin_integration.py
Expand Up @@ -132,6 +132,7 @@ def test_returns_xlsx_export(self):
if f().get_title() == 'xlsx':
xlsx_index = i
break
breakpoint()
data = {'file_format': str(xlsx_index)}
response = self.client.post('/admin/core/book/export/', data)
self.assertEqual(response.status_code, 200)
Expand Down

0 comments on commit 3d12b4f

Please sign in to comment.