regluit/payment/migrations
eric d5b9f88380 move "extra data" into a json field dict to improve payment code tidieness
need to install jsonfield
note: this is https://bitbucket.org/schinckel/django-jsonfield
I tried https://github.com/bradjasper/django-jsonfield but it was not
compatible with South
2013-08-18 15:21:55 -04:00
..
0001_initial.py added new migrations 2011-11-21 11:29:37 -05:00
0002_auto__add_paymentresponse__del_field_transaction_reference__add_field_.py Merging jkace's changes into payment en route to integrating into master 2011-12-14 08:52:48 -08:00
0003_auto__add_field_transaction_max_amount.py addition of max_amount to payment.models.Transaction 2012-01-05 09:55:18 -05:00
0004_auto__add_field_transaction_approved.py Adding Transaction.approved field (migration needed!) 2012-01-11 09:40:51 -08:00
0005_auto__add_field_transaction_premium.py [#22755723] First step: adding premium field to Transaction model. 2012-03-20 15:05:29 -07:00
0006_auto__add_field_transaction_local_status__add_field_paymentresponse_st.py Adding payment transaction local_status, local IPN functions, separating payment execute and finish, and updates to the amazon FPS payment system 2012-04-20 15:59:08 -04:00
0007_auto__add_field_transaction_host.py Adding dynamic module selection for payment modules. Dynamic IPN selection for amazon payments. Bug Fixes 2012-05-11 07:19:13 -04:00
0008_auto__add_credit__add_creditlog__del_field_transaction_target__del_fie.py Get rid of print statement 2012-09-28 10:12:25 -07:00
0009_auto__add_sent__add_field_creditlog_sent.py woo hoo, credit and donation scaffolding works end to end [#21784207] 2012-09-06 01:01:17 -04:00
0010_auto__add_account.py First pass at payment.models.Account 2012-09-13 16:43:54 -07:00
0011_auto__add_field_account_card_last4__add_field_account_card_type__add_f.py Responding to Eric's comment: yes Account.date_created should have auto_now_add not auto_add 2012-09-18 08:16:12 -07:00
0012_auto__chg_field_account_date_created.py [#37567927] enforce constraint of at most 1 active Account / user of given host 2012-10-11 16:36:24 -07:00
0013_auto__add_field_account_status.py placed a pre_save handler to provide a part of framework for Account.status change 2013-02-27 11:31:02 -08:00
0014_init_account_status.py Implemented Account.status migration 2013-02-27 10:08:36 -08:00
0015_auto__chg_field_account_status__add_field_transaction_extra.py move "extra data" into a json field dict to improve payment code tidieness 2013-08-18 15:21:55 -04:00
0016_jsonify.py move "extra data" into a json field dict to improve payment code tidieness 2013-08-18 15:21:55 -04:00
0017_auto__del_field_transaction_ack_name__del_field_transaction_ack_dedica.py move "extra data" into a json field dict to improve payment code tidieness 2013-08-18 15:21:55 -04:00
__init__.py added new migrations 2011-11-21 11:29:37 -05:00