Skip to content

Commit

Permalink
[#1242] Adding url to list_display
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Mar 20, 2023
1 parent a1505d7 commit 25b4e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/log_outgoing_requests/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OutgoingRequestsLogAdmin(admin.ModelAdmin):
readonly_fields = fields
list_display = (
"hostname",
"query_params",
"url",
"params",
"status_code",
"method",
Expand Down

0 comments on commit 25b4e76

Please sign in to comment.