Commits on Source (20)
-
Nadja Geisler authored
-
Benjamin Hättasch authored
update dependencies See merge request !244
-
Renovate Bot authored
-
Nadja Geisler authored
Update dependency uwsgi to v2.0.28 See merge request !229
-
This resolves warnings that were caused by using naive datetimes for two on-the-fly created events.
-
Nadja Geisler authored
Improve AKSubmission tests See merge request !245
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Nadja Geisler authored
-
Benjamin Hättasch authored
Version upgrades See merge request !250
-
-
Benjamin Hättasch authored
remove redundant systems check from pipeline See merge request !258
-
Use custom validators to prevent the inclusion of quotation marks in names and to enforce that slugs can be created from them automatically This implements #226
-
Nadja Geisler authored
Make some model fields more robust Closes #226 See merge request !257
Showing
- .docker/extra_requirements.txt 1 addition, 1 deletion.docker/extra_requirements.txt
- .gitlab-ci.yml 2 additions, 3 deletions.gitlab-ci.yml
- AKDashboard/tests.py 19 additions, 17 deletionsAKDashboard/tests.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 191 additions, 183 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/migrations/0063_field_validators.py 39 additions, 0 deletionsAKModel/migrations/0063_field_validators.py
- AKModel/models.py 43 additions, 23 deletionsAKModel/models.py
- AKPlan/views.py 5 additions, 6 deletionsAKPlan/views.py
- AKSubmission/api.py 2 additions, 1 deletionAKSubmission/api.py
- AKSubmission/tests.py 13 additions, 10 deletionsAKSubmission/tests.py
- AKSubmission/views.py 18 additions, 15 deletionsAKSubmission/views.py
- INSTALL.md 1 addition, 1 deletionINSTALL.md
- Utils/check.sh 14 additions, 7 deletionsUtils/check.sh
- Utils/setup.sh 1 addition, 1 deletionUtils/setup.sh
- Utils/test.sh 26 additions, 0 deletionsUtils/test.sh
- requirements.txt 20 additions, 19 deletionsrequirements.txt
This diff is collapsed.
AKModel/migrations/0063_field_validators.py
0 → 100644
Utils/test.sh
0 → 100644
Django==4.2.13 | ||
django-bootstrap5==24.2 | ||
fontawesomefree==6.5.1 # Makes static files (css, fonts) available locally | ||
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | ||
django-split-settings==1.3.1 | ||
django-timezone-field==6.1.0 | ||
djangorestframework==3.15.1 | ||
django-simple-history==3.5.0 | ||
django-registration-redux==2.13 | ||
django-debug-toolbar==4.3.0 | ||
Django==5.1.6 | ||
django-betterforms==2.0.0 | ||
django-bootstrap-datepicker-plus==5.0.5 | ||
django-tex==1.1.10 | ||
django-csp==3.8 | ||
django-compressor==4.4 | ||
django-bootstrap5==25.1 | ||
django-compressor==4.5.1 | ||
django-debug-toolbar==5.0.1 | ||
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | ||
django-libsass==0.9 | ||
django-betterforms==2.0.0 | ||
mysqlclient==2.2.0 # for production deployment | ||
tzdata==2024.1 | ||
django-registration-redux==2.13 | ||
django-simple-history==3.8.0 | ||
django-split-settings==1.3.2 | ||
django-tex==1.1.10 | ||
django-timezone-field==7.1 | ||
django_csp==3.8 | ||
djangorestframework==3.15.2 | ||
fontawesomefree==6.6.0 # Makes static files (css, fonts) available locally | ||
mysqlclient==2.2.7 # for production deployment | ||
tzdata==2025.1 | ||
# Documentation | ||
sphinxcontrib-django==2.5 | ||
Sphinx==8.2.3 | ||
sphinx-rtd-theme==3.0.2 | ||
sphinxcontrib-apidoc==0.5.0 | ||
sphinxcontrib-django==2.5.0 | ||
recommonmark==0.7.1 | ||
django-docs==0.3.3 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx==7.3.7 |