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 moduleMinor 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#341_: PYC files excluded from build2019εΉ΄09ζ23ζ₯
Minor Changes
2018εΉ΄08ζ14ζ₯
π Fix bug when invalid characters present in Excel worksheet name
Major Changes
Minor Changes
2017εΉ΄03ζ21ζ₯
2017εΉ΄03ζ19ζ₯
BREAKING CHANGE: Values from the database are now escaped by default. Disable this behavior (enabling potential XSS attacks) with the EXPLORER_UNSAFE_RENDERING setting.
Major Changes
Minor Changes
.travis.yml for test matrix.If you had code that looked like:
``explorer.utils.csv_report(query)``
You will now need to do something like:
``explorer.exporters.get_exporter_class('csv')(query).get_file_output()``
Note that for Excel export to work, you will need to install xlsxwriter from optional-requirements.txt.setup.py issue (.2)Major changes
Minor (but awesome!) changes
Display historical average query runtime
0οΈβ£ Increased default number of rows from 100 to 1000
Increased SQL editor size (5 additional visible lines)
π CSS cleanup and streamlining (making better use of foundation)
π Various bugfixes (blacklist not enforced on playground being the big one)
β¬οΈ Upgraded front-end libraries
Hide Celery-based features if tasks not enabled.
2015εΉ΄10ζ21ζ₯
2015εΉ΄02ζ18ζ₯