File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ and ``wagtailfontawesome`` apps in your project's ``INSTALLED_APPS``:
53
53
54
54
INSTALLED_APPS = [
55
55
# ...
56
- ' wagtail_modeladmin' if WAGTAIL_VERSION >= (5 , 1 ) else ' wagtail.contrib.modeladmin' ,
56
+ ' wagtail_modeladmin' , # if Wagtail >=5.1; Don't repeat if it's there already
57
+ ' wagtail.contrib.modeladmin' , # if Wagtail <5.1; Don't repeat if it's there already
57
58
' wagtail_personalisation' ,
58
59
' wagtailfontawesome' ,
59
60
# ...
Original file line number Diff line number Diff line change 7
7
"user-agents>=1.1.0" ,
8
8
"wagtailfontawesome>=1.2.1" ,
9
9
"pycountry" ,
10
- "wagtail_modeladmin>=1.0" ,
11
10
]
12
11
13
12
tests_require = [
24
23
"pytest==6.2.5" ,
25
24
"wagtail_factories==4.1.0" ,
26
25
"pytest-mock==3.8.1" ,
26
+ "wagtail_modeladmin>=1.0" ,
27
27
]
28
28
29
29
docs_require = [
You can’t perform that action at this time.
0 commit comments