funkwhale/api/funkwhale_api/common
Georg Krause 5c377dddb6 chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2709>
2025-03-13 15:56:33 +01:00
..
management
migrations
scripts
__init__.py
admin.py
apps.py
authentication.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2025-03-13 15:56:33 +01:00
cache.py
channels.py
consumers.py
decorators.py
dynamic_preferences_registry.py
factories.py
fields.py
filters.py
locales.py
middleware.py fix(embed): Make sure embed has sane default image and correct link 2023-11-28 12:16:22 +00:00
mixins.py
models.py chore: Update django api 2025-03-13 15:56:33 +01:00
mutations.py
pagination.py
permissions.py
preferences.py chore: Replace deprecated django.contrib.postgres.forms.JSONField with django.forms.JSONField 2025-03-13 15:56:33 +01:00
renderers.py
routers.py
search.py
serializers.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2025-03-13 15:56:33 +01:00
session.py
signals.py chore: Remove deprecated argument for signal 2025-03-13 15:56:33 +01:00
storage.py
tasks.py
throttling.py fix(api): Use correct data field for rate limiting identity field 2023-11-28 18:09:56 +00:00
utils.py
validators.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2025-03-13 15:56:33 +01:00
views.py