8000
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 bb24135 + bafe901 commit c04c7f4Copy full SHA for c04c7f4
cms/tests/test_permmod.py
@@ -956,7 +956,7 @@ def test_emulate_admin_index(self):
956
]
957
for user in USERS:
958
user.set_password('staff')
959
- # re-use the same methods the UserPage form does.
+ # reuse the same methods the UserPage form does.
960
# Note that it internally calls .save(), as we've not done so.
961
save_permissions({
962
'can_add_page': True,
test_requirements/requirements_base.txt
@@ -1,7 +1,7 @@
1
coverage>=4
2
python-coveralls>2.5.0
3
unittest-xml-reporting==1.11.0
4
-Pillow==9.3.0
+Pillow==10.0.1
5
django-treebeard>=4.3
6
argparse
7
dj-database-url
0 commit comments