-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Version 3.8 Release #5769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.8 Release #5769
Conversation
@xordoquy @rpkilby I began this now, adding the skeleton for the release announcement in case you want to add any notes ref boolean permissions, viewset actions, namespaces etc. If so:
If not:
|
Thanks. Will try to get some time this evening to add some documentation about the permissions thing. |
@xordoquy Cool. Thanks. No stress — we can take what time we need. If you want help let me know! |
dd26d74
to
96f0404
Compare
Currently working on
Something we could consider for 3.8 would be a management command for dumping out the schema representation. Given that we'll have built-in OpenAPI support with the next version of coreapi I think this'd make a nice addition. |
@tomchristie Great stuff! I can add a management command. |
358fb1d
to
82e83f0
Compare
Looking good, yup! I'll fill in the "What's next" section. |
seems it went off the radar. When will the release be finished ? |
@xordoquy Looking to go this week |
e578144
to
3ad137b
Compare
This is the PR for the Version 3.8 Release.
setup.py
python_requires
listsetup.py
Python & Django version trove classifiersREADME
Python & Django versionsdocs
Python & Django versions3.8.0
inrestframework/__init__.py
../setup.py publish
.git tag -a 3.8.0 -m 'version 3.8.0'; git push --tags
.mkdocs gh-deploy
.