-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
47 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,57 @@ | ||
Change log | ||
================================================================================ | ||
|
||
0.0.10 - 11.01.2018 | ||
-------------------------------------------------------------------------------- | ||
|
||
Added | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. `pyexcel-io#46 <https://github.com/webwares/pyexcel-io/issues/46>`_, expose | ||
`bulk_save` to django developers | ||
|
||
0.0.9 - 12.07.2017 | ||
-------------------------------------------------------------------------------- | ||
|
||
Added | ||
******************************************************************************** | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. bring isave_to_database and isave_book_to_database | ||
|
||
0.0.8 - 07.07.2017 | ||
-------------------------------------------------------------------------------- | ||
|
||
Added | ||
******************************************************************************** | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. `issue 39 <https://github.com/pyexcel/django-excel/issues/39>`_, explicitly | ||
#. `pyexcel#39 <https://github.com/webwares/pyexcel/issues/39>`_, explicitly | ||
seeking at 0 | ||
|
||
0.0.7 - 29.06.2017 | ||
-------------------------------------------------------------------------------- | ||
|
||
Added | ||
******************************************************************************** | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. `issue 38 <https://github.com/pyexcel/django-excel/issues/38>`_, Support | ||
#. `pyexcel#38 <https://github.com/webwares/pyexcel/issues/38>`_, Support | ||
unicode code as download file name | ||
|
||
0.0.6 - 12.22.2016 | ||
-------------------------------------------------------------------------------- | ||
|
||
Updated | ||
******************************************************************************** | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. `issue 26 <https://github.com/pyexcel/django-excel/issues/26>`_, raise | ||
ioerror if content is empty. | ||
#. `pyexcel#26 <https://github.com/webwares/pyexcel/issues/26>`_, raise ioerror | ||
if content is empty. | ||
#. Use pyexcel-webio v0.0.9 so as to push out new version of pyexcel and its | ||
plugins. | ||
|
||
|
||
0.0.5 - 26.08.2016 | ||
-------------------------------------------------------------------------------- | ||
|
||
Added: | ||
******************************************************************************** | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
#. Support for django 1.6.x | ||
#. Tested against django 1.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pyexcel>=0.5.7 | ||
pyexcel-webio>=0.1.2 | ||
Django>=1.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters