Skip to content

Releases: Tobi-De/falco

v0.22.2

28 May 14:11
Compare
Choose a tag to compare

What's Changed

  • Auto-update pre-commit hooks by @github-actions in #83
  • docs: fix jupyter sphinx config by @lepture in #84
  • docs: add lepture as a contributor for bug by @allcontributors in #85

New Contributors

Full Changelog: v0.22.1...v0.22.2

v0.22.1

19 Mar 19:13
Compare
Choose a tag to compare

What's changed

  • fix: In the table generated by crud, url images are only displayed when they exist, to avoid fastdev template errors..
    Full Changelog: v0.22.0...v0.22.1

v0.22.0

19 Mar 17:45
Compare
Choose a tag to compare

What's changed

  • feat: Improve the generated crud code, the table now shows checkmarks for boolean fields and has a better look
  • feat: The create and update views have been updated to work with models with ImageField or FieldFields.

Full Changelog: v0.21.0...v0.22.0

v0.21.0

18 Mar 16:58
Compare
Choose a tag to compare

What's changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

18 Mar 15:16
Compare
Choose a tag to compare

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 of 20

Full Changelog: v0.19.0...v0.20.0

v0.19.0

18 Mar 11:02
Compare
Choose a tag to compare

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

08 Mar 14:22
Compare
Choose a tag to compare

Wha's changed

  • fix: work command fails with a custom user command using the address option

Full Changelog: v0.18.5...v0.18.6

v0.18.4

05 Mar 17:31
855c768
Compare
Choose a tag to compare

Full Changelog: 0.18.3...v0.18.4

v0.18.0

03 Mar 20:09
Compare
Choose a tag to compare

What's changed

  • feat: The crud command now adds date types on widgets for form fields of type DateTimeField, DateField, and TimeField.
  • 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

03 Mar 08:45
Compare
Choose a tag to compare

What's changed

  • refactor: blueprints html files now end with the extension .jinja.

Full Changelog: v0.16.1...v0.17.0