okfn-brasil / jarbas

🎩 API for information and suspicions about reimbursements by Brazilian congresspeople
https://jarbas.serenata.ai/
296 stars 61 forks source link

Scheduled weekly dependency update for week 00 #307

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

mixer 5.6.6 » 6.0.1 PyPI | Changelog | Docs
djangorestframework 3.7.3 » 3.7.7 PyPI | Changelog | Homepage

Changelogs

djangorestframework 3.7.3 -> 3.7.7

3.7.7

Date: [21st December 2017][3.7.7-milestone]

  • Fix typo to include *.mo locale files to packaging. [5697][gh5697], [5695][gh5695]

3.7.6

Date: [21st December 2017][3.7.6-milestone]

  • Add missing *.ico icon files to packaging.

3.7.5

Date: [21st December 2017][3.7.5-milestone]

  • Add missing *.woff2 font files to packaging. [5692][gh5692]
  • Add missing *.mo locale files to packaging. [5695][gh5695], [5696][gh5696]

3.7.4

Date: [20th December 2017][3.7.4-milestone]

  • Schema: Extract method for manual_fields processing [5633][gh5633]

    Allows for easier customisation of manual_fields processing, for example to provide per-method manual fields. AutoSchema adds get_manual_fields, as the intended override point, and a utility method update_fields, to handle by-name field replacement from a list, which, in general, you are not expected to override.

    Note: AutoSchema.__init__ now ensures manual_fields is a list. Previously may have been stored internally as None.

  • Remove ulrparse compatability shim; use six instead [5579][gh5579]
  • Drop compat wrapper for TimeDelta.total_seconds() [5577][gh5577]
  • Clean up all whitespace throughout project [5578][gh5578]
  • Compat cleanup [5581][gh5581]
  • Add pygments CSS block in browsable API views [5584][gh5584] [5587][gh5587]
  • Remove set_rollback() from compat [5591][gh5591]
  • Fix request body/POST access [5590][gh5590]
  • Rename test to reference correct issue [5610][gh5610]
  • Documentation Fixes [5611][gh5611] [5612][gh5612]
  • Remove references to unsupported Django versions in docs and code [5602][gh5602]
  • Test Serializer exclude for declared fields [5599][gh5599]
  • Fixed schema generation for filter backends [5613][gh5613]
  • Minor cleanup for ModelSerializer tests [5598][gh5598]
  • Reimplement request attribute access w/ __getattr__ [5617][gh5617]
  • Fixed SchemaJSRenderer renders invalid Javascript [5607][gh5607]
  • Make Django 2.0 support official/explicit [5619][gh5619]
  • Perform type check on passed request argument [5618][gh5618]
  • Fix AttributeError hiding on request authenticators [5600][gh5600]
  • Update test requirements [5626][gh5626]
  • Docs: Serializer._declared_fields enable modifying fields on a serializer [5629][gh5629]
  • Fix packaging [5624][gh5624]
  • Fix readme rendering for PyPI, add readme build to CI [5625][gh5625]
  • Update tutorial [5622][gh5622]
  • Non-required fields with allow_null=True should not imply a default value [5639][gh5639]
  • Docs: Add allow_null serialization output note [5641][gh5641]
  • Update to use the Django 2.0 release in tox.ini [5645][gh5645]
  • Fix Serializer.data for Browsable API rendering when provided invalid data [5646][gh5646]
  • Docs: Note AutoSchema limitations on bare APIView [5649][gh5649]
  • Add .basename and .reverse_action() to ViewSet [5648][gh5648]
  • Docs: Fix typos in serializers documentation [5652][gh5652]
  • Fix override_settings compat [5668][gh5668]
  • Add DEFAULT_SCHEMA_CLASS setting [5658][gh5658]
  • Add docs note re generated BooleanField being required=False [5665][gh5665]
  • Add 'dist' build [5656][gh5656]
  • Fix typo in docstring [5678][gh5678]
  • Docs: Add UNAUTHENTICATED_USER = None note [5679][gh5679]
  • Update OPTIONS example from “Documenting Your API” [5680][gh5680]
  • Docs: Add note on object permissions for FBVs [5681][gh5681]
  • Docs: Add example to to_representation docs [5682][gh5682]
  • Add link to Classy DRF in docs [5683][gh5683]
  • Document ViewSet.action [5685][gh5685]
  • Fix schema docs typo [5687][gh5687]
  • Fix URL pattern parsing in schema generation [5689][gh5689]
  • Add example using source=‘*’ to custom field docs. [5688][gh5688]
  • Fix format_suffix_patterns behavior with Django 2 path() routes [5691][gh5691]

That's it for now!

Happy merging! 🤖