drakul/drakul/users
2020-09-23 00:20:51 +02:00
..
migrations Support deletion of users. 2019-11-21 16:47:16 +01:00
templates/users Move container div from base to templates, to allow for varying widths. 2020-09-23 00:20:51 +02:00
templatetags Replace "_CHOICES" with Django 3.0 IntegerChoices Enum class. 2020-04-21 03:02:21 +02:00
__init__.py Initial 2019-10-25 02:49:09 +02:00
admin.py Add ranks and auto-attendance. Soft-resets migrations. 2019-11-19 03:32:21 +01:00
apps.py Initial 2019-10-25 02:49:09 +02:00
forms.py Fix not able to create users in admin by moving main-creation logic from manager's _create_user() to User's save(). 2019-10-25 13:28:33 +02:00
models.py Fix semantic error in new Django 3 Choices. 2020-09-17 18:16:17 +02:00
urls.py Attendance matrix. 2020-01-07 00:04:58 +01:00
views.py Fix average attendance annotation returning None for users that doesn't have any RaidResponses for past raids yet. 2020-01-08 20:39:29 +01:00