index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fundraising
/
forms.py
Age
Commit message (
Expand
)
Author
2025-05-30
Fixed updating of stripe donations
Baptiste Mispelon
2024-11-01
[fundraising] Marked all user-facing strings for translation
Mark Walker
2024-07-01
Tweaked maximum donation amount
Baptiste Mispelon
2024-02-23
Upgraded django-recaptcha to 4.0.0.
Baptiste Mispelon
2024-02-22
Reverted "Upgraded to django-recaptcha 4.0.0."
Mariusz Felisiak
2024-02-22
Upgraded to django-recaptcha 4.0.0.
Baptiste Mispelon
2023-12-19
Reverted "Upgraded django-recaptcha to 4.0.0."
Mariusz Felisiak
2023-12-19
Upgraded django-recaptcha to 4.0.0.
Sarah Boyce
2023-12-14
Reverted "Upgraded django-recaptcha to 4.0.0."
Mariusz Felisiak
2023-12-14
Upgraded django-recaptcha to 4.0.0.
Sarah Boyce
2022-12-25
Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)
Paolo Melchiorre
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2021-03-23
Re-added reCaptcha to fundraising page. (#1078)
Carlton Gibson
2021-03-09
Refs #1052 -- Added max_value validation to donations.
Carlton Gibson
2021-01-04
Update Stripe integration for main fundraising page.
Carlton Gibson
2019-08-14
Re-added `invisible` captcha to donations form. (#935)
Carlton Gibson
2019-08-13
Reverted "Added `invisible` recapthca to donations form. (#928)"
Mariusz Felisiak
2019-08-13
Added `invisible` recapthca to donations form. (#928)
Çağıl
2019-07-26
Fixed typos.
Min ho Kim
2018-08-18
Updated to stripe==2.5.0
Tim Graham
2017-05-30
Fixed #759 -- Fixed problems when using bitcoin donations.
Parbhat Puri
2016-12-14
Switched to Python 3 style super().
Tim Graham
2016-10-03
Fixed #551 -- Prevented a hero from being created on a failed donation.
Rustem Sayargaliev
2015-12-16
Refs #585 -- Added $25 donation option.
Tim Graham
2015-12-16
Fixed #585 -- Updated donation amount choices.
Tim Graham
2015-12-16
Removed a hardcoded $ amount in DjangoHeroForm.
Tim Graham
2015-12-11
Removed unused bits of PaymentForm.
Tim Graham
2015-12-11
Fixed #575 -- Created Stripe customers with an email address.
Tim Graham
2015-12-02
Fixed #567 -- Added DjangoHero.location
Tim Graham
2015-11-30
Fixed #554 -- Removed $5/$25 from list of suggested donations.
Tim Graham
2015-11-30
Included Donation.subscription_amount for one-time donations.
Tim Graham
2015-11-30
Removed ForeignKeys to Campaign.
Tim Graham
2015-11-25
Prevented extra Payment creation for recurring donations.
Tim Graham
2015-08-10
Fix consistency and code style
Ola Sitarska
2015-07-08
Fix Flake8/isort errors.
Daniel Roseman
2015-06-14
Style fixes.
Daniel Roseman
2015-06-05
Use amounts from correct place in forms/templates.
Daniel Roseman
2015-04-19
Sending email with a link to manage donations to people who donated
Ola Sitarska
2015-04-19
Added basic page to manage and modify donations. Still work in progress.
Ola Sitarska
2015-04-19
Add stripe_customer_id to django hero
Tomek Paczkowski
2015-04-19
Always copy DjangoHero email from Donation
Ola Sitarska
2015-04-19
Removed is_amount_displayed field on DjangoHero model and form
Ola Sitarska
2015-04-18
isort fixes
Tim Graham
2015-04-18
Ask donors whether they are donating as an individual or organization.
Ryan Kaskel
2015-04-18
Added tests for recurring payments, fixed flake8
Ola Sitarska
2015-04-18
Added recurring payments with Stripe. Fixed #382
Ola Sitarska
2015-04-18
Replaced custom donation form with Stripe checkout.
Tomek Paczkowski
2015-04-18
Code improvements after review
Ola Sitarska
2015-04-18
Modified forms for saving campaigns in donations
Ola Sitarska
2015-04-07
Add isort settings and sort imports
Rolf Erik Lekang
[next]