Tridit soustredeni retrospektivne.
This commit is contained in:
parent
5b0d31e489
commit
cf94e10a66
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class Soustredeni(SeminarModelBase):
|
||||||
db_table = 'seminar_soustredeni'
|
db_table = 'seminar_soustredeni'
|
||||||
verbose_name = u'Soustředění'
|
verbose_name = u'Soustředění'
|
||||||
verbose_name_plural = u'Soustředění'
|
verbose_name_plural = u'Soustředění'
|
||||||
ordering = ['rocnik__rocnik', 'datum_zacatku']
|
ordering = ['-rocnik__rocnik', '-datum_zacatku']
|
||||||
|
|
||||||
# Interní ID
|
# Interní ID
|
||||||
id = models.AutoField(primary_key = True)
|
id = models.AutoField(primary_key = True)
|
||||||
|
|
Loading…
Reference in a new issue