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 |
|
Nicholas Serra
|
74853bee8a
|
Cache setting for testing middleware
|
2017-04-04 13:46:18 -04:00 |
|
Nicholas Serra
|
e07fb710a8
|
Generic index view for testing
|
2017-04-04 13:46:03 -04:00 |
|
Nicholas Serra
|
9b9250b5c3
|
Clear up user roles in tests
|
2017-04-04 13:45:49 -04:00 |
|
Nicholas Serra
|
7eb111dbfb
|
Merge pull request #25 from yrchen/Patch-Django1.10
Fix Django 1.10 issues
|
2017-03-28 17:31:19 -04:00 |
|
Xaver Y.R. Chen
|
b81f85d630
|
Fix Django 1.10 issues
|
2017-03-27 00:25:54 +08:00 |
|
Frank Wiles
|
c1e1dd7998
|
Merge pull request #24 from kandoio/update_readme
Fix the python code block for option 1 in README
|
2017-02-15 10:43:29 -06:00 |
|
Kieran Brownlees
|
2e2a781127
|
Fix the python code block for option 1 in README
|
2017-02-15 14:00:39 +13:00 |
|
Nicholas Serra
|
5c483ac07a
|
Middleware response fix #23
|
2017-02-07 22:22:23 -05:00 |
|
Nicholas Serra
|
bdb55bb7a7
|
Merge pull request #22 from fcurella/django1.10
django 1.10 compatibility
|
2016-09-14 16:06:37 -06:00 |
|
Flavio Curella
|
c0f951ed3d
|
django 1.10 compatibility
|
2016-09-06 14:03:31 -05:00 |
|
Frank Wiles
|
9971a11599
|
Add blag to AUTHORS and bump version
|
2016-08-11 05:48:41 -05:00 |
|
Nicholas Serra
|
03c099bae0
|
Merge pull request #21 from blag/master
Add cache middleware and check on every request
|
2016-08-03 10:56:10 -04:00 |
|
Drew Hubl
|
0d8599d7dc
|
Remove leftover print statement
|
2016-08-02 22:28:59 -06:00 |
|
Drew Hubl
|
d2fc375b98
|
Use cache versioning instead of invalidating the entire cache
|
2016-07-29 14:58:04 -06:00 |
|