basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

add: flag to allow yearly triggers, help text and verbose names #140

Closed saemideluxe closed 2 years ago

saemideluxe commented 2 years ago

Implemented, but needs testing.

saemideluxe commented 2 years ago

Also, need to properly think about edge cases. I am not sure replacing the year with datetime.date.today().year is the correct solution.