forked from DGNum/gestioCOF
more coherent names
This commit is contained in:
parent
790e73d7a4
commit
a63269a4ce
5 changed files with 8 additions and 7 deletions
|
@ -225,7 +225,7 @@ class SpectacleReventeAdmin(admin.ModelAdmin):
|
|||
|
||||
list_display = ("spectacle", "seller", "date", "soldTo")
|
||||
raw_id_fields = ("attribution",)
|
||||
readonly_fields = ("expiration_time",)
|
||||
readonly_fields = ("date_tirage",)
|
||||
search_fields = ['attribution__spectacle__title',
|
||||
'seller__user__username',
|
||||
'seller__user__first_name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue