summaryrefslogtreecommitdiff
path: root/payments/fields.py
AgeCommit message (Expand)Author
2019-09-27silence a deprecation warning until a proper solution is found.HEADmasterng0
2017-02-23Move functions that generate choices to utilsMarcin Gębala
2017-02-23Move choices generation to a methodArtur Smęt
2017-02-23Render fields without name attribute, to avoid sending sensitive data to the ...Artur Smęt
2017-02-23Don't send sensitive data to the backendArtur Smęt
2015-12-14Remove required attribute from CVV2 widgetMichał Ociepka
2015-11-12Change required attribtue values according to standardArtur Smęt
2015-11-12Set required attributes in widget definitions. Not in formArtur Smęt
2015-10-21Make the package compatible with various django versionsAdam Bogdał
2015-05-21Fixed TypeError illing2005
2014-09-30Add proper autocomplete attribute to card widgetsMichał Ociepka
2014-06-10Properly clean the card numberPatryk Zawadzki
2014-06-10Accept spaces and dashes in card numbers, recognize MaestroPatryk Zawadzki
2013-11-07CosmeticsMichał Ociepka
2013-11-07Replace the CreditCard object by a functionMichał Ociepka
2013-11-07Move the expiration widget rendering to templateMichał Ociepka
2013-10-21Use range instead of xrangePatryk Zawadzki
2013-10-21More literalsPatryk Zawadzki
2013-05-14Close brackets in the last line.Adam Bogdal
2013-05-09Check credit card type inside CreditCardNumberFieldAdam Bogdal
2013-05-08Add custom field for the ccvAdam Bogdal
2013-05-08Clean up importsAdam Bogdal
2013-05-08Add authorize.net backendAdam Bogdal