summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-02-07sync language from zodb tutorial for test sectionsMichael Merickel
2024-02-07improve the distributing.rstMichael Merickel
2024-02-07fix pytest / coverage referencesMichael Merickel
2024-02-04fix query in test_viewsMichael Merickel
2024-02-04update distributing chapterMichael Merickel
2024-02-04upgrade tests chapterMichael Merickel
2024-02-04backport fix to authenticationMichael Merickel
2024-02-04update authorization chapterMichael Merickel
2024-02-04update authentication chapterMichael Merickel
2024-02-04update the definingviews chapterMichael Merickel
2024-02-04add missing migration filesMichael Merickel
2024-02-04upgrade definingmodels chapterMichael Merickel
2024-02-04upgrade basiclayout chapterMichael Merickel
2024-02-04fix design chapterMichael Merickel
2024-02-04upgrade the wiki2/installation chapterMichael Merickel
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2024-01-27Merge pull request #3735 from adroullier/script_infoMichael Merickel
Adding script name to 'global_config' during application setup
2023-11-30Update docs to mention Python 3.12 supportIevgen Popovych
Signed-off-by: Ievgen Popovych <jmennius@gmail.com>
2023-10-24Adding script name to 'global_config' during application setup as '__script__'adroullier
2023-09-14Fix broken linksMike Fiedler
Found when browsing around.
2023-08-09Fix a small mistake in definingmodels.rstLeonardo Costa
Remove one "the" that was doubled in the text.
2023-05-11Update conf.pyskywalk
Change URL from '-' to '_' except for https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/. This is because all other URLs have replaced “-” between words in their names with underscore symbols.
2022-12-30Fix English grammar and syntax in wiki installation.rstSteve Piercy
2022-12-30Merge pull request #3713 from jvanasco/mainMichael Merickel
rename "master" to "main"
2022-12-30Update docs/tutorials/wiki2/installation.rstMichael Merickel
2022-12-30Merge branch 'master' into py311Michael Merickel
2022-12-29Merge branch 'master' into mainMichael Merickel
2022-12-29Merge pull request #3707 from ckaipf/update_quick_tutorialMichael Merickel
update SQLAlchemy logger in quick tutorial fixes #3706
2022-12-27Update reference to ORM in sqlalchemyBert JW Regeer
2022-12-25Declare support for python 3.11Stefano Rivera
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-12-25Update links to Python Support scheduleStefano Rivera
2022-11-17Updated link to SQLAlchemy docs, as the old link was removed in 2.0 releasejonathan vanasco
2022-11-14rename "master" to "main"jonathan vanasco
2022-08-12update SQLAlchemy logger in quick tutorial fixes #3706Camill Kaipf
2022-05-26Remove extra comment left behind after removing the coding stanzaBert JW Regeer
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2022-03-13pyupgrade --py37-plusMichael Merickel
2022-03-13stop overidding custom signatures defined in the docsMichael Merickel
2022-03-12get rid of deprecated getargspec and formatargspecMichael Merickel
2022-03-12Merge pull request #3674 from stevepiercy/masterMichael Merickel
Fix API documentation links to webob, and rename the objects with the…
2022-02-05Cleanup remnants of Py3.6 supportBert JW Regeer
2022-01-07Remove Python 3.6 testsMarcin Lulek
2022-01-07Update docs/narr/install.rstSteve Piercy
2022-01-07Add support for Python 3.10Marcin Lulek
2021-12-17Move IRC channel to Libera.ChatSergey Maranchuk
2021-12-13Do not include segment_name in allowed values in doc example.Ian Wilson
2021-06-19Fix API documentation links to webob, and rename the objects with their full ↵Steve Piercy
and correct namespace
2021-02-28Make sentence general by removing explicit commands.Steve Piercy
2021-02-28add pre-commented forwardMichael Merickel
2021-02-03Use the my_view object instead of a single line numberSteve Piercy