Releases: tushortz/django-simplify
Releases · tushortz/django-simplify
simplify-0.2
[0.2] - 2021-05-06
Removed
- removed model dependency on simplify so that you can still have your code running even when thesimplify package has been uninstalled and removed from
settings.INSTALLED_APPS
- replaced
simplify.helpers.model_helper
andsimplify.helpers.admin_helper
withsimplify.utils
Added
- added
ListView
scaffold so you can includel
incrudil
parameter when runningpython manage.py create_view crudil