You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use mkdocstrings and have a Django project where I started using factory-boy. Once I added a factory class (sub-class of factory.django.DjangoModelFactory) the following error occurs:
I should be able to send a PR. Long-term I would like to move to the new handler but currently we are using the Django support. Let me know if there is anything that can be contributed for that in the new handler.
Describe the bug
I use
mkdocstrings
and have a Django project where I started usingfactory-boy
. Once I added a factory class (sub-class offactory.django.DjangoModelFactory
) the following error occurs:To Reproduce
Creating a factory class for Django's user model should be sufficient:
Expected behavior
Not sure if it is a bug in retrieving information from the class. I think simply ignoring should be sufficient.
System (please complete the following information):
pytkdocs
version: 0.16.0Additional context
I was able to workaround this problem by ensuring that the attr exists:
The text was updated successfully, but these errors were encountered: