index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contact
/
forms.py
Age
Commit message (
Expand
)
Author
2026-02-05
Fixed Akismet testing.
Sarah Boyce
2025-05-06
Improved accessibility of DSF contact form
Agnès Haasser
2024-11-17
[contact] Marked all user-facing strings for translation
Mark Walker
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
2023-11-29
Upgraded django_contact_form to 2.1. (#1438)
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
2022-10-01
Fixed #1216 -- Added reCaptcha to DSF contact form
Sanyam Khurana
2022-07-30
Updated Akismet paramaters in ContactForm.
Žan Anderle
2016-01-05
Added email validation to contact form.
Tim Graham
2015-05-26
Fixed #459 -- Fixed ContactForm crash on empty name.
Tim Graham
2015-04-07
Add isort settings and sort imports
Rolf Erik Lekang
2015-04-06
Ported from Python 2.7 to Python 3.4.
Rolf Erik Lekang
2015-01-19
Fixed flake8 warnings.
Tim Graham
2015-01-05
Remove all linebreaks from subject strings in the contact formular.
Florian Apolloner
2014-11-22
Added placeholders for foundation contact form. Refs #107
Ola Sitarska
2014-08-25
Removed some u'' prefixes and added unicode_literals.
Tim Graham
2014-08-25
Added flake8.cfg and cleaned up code.
Tim Graham
2013-11-16
Fixed #21444 -- Fixed UnicodeEncodeError when passing non-ascii chars to Cont...
Baptiste Mispelon
2013-09-07
Updated django-contact-form to 1.0.
Jacob Kaplan-Moss
2013-04-01
Fixed a unicode encoding bug in the contact form.
Jacob Kaplan-Moss
2013-04-01
Revert "Don't + Alex."
Jacob Kaplan-Moss
2013-04-01
Don't + Alex.
Jacob Kaplan-Moss
2013-04-01
Added the draft CoC and feedback stuff.
Jacob Kaplan-Moss
2013-02-07
Remove unused imports.
Aymeric Augustin
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin