more coherent names

This commit is contained in:
Ludovic Stephan 2016-11-14 12:52:02 -02:00
parent 790e73d7a4
commit a63269a4ce
5 changed files with 8 additions and 7 deletions

View file

@ -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',