diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-06-10 12:50:20 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-06-10 12:50:20 -0700 |
| commit | 8cbd2355d45fa6b1d6495564d0c12f646b860803 (patch) | |
| tree | 80d9cbd2612597b454e13a64eb8a6f8e1641ef92 /docs/quick_tour | |
| parent | d07c3a0e91a6f9d96e80c36e40470a83383a656c (diff) | |
| parent | a503511cf82ab1db8c66eb949eeb30da92dd621f (diff) | |
| download | pyramid-8cbd2355d45fa6b1d6495564d0c12f646b860803.tar.gz pyramid-8cbd2355d45fa6b1d6495564d0c12f646b860803.tar.bz2 pyramid-8cbd2355d45fa6b1d6495564d0c12f646b860803.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'docs/quick_tour')
| -rw-r--r-- | docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py b/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py index 339326758..e6eb98fbd 100644 --- a/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py +++ b/docs/quick_tour/sqla_demo/sqla_demo/models/__init__.py @@ -57,7 +57,7 @@ def includeme(config): """ settings = config.get_settings() - + settings['tm.manager_hook'] = 'pyramid_tm.explicit_manager' # use pyramid_tm to hook the transaction lifecycle to the request config.include('pyramid_tm') |
