summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
AgeCommit message (Collapse)Author
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2019-12-09Merge pull request #3543 from behzod/patch-3Steve Piercy
view_classes.rst doc: "classes" -> "functions"
2019-12-09view_classes.rst doc: "classes" -> "functions"Behzod Saidov
2019-12-09Fixed typo. Remove extra $.Behzod Saidov
2019-11-11remove autoflush=FalseAndrea Borghi
autoflush is necessary for the current implementation views.py
2019-11-11ZopeTransactionExtension is not valid anymore, replace with ↵Andrea Borghi
zope.sqlalchemy.register The new version of zope.sqlalchemy does not provide ZopeTransactionExtension anymore. As stated in (this official PR)[https://github.com/zopefoundation/zope.sqlalchemy/pull/38]
2019-08-17run linkcheck, fix redirects, change busted links to inline literalsSteve Piercy
2018-11-27Add a style to show text in input fields.Steve Piercy
Fixes #3431 The cookiecutter has been updated. - See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/64
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove explicit mention of Python 3Steve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-10-31move master to 2.0.dev0Michael Merickel
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-09Rearrange introduction of Setuptools and move to debugtoolbar.Steve Piercy
Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require`
2018-10-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Fix comments in `setup.py`sSteve Piercy
2018-10-08Revise `setup.py`sSteve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-08Reformat numbered list.Steve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
Reformat numbered list.
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-08Emphasize the changes to setup.pySteve Piercy
2018-10-08Replace [test] with [testing], and quote as neededSteve Piercy
2018-10-08Emphasize the changes to setup.pySteve Piercy
Reformat numbered list.
2018-10-08Update all the `setup.py`sSteve Piercy
2018-10-08Some steps are not the previous, but earlier.Steve Piercy
Mention that we may now configure setup.py and run pip install variants.
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
Add emphasize lines to highlight what changed. Improve instructions for when to run `pip install -e .` Standardize numbered list format.
2018-10-07Fix grammar and standardize numbered listSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Not previous step, but templating stepSteve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Add pyramid_jinja2 as a requirement.Steve Piercy
Carry forward previous setup.py changes.
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Carry forward previous setup.py changes.Steve Piercy
2018-10-07Make webtest an extra dependency in setup.py.Steve Piercy
Carry forward previous setup.py changes.
2018-10-07Make pytest an extra dependency in setup.py.Steve Piercy
Add paragraph on Setuptools extras. Carry forward previous setup.py changes.
2018-10-07grammarSteve Piercy
2018-10-07PEP8 setup.py'sSteve Piercy
2018-10-07Add pyramid_debugtoolbar to setup.py, and update narrative text accordingly.Steve Piercy
2018-10-07Use proper case for Setuptools as a library name.Steve Piercy
Change Setuptools to a glossary term where useful.
2018-10-07One more py.test to pytestSteve Piercy
2018-10-06update the forms.rst to display the new testsWill
2018-10-06add new tests in the forms and validation in quick tutorialWill
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-04One more py.test to pytestSteve Piercy