Skip to content

Commit

Permalink
Improve subscriptions documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Tormod Haugland <tormod.haugland@gmail.com>
  • Loading branch information
tOgg1 committed Sep 16, 2024
1 parent 3c68002 commit 408a434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/subscriptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ calls to the queryset:
return cat
You can also use this handle-methods to transform or manipulate the data in any way you like. Note that that handlers
You can also use these methods to transform or manipulate the data in any way you like. Note that that handlers
are running in a synchronous context.


Expand Down Expand Up @@ -332,7 +332,7 @@ Make sure you take a look at the current implementations of these to get an idea

Using the library signals by default
---------------------------------------
You can enable the :ref:`library signals<signals>` by adding the following to your settings:
You can enable the :ref:`library signals<signals>` globally (and by default), by adding the following to your settings:

.. code:: python
Expand Down

0 comments on commit 408a434

Please sign in to comment.