bornhack-website/src/teams/migrations
2018-08-04 17:38:09 +02:00
..
0001_initial.py Teams (#100) 2017-03-31 17:29:28 +02:00
0002_auto_20170327_2208.py Teams (#100) 2017-03-31 17:29:28 +02:00
0003_auto_20170401_2227.py Adding subteams to teams 2017-04-01 23:16:23 +02:00
0004_team_sub_team_of.py Adding subteams to teams 2017-04-01 23:16:23 +02:00
0005_auto_20170402_1331.py rework team stuff 2017-04-02 18:04:57 +02:00
0006_auto_20170402_1331.py rework team stuff 2017-04-02 18:04:57 +02:00
0007_teamarea_description.py rework team stuff 2017-04-02 18:04:57 +02:00
0008_team_needs_members.py rework team stuff 2017-04-02 18:04:57 +02:00
0009_auto_20170402_1607.py rework team stuff 2017-04-02 18:04:57 +02:00
0010_remove_team_members.py rework team stuff 2017-04-02 18:04:57 +02:00
0011_auto_20170402_1608.py rework team stuff 2017-04-02 18:04:57 +02:00
0012_teammember_responsible.py make it possible to overrule responsible on team level 2017-04-02 23:33:55 +02:00
0013_auto_20170523_2046.py add member remove button 2017-05-23 21:21:47 +02:00
0014_remove_teammember_deleted.py add member remove button 2017-05-23 21:21:47 +02:00
0015_team_mailing_list.py add mailing_list email field on team model 2017-07-11 19:39:43 +02:00
0016_auto_20170711_2247.py add initial people stuff 2017-07-11 22:50:31 +02:00
0017_auto_20171122_1928.py add teamtask support 2017-11-23 23:09:14 +01:00
0018_auto_20171122_2204.py add teamtask support 2017-11-23 23:09:14 +01:00
0019_auto_20180304_1019.py Create new CampPropertyListFilter based on admin.SimpleListFilter to use for admin filtering of CampRelatedModels where self.camp is a property instead of a real field. Change the Team models camp field to a property, and make the Team model use the new CampPropertyListFilter in the admin. Change the BaseTicket model to being a CampRelatedModel and add a camp property, also, while here move ticket_created signal to signals.py, connect it in apps.py and rename it to ticket_updated. Change Sponsor model to being a CampRelatedModel and add a camp property. 2018-03-04 12:04:07 +01:00
0020_auto_20180304_1233.py add a related_name for the camp relation for TeamArea, and a teams property to Camp model to make it easier to get all teams under all teamareas, also add exclude=None to the validate_unique call in our CleanedModel class 2018-03-04 12:48:35 +01:00
0021_auto_20180318_0906.py add missing migrations after cleanup and adding of on_delete to all foreignkeys 2018-03-18 09:07:34 +01:00
0022_auto_20180318_1135.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0023_auto_20180318_1256.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0024_populate_shortslugs.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0025_auto_20180318_1318.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0026_team_camp.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0027_fixup_teams.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0028_auto_20180331_1416.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0029_remove_team_area.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0030_auto_20180402_1514.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0031_auto_20180402_2146.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0032_auto_20180402_2148.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0033_auto_20180402_2204.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0034_auto_20180402_2334.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0035_auto_20180402_2344.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0036_auto_20180403_0201.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0037_auto_20180408_1416.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0038_auto_20180412_1844.py change irc channel stuff so each team can have both a private and a public irc channel, introduce the concept of a volunteer channel which all teammembers of all teams get access to 2018-04-13 20:22:19 +02:00
0039_fix_irc_channels.py change irc channel stuff so each team can have both a private and a public irc channel, introduce the concept of a volunteer channel which all teammembers of all teams get access to 2018-04-13 20:22:19 +02:00
0040_auto_20180412_2109.py change irc channel stuff so each team can have both a private and a public irc channel, introduce the concept of a volunteer channel which all teammembers of all teams get access to 2018-04-13 20:22:19 +02:00
0041_auto_20180412_2231.py change irc channel stuff so each team can have both a private and a public irc channel, introduce the concept of a volunteer channel which all teammembers of all teams get access to 2018-04-13 20:22:19 +02:00
0042_auto_20180413_1933.py change irc channel stuff so each team can have both a private and a public irc channel, introduce the concept of a volunteer channel which all teammembers of all teams get access to 2018-04-13 20:22:19 +02:00
0043_auto_20180804_1641.py add when and completed to teamtask model, move task list to an included file 2018-08-04 17:38:09 +02:00
__init__.py Teams (#100) 2017-03-31 17:29:28 +02:00