We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f1698e + da0a6d8 commit adc14cbCopy full SHA for adc14cb
appointment/__init__.py
@@ -6,5 +6,5 @@
6
__url__ = "https://github.com/adamspd/django-appointment"
7
__package_website__ = "https://django-appt.adamspierredavid.com/"
8
__package_doc_url__ = "https://django-appt-doc.adamspierredavid.com/"
9
-__version__ = "3.7.0"
+__version__ = "3.7.1"
10
__test_version__ = False
appointment/email_sender/email_sender.py
@@ -16,7 +16,7 @@
16
except ImportError:
17
async_task = None
18
DJANGO_Q_AVAILABLE = False
19
- logger.warning("django-q is not installed. Email will be send synchronously.")
+ logger.warning("django-q is not installed. Email will be sent synchronously.")
20
21
22
def has_required_email_settings():
0 commit comments