Skip to content

Commit

Permalink
feat(python/django): extend http response object
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Jun 6, 2024
1 parent d7b35ab commit 97cfee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rules/python/shared/django/http_response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ patterns:
values: [http]
- variable: NAME
values: [HttpResponse]
# fallback
- response
- res
- r
metadata:
description: "Python Django HTTP Response instance."
id: python_shared_django_http_response

0 comments on commit 97cfee4

Please sign in to comment.