Commit graph

187 commits

Author SHA1 Message Date
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
Nicholas Serra
882fe873e6
Nuke travis image 2021-02-09 22:46:36 -05:00
Nicholas Serra
bf857a8d52
Merge pull request #50 from revsys/github-actions-matrix-django-versions
Remove TravisCI and use actions build matrix
2021-02-09 22:45:19 -05:00
Nicholas Serra
a388ad271a
Don't need coveralls 2021-02-09 22:43:01 -05:00
Nicholas Serra
8b3dde12f7
Restricted versions 2021-02-09 22:39:46 -05:00
Nicholas Serra
fe8741ccc9
Remove TravisCI and use actions build matrix 2021-02-09 22:31:53 -05:00
Nicholas Serra
8e2ed6670e
Merge pull request #48 from hhummel/update-render
Update render function for django 3 compatibility
2021-02-09 21:47:45 -05:00
hhummel
7d97b690f2 Update django3 2021-02-09 12:48:51 -05:00
Frank Wiles
6bd5bdc9f1 Bump version for release 2020-10-08 15:39:57 -05:00
Nicholas Serra
02521b8c05
Merge pull request #44 from revsys/middleware-option-cache-fix
Fix and tests for cache invalidation issue
2020-10-04 18:19:36 -04:00
Nicholas Serra
ec100d0a12
Fix and tests for cache invalidation issue 2020-10-04 18:06:09 -04:00
Frank Wiles
f48079b8ae Merge branch 'master' of github.com:revsys/django-tos 2020-07-29 09:13:44 -05:00
Frank Wiles
05d6b262a4 Increment version for upload 2020-07-29 09:12:35 -05:00
Frank Wiles
289ba03282
Merge pull request #41 from revsys/karbassi-github-actions
Karbassi GitHub actions
2020-07-29 09:10:05 -05:00
Frank Wiles
1803ed0cc5 Add Ali to authors 2020-07-29 09:08:41 -05:00
Frank Wiles
f2efb303eb pin requirements 2020-07-29 09:07:49 -05:00
Frank Wiles
ad3f984159 Merge fixes 2020-07-29 09:05:23 -05:00
Nicholas Serra
d66d25cde7
Merge pull request #35 from revsys/django-2-bump
Django 2 bump
2020-04-10 12:21:23 -04:00
Nicholas Serra
9250f2d945
0.8.0 2020-04-10 12:05:36 -04:00
Ali Karbassi
7280fde662
Replace travis with Github Actions 2020-04-04 11:41:45 -05:00
Nicholas Serra
505f4f1ede
Exclude 2020-04-03 22:49:57 -04:00
Nicholas Serra
e300c2bdb7
3.6 and 3.7 only 2020-04-03 22:48:30 -04:00
Nicholas Serra
cf666a6063
Test Django 2.2.12 2020-04-03 22:45:44 -04:00
Nicholas Serra
deda669daa
Put these back to cascade 2020-04-03 22:44:19 -04:00
Nicholas Serra
9d312c8697
Django 2.0 compat 2020-04-03 22:41:55 -04:00
Ali Karbassi
06d822e124
Fixed on_delete missing error in django 2.x 2020-04-03 20:29:33 -04:00
Nicholas Serra
b1e48d3b6c Merge pull request #30 from blag/small-fixups
Small fixups
2017-06-05 13:34:26 -04:00
Drew Hubl
0637b4d021 Add a few more tests to increase coverage 2017-06-01 12:29:52 -06:00
Drew Hubl
d6a1392b3d Add test for multiple UserAgreements 2017-06-01 12:29:52 -06:00
Drew Hubl
e38027aa15 Avoid creating duplicate UserAgreements 2017-06-01 12:29:52 -06:00