* Add company and address fields to attendees
* Update src/pretix/control/templates/pretixcontrol/event/settings.html
Co-Authored-By: Martin Gross <gross@rami.io>
Co-authored-by: Martin Gross <gross@rami.io>
* Add Subevent time to __str__
* Show subevent-dates in select2 picker
* Show event-dateblock (if enabled) on Widget Voucher redemption page
* Update src/pretix/base/models/event.py
Co-Authored-By: Raphael Michel <michel@rami.io>
* Update src/pretix/control/templates/pretixcontrol/vouchers/index.html
Co-Authored-By: Raphael Michel <michel@rami.io>
* Update src/pretix/control/views/typeahead.py
Co-Authored-By: Raphael Michel <michel@rami.io>
* Remove date-block on non-subevent voucher redemption pages
Co-authored-by: Raphael Michel <michel@rami.io>
* Allow to adjust the cancellation fee without JS
* Introduce cancellation requests
* ignore→delete
* Change a few things after Martin's review
* Add a few tests
* Upgrade Django to 3.0 and other dependencies to recent versions
* Fix otp version contsraint
* Remove six dependency
* Resolve some warnings
* Fix failing tests
* Update django-countries
* Resolve all RemovedInDjango31Warnings in test suite
* Run isort
* Fix import
* Update PostgreSQL version on travis
* Drop support for maindomain_urls/subdomain_urls in plugins
* Allow to use a custom domain per event
* Fix bug when manually saving domains
* Fix custom domains in debugging
* Fix middleware
* Fix middleware again, update docs
* Statistics on sold and unsold seats, as well as potential profits
* Rework of seats-stats
* Fix crash when all seats are assigned
* Update src/pretix/plugins/statistics/views.py
Co-Authored-By: Raphael Michel <michel@rami.io>
* Update src/pretix/plugins/statistics/views.py
Co-Authored-By: Raphael Michel <michel@rami.io>
* Update src/pretix/plugins/statistics/views.py
Co-Authored-By: Raphael Michel <michel@rami.io>
* Fix count of sold seats
Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
Co-authored-by: Raphael Michel <michel@rami.io>