Releases: falcopackages/falco-cli
Releases · falcopackages/falco-cli
v0.20.0
What's Changed
- stlyle: Improve the crud table style, using icons for the actions tab
- refactor: The default pagge size for pagination is now
10instead of20
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Better object list variable name for crud generated index views
- Added the model
verbose_nameto the html blueprints context - restructure start-project docs by @Tobi-De in #71
- Auto-update pre-commit hooks by @github-actions in #73
Full Changelog: v0.18.6...v0.19.0
v0.18.6
Wha's changed
- fix:
workcommand fails with a custom user command using theaddressoption
Full Changelog: v0.18.5...v0.18.6
v0.18.4
Full Changelog: 0.18.3...v0.18.4
v0.18.0
What's changed
- feat: The
crudcommand now adds date types on widgets for form fields of typeDateTimeField,DateField, andTimeField. - feat: The
start-projectcommand can now work offline if a blueprint has already been downloaded once. - fix: The generated table on list pages was missing a column header.
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's changed
- refactor: blueprints html files now end with the extension
.jinja.
Full Changelog: v0.16.1...v0.17.0
v0.16.1
What's changed
Mainly internal changes, cruft is no longer a project dependency. pico can now be specified as a blueprint.
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's changed
- feat: The
settings.pyfile was greatly improved; the project environment is now simpler.DEBUG=Falsedenotes the production environment. - feat: The
sync-dotenvcommand generates better defaults withDEBUG=False(production mode).
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- The
setup-admincommand was remove, the djangocreatesuperusercommand can do the exact same thing
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's changed
- feat: A
.envfile is now generated during project creation.
Full Changelog: v0.13.0...v0.14.0