0eeeb4bd35
applies to both forms and grids. the base model class can still handle `obj[key]` but now it is limited to the column fields only, no association proxies. so, better to just try `getattr(obj, key)` first and only fall back to the other if it fails. unless the obj is clearly a dict in which case try `obj[key]` only |
||
---|---|---|
docs | ||
tailbone | ||
tests | ||
.gitignore | ||
CHANGELOG.md | ||
COPYING.txt | ||
MANIFEST.in | ||
pyproject.toml | ||
README.rst | ||
tasks.py | ||
tox.ini |
Tailbone ======== Tailbone is an extensible web application based on Rattail. It provides a "back-office network environment" (BONE) for use in managing retail data. Please see Rattail's `home page`_ for more information. .. _home page: http://rattailproject.org/