Merge branch 'master' of atrey.karlin.mff.cuni.cz:/akce/MaM/MaMweb/mamweb

This commit is contained in:
Honza "Stínovlas" Musílek 2015-09-13 13:42:21 +02:00
commit 99644255a4

View file

@ -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)