django-sql-explorer v2.0.0 Release Notes

Release Date: 2020-10-09 // over 3 years ago
    • ๐Ÿ’ฅ BREAKING CHANGE: #403: Dropping support for EOL Python 2.7 <https://www.python.org/doc/sunset-python-2/>_ and 3.5 <https://pythoninsider.blogspot.com/2020/10/python-35-is-no-longer-supported.html>_

    Major Changes

    • ๐Ÿ‘ #404_: Add support for Django 3.1 and drop support for (EOL) <2.2
    • ๐Ÿ”จ #408_: Refactored the application, updating the URLs to use path and the views into a module

    Minor Changes

    • ๐Ÿ‘ #334_: Django 2.1 support
    • #337_: Fix Oracle query failure caused by TextField in a group by clause
    • ๐ŸŒ #345_: Added (some) Chinese translation
    • #366_: Changes to Travis django versions
    • #372_: Run queries as atomic requests
    • ๐Ÿ‘ #382_: Django 2.2 support
    • #383_: Typo in the README
    • ๐Ÿšš #385_: Removed deprecated render_to_response usage
    • #386_: Bump minimum django version to 2.2
    • ๐Ÿ‘ #387_: Django 3 support
    • #390_: README formatting changes
    • ๐Ÿ“ฆ #393_: Added option to install XlsxWriter as an extra package
    • #397_: Bump patch version of django 2.2
    • #406_: Show some love to the README
    • ๐Ÿ›  Fix #341_: PYC files excluded from build