summaryrefslogtreecommitdiff
path: root/tests/test_viewderivers.py
AgeCommit message (Expand)Author
2022-03-13pyupgrade --py37-plusMichael Merickel
2020-07-12Run isort 5.x across code baseBert JW Regeer
2020-04-17inheriting from `object` not necessary in py3Sergey Maranchuk
2019-12-27isortMichael Merickel
2019-12-15Fix coverage.Theron Luhn
2019-12-15Revert "Bring back identity into permits."Theron Luhn
2019-12-14Fix coverage.Theron Luhn
2019-12-14Bring back identity into permits.Theron Luhn
2019-12-14start reworking security policyÉric Araujo
2019-10-17support Origin: null in csrf_trusted_origins and check_origin=FalseMichael Merickel
2019-09-30Merge pull request #3465 from luhn/security-policyMichael Merickel
2019-09-19Add allow_no_origin option to CSRF.Theron Luhn
2019-03-09Implement secured view deriver.Theron Luhn
2018-10-18move predicate-related code into pyramid.config.predicatesMichael Merickel
2018-10-15fix lint on testsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-14fix the tests to import from the tests package instead of pyramid.testsMichael Merickel
2018-10-14move tests out of the packageMichael Merickel