We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using single underscores for __str__ and Post.objects.filter(title__contains='title') is a common error.
__str__
Post.objects.filter(title__contains='title')
The text was updated successfully, but these errors were encountered:
Fixed #166 -- Highlight the significance of the double underscore syn…
5ac563c
…tax.
PR here: #169
What do you think? Are there other places where we should add a note?
Sorry, something went wrong.
c703022
6335c99
No branches or pull requests
Using single underscores for
__str__
andPost.objects.filter(title__contains='title')
is a common error.The text was updated successfully, but these errors were encountered: