Commit graph

216 commits

Author SHA1 Message Date
Benedikt Willi
c58c4fbae1 Add possibility to run gh workflow manually. 2023-06-08 10:27:48 +02:00
Benedikt Willi
0199ac962a Added Django 4.1 & 4.2 support 2023-06-08 10:19:27 +02:00
Frank Wiles
e9e866a289 Bump version for release 2023-02-13 08:50:15 -06:00
Nicholas Serra
f79ba79f14
Merge pull request #68 from Hopiu/i18n-fix
Update middleware.py
2023-02-12 17:44:28 -05:00
Benedikt Willi
40fa4acdb4
Update middleware.py
Use reverse_lazy instead of reverse, as reverse('tos_check_tos') can return the URL in a wrong language (the language the current thread is in, instead of the language of the users request) in combination with i18n.
2023-02-10 16:17:59 +01:00
Nicholas Serra
b050ef76d3
Merge pull request #66 from blag/quick-fix
Fix signal handler
2023-01-03 17:28:47 -05:00
blag
d2713361cd
Fix one last call 2022-12-30 18:23:33 -07:00
blag
2c1ecc32a5
Update tests 2022-12-30 15:18:05 -07:00
blag
6589aeeaf5
Fix signal handler 2022-12-30 14:45:01 -07:00
Nicholas Serra
b189e421dd
Merge pull request #65 from blag/refactor-to-betterize-integrations
Refactor to betterize integrations
2022-12-29 19:35:58 -05:00
blag
c21751e0f7
Refactor middleware to enable an easier time extending skip checks 2022-12-29 01:25:33 -07:00
blag
1d951c0af9
Use f-strings where we can 2022-12-29 01:25:33 -07:00
Nicholas Serra
6a6d3b7568
Merge pull request #63 from blag/patch-1
Fixups
2022-12-27 23:26:28 -05:00
blag
bc68dbf08a
Moar f-strings! 2022-12-26 22:49:25 -07:00
blag
ee3d1295f3
Put the <h2> back 2022-12-26 22:48:54 -07:00
blag
679d71f3ac
Keep using blocktrans for Django 3 compatibility 2022-12-26 22:48:37 -07:00
blag
1af6316b78
Don't use removed unicode() function 2022-12-26 22:42:31 -07:00
blag
13d5070910
Fix blocktrans variable and tag name 2022-12-26 22:42:31 -07:00
blag
3e5ede7635
Quick template fix 2022-12-26 22:42:31 -07:00
Nicholas Serra
3405a87dbe
Merge pull request #64 from revsys/nicholasserra-ci-3.6
Remove 3.6 from CI
2022-12-26 19:39:43 -05:00
Nicholas Serra
677e327ac3
Remove 3.6 from CI 2022-12-26 19:37:11 -05:00
Nicholas Serra
ff12da281c
Merge pull request #62 from revsys/dependabot/pip/django-2.2.28
Bump django from 2.2.27 to 2.2.28
2022-04-25 13:21:04 -04:00
dependabot[bot]
5c743def3e
Bump django from 2.2.27 to 2.2.28
Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.27...2.2.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22 23:38:30 +00:00
Nicholas Serra
62e8fa443f
Merge pull request #61 from revsys/dependabot/pip/django-2.2.27
Bump django from 2.2.26 to 2.2.27
2022-02-10 11:21:03 -05:00
dependabot[bot]
bcb5e52e59
Bump django from 2.2.26 to 2.2.27
Bumps [django](https://github.com/django/django) from 2.2.26 to 2.2.27.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.26...2.2.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 10:49:33 +00:00
Frank Wiles
634afbbd7e Update to 1.0.0 now with Django 4.0 support 2022-02-08 10:40:36 -06:00
Nicholas Serra
d387ae13c6
Merge pull request #60 from revsys/dependabot/pip/django-2.2.26
Bump django from 2.2.24 to 2.2.26
2022-01-26 21:51:49 -05:00
dependabot[bot]
7cd4b556d4
Bump django from 2.2.24 to 2.2.26
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.26.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.24...2.2.26)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 02:49:55 +00:00
Nicholas Serra
f04a5ca780
Merge pull request #59 from blag/django-4.0
Update to Django 4.0
2022-01-26 21:49:28 -05:00
blag
766771ab0f
Properly initialize middleware 2021-12-20 02:20:11 -08:00
blag
bae4684bdf
Change how middleware tests for is_ajax 2021-12-20 02:11:24 -08:00
blag
eb863621ff
Replace django.conf.urls.url with django.urls.re_path 2021-12-20 02:03:23 -08:00
blag
eb25a40c07
Use response.url instead of digging through mock response headers 2021-12-20 01:57:13 -08:00
blag
c9923e1639
Set test settings DEFAULT_AUTO_FIELD to AutoField 2021-12-20 01:49:09 -08:00
blag
d8b3d1365c
Ensure test settings SITE_ID is an integer 2021-12-20 01:48:48 -08:00
blag
09a71c69d7
Remove all unnecessary compatability shims 2021-12-20 01:42:37 -08:00
blag
d566424037
Update build matrix 2021-12-20 01:03:59 -08:00
blag
6420a185d2
Python 3 only - everything is unicode 2021-12-20 00:53:23 -08:00
blag
f2a0449766
Use gettext_lazy over deprecated ugettext_lazy 2021-12-20 00:50:25 -08:00
blag
63f99d57a3
Remove deprecated default_app_config 2021-12-20 00:50:25 -08:00
Nicholas Serra
ec4f0135e2
Merge pull request #58 from revsys/dependabot/pip/django-2.2.24
Bump django from 2.2.22 to 2.2.24
2021-06-10 13:50:41 -04:00
dependabot[bot]
73ec7d5524
Bump django from 2.2.22 to 2.2.24
Bumps [django](https://github.com/django/django) from 2.2.22 to 2.2.24.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.22...2.2.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 17:23:05 +00:00
Nicholas Serra
492716c6e3
Merge pull request #57 from revsys/dependabot/pip/django-2.2.22
Bump django from 2.2.21 to 2.2.22
2021-06-09 16:11:42 -04:00
dependabot[bot]
f215e6c2eb
Bump django from 2.2.21 to 2.2.22
Bumps [django](https://github.com/django/django) from 2.2.21 to 2.2.22.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.21...2.2.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 17:17:14 +00:00
Nicholas Serra
0a98d3da95
Merge pull request #56 from revsys/dependabot/pip/django-2.2.21
Bump django from 2.2.20 to 2.2.21
2021-06-05 16:50:17 -04:00
dependabot[bot]
62f5a949cb
Bump django from 2.2.20 to 2.2.21
Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.21.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.20...2.2.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-04 21:26:47 +00:00
Nicholas Serra
2c572c3353
Merge pull request #55 from revsys/dependabot/pip/django-2.2.20
Bump django from 2.2.18 to 2.2.20
2021-04-08 15:19:09 -04:00
dependabot[bot]
4b3d1e3747
Bump django from 2.2.18 to 2.2.20
Bumps [django](https://github.com/django/django) from 2.2.18 to 2.2.20.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.18...2.2.20)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-08 18:22:55 +00:00
Nicholas Serra
f92c4eba11
Merge pull request #53 from revsys/dependabot/pip/django-2.2.18
Bump django from 2.2.14 to 2.2.18
2021-03-18 16:44:16 -04:00
dependabot[bot]
f0abd022ea
Bump django from 2.2.14 to 2.2.18
Bumps [django](https://github.com/django/django) from 2.2.14 to 2.2.18.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.14...2.2.18)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-18 20:40:45 +00:00