Skip to content

Commit

Permalink
Upgraded django_contact_form to 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahboyce committed Nov 29, 2023
1 parent dfa7429 commit 1281760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contact/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import django
from captcha.fields import ReCaptchaField
from captcha.widgets import ReCaptchaV3
from contact_form.forms import ContactForm
from django import forms
from django.conf import settings
from django.contrib.sites.models import Site
from django.utils.encoding import force_bytes
from django_contact_form.forms import ContactForm
from pykismet3 import Akismet, AkismetServerError

logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion contact/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from contact_form.views import ContactFormView
from django.urls import reverse
from django_contact_form.views import ContactFormView

from .forms import FoundationContactForm

Expand Down
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Babel==2.10.1
django-contact-form==1.9
django-contact-form==2.1
django-countries==7.5.1
django-hosts==5.1
django-money==2.1.1
Expand Down

0 comments on commit 1281760

Please sign in to comment.