We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5562381 + 898b3c3 commit a50bfc6Copy full SHA for a50bfc6
2 files changed
auditlog/models/http_request.py
@@ -31,9 +31,6 @@ def _compute_display_name(self):
31
httprequest.name or "?", fields.Datetime.to_string(tz_create_date)
32
)
33
34
- def name_get(self):
35
- return [(request.id, request.display_name) for request in self]
36
-
37
@api.model
38
def current_http_request(self):
39
"""Create a log corresponding to the current HTTP request, and returns
auditlog/models/http_session.py
@@ -27,9 +27,6 @@ def _compute_display_name(self):
27
fields.Datetime.to_string(tz_create_date),
28
29
30
- return [(session.id, session.display_name) for session in self]
def current_http_session(self):
"""Create a log corresponding to the current HTTP user session, and
0 commit comments