Overview
Request 819151 accepted
- Update to 3.0.2
* Django 2.2 and above only
* Removal of Python 2 support
* Removal of deprecated keyczar encrypted fields EncryptedTextField and EncryptedCharField
* Removal of deprecated passwd command
* Removal of truncate_letters filter
* Change: TimeStampedModel; Removed default ordering on abstract model
* New: DjangoExtensionsConfig AppConfig
* New: shell_plus, JupyterLab support
* New: list_signals, List all signals by model and signal type
* Improvement: shell_plus, use -- to directly pass additional arguments to Jupyter
* Improvement: shell_plus, improvements to MySQL support
* Improvement: jobs, use logging to record errors
* Improvement: syncdata, added --remove-before flag
* Improvement: graph_models, add field and model to template context
* Fix: syncdata, fix non existent field in fixture data
* Fix: pipchecker, compatibility with pip 20.1
- Created by mcalabkova
- In state accepted
Request History
mcalabkova created request
- Update to 3.0.2
* Django 2.2 and above only
* Removal of Python 2 support
* Removal of deprecated keyczar encrypted fields EncryptedTextField and EncryptedCharField
* Removal of deprecated passwd command
* Removal of truncate_letters filter
* Change: TimeStampedModel; Removed default ordering on abstract model
* New: DjangoExtensionsConfig AppConfig
* New: shell_plus, JupyterLab support
* New: list_signals, List all signals by model and signal type
* Improvement: shell_plus, use -- to directly pass additional arguments to Jupyter
* Improvement: shell_plus, improvements to MySQL support
* Improvement: jobs, use logging to record errors
* Improvement: syncdata, added --remove-before flag
* Improvement: graph_models, add field and model to template context
* Fix: syncdata, fix non existent field in fixture data
* Fix: pipchecker, compatibility with pip 20.1
scarabeus_iv accepted request