summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-02Resync through Quick Tour after moving tests directorySteve Piercy
2020-01-02Fix heading levelsSteve Piercy
2020-01-02Update reference to tests in testing.rstSteve Piercy
2020-01-02Unwrap paragraph to one line per sentenceSteve Piercy
2020-01-02Update tests src filesSteve Piercy
2020-01-02Update authorization src filesSteve Piercy
2020-01-02Update authentication src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingviews.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingmodels.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/basiclayout.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/installation.rst and related src filesSteve Piercy
2020-01-02Update src files for testsSteve Piercy
2020-01-02Update docs/tutorials/wiki/authorization.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/definingviews.rst and related src files, and model...Steve Piercy
2020-01-02Update docs/tutorials/wiki/basiclayout.rst and related filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/installation.rst and related filesSteve Piercy
2020-01-024 tests require 4 dotsSteve Piercy
2020-01-02Update quick_tutorial/cookiecutters.rst and related filesSteve Piercy
2020-01-02Update project.rst and its cookiecutter project filesSteve Piercy
2020-01-02Update tests.py with 100% coverageSteve Piercy
2020-01-02Use package name instead of relative path for the rendererSteve Piercy
2020-01-02Update quick_tour with cookiecutter master branchSteve Piercy
2019-12-29Merge pull request #3554 from mmerickel/isortMichael Merickel
2019-12-27Update HACKING.txtMichael Merickel
2019-12-27isortMichael Merickel
2019-12-27Merge pull request #3552 from stevepiercy/docs-cookiecutter-merge-scaffoldMichael Merickel
2019-12-27Avoid "WARNING: Duplicate explicit target name" errors by using a double unde...Steve Piercy
2019-12-27Fix broken reference to pyramid-cookiecuttersSteve Piercy
2019-12-27Expand cookiecutters doc to include more references, using the old scaffolds....Steve Piercy
2019-12-26Merge pull request #3555 from mmerickel/deprecated-impMichael Merickel
2019-12-26add changelog for #3553Michael Merickel
2019-12-26fix imp deprecationMichael Merickel
2019-12-26Merge pull request #3550 from mmerickel/moar-security-policyMichael Merickel
2019-12-24add "of the documentation" pointer to deprecation warningsMichael Merickel
2019-12-24alphabetizeMichael Merickel
2019-12-24security policy docs and legacy policy improvementsMichael Merickel
2019-12-23Merge pull request #3545 from luhn/authenticated-useridMichael Merickel
2019-12-23Merge branch 'master' into luhn-authenticated-useridMichael Merickel
2019-12-23fix links in docs to cookiecutterMichael Merickel
2019-12-23add coverage tests for deprecation warningsMichael Merickel
2019-12-23modify deprecation warningMichael Merickel
2019-12-23update changelog for #3547Michael Merickel
2019-12-23Merge pull request #3547 from mmerickel/min-py36-add-py38Michael Merickel
2019-12-23restore py35Michael Merickel
2019-12-23Update tox.iniMichael Merickel
2019-12-23Merge pull request #9 from stevepiercy/min-py36-add-py38Michael Merickel
2019-12-17Use `self.identify` instead of `request.authenticated_identity`Theron Luhn
2019-12-17Improve docs for remember/forget.Theron Luhn
2019-12-17Remove `identity` from authenticated_userid interface.Theron Luhn
2019-12-16Update docs/narr/security.rst code examples.Theron Luhn