Browse Source

Tridit soustredeni retrospektivne.

remotes/origin/noc
Jethro 9 years ago
parent
commit
cf94e10a66
  1. 2
      seminar/models.py

2
seminar/models.py

@ -579,7 +579,7 @@ class Soustredeni(SeminarModelBase):
db_table = 'seminar_soustredeni'
verbose_name = u'Soustředění'
verbose_name_plural = u'Soustředění'
ordering = ['rocnik__rocnik', 'datum_zacatku']
ordering = ['-rocnik__rocnik', '-datum_zacatku']
# Interní ID
id = models.AutoField(primary_key = True)

Loading…
Cancel
Save