Skip to content

Commit f48bb89

Browse files
hector97iddabble
andauthored
docs: missing comma in 'Signals' codeblock (#1132)
* docs: missing comma in 'Signals' * added changes and myself to authors --------- Co-authored-by: Anders <[email protected]>
1 parent 4790591 commit f48bb89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Authors
5656
- Hamish Downer
5757
- Hans de Jong (`sult <https://github.com/sult>`_)
5858
- Hanyin Zhang
59+
- Héctor Durán (`hector97i <https://github.com/hector97i>`)
5960
- Hernan Esteves (`sevetseh28 <https://github.com/sevetseh28>`_)
6061
- Hielke Walinga (`hwalinga <https://github.com/hwalinga>`_)
6162
- Hugo van Kemenade (`hugovk <https://github.com/hugovk>`_)

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changes
44
Unreleased
55
----------
66

7+
- Fixed typos in the docs
78
- Added feature to evaluate ``history`` model permissions explicitly when
89
``SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS`` is set to ``True``
910
in ``settings`` (gh-1017).

docs/signals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To connect the signals to your callbacks, you can use the ``@receiver`` decorato
4747
from django.dispatch import receiver
4848
from simple_history.signals import (
4949
pre_create_historical_record,
50-
post_create_historical_record
50+
post_create_historical_record,
5151
pre_create_historical_m2m_records,
5252
post_create_historical_m2m_records,
5353
)

0 commit comments

Comments
 (0)