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
10
instead 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_name
to 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:
work
command fails with a custom user command using theaddress
option
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
crud
command now adds date types on widgets for form fields of typeDateTimeField
,DateField
, andTimeField
. - feat: The
start-project
command 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.py
file was greatly improved; the project environment is now simpler.DEBUG=False
denotes the production environment. - feat: The
sync-dotenv
command generates better defaults withDEBUG=False
(production mode).
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- The
setup-admin
command was remove, the djangocreatesuperuser
command can do the exact same thing
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's changed
- feat: A
.env
file is now generated during project creation.
Full Changelog: v0.13.0...v0.14.0