Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb
This commit is contained in:
commit
99644255a4
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