mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 14:59:15 +02:00
Fix #109: List pending requests by default, added a status filter for requests
This commit is contained in:
parent
f2d20e1bf7
commit
42a2ffbf24
6 changed files with 44 additions and 7 deletions
|
@ -15,6 +15,7 @@ STATUS_CHOICES = [
|
|||
('closed', 'closed'),
|
||||
]
|
||||
|
||||
|
||||
class ImportRequest(models.Model):
|
||||
creation_date = models.DateTimeField(default=timezone.now)
|
||||
imported_date = models.DateTimeField(null=True, blank=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue