Releases: logikal-io/django-logikal
Releases · logikal-io/django-logikal
v3.7.1
Fixed
- Broken documentation due to import-time settings loading
- Translation management command crash with the latest version of Babel
- Invalid installed apps base setting
v3.7.0
Added
- Support for REST APIs
v3.6.2
Fixed
- Spacing in
syncdb
info messages
v3.6.1
Fixed
- Info messages in the
syncdb
command
v3.6.0
Added
- Option to specify apps and routes for which HTML validation shall be skipped
v3.5.0
Added
- Migration operations for managing users, schema and model accesses
v3.4.1
Fixed
- Terminal output text when using
--no-input
mode
v3.4.0
Added
- Configuration option to set the allowed database hosts for the
syncdb
management command
v3.3.1
Fixed
- Missing dependency on the
syncdb
command
v3.3.0
Added
- Support for turning off admin URLs in the
django_logikal.urls.utility_paths
function