Skip to content

Releases: pyexcel-webwares/django-excel

v0.0.10

12 Jan 23:31
Compare
Choose a tag to compare

Find 0.0.10 in changelog for more details

Bring isave_to_database and isave_book_to_database in django-excel

12 Jul 08:45
Compare
Choose a tag to compare

both functions are more memory efficient to their counterparts.

Maintenance release

07 Jul 19:42
Compare
Choose a tag to compare

Maintenance release

29 Jun 13:26
Compare
Choose a tag to compare

maintenance release

24 Feb 10:30
Compare
Choose a tag to compare

see change log for details.

Support django 1.6.x

26 Aug 22:24
Compare
Choose a tag to compare

Support django 1.6.x and verified it also works with django 1.10

use latest pyexcel-webio

27 Jan 23:52
Compare
Choose a tag to compare

there was interface changes in pyexcel-webio

set file name in response

16 Jan 23:47
Compare
Choose a tag to compare

turn request #2 into a feature

Make response from a database query set

21 May 00:55
Compare
Choose a tag to compare
  • new function: make_response_from_query_sets

initial release

07 Feb 00:43
Compare
Choose a tag to compare
initial release Pre-release
Pre-release
  • Support data import and export from django models
  • Support InMemoryFile and TmpFile
  • Essential documentation and tutorial