funkwhale/api/funkwhale_api/common
Georg Krause 4e825527a5 chore: Replace deprecated django.contrib.postgres.forms.JSONField with django.forms.JSONField
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2709>
2024-02-26 07:44:18 +00:00
..
management chore: Align with flake8 6.1 rules 2024-02-02 19:46:08 +01:00
migrations
scripts
__init__.py
admin.py
apps.py
authentication.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2024-02-26 07:44:18 +00:00
cache.py
channels.py
consumers.py
decorators.py
dynamic_preferences_registry.py
factories.py
fields.py
filters.py fix: Make Artist ordering by name case insensitive 2023-10-10 13:02:13 +02:00
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
mutations.py
pagination.py
permissions.py
preferences.py chore: Replace deprecated django.contrib.postgres.forms.JSONField with django.forms.JSONField 2024-02-26 07:44:18 +00:00
renderers.py
routers.py
search.py
serializers.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2024-02-26 07:44:18 +00:00
session.py
signals.py
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 2024-02-26 07:44:18 +00:00
views.py