Make it possible to restrict an additional option to a specific set of attendees master github/master
authorMagnus Hagander <magnus@hagander.net>
Mon, 15 Sep 2025 12:57:12 +0000 (14:57 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 15 Sep 2025 13:05:46 +0000 (15:05 +0200)
commitce5b8d1bed3fb497496ede60b6ec1961e1b63e8f
treef101164a0c915aee4a58d7152394586aaf4950ca
parent4714b1b0132bc407b3d5e7788c34bb4578c7a040
Make it possible to restrict an additional option to a specific set of attendees

If specific attendees are invited to use an option, make it possible to
specify them without creating a separate registration type for them.
When specifying both regtype and attendee requirement, both must be
satisfied.
docs/confreg/registrations.md
postgresqleu/confreg/admin.py
postgresqleu/confreg/backendforms.py
postgresqleu/confreg/forms.py
postgresqleu/confreg/migrations/0119_conferenceadditionaloption_requires_attendee.py [new file with mode: 0644]
postgresqleu/confreg/models.py
postgresqleu/confreg/views.py