You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kompass/jdav_web/members
Christian Merten b0311dce80
members/admin: sort age in waiting list only by year
Previously, the age column was sorted according to the birth date. This typically
causes singleton grouping upon multi sort with age as the primary sorting key. A
typical use case is sorting by age and application date.

Now the age column is sorted only by the numerical year value, which causes
the groups to be bigger.
2 years ago
..
locale/de/LC_MESSAGES translations: remove line counts 2 years ago
management/commands add new management command to retrieve assocation emails 6 years ago
migrations members/registration: pre-fill registration form 2 years ago
templates members/waitinglist: allow editing of invite text 2 years ago
templatetags tex: rewrite pdf generation, add seminar report, add some utility functions 3 years ago
__init__.py added member system 10 years ago
admin.py members/admin: sort age in waiting list only by year 2 years ago
apps.py members: Teilnehmer -> Meine Jugendgruppe 2 years ago
models.py members/admin: translate age label and add ordering field 2 years ago
pdf.py members/excursion: add V32 and improve texts 2 years ago
rules.py multiple: use object level permissions 3 years ago
tasks.py members/waitinglist: waiting list confirmation reminders 2 years ago
tests.py tests: fix, generate html coverage report 2 years ago
urls.py members/registration: pre-fill registration form 2 years ago
views.py members/registration: pre-fill registration form 2 years ago