funkwhale/api/funkwhale_api/music
Ciarán Ainsworth 8eeb57b5e5
Create filterset for v2 artists
2024-05-12 17:07:37 +02:00
..
management Add cli command to prune non mbid content from db (#2083) 2024-02-06 11:52:29 +00:00
migrations Add model migrations 2024-05-12 17:04:45 +02:00
__init__.py Initial commit that merge both the front end and the API in the same repository 2017-06-23 23:00:42 +02:00
admin.py See #170: store and compute modification date on artists 2020-03-19 14:41:15 +01:00
dynamic_preferences_registry.py resolves review 2023-11-19 14:16:42 +00:00
factories.py fix(api): pylint crashes on redefined-builtin 2023-01-29 12:47:02 +00:00
fake_data.py Fix(dev): fix docker development set-up (#2102) 2023-03-20 11:23:51 +00:00
filters.py Create filterset for v2 artists 2024-05-12 17:07:37 +02:00
importers.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
licenses.py fix(api): pylint crashes on redefined-builtin 2023-01-29 12:47:02 +00:00
metadata.py style: format code using black v23 2023-03-28 19:49:24 +02:00
models.py Initial commit 2024-05-12 13:45:17 +02:00
mutations.py chore: format files using isort (pre-commit) 2022-11-23 21:55:37 +01:00
serializers.py Use model serializer 2024-05-12 17:06:03 +02:00
signals.py chore: Remove deprecated argument for signal 2024-02-26 07:44:18 +00:00
spa_views.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
tasks.py Apply 1 suggestion(s) to 1 file(s) 2023-11-19 14:16:42 +00:00
urls_v2.py Initial commit 2024-05-12 13:45:17 +02:00
utils.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
views.py Create specific view for artist list 2024-05-12 17:07:20 +02:00