-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Release notes for 0.2. #2
Comments
nschlemm
pushed a commit
to nschlemm/django-rest-framework
that referenced
this issue
May 19, 2013
…-options Issue 192 expose fields for options
mmarvick
added a commit
to mmarvick/django-rest-framework
that referenced
this issue
Jan 26, 2015
…n for format suffixes
treyhunner
pushed a commit
to treyhunner/django-rest-framework
that referenced
this issue
Sep 16, 2015
carltongibson
added a commit
that referenced
this issue
Dec 4, 2017
* Extract method for `manual_fields` processing Allows reuse of logic to replace Field instances in a field list by `Field.name`. Adds a utility function for the logic plus a wrapper method on `AutoSchema`. Closes #5632 * Manual fields suggestions (#2) * Use OrderedDict in inspectors * Move empty check to 'update_fields()' * Make 'update_fields()' an AutoSchema staticmethod * Add 'AutoSchema.get_manual_fields()' * Conform '.get_manual_fields()' to other methods * Add test for update_fields * Make sure `manual_fields` is a list. (As documented to be) * Add docs for new AutoSchema methods. * `get_manual_fields` * `update_fields` * Add release notes for PR.
pchiquet
pushed a commit
to pchiquet/django-rest-framework
that referenced
this issue
Nov 17, 2020
* Extract method for `manual_fields` processing Allows reuse of logic to replace Field instances in a field list by `Field.name`. Adds a utility function for the logic plus a wrapper method on `AutoSchema`. Closes encode#5632 * Manual fields suggestions (encode#2) * Use OrderedDict in inspectors * Move empty check to 'update_fields()' * Make 'update_fields()' an AutoSchema staticmethod * Add 'AutoSchema.get_manual_fields()' * Conform '.get_manual_fields()' to other methods * Add test for update_fields * Make sure `manual_fields` is a list. (As documented to be) * Add docs for new AutoSchema methods. * `get_manual_fields` * `update_fields` * Add release notes for PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Port an existing API to 0.2 (once it's almost ready to go) using the notes in: https://groups.google.com/d/topic/django-rest-framework/2axB7NjXD8Y/discussion
Compile a simple, definitive list of all the changes, so it's not a total PITA for users to upgrade.
This is pending some final bits of work in the bitbucket -dev fork.
The text was updated successfully, but these errors were encountered: