File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
python/ql/src/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ private import semmle.python.regex
16
16
* Provides models for the `django` PyPI package.
17
17
* See https://www.djangoproject.com/.
18
18
*/
19
- module Django {
19
+ private module Django {
20
20
/** Provides models for the `django.views` module */
21
21
module Views {
22
22
/**
@@ -28,7 +28,7 @@ module Django {
28
28
*/
29
29
module View {
30
30
/**
31
- * An `API::Node` for references to `django.views.generic.View` or any subclass
31
+ * An `API::Node` representing the `django.views.generic.View` class or any subclass
32
32
* that has explicitly been modeled in the CodeQL libraries.
33
33
*/
34
34
abstract class ModeledSubclass extends API:: Node {
@@ -94,7 +94,7 @@ module Django {
94
94
*/
95
95
module Form {
96
96
/**
97
- * An `API::Node` for references to `django.forms.forms.BaseForm` or any subclass
97
+ * An `API::Node` representing the `django.forms.forms.BaseForm` class or any subclass
98
98
* that has explicitly been modeled in the CodeQL libraries.
99
99
*/
100
100
abstract class ModeledSubclass extends API:: Node {
@@ -190,7 +190,7 @@ module Django {
190
190
*/
191
191
module Field {
192
192
/**
193
- * An `API::Node` for references to `django.forms.fields.Field` or any subclass
193
+ * An `API::Node` representing the `django.forms.fields.Field` class or any subclass
194
194
* that has explicitly been modeled in the CodeQL libraries.
195
195
*/
196
196
abstract class ModeledSubclass extends API:: Node {
You can’t perform that action at this time.
0 commit comments