Zobrazovani dat ve vypisu nezadanych Problemu
This commit is contained in:
parent
55b61e2519
commit
ae302bbc41
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ class ProblemAdmin(reversion.VersionAdmin):
|
||||||
return obj.pocet_reseni
|
return obj.pocet_reseni
|
||||||
|
|
||||||
class ProblemNavrhAdmin(ProblemAdmin):
|
class ProblemNavrhAdmin(ProblemAdmin):
|
||||||
list_display = ['nazev', 'typ', 'zamereni', 'stav', 'autor', 'timestamp']
|
list_display = ['nazev', 'typ', 'stav', 'autor', 'timestamp']
|
||||||
list_filter = ['typ', 'zamereni', 'timestamp', 'stav']
|
list_filter = ['typ', 'zamereni', 'timestamp', 'stav']
|
||||||
|
|
||||||
def get_queryset(self, request):
|
def get_queryset(self, request):
|
||||||
|
|
Loading…
Reference in a new issue