Skip to content

Commit

Permalink
Merge pull request #853 from hashlash/patch-1
Browse files Browse the repository at this point in the history
Fix faq.rst indentation
  • Loading branch information
rtpg committed May 4, 2023
2 parents b60cffa + 786f0b6 commit e5d6736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Frequently Asked Questions

So if you are using the standard setup, ``Tag.objects.all()`` will give you the tags.

- How can I use this with factory_boy?
- How can I use this with factory_boy?

Since these are all built off of many-to-many relationships, you can check out `factory_boy's documentation on this topic <https://factoryboy.readthedocs.io/en/stable/recipes.html#simple-many-to-many-relationship>`_ and get some ideas on how to deal with tags.

Expand Down

0 comments on commit e5d6736

Please sign in to comment.