- Oct 23, 2022
-
-
This allows specifying the parameters without the need to know the GET keys Also resolve double-compiling issue and thus switch from custom version of django-tex to the latest official release Minor improvements to generic admin action view This implements #152
-
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
-
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)
-
- May 11, 2021
-
-
Benjamin Hättasch authored
-
- May 10, 2021
-
-
Benjamin Hättasch authored
This reverts commit 1e7ca6bf and parts of other commits
-
- May 08, 2021
-
-
Benjamin Hättasch authored
Additionally, this provides better escaping of user content Set setting for consecutive runs to 2
-
Benjamin Hättasch authored
Load dependency Use custom escaping environment Adapt installation guidelines
-
Benjamin Hättasch authored
Add django-csp to dependencies Load middleware Add config that matches current usage but with most possible restriction
-
- May 03, 2021
-
-
Nadja Geisler authored
-
- Apr 30, 2021
-
-
Benjamin Hättasch authored
-
- Apr 29, 2021
-
-
Benjamin Hättasch authored
Previously, the version of pytz was not fixed. This could lead to problems when the list of timezones of the locally installed version of pytz differed from the list fixed in migration 0027 of AKModel. This commit therefore: * updates django-timezone-field to the newest version * Adds pytz with the current version to requirements.txt * Introduces a migration to reflect the changes in the internal timezone list of pytz (--('America/Godthab', 'GMT-03:00 America/Godthab'), ++('America/Nuuk', 'GMT-03:00 America/Nuuk'), --('Australia/Currie', 'GMT+11:00 Australia/Currie'))
-
- Jan 17, 2021
-
-
Nadja Geisler authored
-
Nadja Geisler authored
-
- Jan 16, 2021
-
-
Add requirement Adjust settings to load toolbar in debug mode Add debug URLs
-
- May 18, 2020
-
-
Benjamin Hättasch authored
-
- May 16, 2020
-
-
Nadja Geisler authored
-
- May 14, 2020
-
-
Add django-registration-redux dependency Adapt settings and urls Add view logged-in users to either proceed to the backend or logout
-
- May 13, 2020
-
-
Nadja Geisler authored
upgrade to django 3, closes #32 upgrade django-fontawesome-5
-
- May 12, 2020
-
-
- May 11, 2020
-
-
add djangorestframework add serializers for select models create api urls extend EventSlugMixin to work for list and create methods create list and retrieve viewsets for select models include AKModel URLS into main app
-
Nadja Geisler authored
django-bootstrap4 django-split-settings
-
- Mar 01, 2020
-
-
Benjamin Hättasch authored
Add dependency django-timezone-field Add timezone field to Event Introduce i18n for default_slot field Add new and missing translations Add title property to Room (for better access of combined building + name form)
-
- Jan 12, 2020
-
-
Benjamin Hättasch authored
-
- Oct 29, 2019
-
-
Benjamin Hättasch authored
The subfolder is not under version control, however, you can place another version controlled source here if needed
-
- Oct 14, 2019
-
-
Benjamin Hättasch authored
Add suitable libraries to requirements Load these apps and adapt their basic settings
-
- Oct 09, 2019
-
-
Nadja Geisler authored
list python requirements in requirements.txt pin Django version
-