| Age | Commit message (Collapse) | Author |
|
|
|
|
|
It's almost impossible to create a decorator that works on both methods
and functions, but more importantly the original approach was sharing a
cache across instances of the policy. It needed to be local to the
policy instance, but shared across requests. The new example
demonstrates that.
The cache is also much more flexible in its usage patterns now.
|
|
|
|
|
|
|
|
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/Pylons/pyramid/pull/3556#issuecomment-570474759
|
|
|
|
|
|
|
|
|
|
|
|
|
|
directory, including tests package
|
|
directory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
models src files
|
|
|
|
|
|
|
|
|
|
- Update output to reflect current cookiecutter
- Fix minor typos
- Use new links to PyPA for MANIFEST.in description and usage
- Add missing keyword "keywords" to setup.py whirlwind description
- Flip order of `install_requires` and `extras_require` to align with order in setup.py
- Update line numbers and code references
- Add watchman under hupper and rewrite paragraph @mmerickel should review
|
|
|
|
|