Skip to content

Commit

Permalink
Merge pull request #44 from pavelpascari/fix-typo
Browse files Browse the repository at this point in the history
correct some typos
  • Loading branch information
shabda committed Aug 28, 2019
2 parents 7853b9a + 41d6811 commit d882d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generic_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You have models like this.
# ...
:code:`Category` can be applied is a `generic` model. You prbably want to be able to apply categories to objects form any model class.
:code:`Category` can be applied as a `generic` model. You prbably want to be able to apply categories to objects form any model class.
You can do it like this


Expand Down Expand Up @@ -55,7 +55,7 @@ You can do it like this
# ...
What did we do, we added we added a :code:`GenericForeignKey` fields on :code:`FlexCategory` using one :code:`ForeignKey` and one :code:`PositiveIntegerField`, then
What did we do, we added a :code:`GenericForeignKey` fields on :code:`FlexCategory` using one :code:`ForeignKey` and one :code:`PositiveIntegerField`, then
added a :code:`GenericRelation` on the models you want to categorize.


Expand Down

0 comments on commit d882d2f

Please sign in to comment.