bornhack-website/src/teams
Stephan Telling bc042a1755
add self to fix reference to team responsible
2018-03-04 15:22:13 +01:00
..
migrations 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
templates Only responsible people should see the edit task button. 2017-11-25 13:26:09 +01:00
templatetags add membership status on team detail and list view 2017-04-14 16:16:00 +02:00
__init__.py Teams (#100) 2017-03-31 17:29:28 +02:00
admin.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
apps.py Teams (#100) 2017-03-31 17:29:28 +02:00
email.py rename send email to add email and log on error 2017-05-21 20:15:27 +02:00
forms.py start work on #123 2017-05-21 16:06:34 +02:00
models.py add self to fix reference to team responsible 2018-03-04 15:22:13 +01:00
urls.py create and edit tasks 2017-11-25 13:02:32 +01:00
views.py remove unneeded imports from teams app 2018-03-04 14:42:57 +01:00