0.6.0
Added apiauth authentication provider & user model to allow django admin access.
0.5.6
Debug toolbar panel fixes.
0.5.5
Object.todict now cleares __repr__ cache from resulting dict.
0.5.4
@cached decorator key now depends on django translation.get_language().
0.5.3
@cached decorator fixes.
0.5.2
Added timeout param to @cached decorator
0.5.1
Added caching to mapped result objects method __repr__. Formatting output of shop structures is too slow because of heavy data structures of shop
0.5.0
Fixed setup.py. Version bump.
0.4.8
Added floraconcierge.utils.LimitedSet helper collection type. It supports automatic limiting on adding items and ordering.
0.4.7
Cached decorator now support RequestCache methods and any functions.
0.4.6
Timezone fix for datetime magic fields.
0.4.5
Added magic autocasting time like values to extra magic fields '%_date'.
0.4.4
Api functions update to server functions list.
0.4.3
Added missed api functions
0.4.2
Added todict method for mapping base Object.
0.4.1
Order timestamp fix, when apiclient env restore, and date timestamp is less current time, it replaced with current timestamp
0.4.0
Added support for FLORACONCIERGE_PRODUCT_IMAGES dict. Available default sizes: default, small, middle, big, thumb_100, thumb_250, thumb_500.
Synced api mappings & functions list.
0.3.0
Added automatic type casting to int/float for object values
0.2.8
Fixed models mapping bug.
0.2.7
Currency rounding added support for direction.
0.2.6
Model of color for custom bouquets.
0.2.5
Added rounding support to currency model.
0.2.4
Fixed client code. Added mixin to code.
0.2.2
Api errors raise fix.
0.2.1
Added salon by id api. Added partner api service.
0.2.0
Added request cache and collection find/findall functions. Updated api functions signatures.
0.1.0
Core api client features implementation.