------------------- - django 1.9 support - python 3.5 support
Issues: 12
0.3.3
------------------- - Don't raise exception in case of bad aid code type
Issues: 10
0.3.2
------------------- - if AFFILIATE_REMOVE_PARAM_AND_REDIRECT is True, perform redirect only in case of GET request method
0.3.1
------------------- - add setting AFFILIATE_REMOVE_PARAM_AND_REDIRECT, that allows to remove affiliate param from url and redirect
0.2.1
------------------- - add translations to pypi
0.2.0
------------------- - only affiliate model defined by package - request now have lazy `affiliate` property, returns Affiliate instance (if exists) - django 1.7, 1.8 support - python 3.4 support - tests are added - backwards incompatible