Skip to content

Commit

Permalink
Bump max version of django-tables2 to 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iqqmuT committed Jan 28, 2024
1 parent 8f57e5c commit 22329dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Used for oscar.test.factories
'factory-boy>=3.0,<3.3',
# Used for automatically building larger HTML tables
'django-tables2>=2.3,<2.4',
'django-tables2>=2.3,<2.8',
# Used for manipulating form field attributes in templates (eg: add
# a css class)
'django-widget-tweaks>=1.4.1',
Expand Down

0 comments on commit 22329dc

Please sign in to comment.