Stop using hook to add methods to base when inheriting works.
Add formatter class to ease creating compute methods. Add more caches
parent
db8e0d2c38e4
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- NEWS.rst 6 additions, 0 deletionsNEWS.rst
- __init__.py 1 addition, 1 deletion__init__.py
- hooks.py 4 additions, 86 deletionshooks.py
- icu_format.py 96 additions, 32 deletionsicu_format.py
- models/__init__.py 1 addition, 0 deletionsmodels/__init__.py
- models/base.py 113 additions, 0 deletionsmodels/base.py
- models/currency.py 5 additions, 2 deletionsmodels/currency.py
- tests/test_icuformat.py 25 additions, 3 deletionstests/test_icuformat.py
models/base.py
0 → 100644
Please register or sign in to comment