Skip to content
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

Python: Model Django REST framework #7016

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
@RasmusWL
Copy link
Member

@RasmusWL RasmusWL commented Nov 1, 2021

No description provided.

@RasmusWL
Copy link
Member Author

@RasmusWL RasmusWL commented Nov 2, 2021

QLDocs check complains about these:

Error: The following CodeQL elements are lacking documentation:
semmle/python/frameworks/Django.qll  Django::PrivateDjango::DjangoRouteHandler                                    module
semmle/python/frameworks/Django.qll  Django::PrivateDjango::DjangoRouteHandler::Range                             class
semmle/python/frameworks/Django.qll  Django::PrivateDjango::DjangoRouteHandler::StandardDjangoRouteHandlers       class
semmle/python/frameworks/Django.qll  Django::PrivateDjango::django::conf::conf_urls                               module
semmle/python/frameworks/Django.qll  Django::PrivateDjango::django::db::DjangoDbConnection                        class
semmle/python/frameworks/Django.qll  Django::PrivateDjango::django::http::response::HttpResponse::baseClassRef/0  classless-predicate

I guess I should just go ahead and write QLDocs for them ...

@RasmusWL RasmusWL force-pushed the django-rest-framework branch from 78c748b to 83389be Nov 2, 2021
@RasmusWL RasmusWL marked this pull request as ready for review Nov 2, 2021
@RasmusWL RasmusWL requested a review from as a code owner Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment