This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
funkwhale
kopia lustrzana
https://dev.funkwhale.audio/funkwhale/funkwhale
Obserwuj
1
Polub
0
Forkuj
You've already forked funkwhale
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
bd12cc389e
funkwhale
/
api
/
funkwhale_api
/
moderation
/
signals.py
5 wiersze
100 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
See #890: web UI and email notifications on new reports
2019-09-13 04:09:48 +00:00
import
django
.
dispatch
chore: Remove deprecated argument for signal Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2709>
2024-01-30 12:29:59 +00:00
"""
Required argument: report
"""
report_created
=
django
.
dispatch
.
Signal
(
)