-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Show template context on included templates #1436
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
Show template context on included templates #1436
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1436 +/- ##
==========================================
- Coverage 86.38% 86.34% -0.04%
==========================================
Files 35 35
Lines 1851 1853 +2
Branches 259 260 +1
==========================================
+ Hits 1599 1600 +1
- Misses 179 181 +2
+ Partials 73 72 -1
Continue to review full report at Codecov.
|
d9ce6f5
to
6c38723
Compare
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.
can you please check the sqlite failures?
The test failures are probably related to #1427 They are not related to sqlite3 – the problems appear in the sqlite3 build only because sqlite3 is the only build which runs tests using Django@master. |
6c38723
to
6545565
Compare
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.
Looks good. I ran this locally with some changes to the example app.
6545565
to
f527947
Compare
I rebased the branch to include the new changes. |
Thanks! |
This PR makes possible to see the template context of a nested template on the SQL panel.
Fix #902