CHANGELOG.rst 5.2 KB

0.7.46

Updated api functions.

0.7.45

Updated api functions.

0.7.44

Updated api functions.

0.7.43

Updated Environment.

0.7.42

Updated RequestCache.

0.7.41

Updated api functions.

0.7.40

Updated api functions.

0.7.39

Updated api functions.

0.7.38

Updated api functions.

0.7.37

Updated api functions.

0.7.36

Fixed model User.

0.7.35

Api client middleware fix.

0.7.34

Api functions update.

0.7.33

Api functions update.

0.7.32

Api functions update.

0.7.31

Api functions update.

0.7.30

Api functions update.

0.7.29

ApiEnv Unicode error fix for cirylic promo codes.

0.7.28

FloraConcierge auth backend user from db fix for Django 1.8.

0.7.27

FloraConcierge auth backend user from db fix for Django 1.8.

0.7.26

Fixes

0.7.25

Added method getDeliveryTime for shop service.

0.7.24

Api functions update.

0.7.23

ValidationError in backend authentication fix.

0.7.22

Products gallery support added.

0.7.21

Api functions update

0.7.20

Fixes of response data getter. Api functions list sync.

0.7.19

Added support of chat.

0.7.18

Added method for getting of random reviews.

0.7.17

Fixes of signing unicode data.

0.7.16

Fixes of signing unicode data.

0.7.15

Updated some methods.

0.7.14

@cached decorator for functions bugfix.

0.7.13

Fixes to api.

0.7.12

Added lookup products api.

0.7.11

Added lookup products api.

0.7.10

Small fixes at products search api.

0.7.9

Small fixes at products search api.

0.7.8

Small fixes. Products search api now accepts post object with filtering params.

0.7.7

Added new method for shop service.

0.7.6

Update models.

0.7.5

Added new methods for user service.

0.7.4

Fixing authorization, logged user now skip any save() operations if id is not empty or update_fields are populated.

0.7.3

Fixing authorization, logged user now skip any save() operations if have empty id field.

0.7.2

Fixing auto-casting. Updated api service structure.

0.7.1

Auto-casting types (int, float) fixes. Now it cast to float by default, and only if ValueError - cast to int. "id" and fields with "_id" casted to int in the end of process.

0.7.0

Added auth backend floraconcierge.apiauth.backends.FloraConciergeOauthBackend. Small fixes in user model.

0.6.7

Fix for floraconcierge.client.types.Object#__repr__. Now it return super __iter__() result if method exists.

0.6.6

Added floraconcierge.client.types.Object#__iter__. Now you can iterate throught api mapped objects. floraconcierge.mapping.api.validation.Result now can be iterated as errors list.

0.6.5

floraconcierge.mapping.api.validation.Result#is_valid now is property

0.6.4

Added mappings floraconcierge.mapping.api.validation.Result and floraconcierge.mapping.api.result.order.Submit

0.6.3

DjangoDebugToolbar panels fixes.

0.6.2

Fixed FloraConciergeBackend.get_user(). Now it doesn't make extra request to api if user was not logged in.

0.6.1

User model fix

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.