mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-10 23:47:55 -05:00
http://pylons-webframework.readthedocs.org/en/latest/upgrading.html This requires several code changes: * pylons `config` option must be explicitly passed during setup * the pylons global has been renamed from `g` to `app_globals` * the pylons global has been renamed from `c` to `tmpl_context` * set pylons.strict_tmpl_context = False (instead of pylons.strict_c) * redirect_to() has been swapped for redirect() * must implement `ErrorDocuments` middleware ourselves pylons 1.0 also required an upgrade of routes from 1.11 to 1.12. This required the following changes: * set Mapper.minimization = True (the default value changed) * set Mapper.explicit = False (the default value changed)
12 lines
189 B
INI
12 lines
189 B
INI
[egg_info]
|
|
tag_build = dev
|
|
|
|
[nosetests]
|
|
where = r2/tests/
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
keywords = P_:1,2 NP_:1,2 _md _mdf _ws _wsf:1
|
|
mapping_file = babel.cfg
|
|
width = 80
|