summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/definingmodels.rst
AgeCommit message (Collapse)Author
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2017-05-23updated the emphasis in the tutorial docs for the definingmodels.rstChris Morales
2016-12-23fix reST syntaxSteve Piercy
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-05-22change type integer to type text, and update output of db init scriptSteve Piercy
- update output of running pytest coverage
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-09- add intersphinx targetsSteve Piercy
2016-04-09- update definingmodels stepSteve Piercy
2016-02-24update definingmodels (done)Steve Piercy
- minor grammar and syntax
2016-02-23update definingmodels (WIP)Steve Piercy
- minor grammar and syntax - define hashing and its purpose
2016-02-12update the views/models with setup.py developMichael Merickel
2016-02-12add the bcrypt dependencyMichael Merickel
2016-02-12update the models chapter with the new user modelMichael Merickel
2016-02-12let's go ahead and bite off more than we can chew by adding object-securityMichael Merickel
we'll allow anyone to create pages, not just editors finally we'll allow page creators of pages to edit their pages even if they are not editors
2016-02-07update definingmodels chapter of wiki2 tutorialMichael Merickel
2016-02-07assume the user is in the tutorial folderMichael Merickel
this is already assumed inside of installation where commands are run relative to setup.py
2015-11-12update wiki2/src/models and wiki2/definingmodels.rstSteve Piercy
2015-05-25update static assets, mytemplate.pt, capsSteve Piercy
2015-05-25wikis consistency, grammar, wrappingSteve Piercy
2015-05-25use correct column typeSteve Piercy
2015-05-24- make templates html5 compliantSteve Piercy
- punctuation, grammar, spelling - fix linenos references - update outputs
2013-09-06Update line numbers as appropriateBert JW Regeer
Removing __init__ moved some code around, update the line numbers as appropriate so that the right sections of code get highlighted.
2013-03-21Merge pull request #917 from tshepang/patch-2Tres Seaver
wiki2 tutorial: no need to re-install
2013-03-21add hyperlinks for SQLAlchemyTshepang Lekhonkhobe
2013-03-17no need to re-installTshepang Lekhonkhobe
This will continue working fine.
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2013-01-11Merge pull request #768 from tshepang/dupesChris McDonough
Reduce duplicated content in wiki2 tutorial
2013-01-05Reduce duplicated content in wiki2 tutorialTshepang Lekhonkhobe
2013-01-05typoTshepang Lekhonkhobe
2012-12-10Merge pull request #736 from msabramo/docs-tutorials-wiki2-tweaksChris McDonough
A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2
2012-12-02Sync initializedb.py in SQL wiki tutorialPatricio Paez
2012-12-01Sync models.py in SQL wiki tutorialPatricio Paez
- Update lines and emphasized-lines - No line numbers if only a single line
2012-11-30A bunch of minor tweaks to the wiki2 tutorial in docs/tutorials/wiki2Marc Abramowitz
2012-03-17Merge pull request #496 from douglatornell/sql-tut-editsChris McDonough
Improve text of SQLAlchemy wiki tutorial.
2012-03-17Improve text of SQLAlchemy wiki tutorial.Doug Latornell
A mixture of typo fixes and wording improvements.
2012-03-17master->1.3-branchChris McDonough
2012-03-14Renamed db populate to initialize in SQL tutorialPatricio Paez
- Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation
2012-03-12The import also has changed and needs to be edited by the user, so I ↵Audrey Roy
highlighted it.
2012-03-12Clarified which files to open/edit. Highlighted the lines to be edited in ↵Audrey Roy
models.py.
2012-03-12Added links to Starting the ApplicationPatricio Paez
- Sections 'Viewing the Application in a Browser' in the 'Defining the Domain Model' and 'Defining the Views' chapters now offer a quick link in both wiki tutorials, as suggested by Paulo.
2012-01-18include correct fileChris McDonough
2011-11-27- The SQLAlchemy Wiki tutorial has been updated. It now usesChris McDonough
``@view_config`` decorators and an explicit database population script. Closes #359.
2011-11-26output warning to use populate command to console after alchemy scaffold ↵Chris McDonough
rendering; emit logging statements when populate is run
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-06-05More small fixes made reading the rest of the docs and the tutorials.Christoph Zwerschke
2011-04-20Fixed typos and added clarifications in a tutorialKirk Strauser
I was working through the wiki2 tutorial this morning and found some slightly confusing bits. As I went along, I added the suggested changes to my local files to make them match the tutorial's version, but found several times that key parts were missing. I'm not new to Python so this didn't slow me down, but thought some clarifications might help new users.
2011-04-10Wrong attribute name; closes #146.Chris McDonough
2011-03-20review changes to sqla tutorialChris McDonough
2011-03-15Restructured the routes wiki tutorial to make it easier to follow along. ↵Carlos de la Guardia
Moved the routes tutorial above the traversal tutorial.
2010-12-18title normalizationChris McDonough