Commit graph

  • b1a1f198b1 Fix typo in github workflow, allow None to be passed to middleware in a pre django 4.0 environment, add test to check new behavior. django42-support Benedikt Willi 2023-07-11 11:26:33 +0200
  • 7f7d2d0302 Add support for Django 4.1 and Python 3.11 in CI, fix middleware initialization issue. Benedikt Willi 2023-06-09 16:34:08 +0200
  • 6b634a541f Add Django4.2 support Benedikt Willi 2023-06-09 15:25:15 +0200
  • c58c4fbae1 Add possibility to run gh workflow manually. master Benedikt Willi 2023-06-08 10:27:48 +0200
  • 0199ac962a Added Django 4.1 & 4.2 support Benedikt Willi 2023-06-08 10:19:27 +0200
  • e9e866a289 Bump version for release django41-support Frank Wiles 2023-02-13 08:50:15 -0600
  • f79ba79f14
    Merge pull request #68 from Hopiu/i18n-fix Nicholas Serra 2023-02-12 17:44:28 -0500
  • 40fa4acdb4
    Update middleware.py i18n-fix Benedikt Willi 2023-02-10 16:17:59 +0100
  • b050ef76d3
    Merge pull request #66 from blag/quick-fix Nicholas Serra 2023-01-03 17:28:47 -0500
  • d2713361cd
    Fix one last call blag 2022-12-30 18:23:33 -0700
  • 2c1ecc32a5
    Update tests blag 2022-12-30 15:18:05 -0700
  • 6589aeeaf5
    Fix signal handler blag 2022-12-30 14:45:01 -0700
  • b189e421dd
    Merge pull request #65 from blag/refactor-to-betterize-integrations Nicholas Serra 2022-12-29 19:35:58 -0500
  • c21751e0f7
    Refactor middleware to enable an easier time extending skip checks blag 2022-12-26 22:29:43 -0700
  • 1d951c0af9
    Use f-strings where we can blag 2022-12-26 22:26:07 -0700
  • 6a6d3b7568
    Merge pull request #63 from blag/patch-1 Nicholas Serra 2022-12-27 23:26:28 -0500
  • bc68dbf08a
    Moar f-strings! blag 2022-12-26 22:49:22 -0700
  • ee3d1295f3
    Put the <h2> back blag 2022-12-26 22:48:54 -0700
  • 679d71f3ac
    Keep using blocktrans for Django 3 compatibility blag 2022-12-26 22:48:37 -0700
  • 1af6316b78
    Don't use removed unicode() function blag 2022-12-05 15:54:39 -0800
  • 13d5070910
    Fix blocktrans variable and tag name blag 2022-12-05 11:44:10 -0800
  • 3e5ede7635
    Quick template fix blag 2022-12-05 11:13:15 -0800
  • 3405a87dbe
    Merge pull request #64 from revsys/nicholasserra-ci-3.6 Nicholas Serra 2022-12-26 19:39:43 -0500
  • 677e327ac3
    Remove 3.6 from CI Nicholas Serra 2022-12-26 19:37:11 -0500
  • ff12da281c
    Merge pull request #62 from revsys/dependabot/pip/django-2.2.28 Nicholas Serra 2022-04-25 13:21:04 -0400
  • 5c743def3e
    Bump django from 2.2.27 to 2.2.28 dependabot[bot] 2022-04-22 23:38:30 +0000
  • 62e8fa443f
    Merge pull request #61 from revsys/dependabot/pip/django-2.2.27 Nicholas Serra 2022-02-10 11:21:03 -0500
  • bcb5e52e59
    Bump django from 2.2.26 to 2.2.27 dependabot[bot] 2022-02-10 10:49:33 +0000
  • 634afbbd7e Update to 1.0.0 now with Django 4.0 support Frank Wiles 2022-02-08 10:40:36 -0600
  • d387ae13c6
    Merge pull request #60 from revsys/dependabot/pip/django-2.2.26 Nicholas Serra 2022-01-26 21:51:49 -0500
  • 7cd4b556d4
    Bump django from 2.2.24 to 2.2.26 dependabot[bot] 2022-01-27 02:49:55 +0000
  • f04a5ca780
    Merge pull request #59 from blag/django-4.0 Nicholas Serra 2022-01-26 21:49:28 -0500
  • 766771ab0f
    Properly initialize middleware blag 2021-12-20 02:18:26 -0800
  • bae4684bdf
    Change how middleware tests for is_ajax blag 2021-12-20 02:11:24 -0800
  • eb863621ff
    Replace django.conf.urls.url with django.urls.re_path blag 2021-12-20 02:01:25 -0800
  • eb25a40c07
    Use response.url instead of digging through mock response headers blag 2021-12-20 01:53:47 -0800
  • c9923e1639
    Set test settings DEFAULT_AUTO_FIELD to AutoField blag 2021-12-20 01:49:09 -0800
  • d8b3d1365c
    Ensure test settings SITE_ID is an integer blag 2021-12-20 01:48:48 -0800
  • 09a71c69d7
    Remove all unnecessary compatability shims blag 2021-12-20 01:41:16 -0800
  • d566424037
    Update build matrix blag 2021-12-20 01:03:59 -0800
  • 6420a185d2
    Python 3 only - everything is unicode blag 2021-12-20 00:53:23 -0800
  • f2a0449766
    Use gettext_lazy over deprecated ugettext_lazy blag 2021-12-20 00:48:04 -0800
  • 63f99d57a3
    Remove deprecated default_app_config blag 2021-12-20 00:47:38 -0800
  • ec4f0135e2
    Merge pull request #58 from revsys/dependabot/pip/django-2.2.24 Nicholas Serra 2021-06-10 13:50:41 -0400
  • 73ec7d5524
    Bump django from 2.2.22 to 2.2.24 dependabot[bot] 2021-06-10 17:23:05 +0000
  • 492716c6e3
    Merge pull request #57 from revsys/dependabot/pip/django-2.2.22 Nicholas Serra 2021-06-09 16:11:42 -0400
  • f215e6c2eb
    Bump django from 2.2.21 to 2.2.22 dependabot[bot] 2021-06-09 17:17:14 +0000
  • 0a98d3da95
    Merge pull request #56 from revsys/dependabot/pip/django-2.2.21 Nicholas Serra 2021-06-05 16:50:17 -0400
  • 62f5a949cb
    Bump django from 2.2.20 to 2.2.21 dependabot[bot] 2021-06-04 21:26:47 +0000
  • 2c572c3353
    Merge pull request #55 from revsys/dependabot/pip/django-2.2.20 Nicholas Serra 2021-04-08 15:19:09 -0400
  • 4b3d1e3747
    Bump django from 2.2.18 to 2.2.20 dependabot[bot] 2021-04-08 18:22:55 +0000
  • f92c4eba11
    Merge pull request #53 from revsys/dependabot/pip/django-2.2.18 Nicholas Serra 2021-03-18 16:44:16 -0400
  • f0abd022ea
    Bump django from 2.2.14 to 2.2.18 dependabot[bot] 2021-03-18 20:40:45 +0000
  • 882fe873e6
    Nuke travis image Nicholas Serra 2021-02-09 22:46:36 -0500
  • bf857a8d52
    Merge pull request #50 from revsys/github-actions-matrix-django-versions Nicholas Serra 2021-02-09 22:45:19 -0500
  • a388ad271a
    Don't need coveralls Nicholas Serra 2021-02-09 22:43:01 -0500
  • 8b3dde12f7
    Restricted versions Nicholas Serra 2021-02-09 22:39:46 -0500
  • fe8741ccc9
    Remove TravisCI and use actions build matrix Nicholas Serra 2021-02-09 22:31:53 -0500
  • 8e2ed6670e
    Merge pull request #48 from hhummel/update-render Nicholas Serra 2021-02-09 21:47:45 -0500
  • 7d97b690f2 Update django3 hhummel 2021-02-09 12:48:51 -0500
  • 6bd5bdc9f1 Bump version for release Frank Wiles 2020-10-08 15:39:57 -0500
  • 02521b8c05
    Merge pull request #44 from revsys/middleware-option-cache-fix Nicholas Serra 2020-10-04 18:19:36 -0400
  • ec100d0a12
    Fix and tests for cache invalidation issue Nicholas Serra 2020-10-04 18:06:09 -0400
  • f48079b8ae Merge branch 'master' of github.com:revsys/django-tos Frank Wiles 2020-07-29 09:13:44 -0500
  • 05d6b262a4 Increment version for upload Frank Wiles 2020-07-29 09:12:35 -0500
  • 289ba03282
    Merge pull request #41 from revsys/karbassi-github-actions Frank Wiles 2020-07-29 09:10:05 -0500
  • 1803ed0cc5 Add Ali to authors Frank Wiles 2020-07-29 09:08:41 -0500
  • f2efb303eb pin requirements Frank Wiles 2020-07-29 09:07:49 -0500
  • ad3f984159 Merge fixes Frank Wiles 2020-07-29 09:05:23 -0500
  • d66d25cde7
    Merge pull request #35 from revsys/django-2-bump Nicholas Serra 2020-04-10 12:21:23 -0400
  • 9250f2d945
    0.8.0 Nicholas Serra 2020-04-10 12:05:36 -0400
  • 7280fde662
    Replace travis with Github Actions Ali Karbassi 2020-04-04 11:41:45 -0500
  • 505f4f1ede
    Exclude Nicholas Serra 2020-04-03 22:49:57 -0400
  • e300c2bdb7
    3.6 and 3.7 only Nicholas Serra 2020-04-03 22:48:30 -0400
  • cf666a6063
    Test Django 2.2.12 Nicholas Serra 2020-04-03 22:45:44 -0400
  • deda669daa
    Put these back to cascade Nicholas Serra 2020-04-03 22:44:19 -0400
  • 9d312c8697
    Django 2.0 compat Nicholas Serra 2020-04-03 22:41:55 -0400
  • 06d822e124
    Fixed on_delete missing error in django 2.x Ali Karbassi 2018-05-09 19:05:06 -0500
  • b1e48d3b6c Merge pull request #30 from blag/small-fixups Nicholas Serra 2017-06-05 13:34:26 -0400
  • 0637b4d021 Add a few more tests to increase coverage Drew Hubl 2017-05-31 10:32:10 -0600
  • d6a1392b3d Add test for multiple UserAgreements Drew Hubl 2017-05-31 08:20:30 -0600
  • e38027aa15 Avoid creating duplicate UserAgreements Drew Hubl 2017-05-31 07:00:40 -0600
  • eb24832a45 Use i18n in templates Drew Hubl 2017-05-31 06:59:09 -0600
  • 4011bba68f Use HTML buttons instead of inputs to enable i18n Drew Hubl 2017-05-31 06:58:37 -0600
  • 0b6722761d Fix hard-coded field names Drew Hubl 2017-05-31 06:56:31 -0600
  • 506ac2fe05 Merge pull request #31 from blag/more-small-stuff Nicholas Serra 2017-06-01 14:25:16 -0400
  • e969d37525 Add coveralls to Travis config Drew Hubl 2017-06-01 01:38:48 -0600
  • cee2960c35 Add the Django master branch to Travis config and allow it to fail Drew Hubl 2017-06-01 01:33:56 -0600
  • 64388e2419 Add Python 3.6 to Travis config Drew Hubl 2017-06-01 01:18:11 -0600
  • f9513fb24f Add Django 1.11 to Travis config Drew Hubl 2017-06-01 01:17:45 -0600
  • 40e69a6e3b Ignore htmlcov directory from coverage HTML report Drew Hubl 2017-06-01 01:17:10 -0600
  • 1141675bf6 Merge pull request #29 from blag/middleware-redirect-to Nicholas Serra 2017-05-31 23:18:54 -0400
  • 591a3431c4 Make middleware keep track of the next query parameter and add a test for it Drew Hubl 2017-05-31 03:57:41 -0600
  • 89ef6c9a7f Add option/fix for user models with UUIDs (#28) blag 2017-05-31 11:04:46 -0600
  • 5668d22553
    Bugfix patch version bump Nicholas Serra 2017-04-04 15:44:20 -0400
  • 0b48ae3938 Merge pull request #27 from revsys/nicholasserra-middleware-tests Nicholas Serra 2017-04-04 15:42:30 -0400
  • cfc6615690
    2.6 format compat Nicholas Serra 2017-04-04 14:51:23 -0400
  • b826c969ad
    get_cache compat method Nicholas Serra 2017-04-04 14:22:09 -0400
  • c7fa58ffe3
    Better import for override_settings Nicholas Serra 2017-04-04 14:21:50 -0400
  • 241db08385
    Add default dummy cache Nicholas Serra 2017-04-04 14:00:19 -0400