File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Below are some of the settings you may want to use. These should be defined in y
9595
9696* `DJANGO_EASY_AUDIT_DATABASE_ALIAS `
9797
98- By default it is the django `default` database alias. But for projects that have split databases,
98+ By default it is the Django `default` database alias. But for projects that have split databases,
9999 this is necessary in order to keep database atomicity concerns in check during signal handlers.
100100
101101 To clarify, this is only _truly_ necessary for the model signals.
@@ -147,7 +147,7 @@ Below are some of the settings you may want to use. These should be defined in y
147147# # What does it do
148148
149149Django Easy Audit uses [Django signals](https:// docs.djangoproject.com/ en/ dev/ topics/ signals/ )
150- to listen to the events happenning in your project, such as when a user creates, updates or deletes
150+ to listen to the events happening in your project, such as when a user creates, updates or deletes
151151a registry. This applies to every model of every app in your project.
152152
153153When any of these events takes place, Django Easy Audit will log it in the model `CRUDEvent` .
You can’t perform that action at this time.
0 commit comments