]> git.parisson.com Git - teleforma.git/commit
1st version of python 3.14 and django 5.2
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 9 Mar 2026 13:56:33 +0000 (14:56 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 3 May 2026 15:36:13 +0000 (17:36 +0200)
commitb5411b9d348e24dc274e0938b6bb4c39a4492395
treee05ae0b3e3296a8cc13558a381afc9e6f6394ae0
parent1cc7dfa34cfaf12163e8dd5caf60904e244a3d98
1st version of python 3.14 and django 5.2
34 files changed:
Dockerfile
app/asgi.sh
app/settings.py
app/templates/pagination/pagination.html [new file with mode: 0644]
app/urls.py
app/wsgi.sh
docker-compose-dev.yml
poetry.lock
pyproject.toml
teleforma/admin.py
teleforma/apps.py
teleforma/exam/models.py
teleforma/exam/urls.py
teleforma/exam/views.py
teleforma/fields.py
teleforma/forms.py
teleforma/models/ae.py
teleforma/models/appointment.py
teleforma/models/chat.py
teleforma/models/core.py
teleforma/models/crfpa.py
teleforma/models/messages.py
teleforma/models/notification.py
teleforma/models/pro.py
teleforma/postman.py [deleted file]
teleforma/postman_patches.py [new file with mode: 0644]
teleforma/templatetags/teleforma_tags.py
teleforma/urls.py
teleforma/views/core.py
teleforma/views/crfpa.py
teleforma/views/payment.py
teleforma/views/profile.py
teleforma/webclass/models.py
teleforma/webclass/urls.py