File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11name : Publish Python 🐍 distributions 📦 to TestPyPI
22
3- on : pull_request
3+ on :
4+ push :
5+ branches :
6+ - master
47
58jobs :
69 build-n-publish :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Release history
55===============
66
77
8+ 1.0.4
9+ -----
10+ * Fix `#294 `_: issue in 1.0.3 where ``install_requires `` unintentionally dropped django 2.2
11+
12+ .. _#294 : https://github.com/jrief/django-admin-sortable2/issues/294
13+
8141.0.3
915-----
1016* Adding support for Django 4 and Python 3.10.
@@ -34,6 +40,7 @@ Release history
3440* Fix `#207 `_: Last item not displayed in stacked- and tabular inline admins,
3541 if model doesn't have add permission.
3642
43+ .. _#207 : https://github.com/jrief/django-admin-sortable2/issues/207
3744
38450.7.7
3946-----
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def readfile(filename):
4646 platforms = ['OS Independent' ],
4747 classifiers = CLASSIFIERS ,
4848 install_requires = [
49- 'Django>=3 .2,<4.1' ,
49+ 'Django>=2 .2,<4.1' ,
5050 ],
5151 packages = find_packages (exclude = ['example' , 'docs' ]),
5252 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments