Skip to content

Commit

Permalink
docs: missing group import (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir2609 authored Aug 9, 2024
1 parent ea88013 commit 90d5fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class CustomAdminClass(ModelAdmin):
from django.contrib import admin
from django.contrib.auth.admin import UserAdmin as BaseUserAdmin
from django.contrib.auth.admin import GroupAdmin as BaseGroupAdmin
from django.contrib.auth.models import User
from django.contrib.auth.models import User, Group

from unfold.admin import ModelAdmin

Expand Down

0 comments on commit 90d5fa0

Please sign in to comment.