cqtu/contest/migrations
Sebastian Lohff 1f93f9e7bd Dynamically find currently active Contest
Previously we had a lot of hardcoded contest information in the
templates. Name, ruleset and number of contest are now all taken from
the currently active contest and rendered into the templates. Instead of
an URL containing the current contest name, we just use a generic
/contest/. The API will no longer use "the contest with id=1", but the
currently active contest as well.

The currently active contest is - for now - the contest with the latest
deadline.
2022-01-22 19:22:52 +01:00
..
0001_initial.py Initial commit 2017-01-18 02:25:12 +01:00
0002_contest.py Missing files 2017-01-20 14:28:59 +01:00
0003_auto_20170118_1208.py Missing files 2017-01-20 14:28:59 +01:00
0004_contest_shortname.py Missing files 2017-01-20 14:28:59 +01:00
0005_frequency_note.py Missing files 2017-01-20 14:28:59 +01:00
0006_qso_band.py Missing files 2017-01-20 14:28:59 +01:00
0007_auto_20170119_0044.py Missing files 2017-01-20 14:28:59 +01:00
0008_auto_20170119_1202.py Missing files 2017-01-20 14:28:59 +01:00
0009_auto_20170123_0139.py Db idx and on_delete for foreignkeys 2017-01-23 02:40:44 +01:00
0010_shadowcall.py Added shadow users 2017-01-25 01:53:22 +01:00
0011_auto_20170125_0126.py Display QSOs for admins, match QSOs to each other 2017-01-26 19:14:58 +01:00
0012_auto_20170126_1852.py Contest Entry class management foo 2017-01-26 20:36:55 +01:00
0013_auto_20170126_1909.py Contest Entry class management foo 2017-01-26 20:36:55 +01:00
0014_contest_deadline.py Added option to set contest deadline 2017-01-26 20:52:38 +01:00
0015_auto_20170126_2016.py Allow No-R to be empty in QSO log 2017-01-26 21:24:23 +01:00
0016_auto_20170127_1154.py Changed RST labels to RS 2017-01-27 15:46:07 +01:00
0017_auto_20170127_1833.py Registration includes regtime, opname and location 2017-01-28 16:27:57 +01:00
0018_auto_20170128_1639.py Added contest start/end time for qso points validation 2017-01-28 18:38:32 +01:00
0019_auto_20190122_2049.py Add missing db migrations 2019-01-23 00:43:44 +01:00
0020_auto_20190122_2348.py Missing DB fields for user questionaire 2019-01-23 00:51:07 +01:00
0021_alter_qso_otherno_alter_qso_ownno_alter_user_dncall_and_more.py Set Django to 4.0.1, add DB migrations 2022-01-22 17:35:57 +01:00
0022_contest_contestno.py Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
0023_contest_rulesetlink.py Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
__init__.py Initial commit 2017-01-18 02:25:12 +01:00