funkwhale/api/funkwhale_api/common
petitminion 3b5de1a32d Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00:00
..
management Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00:00
migrations
scripts refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
__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 style: format code using black v23 2023-03-28 19:49:24 +02:00
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 chore: Update django api 2024-02-26 07:44:18 +00:00
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 docs: fix spelling errors (pre-commit) 2022-11-24 01:43:36 +01:00
serializers.py chore: Replace deprecated smart_text with smart_str 2024-02-26 07:44:18 +00:00
session.py
signals.py chore: Remove deprecated argument for signal 2024-02-26 07:44:18 +00: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 fix(api): pylint crashes on redefined-builtin 2023-01-29 12:47:02 +00:00
validators.py chore: Use django.utils.translations.gettext_lazy instead of deprecated ugettext_lazy 2024-02-26 07:44:18 +00:00
views.py