Skip to content

Commit

Permalink
Merge pull request #124 from johnthagen/patch-3
Browse files Browse the repository at this point in the history
Capitilize Django in docs
  • Loading branch information
hishnash authored Mar 14, 2022
2 parents fe0a67f + d2e0cd3 commit 2895a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/custom_actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Consumer that is bound to a Model.
----------------------------------

Inheriting from ``GenericAsyncAPIConsumer`` we have access to methods like ``get_queryset`` and ``get_object``,
this way we can perform operations in our django models though custom actions.
this way we can perform operations in our Django models though custom actions.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/generic_api_consumer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ operations.
Example
-------

This example shows how to create a basic consumer for the django's auth user model. We
This example shows how to create a basic consumer for the Django's auth user model. We
are going to create a serializer class for it, and mixin with the ``GenericAsyncAPIConsumer`` the action mixins.

.. code-block:: python
Expand Down

0 comments on commit 2895a82

Please sign in to comment.