mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-07-17 23:00:23 +02:00
Merge branch 'beta' into migration-django-4-2
This commit is contained in:
.gitmodulesREADME.mdentrypoint.sh
apps
activity
__init__.pyadmin.pytables.py
api
apps.pyforms.pymigrations
models.pystatic
activity
templates
tests
urls.pyviews.pyapi
logs
member
__init__.pyadmin.py
api
apps.pyauth.pyforms.pyhashers.pymigrations
models.pysignals.pytables.pytemplates
member
templatetags
tests
urls.pyviews.pynote
__init__.pyadmin.pytables.py
api
apps.pyforms.pymigrations
models
signals.pystatic
note
templates
templatetags
tests
urls.pyviews.pypermission
__init__.pyadmin.py
api
apps.pybackends.pydecorators.pyfixtures
permissions.pyscopes.pysignals.pytables.pytemplatetags
tests
urls.pyviews.pyregistration
scriptstreasury
__init__.pyadmin.py
api
apps.pyforms.pymigrations
models.pysignals.pystatic
tables.pytemplates
treasury
templatetags
tests
urls.pyviews.pywei
docs
_static
api
apps
conf.pyexternal_services
faq.rstgetting_started.rstindex.rstinstall-dev.rstinstall.rstscripts.rstlocale
note_kfet
tox.ini@ -1,4 +1,4 @@
|
||||
# Copyright (C) 2018-2023 by BDE ENS Paris-Saclay
|
||||
# Copyright (C) 2018-2024 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
import subprocess
|
||||
@ -504,7 +504,7 @@ class TestWEIRegistration(TestCase):
|
||||
emergency_contact_phone='+33600000000',
|
||||
bus=[self.bus.id],
|
||||
team=[self.team.id],
|
||||
roles=[role.id for role in WEIRole.objects.filter(name="Adhérent WEI").all()],
|
||||
roles=[role.id for role in WEIRole.objects.filter(name="Adhérent⋅e WEI").all()],
|
||||
information_json=self.registration.information_json,
|
||||
)
|
||||
)
|
||||
@ -558,7 +558,7 @@ class TestWEIRegistration(TestCase):
|
||||
emergency_contact_phone='+33600000000',
|
||||
bus=[self.bus.id],
|
||||
team=[self.team.id],
|
||||
roles=[role.id for role in WEIRole.objects.filter(name="Adhérent WEI").all()],
|
||||
roles=[role.id for role in WEIRole.objects.filter(name="Adhérent⋅e WEI").all()],
|
||||
information_json=self.registration.information_json,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user