Skip to content

Commit

Permalink
Remove duplicate field from SessionAdmin.readonly_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Nov 1, 2023
1 parent 12309e6 commit 2fbee70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsessions/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class SessionAdmin(admin.ModelAdmin):
"ip",
"location",
"user",
"user_agent",
"is_valid",
"expire_date",
"created_at",
Expand Down

1 comment on commit 2fbee70

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
qsessions
   admin.py55395%21, 42–43
   geoip.py27678%15, 21–23, 51–53
tests
   test_sessionstore.py99199%144
TOTAL4411098% 

Tests Skipped Failures Errors Time
48 0 💤 0 ❌ 0 🔥 6.326s ⏱️

Please sign in to comment.