You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/community/project-management.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -60,8 +60,8 @@ The following template should be used for the description of the issue, and serv
60
60
61
61
- [ ] Create pull request for [release notes](https://github.com/encode/django-rest-framework/blob/master/docs/topics/release-notes.md) based on the [*.*.* milestone](https://github.com/encode/django-rest-framework/milestones/***).
62
62
- [ ] Update supported versions:
63
-
- [ ] `setup.py` `python_requires` list
64
-
- [ ] `setup.py` Python & Django version trove classifiers
63
+
- [ ] `pyproject.toml` `python_requires` list
64
+
- [ ] `pyproject.toml` Python & Django version trove classifiers
65
65
- [ ] `README` Python & Django versions
66
66
- [ ] `docs` Python & Django versions
67
67
- [ ] Update the translations from [transifex](https://www.django-rest-framework.org/topics/project-management/#translations).
@@ -72,7 +72,9 @@ The following template should be used for the description of the issue, and serv
72
72
- [ ] Confirm with @tomchristie that release is finalized and ready to go.
73
73
- [ ] Ensure that release date is included in pull request.
74
74
- [ ] Merge the release pull request.
75
-
- [ ] Push the package to PyPI with `./setup.py publish`.
0 commit comments