Skip to main content
https://badge.fury.io/py/django-rest-framework-braces.png https://travis-ci.org/dealertrack/django-rest-framework-braces.svg?branch=master https://coveralls.io/repos/dealertrack/django-rest-framework-braces/badge.svg

Collection of utilities for working with DRF. Name inspired by django-braces.

Installing

Easiest way to install django-rest-framework-braces is by using pip:

$ pip install django-rest-framework-braces

Usage

Once installed, you can use any of the supplied utilities by simply importing them. For example:

from drf_braces.mixins import MultipleSerializersViewMixin

class MyViewSet(MultipleSerializersViewMixin, GenericViewSet):
    def create(self, request):
        serializer = self.get_serializer(serializer_class=MySerializer)
        ...

For full list of available utilities, please refer to the documentation.

Testing

To run the tests you need to install testing requirements first:

$ make install

Then to run tests, you can use use Makefile command:

$ make test

History

0.3.4 (2019-02-25)

  • Added EnforceValidationFieldMixin.capture_failed_field, FormSerializerFieldMixin.capture_failed_field, and FormSerializerBase.capture_failed_fields to capture the optional fields that failed.

0.3.3 (2019-02-21)

  • Fixing invalid data being copied over in FormSerializer when fail mode is not fail

0.3.2 (2018-11-21)

  • Fixing DoubleAsStrJsonEncoder by subclassing from DRF which supports datetimes, etc

0.3.1 (2018-11-07)

  • Fixing SwappingSerializerMixin by supporting ListSerializer

0.3.0 (2018-11-05)

  • Added SwappingSerializerMixin. Allows to declaratively swap fields any field instances in child serializers.

  • Added DoubleAsStrJsonEncoder for handicapped API clients.

0.2.3 (2017-10-18)

  • Fixed how choices are normalized in SerializerForm to [(key, key)] vs previously [(key, value)] to match DRF’s handling of choices unlike Django forms.

  • Added support for Form.all_fields and Form.all_base_fields in SerializerForm which supports custom form classes which implement such API.

  • Added support for FormSerializer.Meta.exclude which allows to specify fields to exclude.

0.2.2 (2017-05-09)

  • Added rounding parameter to RoundedDecimalField which allows to define rounding direction when rounding value.

0.2.1 (2017-04-27)

  • Fixed bugs in RoundedDecimalField

0.2.0 (2017-04-25)

  • Added RoundedDecimalField for rounding off decimal to specified decimal_places instead of validing that higher precision is not allowed

  • Added URLField for automatic mapping between django forms and DRF serializers

0.1.6 (2016-02-29)

  • Fixed a bug in SerializerForm in which form cleaned data was replaced with serializer data instead of updating it.

0.1.5 (2015-07-15)

  • Fixed a bug in EnforceValidationFieldMixin that it was overwriting to_internal_value instead of run_validation

0.1.4 (2015-07-13)

  • Test coverage is now at 100%!

0.1.3 (2015-07-10)

  • Fixed bugs in AllowBlankNullFieldMixin

  • All DRF fields not subclass both AllowBlankNullFieldMixin and EmptyStringFieldMixin

0.1.2 (2015-07-02)

  • Added custom to_representation() to EmptyStringFieldMixin which allows to pass empty string or None values. This is especially useful for fields like IntegerField which would blow up when passing empty string value for non-required fields.

0.1.1 (2015-06-25)

  • Fixed a bug in FormSerializer which did not honor field_mapping in any of the subclasses

0.1.0 (2015-06-15)

  • First release on PyPI.

Credits

Development Lead

Contributors

License

The MIT License (MIT)

Copyright (c) 2015, dealertrack technologies

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Release files for django-rest-framework-braces 0.3.4

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-rest-framework-braces 0.3.4
File Size Uploaded
django-rest-framework-braces-0.3.4.tar.gz 36.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-rest-framework-braces 0.3.4
File Interpreter ABI Platform
django_rest_framework_braces-0.3.4-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 75.1 kB

Release files / django-rest-framework-braces-0.3.4.tar.gz

Download URL django-rest-framework-braces-0.3.4.tar.gz
Size 36.8 kB
Tags Source
SHA-256 checksum
How to use checksums
11b84ccf208726e78f4e846c55d1c8def972a404700f938a1352e2a5608ca44a
BLAKE2b-256 checksum
How to use checksums
5ec7291fec7b268701aee7540f58a1cbbf235995020fb47cdf6ad6bace03ec9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.7

Release files / django_rest_framework_braces-0.3.4-py2.py3-none-any.whl

Download URL django_rest_framework_braces-0.3.4-py2.py3-none-any.whl
Size 38.3 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
0c30a8ff229627b9cbcb99d6e5993ff259530f429d1dbf8bd7652cf5ab744fa7
BLAKE2b-256 checksum
How to use checksums
5cdc84682e1a8d46a2116c5b998c060d2028dfe7088a8cb6ff2623e1ae272d73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.7

Release history Release notifications | RSS feed

This release

0.3.4 This release

2 release files

0.3.3

2 release files

0.3.2

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.3

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.2.0

1 release file

0.1.6

1 release file

0.1.5

1 release file

0.1.4

1 release file

0.1.3

1 release file

0.1.2

1 release file

0.1.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page