8000 Merge branch 'develop' into fix/preserve-cbv-name · django-cms/django-cms@c04c7f4 · GitHub
[go: up one dir, main page]

Skip to content

Commit c04c7f4

Browse files
authored
Merge branch 'develop' into fix/preserve-cbv-name
2 parents bb24135 + bafe901 commit c04c7f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cms/tests/test_permmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def test_emulate_admin_index(self):
956956
]
957957
for user in USERS:
958958
user.set_password('staff')
959-
# re-use the same methods the UserPage form does.
959+
# reuse the same methods the UserPage form does.
960960
# Note that it internally calls .save(), as we've not done so.
961961
save_permissions({
962962
'can_add_page': True,

test_requirements/requirements_base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage>=4
22
python-coveralls>2.5.0
33
unittest-xml-reporting==1.11.0
4-
Pillow==9.3.0
4+
Pillow==10.0.1
55
django-treebeard>=4.3
66
argparse
77
dj-database-url

0 commit comments

Comments
 (0)
0