Skip to content

Commit c03f89d

Browse files
yoffRasmusWL
andauthored
Apply suggestions from code review
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 9d41666 commit c03f89d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/lib/semmle/python/frameworks/Django.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,8 @@ module PrivateDjango {
23002300
// Logging
23012301
// ---------------------------------------------------------------------------
23022302
/**
2303-
* Django provides a standard Python logger.
2303+
* A standard Python logger instance from Django.
2304+
* see https://github.com/django/django/blob/stable/4.0.x/django/utils/log.py#L11
23042305
*/
23052306
private class DjangoLogger extends Stdlib::Logger::LoggerInstance {
23062307
DjangoLogger() {

0 commit comments

Comments
 (0)