mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 00:39:16 +02:00
Resolve "Setting upload limit in Django"
This commit is contained in:
parent
19b8adb358
commit
53f1f1ce47
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ class UserAdmin(AuthUserAdmin):
|
|||
"permission_library",
|
||||
"permission_settings",
|
||||
"permission_moderation",
|
||||
"upload_quota",
|
||||
)
|
||||
},
|
||||
),
|
||||
|
|
1
changes/changelog.d/903.enhancement
Normal file
1
changes/changelog.d/903.enhancement
Normal file
|
@ -0,0 +1 @@
|
|||
Added field to manage user upload quota in Django backend (#903)
|
Loading…
Add table
Add a link
Reference in a new issue