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.
12 months ago
..
locale/de/LC_MESSAGES translations: remove line counts 12 months ago
management/commands add new management command to retrieve assocation emails 5 years ago
migrations members/registration: pre-fill registration form 1 year ago
templates members/waitinglist: allow editing of invite text 12 months ago
templatetags tex: rewrite pdf generation, add seminar report, add some utility functions 3 years ago
__init__.py added member system 9 years ago
admin.py members/admin: sort age in waiting list only by year 12 months ago
apps.py members: Teilnehmer -> Meine Jugendgruppe 1 year ago
models.py members/admin: translate age label and add ordering field 12 months ago
pdf.py members/excursion: add V32 and improve texts 1 year ago
rules.py multiple: use object level permissions 3 years ago
tasks.py members/waitinglist: waiting list confirmation reminders 1 year ago
tests.py tests: fix, generate html coverage report 12 months ago
urls.py members/registration: pre-fill registration form 1 year ago
views.py members/registration: pre-fill registration form 1 year ago