Commits on Source (6)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Bump to latest version of Django 3.2 Fix dark theme issue by fixing the order of css imports in admin Cleanup admin login template (remove copied code as far as possible)
-
Benjamin Hättasch authored
Bump django-split-settings, django-simple-history, django-registration-redux, django-debug-toolbar, djangorestframework, and pytz Create migration reflecting the changes in simple-history and pytz
-
Benjamin Hättasch authored
This removes a compatibility warning (Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField') for django 4.1
-
Benjamin Hättasch authored
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
-
Benjamin Hättasch authored
This adapts submethods of the makemessages command to use generic forward slashes instead of os specific slashes, e.g., backslashes on windows
Showing
- AKModel/admin.py 16 additions, 4 deletionsAKModel/admin.py
- AKModel/forms.py 2 additions, 1 deletionAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 181 additions, 157 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/management/__init__.py 0 additions, 0 deletionsAKModel/management/__init__.py
- AKModel/management/commands/__init__.py 0 additions, 0 deletionsAKModel/management/commands/__init__.py
- AKModel/management/commands/makemessages.py 39 additions, 0 deletionsAKModel/management/commands/makemessages.py
- AKModel/migrations/0052_history_upgrade.py 28 additions, 0 deletionsAKModel/migrations/0052_history_upgrade.py
- 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
- AKModel/templates/admin/login.html 1 addition, 16 deletionsAKModel/templates/admin/login.html
- AKPlan/templatetags/tags_AKPlan.py 5 additions, 0 deletionsAKPlan/templatetags/tags_AKPlan.py
- AKPlanning/settings.py 2 additions, 0 deletionsAKPlanning/settings.py
- requirements.txt 7 additions, 7 deletionsrequirements.txt
- static_common/common/css/admin-bootstrap.css 6 additions, 0 deletionsstatic_common/common/css/admin-bootstrap.css
- templates/admin/base_site.html 2 additions, 1 deletiontemplates/admin/base_site.html
This diff is collapsed.
AKModel/management/__init__.py
0 → 100644
AKModel/management/commands/__init__.py
0 → 100644
AKModel/management/commands/makemessages.py
0 → 100644
AKModel/migrations/0052_history_upgrade.py
0 → 100644
This diff is collapsed.
AKModel/migrations/0053_plan_published_at.py
0 → 100644
Django==3.1.8 | ||
Django==3.2.16 | ||
django-bootstrap4==2.3.1 | ||
django-fontawesome-5==1.0.18 | ||
django-split-settings==1.0.1 | ||
django-split-settings==1.2.0 | ||
django-timezone-field==4.1.2 | ||
djangorestframework==3.12.4 | ||
django-simple-history==3.0.0 | ||
django-registration-redux==2.9 | ||
django-debug-toolbar==3.2.1 | ||
djangorestframework==3.14.0 | ||
django-simple-history==3.1.1 | ||
django-registration-redux==2.11 | ||
django-debug-toolbar==3.7.0 | ||
django-bootstrap-datepicker-plus==3.0.5 | ||
django-tex @ git+https://github.com/bhaettasch/django-tex.git@66cc6567acde4db2ac971b7707652067e664392c | ||
django-csp==3.7 | ||
mysqlclient==2.0.3 # for production deployment | ||
pytz==2021.1 | ||
pytz==2022.4 |
static_common/common/css/admin-bootstrap.css
0 → 100644