Sith/counter
Julien Constant 38295e591d
Fix immutable default variable in get_start_of_semester (#656)
Le serveur ne percevait pas le changement de semestre, parce
que la valeur par défaut passée à la fonction `get_start_of_semester()` était une fonction appelée une seule fois, lors du lancement du serveur. Bref, c'était ça : https://beta.ruff.rs/docs/rules/function-call-in-default-argument/

---------

Co-authored-by: imperosol <thgirod@hotmail.com>
2023-09-07 23:11:58 +02:00
..
migrations Mise à jour de Black vers la version 23.3 (#629) 2023-04-22 15:32:31 +02:00
static/counter/js Merge branch 'repair_NaN_bug_on_click' into taiste 2023-03-10 10:50:26 +01:00
templates/counter Fix immutable default variable in get_start_of_semester (#656) 2023-09-07 23:11:58 +02:00
__init__.py Minimal working version 2022-08-04 00:28:09 +02:00
admin.py [FIX] Broken link in readme and license fix (& update) (#591) 2023-04-04 18:39:45 +02:00
app.py Minimal working version 2022-08-04 00:28:09 +02:00
forms.py Implémentation 3DSv2 + résolution bugs eboutic + amélioration pages admin (#558) 2023-01-09 20:53:12 +01:00
models.py Fix immutable default variable in get_start_of_semester (#656) 2023-09-07 23:11:58 +02:00
signals.py Upgrade black and format accordingly 2020-08-27 15:59:42 +02:00
tests.py Fix immutable default variable in get_start_of_semester (#656) 2023-09-07 23:11:58 +02:00
urls.py [FIX] Broken link in readme and license fix (& update) (#591) 2023-04-04 18:39:45 +02:00
views.py Fix immutable default variable in get_start_of_semester (#656) 2023-09-07 23:11:58 +02:00