kiddouk / redisco

A Python Library for Simple Models and Containers Persisted in Redis
MIT License
439 stars 78 forks source link

Timedelta #54

Closed stuaxo closed 8 years ago

stuaxo commented 8 years ago

Timedelta field backed by a float()

Note - contains the fix_errors fix, so that CI will pass.

kiddouk commented 8 years ago

This looks good 👍

howeever, this is unfortunately lacking a proper unit test (now that you got them running). 😆

stuaxo commented 8 years ago

NP, guess I need to understand them now instead of just blindly fixing them !

stuaxo commented 8 years ago

Added basic unit test ... which revealed, it didn't actually work (doh!). Fixed a bunch of issues with imports Added 2.6 support.

kiddouk commented 8 years ago

❤️