Commit graph

216 commits

Author SHA1 Message Date
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
Drew Hubl
eb24832a45 Use i18n in templates 2017-06-01 12:29:52 -06:00
Drew Hubl
4011bba68f Use HTML buttons instead of inputs to enable i18n 2017-06-01 12:29:52 -06:00
Drew Hubl
0b6722761d Fix hard-coded field names 2017-06-01 12:29:52 -06:00
Nicholas Serra
506ac2fe05 Merge pull request #31 from blag/more-small-stuff
More small stuff
2017-06-01 14:25:16 -04:00
Drew Hubl
e969d37525 Add coveralls to Travis config 2017-06-01 01:38:48 -06:00
Drew Hubl
cee2960c35 Add the Django master branch to Travis config and allow it to fail 2017-06-01 01:33:56 -06:00
Drew Hubl
64388e2419 Add Python 3.6 to Travis config 2017-06-01 01:18:11 -06:00
Drew Hubl
f9513fb24f Add Django 1.11 to Travis config 2017-06-01 01:17:45 -06:00
Drew Hubl
40e69a6e3b Ignore htmlcov directory from coverage HTML report 2017-06-01 01:17:10 -06:00
Nicholas Serra
1141675bf6 Merge pull request #29 from blag/middleware-redirect-to
Make middleware keep track of the next query parameter and add a test for it
2017-05-31 23:18:54 -04:00
Drew Hubl
591a3431c4 Make middleware keep track of the next query parameter and add a test for it 2017-05-31 11:23:38 -06:00
blag
89ef6c9a7f Add option/fix for user models with UUIDs (#28)
* Add option/fix for user models with UUIDs

* Remove unnecessary configuration
2017-05-31 13:04:46 -04:00
Nicholas Serra
5668d22553
Bugfix patch version bump 2017-04-04 15:44:20 -04:00
Nicholas Serra
0b48ae3938 Merge pull request #27 from revsys/nicholasserra-middleware-tests
Middleware option session fix and tests
2017-04-04 15:42:30 -04:00
Nicholas Serra
cfc6615690
2.6 format compat 2017-04-04 14:51:23 -04:00
Nicholas Serra
b826c969ad
get_cache compat method 2017-04-04 14:22:09 -04:00
Nicholas Serra
c7fa58ffe3
Better import for override_settings 2017-04-04 14:21:50 -04:00
Nicholas Serra
241db08385
Add default dummy cache 2017-04-04 14:00:19 -04:00
Nicholas Serra
9560e27f91
We don't need cache location 2017-04-04 13:49:19 -04:00
Nicholas Serra
b04d40010a
Some tests around middleware option 2017-04-04 13:47:12 -04:00
Nicholas Serra
fe5f5b4790
Set session vars in middleware 2017-04-04 13:46:43 -04:00