funkwhale/api/funkwhale_api/common
petitminion 9804de3650 User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00:00
..
management Supporting multi-artist per tracks/albums (#1568) 2024-08-29 14:11:35 +00: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 Fixed failing tests 2020-02-18 15:34:10 +01:00
channels.py
consumers.py
decorators.py
dynamic_preferences_registry.py
factories.py
fields.py User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00: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 User follow with trackfavorite and listening activity (#1810 and #2075) 2024-12-06 14:17:21 +00:00
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: 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