Introduce timestamp for plan publishing and use for color coding
This mostly implements #159 Introduce a new field that denotes the timestamp when the plan was published Introduce admin actions to publish and unpublish the plan and set that timestamp accordingly Prevent other means to change visibility of the plan Use that timestamp to only highlight recent changes when they occurred after the plan was already published
Showing
- AKModel/admin.py 16 additions, 4 deletionsAKModel/admin.py
- AKModel/forms.py 1 addition, 0 deletionsAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 247 additions, 222 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0053_plan_published_at.py 18 additions, 0 deletionsAKModel/migrations/0053_plan_published_at.py
- AKModel/models.py 2 additions, 0 deletionsAKModel/models.py
- AKPlan/templatetags/tags_AKPlan.py 5 additions, 0 deletionsAKPlan/templatetags/tags_AKPlan.py
Loading
Please register or sign in to comment