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.3 #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.3

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

Changelog

3.6.3

Date: [12th May 2017][3.6.3-milestone]

  • Raise 404 if a URL lookup results in ValidationError. ([5126][gh5126])
  • Honor http_method_names on class based view, when generating API schemas. ([5085][gh5085])
  • Allow overridden get_limit in LimitOffsetPagination to return all records. ([4437][gh4437])
  • Fix partial update for the ListSerializer. ([4222][gh4222])
  • Render JSONField control correctly in browsable API. ([4999][gh4999], [5042][gh5042])
  • Raise validation errors for invalid datetime in given timezone. ([4987][gh4987])
  • Support restricting doc & schema shortcuts to a subset of urls. ([4979][gh4979])
  • Resolve SchemaGenerator error with paginators that have no page_size attribute. ([5086][gh5086], [3692][gh3692])
  • Resolve HyperlinkedRelatedField exception on string with %20 instead of space. ([4748][gh4748], [5078][gh5078])
  • Customizable schema generator classes. ([5082][gh5082])
  • Update existing vary headers in response instead of overwriting them. ([5047][gh5047])
  • Support passing .as_view() to view instance. ([5053][gh5053])
  • Use correct exception handler when settings overridden on a view. ([5055][gh5055], [5054][gh5054])
  • Update Boolean field to support 'yes' and 'no' values. ([5038][gh5038])
  • Fix unique validator for ChoiceField. ([5004][gh5004], [5026][gh5026], [5028][gh5028])
  • JavaScript cleanups in API Docs. ([5001][gh5001])
  • Include URL path regexs in API schemas where valid. ([5014][gh5014])
  • Correctly set scheme in coreapi TokenAuthentication. ([5000][gh5000], [4994][gh4994])
  • HEAD requests on ViewSets should not return 405. ([4705][gh4705], [4973][gh4973], [4864][gh4864])
  • Support usage of 'source' in extra_kwargs. ([4688][gh4688])
  • Fix invalid content type for schema.js ([4968][gh4968])
  • Fix DjangoFilterBackend inheritance issues. ([5089][gh5089], [5117][gh5117])

3.6.2

Date: [10th March 2017][3.6.2-milestone]

  • Support for Safari & IE in API docs. ([4959][gh4959], [4961][gh4961])
  • Add missing mark_safe in API docs template tags. ([4952][gh4952], [4953][gh4953])
  • Add missing glyicon fonts. ([4950][gh4950], [4951][gh4951])
  • Fix One-to-one fields in API docs. ([4955][gh4955], [4956][gh4956])
  • Test clean ups. ([4949][gh4949])

3.6.1

Date: [9th March 2017][3.6.1-milestone]

  • Ensure markdown dependancy is optional. ([4947][gh4947])

3.6.0

Date: [9th March 2017][3.6.0-milestone]

See the [release announcement][3.6-release].


3.5.x series

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! 🤖

@codecov-io
Copy link

codecov-io commented May 12, 2017

Codecov Report

Merging #241 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #241   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           5      5           
  Lines          64     64           
=====================================
  Hits           64     64

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 104a0ef...4e7a8a7. Read the comment docs.

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.

2 participants