Raymond Yee
|
b281aca869
|
[#37567927] enforce constraint of at most 1 active Account / user of given host
-> migration was missing before from an earlier commit -- add in now.
|
2012-10-11 16:36:24 -07:00 |
Raymond Yee
|
9e048c44f5
|
Get rid of print statement
|
2012-09-28 10:12:25 -07:00 |
eric
|
b75bb0c3a6
|
now adding credit records in migration [start #36325665]
that wasn't so hard
|
2012-09-26 13:52:21 -04:00 |
Raymond Yee
|
ebb2144055
|
Responding to Eric's comment: yes Account.date_created should have auto_now_add not auto_add
I modified migration and model.
|
2012-09-18 08:16:12 -07:00 |
Raymond Yee
|
69e959a0c8
|
fleshing out of payment.models.Account
|
2012-09-17 14:55:28 -07:00 |
Raymond Yee
|
c545173793
|
First pass at payment.models.Account
|
2012-09-13 16:43:54 -07:00 |
eric
|
8eeadc99d3
|
woo hoo, credit and donation scaffolding works end to end [#21784207]
|
2012-09-06 01:01:17 -04:00 |
eric
|
94270f33c6
|
add in credi processing; overhaul the PledgeView forms and partition authorize fn in Manager
also removed unused target, lists, ack-link,
|
2012-08-31 03:16:04 -04:00 |
eric
|
618eda4aa5
|
eliminate db skew between prod and relaunch
|
2012-08-31 02:49:04 -04:00 |
eric
|
10560fb36b
|
merge credit into relaunch
|
2012-08-14 21:15:31 -04:00 |
eric
|
daf0636c5f
|
back end for credit system [#21784207]
|
2012-08-06 22:52:45 -04:00 |
Andromeda Yelton
|
b041430731
|
front end for new pledge page, plus just enough back end that it displays
|
2012-08-01 08:52:39 -04:00 |
Jason
|
55e388b4a3
|
Adding dynamic module selection for payment modules. Dynamic IPN selection for amazon payments. Bug Fixes
|
2012-05-11 07:19:13 -04:00 |
icellama21
|
e8b2619207
|
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 |
Raymond Yee
|
9629e23b21
|
[#22755723] First step: adding premium field to Transaction model.
MIGRATION REQUIRED
|
2012-03-20 15:05:29 -07:00 |
Raymond Yee
|
0c7c912200
|
Adding Transaction.approved field (migration needed!)
|
2012-01-11 09:40:51 -08:00 |
Raymond Yee
|
5e91827366
|
addition of max_amount to payment.models.Transaction
|
2012-01-05 09:55:18 -05:00 |
Raymond Yee
|
09a0e5ba8b
|
Merging jkace's changes into payment en route to integrating into master
|
2011-12-14 08:52:48 -08:00 |
Ed Summers
|
d57f93f6f2
|
added new migrations
|
2011-11-21 11:29:37 -05:00 |
Ed Summers
|
a98ce5373c
|
removing migrations
|
2011-11-21 11:26:31 -05:00 |
Ed Summers
|
186823942f
|
new initial migrations
|
2011-11-17 23:05:27 +00:00 |
Ed Summers
|
f119c7f3a7
|
starting fresh with migrations
|
2011-11-17 23:05:01 +00:00 |
Raymond Yee
|
6102b03c36
|
Allow Transaction.secret to be null. Created migration for payment/models
|
2011-11-01 14:16:27 -07:00 |
Raymond Yee
|
d67d77a9a0
|
Changed currency amounts to DecimalField in core and payment
Added south migrations to payment
Changed print statements to logger.info in payment
Added primitive paymentcomplete page in payment
|
2011-10-05 17:56:20 -07:00 |