Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support factory_boy's DjangoModelFactory Meta class #103

Closed
wants to merge 1 commit into from

Conversation

kouk
Copy link
Contributor

@kouk kouk commented Oct 17, 2017

Added suppressions for DjangoModelFactory.

E.g.

class UserFactory(factory.django.DjangoModelFactory):
    class Meta:
        model = 'myapp.User'

    username = 'john'

atodorov pushed a commit to MrSenko/django-pylint that referenced this pull request Jan 17, 2018
atodorov pushed a commit to MrSenko/django-pylint that referenced this pull request Jan 17, 2018
atodorov pushed a commit to MrSenko/django-pylint that referenced this pull request Jan 18, 2018
atodorov pushed a commit to MrSenko/django-pylint that referenced this pull request Jan 18, 2018
atodorov pushed a commit to MrSenko/django-pylint that referenced this pull request Jan 18, 2018
atodorov pushed a commit that referenced this pull request Jan 18, 2018
@atodorov
Copy link
Contributor

Merged manually as part of #113, thanks.

@atodorov atodorov closed this Jan 18, 2018
@kouk
Copy link
Contributor Author

kouk commented Jan 21, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants