Skip to content
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

Update djangorestframework to 3.6.2 #196

Closed

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of djangorestframework available.
You are currently using 3.4.6. I have updated it to 3.6.2

These links might come in handy: PyPI | Changelog | Homepage

Changelog

3.5.4

Date: [10th February 2017][3.5.4-milestone]

  • Add max_length and min_length arguments for ListField. ([4877][gh4877])
  • Add per-view custom exception handler support. ([4753][gh4753])
  • Support disabling of declared fields on serializer subclasses. ([4764][gh4764])
  • Support custom view names on list_route and detail_route endpoints. ([4821][gh4821])
  • Correct labels for fields in login template when custom user model is used. ([4841][gh4841])
  • Whitespace fixes for descriptions generated from docstrings. ([4759][gh4759], [4869][gh4869], [4870][gh4870])
  • Better error reporting when schemas are returned by views without a schema renderer. ([4790][gh4790])
  • Fix for returned response of PUT requests when prefetch_related is used. ([4661][gh4661], [4668][gh4668])
  • Fix for breadcrumb view names. ([4750][gh4750])
  • Fix for RequestsClient ensuring fully qualified URLs. ([4678][gh4678])
  • Fix for incorrect behavior of writable-nested fields check in some cases. ([4634][gh4634], [4669][gh4669])
  • Resolve Django deprecation warnings. ([4712][gh4712])
  • Various cleanup of test cases.

3.5.3

Date: [7th November 2016][3.5.3-milestone]

  • Don't raise incorrect FilterSet deprecation warnings. ([4660][gh4660], [4643][gh4643], [4644][gh4644])
  • Schema generation should not raise 404 when a view permission class does. ([4645][gh4645], [4646][gh4646])
  • Add autofocus support for input controls. ([4650][gh4650])

3.5.2

Date: [1st November 2016][3.5.2-milestone]

  • Restore exception tracebacks in Python 2.7. ([4631][gh4631], [4638][gh4638])
  • Properly display dicts in the admin console. ([4532][gh4532], [4636][gh4636])
  • Fix is_simple_callable with variable args, kwargs. ([4622][gh4622], [4602][gh4602])
  • Support 'on'/'off' literals with BooleanField. ([4640][gh4640], [4624][gh4624])
  • Enable cursor pagination of value querysets. ([4569][gh4569])
  • Fix support of get_full_details() for Throttled exceptions. ([4627][gh4627])
  • Fix FilterSet proxy. ([4620][gh4620])
  • Make serializer fields import explicit. ([4628][gh4628])
  • Drop redundant requests adapter. ([4639][gh4639])

3.5.1

Date: [21st October 2016][3.5.1-milestone]

  • Make rest_framework/compat.py imports. ([4612][gh4612], [4608][gh4608], [4601][gh4601])
  • Fix bug in schema base path generation. ([4611][gh4611], [4605][gh4605])
  • Fix broken case of ListSerializer with single item. ([4609][gh4609], [4606][gh4606])
  • Remove bare raise for Python 3.5 compat. ([4600][gh4600])

3.5.0

Date: [20th October 2016][3.5.0-milestone]


3.4.x series

3.4.7

Date: [21st September 2016][3.4.7-milestone]

  • Fallback behavior for request parsing when request.POST already accessed. ([3951][gh3951], [4500][gh4500])
  • Fix regression of RegexField. ([4489][gh4489], [4490][gh4490], [2617][gh2617])
  • Missing comma in admin.html causing CSRF error. ([4472][gh4472], [4473][gh4473])
  • Fix response rendering with empty context. ([4495][gh4495])
  • Fix indentation regression in API listing. ([4493][gh4493])
  • Fixed an issue where the incorrect value is set to ResolverMatch.func_name of api_view decorated view. ([4465][gh4465], [4462][gh4462])
  • Fix APIClient.get() when path contains unicode arguments ([4458][gh4458])

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #241

@pyup-bot pyup-bot closed this May 12, 2017
@jayfk jayfk deleted the pyup-update-djangorestframework-3.4.6-to-3.6.2 branch May 12, 2017 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant