Mercurial > piecrust2
view .travis.yml @ 226:e9dc18a275ff
data: Add ability for `IPaginationSource`s to specify how to get settings.
The `IPaginationSource` has a new `getSettingAccessor` method that returns how
to access settings values on items in the pagination source. A default accessor
is also available, which uses standard attribute lookup.
Also clean some stuff in `LazyPageConfigData`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Feb 2015 23:49:52 -0800 |
parents | ff5b2d3863a8 |
children | 779c67decff6 |
line wrap: on
line source
language: python python: - "3.4" install: "pip install -r requirements.txt" script: py.test