Commit graph

1658 commits

Author SHA1 Message Date
Thomas Steen Rasmussen 792fc2bfc0 unbreak refund order function, while here show on order list and detail pages if an order is refunded, also fix tickettype detail stats so they dont include refunded orders 2021-08-01 17:45:37 +02:00
Thomas Steen Rasmussen 929cde010e do not crap out when no tickets exist 2021-08-01 17:43:53 +02:00
Víðir Valberg Guðmundsson 1889d3bf15 income not cost. 2021-07-29 20:35:14 +02:00
Víðir Valberg Guðmundsson 34dcacea0c DRYing the method up a bit. 2021-07-29 20:33:43 +02:00
Víðir Valberg Guðmundsson 4ed6392554 Avoid rounding down. 2021-07-29 17:13:58 +02:00
Víðir Valberg Guðmundsson 198f6d26c7 Added avg. price per ticket per ticket type. 2021-07-29 17:08:43 +02:00
Víðir Valberg Guðmundsson 4ed1b51ba2 This time the numbers add up. 2021-07-29 16:47:42 +02:00
Víðir Valberg Guðmundsson 67ac9ee820 It was being used. 2021-07-29 15:23:18 +02:00
Thomas Steen Rasmussen e96b8a9e44
Merge pull request #858 from bornhack/add_ticket_stats_on_overview
Add annotations that provide a per ticket type sales information.
2021-07-29 15:16:52 +02:00
Víðir Valberg Guðmundsson 1006b926c5 Add annotations that provide a per ticket type sales information. 2021-07-29 15:08:20 +02:00
Thomas Steen Rasmussen 2ca5fb5314 fix ticket view after order<>opr change 2021-07-29 12:30:35 +02:00
dependabot[bot] 846564959a
Bump isort from 5.9.2 to 5.9.3 in /src/requirements
Bumps [isort](https://github.com/pycqa/isort) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.2...5.9.3)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-29 09:00:43 +00:00
Thomas Steen Rasmussen 02424115f2 enable save as new for Facility, FacilityType, facilityOpeningHours admin 2021-07-29 09:32:07 +02:00
Thomas Steen Rasmussen 517f29940a remove FK from ShopTicket to Order and replace with an FK to OrderProductRelation 2021-07-29 09:03:52 +02:00
dependabot[bot] 37ab7e3633
Bump django-bleach from 0.7.0 to 0.7.2 in /src/requirements
Bumps [django-bleach](https://github.com/marksweb/django-bleach) from 0.7.0 to 0.7.2.
- [Release notes](https://github.com/marksweb/django-bleach/releases)
- [Changelog](https://github.com/marksweb/django-bleach/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marksweb/django-bleach/compare/0.7.0...0.7.2)

---
updated-dependencies:
- dependency-name: django-bleach
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-28 09:00:54 +00:00
Thomas Steen Rasmussen 4c6eca2a6d backoffice: add average price across all tickets of the given type to the tickettype stats detail view 2021-07-26 18:47:34 +02:00
Thomas Steen Rasmussen a494bdfd4b backoffice: add totals to the bottom of ticket type details table 2021-07-26 18:09:11 +02:00
Thomas Steen Rasmussen 02b796e90b rename to paid_order_count 2021-07-22 08:06:43 +02:00
Thomas Steen Rasmussen f61d0b85e8 use Count() to get the number of paid orders for the product 2021-07-22 08:02:28 +02:00
Thomas Steen Rasmussen b76cc2ed64 remove wrong info for now 2021-07-22 07:55:58 +02:00
Thomas Steen Rasmussen 21b479e253 only count paid orders 2021-07-22 07:12:13 +02:00
Thomas Steen Rasmussen 41467447a8 always mark OPR as ticket_generated=True 2021-07-22 00:35:07 +02:00
Thomas Steen Rasmussen 0e0374b577 calculate profit in the database, skip the margin calculation for now 2021-07-22 00:07:30 +02:00
Thomas Steen Rasmussen ec816a5c11 realise there can be more than one thing on each ticket, fix 2021-07-21 23:14:48 +02:00
Thomas Steen Rasmussen 0973709ef0 fix profit margin calculation 2021-07-21 21:36:50 +02:00
Thomas Steen Rasmussen 21111e0c2c typo 2021-07-21 21:32:46 +02:00
Thomas Steen Rasmussen 5c410939ed add detailed ticket stats view 2021-07-21 21:29:55 +02:00
Thomas Steen Rasmussen a8c4894b8f brush the dust off of the event system, add a new eventtype ticket_stats, add a management command to post ticket stats to irc, add a backoffice view showing ticket stats 2021-07-21 18:53:53 +02:00
Thomas Steen Rasmussen 4d06e647a2 ircbot: detect when the bot gets +o in a channel, and register it if needed 2021-07-20 11:09:53 +02:00
Thomas Steen Rasmussen efdc519c0b add skeleton on_mode() handler to ircbot 2021-07-20 08:16:32 +02:00
Thomas Steen Rasmussen 8661c423fe copy paste error 2021-07-20 07:22:01 +02:00
Thomas Steen Rasmussen 786e9d10bd add IrcOverView 2021-07-19 22:02:35 +02:00
Thomas Steen Rasmussen 949cb05ae1 remove all attempts to this the right way and do it the wrong way instead. This is fine. 2021-07-19 21:10:40 +02:00
Thomas Steen Rasmussen 01687ea11a run pre-commit --all-files, it's been a while since last time 2021-07-19 15:06:10 +02:00
Thomas Steen Rasmussen a21bc1097c split backoffice views.py into multiple files, add autoflake to pre-commit 2021-07-19 15:00:59 +02:00
dependabot[bot] ef929b4cd4
Bump hypothesis from 6.14.2 to 6.14.3 in /src/requirements
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.14.2 to 6.14.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.14.2...hypothesis-python-6.14.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 11:26:22 +00:00
dependabot[bot] e62caaa549
Bump black from 21.6b0 to 21.7b0 in /src/requirements
Bumps [black](https://github.com/psf/black) from 21.6b0 to 21.7b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 09:00:43 +00:00
Thomas Steen Rasmussen d74c8c2b73
Merge pull request #847 from bornhack/dependabot/pip/src/requirements/channels-3.0.4
Bump channels from 3.0.3 to 3.0.4 in /src/requirements
2021-07-12 22:24:38 +02:00
Thomas Steen Rasmussen b5147cd875
Merge pull request #848 from bornhack/dependabot/pip/src/requirements/hypothesis-6.14.2
Bump hypothesis from 6.13.1 to 6.14.2 in /src/requirements
2021-07-12 22:24:22 +02:00
Thomas Steen Rasmussen 5b73d43504
Merge pull request #849 from bornhack/dependabot/pip/src/requirements/django-reversion-4.0.0
Bump django-reversion from 3.0.9 to 4.0.0 in /src/requirements
2021-07-12 22:24:07 +02:00
dependabot[bot] 88385423d0
Bump django-allauth from 0.44.0 to 0.45.0 in /src/requirements
Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/pennersr/django-allauth/releases)
- [Changelog](https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst)
- [Commits](https://github.com/pennersr/django-allauth/compare/0.44.0...0.45.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 09:00:59 +00:00
dependabot[bot] c63b48923a
Bump django-reversion from 3.0.9 to 4.0.0 in /src/requirements
Bumps [django-reversion](https://github.com/etianen/django-reversion) from 3.0.9 to 4.0.0.
- [Release notes](https://github.com/etianen/django-reversion/releases)
- [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/etianen/django-reversion/compare/v3.0.9...v4.0.0)

---
updated-dependencies:
- dependency-name: django-reversion
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 09:00:55 +00:00
dependabot[bot] c838411841
Bump hypothesis from 6.13.1 to 6.14.2 in /src/requirements
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.13.1 to 6.14.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.13.1...hypothesis-python-6.14.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 09:00:52 +00:00
dependabot[bot] f1cc46063f
Bump channels from 3.0.3 to 3.0.4 in /src/requirements
Bumps [channels](https://github.com/django/channels) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/django/channels/releases)
- [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/channels/compare/3.0.3...3.0.4)

---
updated-dependencies:
- dependency-name: channels
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 09:00:42 +00:00
Thomas Steen Rasmussen b2fc598c27 elaborate captcha helptext with a hint due to popular demand 2021-07-11 02:28:44 +02:00
Thomas Steen Rasmussen 4b5ff018b0
Merge pull request #837 from bornhack/dependabot/pip/src/requirements/ipython-7.25.0
Bump ipython from 7.24.1 to 7.25.0 in /src/requirements
2021-07-11 02:24:35 +02:00
Thomas Steen Rasmussen f8d13816e5
Merge pull request #839 from bornhack/dependabot/pip/src/requirements/django-3.2.5
Bump django from 3.2.4 to 3.2.5 in /src/requirements
2021-07-11 02:24:26 +02:00
Thomas Steen Rasmussen 86a25070b0
Merge pull request #841 from bornhack/dependabot/pip/src/requirements/channels-redis-3.3.0
Bump channels-redis from 3.2.0 to 3.3.0 in /src/requirements
2021-07-11 02:24:15 +02:00
Thomas Steen Rasmussen 4bb5a72904
Merge pull request #843 from bornhack/dependabot/pip/src/requirements/django-taggit-1.5.1
Bump django-taggit from 1.4.0 to 1.5.1 in /src/requirements
2021-07-11 02:23:59 +02:00
Thomas Steen Rasmussen 39188f5e3a
Merge pull request #844 from bornhack/dependabot/pip/src/requirements/pillow-8.3.1
Bump pillow from 8.2.0 to 8.3.1 in /src/requirements
2021-07-11 02:23:51 +02:00
Thomas Steen Rasmussen 97e5e9e622
Merge pull request #845 from bornhack/dependabot/pip/src/requirements/isort-5.9.2
Bump isort from 5.9.1 to 5.9.2 in /src/requirements
2021-07-11 02:23:40 +02:00
dependabot[bot] a46347e1c8
Bump django-bleach from 0.6.1 to 0.7.0 in /src/requirements
Bumps [django-bleach](https://github.com/marksweb/django-bleach) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/marksweb/django-bleach/releases)
- [Changelog](https://github.com/marksweb/django-bleach/blob/master/CHANGELOG.md)
- [Commits](https://github.com/marksweb/django-bleach/compare/0.6.1...0.7.0)

---
updated-dependencies:
- dependency-name: django-bleach
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-09 09:00:44 +00:00
Thomas Steen Rasmussen 128504d23f
Fix some wording in T&C referring to 2016 2021-07-08 11:45:50 +02:00
dependabot[bot] 52b02a0335
Bump isort from 5.9.1 to 5.9.2 in /src/requirements
Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.1...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 09:00:47 +00:00
dependabot[bot] c057be2f5a
Bump pillow from 8.2.0 to 8.3.1 in /src/requirements
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-07 09:00:59 +00:00
dependabot[bot] a667705876
Bump django-taggit from 1.4.0 to 1.5.1 in /src/requirements
Bumps [django-taggit](https://github.com/jazzband/django-taggit) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/jazzband/django-taggit/releases)
- [Changelog](https://github.com/jazzband/django-taggit/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jazzband/django-taggit/compare/1.4.0...1.5.1)

---
updated-dependencies:
- dependency-name: django-taggit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 09:00:40 +00:00
dependabot[bot] e140f6ecf7
Bump channels-redis from 3.2.0 to 3.3.0 in /src/requirements
Bumps [channels-redis](https://github.com/django/channels_redis) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/django/channels_redis/releases)
- [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/channels_redis/compare/3.2.0...3.3.0)

---
updated-dependencies:
- dependency-name: channels-redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 09:00:43 +00:00
dependabot[bot] 2063e30caf
Bump django from 3.2.4 to 3.2.5 in /src/requirements
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 09:01:00 +00:00
dependabot[bot] 333674e6db
Bump ipython from 7.24.1 to 7.25.0 in /src/requirements
Bumps [ipython](https://github.com/ipython/ipython) from 7.24.1 to 7.25.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.24.1...7.25.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 09:00:57 +00:00
Thomas Steen Rasmussen 226bbca220 show number of held emails in backoffice menu 2021-06-27 15:26:05 +02:00
Thomas Steen Rasmussen 71e393cfe6 silence django 3.2 warnings 2021-06-27 15:03:19 +02:00
Thomas Steen Rasmussen 3f17132cc3 new wording for speaker/event emails 2021-06-27 14:56:06 +02:00
Thomas Steen Rasmussen b80a2e5854
Merge pull request #816 from bornhack/dependabot/pip/src/requirements/pre-commit-2.13.0
Bump pre-commit from 2.12.1 to 2.13.0 in /src/requirements
2021-06-27 13:36:20 +02:00
Thomas Steen Rasmussen 92e9e9dabc
Merge pull request #825 from bornhack/dependabot/pip/src/requirements/ipython-7.24.1
Bump ipython from 7.23.1 to 7.24.1 in /src/requirements
2021-06-27 13:36:01 +02:00
Thomas Steen Rasmussen d36849c08c
Merge pull request #827 from bornhack/dependabot/pip/src/requirements/python-magic-0.4.24
Bump python-magic from 0.4.18 to 0.4.24 in /src/requirements
2021-06-27 13:35:41 +02:00
Thomas Steen Rasmussen 887becf6a7
Merge pull request #830 from bornhack/dependabot/pip/src/requirements/django-leaflet-0.28.1
Bump django-leaflet from 0.28.0 to 0.28.1 in /src/requirements
2021-06-27 13:35:24 +02:00
dependabot[bot] 53efab2d01
Bump pre-commit from 2.12.1 to 2.13.0 in /src/requirements
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.12.1...v2.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-27 11:35:11 +00:00
dependabot[bot] 28068e640f
Bump python-magic from 0.4.18 to 0.4.24 in /src/requirements
Bumps [python-magic](https://github.com/ahupp/python-magic) from 0.4.18 to 0.4.24.
- [Release notes](https://github.com/ahupp/python-magic/releases)
- [Changelog](https://github.com/ahupp/python-magic/blob/master/CHANGELOG)
- [Commits](https://github.com/ahupp/python-magic/compare/0.4.18...0.4.24)

---
updated-dependencies:
- dependency-name: python-magic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-27 11:35:06 +00:00
Thomas Steen Rasmussen 09626a898e
Merge pull request #832 from bornhack/dependabot/pip/src/django-3.2.4
Bump django from 3.2.3 to 3.2.4 in /src
2021-06-27 13:34:53 +02:00
Thomas Steen Rasmussen f2b096fde4
Merge pull request #833 from bornhack/dependabot/pip/src/requirements/black-21.6b0
Bump black from 21.5b1 to 21.6b0 in /src/requirements
2021-06-27 13:34:38 +02:00
Thomas Steen Rasmussen 7cb492703b
Merge pull request #834 from bornhack/dependabot/pip/src/requirements/psycopg2-binary-2.9.1
Bump psycopg2-binary from 2.8.6 to 2.9.1 in /src/requirements
2021-06-27 13:34:19 +02:00
dependabot[bot] 510fcbf197
Bump isort from 5.8.0 to 5.9.1 in /src/requirements
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.8.0...5.9.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-22 09:00:43 +00:00
dependabot[bot] 5db8d9f53e
Bump psycopg2-binary from 2.8.6 to 2.9.1 in /src/requirements
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.1.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

---
updated-dependencies:
- dependency-name: psycopg2-binary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 09:01:06 +00:00
dependabot[bot] c1ebb9b07d
Bump black from 21.5b1 to 21.6b0 in /src/requirements
Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.6b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 05:01:49 +00:00
dependabot[bot] 8c2b2267c7
Bump django from 3.2.3 to 3.2.4 in /src
Bumps [django](https://github.com/django/django) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 19:57:13 +00:00
dependabot[bot] 282c8c0394
Bump django-leaflet from 0.28.0 to 0.28.1 in /src/requirements
Bumps [django-leaflet](https://github.com/makinacorpus/django-leaflet) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/makinacorpus/django-leaflet/releases)
- [Changelog](https://github.com/makinacorpus/django-leaflet/blob/master/CHANGES)
- [Commits](https://github.com/makinacorpus/django-leaflet/compare/0.28.0...0.28.1)

---
updated-dependencies:
- dependency-name: django-leaflet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 05:01:57 +00:00
dependabot[bot] c648f5ad49
Bump ipython from 7.23.1 to 7.24.1 in /src/requirements
Bumps [ipython](https://github.com/ipython/ipython) from 7.23.1 to 7.24.1.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.23.1...7.24.1)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 05:06:02 +00:00
Thomas Steen Rasmussen 952052b2ff enable save_as in ProductAdmin 2021-05-25 17:38:28 +02:00
Thomas Steen Rasmussen 2f3086e052 move import later because django 3.2 2021-05-21 21:03:19 +02:00
Thomas Steen Rasmussen 22f02fa295
Merge pull request #809 from bornhack/dependabot/pip/src/requirements/service-identity-21.1.0
Bump service-identity from 18.1.0 to 21.1.0 in /src/requirements
2021-05-21 20:58:48 +02:00
Thomas Steen Rasmussen 82f3f2c12e
Merge pull request #810 from bornhack/dependabot/pip/src/requirements/icalendar-4.0.7
Bump icalendar from 4.0.6 to 4.0.7 in /src/requirements
2021-05-21 20:58:33 +02:00
Thomas Steen Rasmussen a398a611b0
Merge pull request #811 from bornhack/dependabot/pip/src/requirements/pillow-8.2.0
Bump pillow from 8.1.1 to 8.2.0 in /src/requirements
2021-05-21 20:58:18 +02:00
dependabot[bot] 8828fe2629
Bump icalendar from 4.0.6 to 4.0.7 in /src/requirements
Bumps [icalendar](https://github.com/collective/icalendar) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst)
- [Commits](https://github.com/collective/icalendar/compare/4.0.6...4.0.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 18:58:16 +00:00
Thomas Steen Rasmussen 1bf0a39826
Merge pull request #812 from bornhack/dependabot/pip/src/requirements/django-oauth-toolkit-1.5.0
Bump django-oauth-toolkit from 1.3.3 to 1.5.0 in /src/requirements
2021-05-21 20:58:02 +02:00
Thomas Steen Rasmussen 5464f8460d
Merge pull request #813 from bornhack/dependabot/pip/src/requirements/django-debug-toolbar-3.2.1
Bump django-debug-toolbar from 2.2.1 to 3.2.1 in /src/requirements
2021-05-21 20:57:46 +02:00
dependabot[bot] 92e7473a5e
Bump irc3 from 1.1.6 to 1.1.7 in /src/requirements
Bumps [irc3](https://github.com/gawel/irc3) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/gawel/irc3/releases)
- [Changelog](https://github.com/gawel/irc3/blob/master/CHANGES.rst)
- [Commits](https://github.com/gawel/irc3/compare/1.1.6...1.1.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:11:33 +00:00
dependabot[bot] a727148f51
Bump django-debug-toolbar from 2.2.1 to 3.2.1 in /src/requirements
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 2.2.1 to 3.2.1.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/2.2.1...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:11:29 +00:00
dependabot[bot] 5bf03c9106
Bump django-oauth-toolkit from 1.3.3 to 1.5.0 in /src/requirements
Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.3.3 to 1.5.0.
- [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases)
- [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/django-oauth-toolkit/compare/1.3.3...1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:11:26 +00:00
dependabot[bot] 82e0f8fef5
Bump pillow from 8.1.1 to 8.2.0 in /src/requirements
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:11:22 +00:00
dependabot[bot] a18100b8d3
Bump service-identity from 18.1.0 to 21.1.0 in /src/requirements
Bumps [service-identity](https://github.com/pyca/service-identity) from 18.1.0 to 21.1.0.
- [Release notes](https://github.com/pyca/service-identity/releases)
- [Changelog](https://github.com/pyca/service-identity/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/service-identity/compare/18.1.0...21.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 17:11:15 +00:00
Thomas Steen Rasmussen 62a4265d5d
Merge pull request #782 from batmule/master
Making text nicer looking
2021-05-21 19:10:32 +02:00
Thomas Steen Rasmussen 18f5935c5e
Merge pull request #781 from bornhack/new-address
updated address in cancellation form
2021-05-21 19:09:56 +02:00
Thomas Steen Rasmussen 9df322362f
Merge pull request #783 from bornhack/dependabot/pip/src/requirements/pyopenssl-20.0.1
Bump pyopenssl from 19.1.0 to 20.0.1 in /src/requirements
2021-05-21 19:09:33 +02:00
Thomas Steen Rasmussen 4a863bd778
Merge pull request #784 from bornhack/dependabot/pip/src/requirements/django-leaflet-0.28.0
Bump django-leaflet from 0.27.1 to 0.28.0 in /src/requirements
2021-05-21 19:09:18 +02:00
Thomas Steen Rasmussen 3f64cd9744
Merge pull request #785 from bornhack/dependabot/pip/src/requirements/factory-boy-3.2.0
Bump factory-boy from 3.1.0 to 3.2.0 in /src/requirements
2021-05-21 19:09:02 +02:00
dependabot-preview[bot] 3e1ea74ad8
Bump django-leaflet from 0.27.1 to 0.28.0 in /src/requirements
Bumps [django-leaflet](https://github.com/makinacorpus/django-leaflet) from 0.27.1 to 0.28.0.
- [Release notes](https://github.com/makinacorpus/django-leaflet/releases)
- [Changelog](https://github.com/makinacorpus/django-leaflet/blob/master/CHANGES)
- [Commits](https://github.com/makinacorpus/django-leaflet/compare/0.27.1...0.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-21 17:08:55 +00:00
Thomas Steen Rasmussen 2894abcadf
Merge pull request #800 from bornhack/dependabot/pip/src/requirements/django-taggit-1.4.0
Bump django-taggit from 1.3.0 to 1.4.0 in /src/requirements
2021-05-21 19:08:48 +02:00
dependabot-preview[bot] 226918373a
Bump pyopenssl from 19.1.0 to 20.0.1 in /src/requirements
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 19.1.0 to 20.0.1.
- [Release notes](https://github.com/pyca/pyopenssl/releases)
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/pyopenssl/compare/19.1.0...20.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-21 17:08:37 +00:00
Thomas Steen Rasmussen dee0e4eceb
Merge pull request #801 from bornhack/dependabot/pip/src/requirements/graphene-django-2.15.0
Bump graphene-django from 2.13.0 to 2.15.0 in /src/requirements
2021-05-21 19:08:30 +02:00
Thomas Steen Rasmussen ede1655e65
Merge pull request #802 from bornhack/dependabot/pip/src/requirements/codecov-2.1.11
Bump codecov from 2.1.10 to 2.1.11 in /src/requirements
2021-05-21 19:08:18 +02:00