Files
meet/src/backend
lebaudantoine 496ae12fa9 ♻️(backend) remove lazy from languages field on User model
The idea behind wrapping choices in `lazy` function was to allow
overriding the list of languages in tests with `override_settings`.
This was causing makemigrations to keep on including the field in
migrations when it is not needed. Since we finally don't override
the LANGUAGES setting in tests, we can remove it to fix the problem.

Taken from docs #c882f13
2025-05-15 13:50:25 +02:00
..
2024-07-31 13:12:30 +02:00
2025-05-15 12:04:17 +02:00
2024-11-04 14:17:31 +01:00
2024-07-31 13:12:30 +02:00
2024-07-01 19:46:55 +02:00