-
Notifications
You must be signed in to change notification settings - Fork 194
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
Adds 'app_name' to urlconf #211
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch @sobolevn. Would you mind adding the fixing the tests too? They are missing the namespace. Thanks for the contribution!
I have also limited the version of
|
I have also silenced from django.utils.translation import ugettext_lazy as _ # noqa: N812 |
Codecov Report
@@ Coverage Diff @@
## master #211 +/- ##
========================================
+ Coverage 73.92% 74% +0.07%
========================================
Files 32 32
Lines 349 350 +1
========================================
+ Hits 258 259 +1
Misses 91 91
Continue to review full report at Codecov.
|
Released in 3.9.0 |
When using you app like so:
Without this property I am getting this warning:
Related: https://stackoverflow.com/questions/48608894/specifying-a-namespace-in-include-without-providing-an-app-name