81 KiB
Release Notes
Release Early, Release Often
— Eric S. Raymond, The Cathedral and the Bazaar.
Versioning
Minor version numbers (0.0.x) are used for changes that are API compatible. You should be able to upgrade between minor point releases without any other code changes.
Medium version numbers (0.x.0) may include API changes, in line with the deprecation policy. You should read the release notes carefully before upgrading between medium point releases.
Major version numbers (x.0.0) are reserved for substantial project milestones.
Deprecation policy
REST framework releases follow a formal deprecation policy, which is in line with Django's deprecation policy.
The timeline for deprecation of a feature present in version 1.0 would work as follows:
-
Version 1.1 would remain fully backwards compatible with 1.0, but would raise
PendingDeprecationWarning
warnings if you use the feature that are due to be deprecated. These warnings are silent by default, but can be explicitly enabled when you're ready to start migrating any required changes. For example if you start running your tests usingpython -Wd manage.py test
, you'll be warned of any API changes you need to make. -
Version 1.2 would escalate these warnings to
DeprecationWarning
, which is loud by default. -
Version 1.3 would remove the deprecated bits of API entirely.
Note that in line with Django's policy, any parts of the framework not mentioned in the documentation should generally be considered private API, and may be subject to change.
Upgrading
To upgrade Django REST framework to the latest version, use pip:
pip install -U djangorestframework
You can determine your currently installed version using pip freeze
:
pip freeze | grep djangorestframework
3.6.x series
3.6.2
Date: 10th March 2017
- Support for Safari & IE in API docs. (#4959, #4961)
- Add missing
mark_safe
in API docs template tags. (#4952, #4953) - Add missing glyicon fonts. (#4950, #4951)
- Fix One-to-one fields in API docs. (#4955, #4956)
- Test clean ups. (#4949)
3.6.1
Date: 9th March 2017
- Ensure
markdown
dependancy is optional. (#4947)
3.6.0
Date: 9th March 2017
See the release announcement.
3.5.x series
3.5.4
Date: 10th February 2017
- Add max_length and min_length arguments for ListField. (#4877)
- Add per-view custom exception handler support. (#4753)
- Support disabling of declared fields on serializer subclasses. (#4764)
- Support custom view names on
@list_route
and@detail_route
endpoints. (#4821) - Correct labels for fields in login template when custom user model is used. (#4841)
- Whitespace fixes for descriptions generated from docstrings. (#4759, #4869, #4870)
- Better error reporting when schemas are returned by views without a schema renderer. (#4790)
- Fix for returned response of
PUT
requests whenprefetch_related
is used. (#4661, #4668) - Fix for breadcrumb view names. (#4750)
- Fix for RequestsClient ensuring fully qualified URLs. (#4678)
- Fix for incorrect behavior of writable-nested fields check in some cases. (#4634, #4669)
- Resolve Django deprecation warnings. (#4712)
- Various cleanup of test cases.
3.5.3
Date: 7th November 2016
- Don't raise incorrect FilterSet deprecation warnings. (#4660, #4643, #4644)
- Schema generation should not raise 404 when a view permission class does. (#4645, #4646)
- Add
autofocus
support for input controls. (#4650)
3.5.2
Date: 1st November 2016
- Restore exception tracebacks in Python 2.7. (#4631, #4638)
- Properly display dicts in the admin console. (#4532, #4636)
- Fix is_simple_callable with variable args, kwargs. (#4622, #4602)
- Support 'on'/'off' literals with BooleanField. (#4640, #4624)
- Enable cursor pagination of value querysets. (#4569)
- Fix support of get_full_details() for Throttled exceptions. (#4627)
- Fix FilterSet proxy. (#4620)
- Make serializer fields import explicit. (#4628)
- Drop redundant requests adapter. (#4639)
3.5.1
Date: 21st October 2016
- Make
rest_framework/compat.py
imports. (#4612, #4608, #4601) - Fix bug in schema base path generation. (#4611, #4605)
- Fix broken case of ListSerializer with single item. (#4609, #4606)
- Remove bare
raise
for Python 3.5 compat. (#4600)
3.5.0
Date: 20th October 2016
3.4.x series
3.4.7
Date: 21st September 2016
- Fallback behavior for request parsing when request.POST already accessed. (#3951, #4500)
- Fix regression of
RegexField
. (#4489, #4490, #2617) - Missing comma in
admin.html
causing CSRF error. (#4472, #4473) - Fix response rendering with empty context. (#4495)
- Fix indentation regression in API listing. (#4493)
- Fixed an issue where the incorrect value is set to
ResolverMatch.func_name
of api_view decorated view. (#4465, #4462) - Fix
APIClient.get()
when path contains unicode arguments (#4458)
3.4.6
Date: 23rd August 2016
- Fix malformed Javascript in browsable API. (#4435)
- Skip HiddenField from Schema fields. (#4425, #4429)
- Improve Create to show the original exception traceback. (#3508)
- Fix
AdminRenderer
display of PK only related fields. (#4419, #4423)
3.4.5
Date: 19th August 2016
- Improve debug error handling. (#4416, #4409)
- Allow custom CSRF_HEADER_NAME setting. (#4415, #4410)
- Include .action attribute on viewsets when generating schemas. (#4408, #4398)
- Do not include request.FILES items in request.POST. (#4407)
- Fix rendering of checkbox multiple. (#4403)
- Fix docstring of Field.get_default. (#4404)
- Replace utf8 character with its ascii counterpart in README. (#4412)
3.4.4
Date: 12th August 2016
- Ensure views are fully initialized when generating schemas. (#4373, #4382, #4383, #4279, #4278)
- Add form field descriptions to schemas. (#4387)
- Fix category generation for schema endpoints. (#4391, #4394, #4390, #4386, #4376, #4329)
- Don't strip empty query params when paginating. (#4392, #4393, #4260)
- Do not re-run query for empty results with LimitOffsetPagination. (#4201, #4388)
- Stricter type validation for CharField. (#4380, #3394)
- RelatedField.choices should preserve non-string values. (#4111, #4379, #3365)
- Test case for rendering checkboxes in vertical form style. (#4378, #3868, #3868)
- Show error traceback HTML in browsable API (#4042, #4172)
- Fix handling of ALLOWED_VERSIONS and no DEFAULT_VERSION. #4370
- Allow
max_digits=None
on DecimalField. (#4377, #4372) - Limit queryset when rendering relational choices. (#4375, #4122, #3329, #3330, #3877)
- Resolve form display with ChoiceField, MultipleChoiceField and non-string choices. (#4374, #4119, #4121, #4137, #4120)
- Fix call to TemplateHTMLRenderer.resolve_context() fallback method. (#4371)
3.4.3
Date: 5th August 2016
- Include fallaback for users of older TemplateHTMLRenderer internal API. (#4361)
3.4.2
Date: 5th August 2016
- Include kwargs passed to 'as_view' when generating schemas. (#4359, #4330, #4331)
- Access
request.user.is_authenticated
as property not method, under Django 1.10+ (#4358, #4354) - Filter HEAD out from schemas. (#4357)
- extra_kwargs takes precedence over uniqueness kwargs. (#4198, #4199, #4349)
- Correct descriptions when tabs are used in code indentation. (#4345, #4347)*
- Change template context generation in TemplateHTMLRenderer. (#4236)
- Serializer defaults should not be included in partial updates. (#4346, #3565)
- Consistent behavior & descriptive error from FileUploadParser when filename not included. (#4340, #3610, #4292, #4296)
- DecimalField quantizes incoming digitals. (#4339, #4318)
- Handle non-string input for IP fields. (#4335, #4336, #4338)
- Fix leading slash handling when Schema generation includes a root URL. (#4332)
- Test cases for DictField with allow_null options. (#4348)
- Update tests from Django 1.10 beta to Django 1.10. (#4344)
3.4.1
Date: 28th July 2016
- Added
root_renderers
argument toDefaultRouter
. (#4323, #4268) - Added
url
andschema_url
arguments. (#4321, #4308, #4305) - Unique together checks should apply to read-only fields which have a default. (#4316, #4294)
- Set view.format_kwarg in schema generator. (#4293, #4315)
- Fix schema generator for views with
pagination_class = None
. (#4314, #4289) - Fix schema generator for views with no
get_serializer_class
. (#4265, #4285) - Fixes for media type parameters in
Accept
andContent-Type
headers. (#4287, #4313, #4281) - Use verbose_name instead of object_name in error messages. (#4299)
- Minor version update to Twitter Bootstrap. (#4307)
- SearchFilter raises error when using with related field. (#4302, #4303, #4298)
- Adding support for RFC 4918 status codes. (#4291)
- Add LICENSE.md to the built wheel. (#4270)
- Serializing "complex" field returns None instead of the value since 3.4 (#4272, #4273, #4288)
3.4.0
Date: 14th July 2016
- Don't strip microseconds in JSON output. (#4256)
- Two slightly different iso 8601 datetime serialization. (#4255)
- Resolve incorrect inclusion of media type parameters. (#4254)
- Response Content-Type potentially malformed. (#4253)
- Fix setup.py error on some platforms. (#4246)
- Move alternate formats in coreapi into separate packages. (#4244)
- Add localize keyword argument to
DecimalField
. (#4233) - Fix issues with routers for custom list-route and detail-routes. (#4229)
- Namespace versioning with nested namespaces. (#4219)
- Robust uniqueness checks. (#4217)
- Minor refactoring of
must_call_distinct
. (#4215) - Overridable offset cutoff in CursorPagination. (#4212)
- Pass through strings as-in with date/time fields. (#4196)
- Add test confirming that required=False is valid on a relational field. (#4195)
- In LimitOffsetPagination
limit=0
should revert to default limit. (#4194) - Exclude read_only=True fields from unique_together validation & add docs. (#4192)
- Handle bytestrings in JSON. (#4191)
- JSONField(binary=True) represents using binary strings, which JSONRenderer does not support. (#4187)
- JSONField(binary=True) represents using binary strings, which JSONRenderer does not support. (#4185)
- More robust form rendering in the browsable API. (#4181)
- Empty cases of
.validated_data
and.errors
as lists not dicts for ListSerializer. (#4180) - Schemas & client libraries. (#4179)
- Removed
AUTH_USER_MODEL
compat property. (#4176) - Clean up existing deprecation warnings. (#4166)
- Django 1.10 support. (#4158)
- Updated jQuery version to 1.12.4. (#4157)
- More robust default behavior on OrderingFilter. (#4156)
- description.py codes and tests removal. (#4153)
- Wrap guardian.VERSION in tuple. (#4149)
- Refine validator for fields with <source=> kwargs. (#4146)
- Fix None values representation in childs of ListField, DictField. (#4118)
- Resolve TimeField representation for midnight value. (#4107)
- Set proper status code in AdminRenderer for the redirection after POST/DELETE requests. (#4106)
- TimeField render returns None instead of 00:00:00. (#4105)
- Fix incorrectly named zh-hans and zh-hant locale path. (#4103)
- Prevent raising exception when limit is 0. (#4098)
- TokenAuthentication: Allow custom keyword in the header. (#4097)
- Handle incorrectly padded HTTP basic auth header. (#4090)
- LimitOffset pagination crashes Browseable API when limit=0. (#4079)
- Fixed DecimalField arbitrary precision support. (#4075)
- Added support for custom CSRF cookie names. (#4049)
- Fix regression introduced by #4035. (#4041)
- No auth view failing permission should raise 403. (#4040)
- Fix string_types / text_types confusion. (#4025)
- Do not list related field choices in OPTIONS requests. (#4021)
- Fix typo. (#4008)
- Reorder initializing the view. (#4006)
- Type error in DjangoObjectPermissionsFilter on Python 3.4. (#4005)
- Fixed use of deprecated Query.aggregates. (#4003)
- Fix blank lines around docstrings. (#4002)
- Fixed admin pagination when limit is 0. (#3990)
- OrderingFilter adjustments. (#3983)
- Non-required serializer related fields. (#3976)
- Using safer calling way of "@api_view" in tutorial. (#3971)
- ListSerializer doesn't handle unique_together constraints. (#3970)
- Add missing migration file. (#3968)
OrderingFilter
should callget_serializer_class()
to determine default fields. (#3964)- Remove old django checks from tests and compat. (#3953)
- Support callable as the value of
initial
for anyserializer.Field
. (#3943) - Prevented unnecessary distinct() call in SearchFilter. (#3938)
- Fix None UUID ForeignKey serialization. (#3936)
- Drop EOL Django 1.7. (#3933)
- Add missing space in serializer error message. (#3926)
- Fixed _force_text_recursive typo. (#3908)
- Attempt to address Django 2.0 deprecate warnings related to
field.rel
. (#3906) - Fix parsing multipart data using a nested serializer with list. (#3820)
- Resolving APIs URL to different namespaces. (#3816)
- Do not HTML-escape
help_text
in Browsable API forms. (#3812) - OPTIONS fetches and shows all possible foreign keys in choices field. (#3751)
- Django 1.9 deprecation warnings (#3729)
- Test case for #3598 (#3710)
- Adding support for multiple values for search filter. (#3541)
- Use get_serializer_class in ordering filter. (#3487)
- Serializers with many=True should return empty list rather than empty dict. (#3476)
- LimitOffsetPagination limit=0 fix. (#3444)
- Enable Validators to defer string evaluation and handle new string format. (#3438)
- Unique validator is executed and breaks if field is invalid. (#3381)
- Do not ignore overridden View.get_view_name() in breadcrumbs. (#3273)
- Retry form rendering when rendering with serializer fails. (#3164)
- Unique constraint prevents nested serializers from updating. (#2996)
- Uniqueness validators should not be run for excluded (read_only) fields. (#2848)
- UniqueValidator raises exception for nested objects. (#2403)
lookup_type
is deprecated in favor oflookup_expr
. (#4259)
3.3.x series
3.3.3
Date: 14th March 2016.
- Remove version string from templates. Thanks to @blag for the report and fixes. (#3878, #3913, #3912)
- Fixes vertical html layout for
BooleanField
. Thanks to Mikalai Radchuk for the fix. (#3910) - Silenced deprecation warnings on Django 1.8. Thanks to Simon Charette for the fix. (#3903)
- Internationalization for authtoken. Thanks to Michael Nacharov for the fix. (#3887, #3968)
- Fix
Token
model asabstract
when the authtoken application isn't declared. Thanks to Adam Thomas for the report. (#3860, #3858) - Improve Markdown version compatibility. Thanks to Michael J. Schultz for the fix. (#3604, #3842)
QueryParameterVersioning
does not useDEFAULT_VERSION
setting. Thanks to Brad Montgomery for the fix. (#3833)- Add an explicit
on_delete
on the models. Thanks to Mads Jensen for the fix. (#3832) - Fix
DateField.to_representation
to work with Python 2 unicode. Thanks to Mikalai Radchuk for the fix. (#3819) - Fixed
TimeField
not handling string times. Thanks to Areski Belaid for the fix. (#3809) - Avoid updates of
Meta.extra_kwargs
. Thanks to Kevin Massey for the report and fix. (#3805, #3804) - Fix nested validation error being rendered incorrectly. Thanks to Craig de Stigter for the fix. (#3801)
- Document how to avoid CSRF and missing button issues with
django-crispy-forms
. Thanks to Emmanuelle Delescolle, José Padilla and Luis San Pablo for the report, analysis and fix. (#3787, #3636, #3637) - Improve Rest Framework Settings file setup time. Thanks to Miles Hutson for the report and Mads Jensen for the fix. (#3786, #3815)
- Improve authtoken compatibility with Django 1.9. Thanks to S. Andrew Sheppard for the fix. (#3785)
- Fix
Min/MaxValueValidator
transfer from a model'sDecimalField
. Thanks to Kevin Brown for the fix. (#3774) - Improve HTML title in the Browsable API. Thanks to Mike Lissner for the report and fix. (#3769)
- Fix
AutoFilterSet
to inherit fromdefault_filter_set
. Thanks to Tom Linford for the fix. (#3753) - Fix transifex config to handle the new Chinese language codes. Thanks to @nypisces for the report and fix. (#3739)
DateTimeField
does not handle empty values correctly. Thanks to Mick Parker for the report and fix. (#3731, #3726)- Raise error when setting a removed rest_framework setting. Thanks to Luis San Pablo for the fix. (#3715)
- Add missing csrf_token in AdminRenderer post form. Thanks to Piotr Śniegowski for the fix. (#3703)
- Refactored
_get_reverse_relationships()
to use correctto_field
. Thanks to Benjamin Phillips for the fix. (#3696) - Document the use of
get_queryset
forRelatedField
. Thanks to Ryan Hiebert for the fix. (#3605) - Fix empty pk detection in HyperlinkRelatedField.get_url. Thanks to @jslang for the fix (#3962)
3.3.2
Date: 14th December 2015.
ListField
enforces input is a list. (#3513)- Fix regression hiding raw data form. (#3600, #3578)
- Fix Python 3.5 compatibility. (#3534, #3626)
- Allow setting a custom Django Paginator in
pagination.PageNumberPagination
. (#3631, #3684) - Fix relational fields without
to_fields
attribute. (#3635, #3634) - Fix
template.render
deprecation warnings for Django 1.9. (#3654) - Sort response headers in browsable API renderer. (#3655)
- Use related_objects api for Django 1.9+. (#3656, #3252)
- Add confirm modal when deleting. (#3228, #3662)
- Reveal previously hidden AttributeErrors and TypeErrors while calling has_[object_]permissions. (#3668)
- Make DRF compatible with multi template engine in Django 1.8. (#3672)
- Update
NestedBoundField
to also handle empty string when rendering its form. (#3677) - Fix UUID validation to properly catch invalid input types. (#3687, #3679)
- Fix caching issues. (#3628, #3701)
- Fix Admin and API browser for views without a filter_class. (#3705, #3596, #3597)
- Add app_name to rest_framework.urls. (#3714)
- Improve authtoken's views to support url versioning. (#3718, #3723)
3.3.1
Date: 4th November 2015.
- Resolve parsing bug when accessing
request.POST
(#3592) - Correctly deal with
to_field
referring to primary key. (#3593) - Allow filter HTML to render when no
filter_class
is defined. (#3560) - Fix admin rendering issues. (#3564, #3556)
- Fix issue with DecimalValidator. (#3568)
3.3.0
Date: 28th October 2015.
- HTML controls for filters. (#3315)
- Forms API. (#3475)
- AJAX browsable API. (#3410)
- Added JSONField. (#3454)
- Correctly map
to_field
when creatingModelSerializer
relational fields. (#3526) - Include keyword arguments when mapping
FilePathField
to a serializer field. (#3536) - Map appropriate model
error_messages
onModelSerializer
uniqueness constraints. (#3435) - Include
max_length
constraint forModelSerializer
fields mapped from TextField. (#3509) - Added support for Django 1.9. (#3450, #3525)
- Removed support for Django 1.5 & 1.6. (#3421, #3429)
- Removed 'south' migrations. (#3495)
3.2.x series
3.2.5
Date: 27th October 2015.
- Escape
username
in optional logout tag. (#3550)
3.2.4
Date: 21th September 2015.
- Don't error on missing
ViewSet.search_fields
attribute. (#3324, #3323) - Fix
allow_empty
not working on serializers withmany=True
. (#3361, #3364) - Let
DurationField
accepts integers. (#3359) - Multi-level dictionaries not supported in multipart requests. (#3314)
- Fix
ListField
truncation on HTTP PATCH (#3415, #2761)
3.2.3
Date: 24th August 2015.
- Added
html_cutoff
andhtml_cutoff_text
for limiting select dropdowns. (#3313) - Added regex style to
SearchFilter
. (#3316) - Resolve issues with setting blank HTML fields. (#3318) (#3321)
- Correctly display existing 'select multiple' values in browsable API forms. (#3290)
- Resolve duplicated validation message for
IPAddressField
. ([#3249gh3249) (#3250) - Fix to ensure admin renderer continues to work when pagination is disabled. (#3275)
- Resolve error with
LimitOffsetPagination
when count=0, offset=0. (#3303)
3.2.2
Date: 13th August 2015.
- Add
display_value()
method for use when displaying relational field select inputs. (#3254) - Fix issue with
BooleanField
checkboxes incorrectly displaying as checked. (#3258) - Ensure empty checkboxes properly set
BooleanField
toFalse
in all cases. (#2776) - Allow
WSGIRequest.FILES
property without raising incorrect deprecated error. (#3261) - Resolve issue with rendering nested serializers in forms. (#3260)
- Raise an error if user accidentally pass a serializer instance to a response, rather than data. (#3241)
3.2.1
Date: 7th August 2015.
- Fix for relational select widgets rendering without any choices. (#3237)
- Fix for
1
,0
rendering astrue
,false
in the admin interface. #3227) - Fix for ListFields with single value in HTML form input. (#3238)
- Allow
request.FILES
for compat with Django'sHTTPRequest
class. (#3239)
3.2.0
Date: 6th August 2015.
- Add
AdminRenderer
. (#2926) - Add
FilePathField
. (#1854) - Add
allow_empty
toListField
. (#2250) - Support django-guardian 1.3. (#3165)
- Support grouped choices. (#3225)
- Support error forms in browsable API. (#3024)
- Allow permission classes to customize the error message. (#2539)
- Support
source=<method>
on hyperlinked fields. (#2690) ListField(allow_null=True)
now allows null as the list value, not null items in the list. (#2766)ManyToMany()
maps toallow_empty=False
,ManyToMany(blank=True)
maps toallow_empty=True
. (#2804)- Support custom serialization styles for primary key fields. (#2789)
OPTIONS
requests support nested representations. (#2915)- Set
view.action == "metadata"
for viewsets withOPTIONS
requests. (#3115) - Support
allow_blank
onUUIDField
. ([#3130][gh#3130]) - Do not display view docstrings with 401 or 403 response codes. (#3216)
- Resolve Django 1.8 deprecation warnings. (#2886)
- Fix for
DecimalField
validation. (#3139) - Fix behavior of
allow_blank=False
when used withtrim_whitespace=True
. (#2712) - Fix issue with some field combinations incorrectly mapping to an invalid
allow_blank
argument. (#3011) - Fix for output representations with prefetches and modified querysets. (#2704, #2727)
- Fix assertion error when CursorPagination is provided with certains invalid query parameters. (#2920)gh2920.
- Fix
UnicodeDecodeError
when invalid characters included in header withTokenAuthentication
. (#2928) - Fix transaction rollbacks with
@non_atomic_requests
decorator. (#3016) - Fix duplicate results issue with Oracle databases using
SearchFilter
. (#2935) - Fix checkbox alignment and rendering in browsable API forms. (#2783)
- Fix for unsaved file objects which should use
"url": null
in the representation. (#2759) - Fix field value rendering in browsable API. (#2416)
- Fix
HStoreField
to includeallow_blank=True
inDictField
mapping. (#2659) - Numerous other cleanups, improvements to error messaging, private API & minor fixes.
3.1.x series
3.1.3
Date: 4th June 2015.
- Add
DurationField
. (#2481, #2989) - Add
format
argument toUUIDField
. (#2788, #3000) MultipleChoiceField
empties incorrectly on a partial update using multipart/form-data (#2993, #2894)- Fix a bug in options related to read-only
RelatedField
. (#2981, #2811) - Fix nested serializers with
unique_together
relations. (#2975) - Allow unexpected values for
ChoiceField
/MultipleChoiceField
representations. (#2839, #2940) - Rollback the transaction on error if
ATOMIC_REQUESTS
is set. (#2887, #2034) - Set the action on a view when override_method regardless of its None-ness. (#2933)
DecimalField
accepts2E+2
as 200 and validates decimal place correctly. (#2948, #2947)- Support basic authentication with custom
UserModel
that changeusername
. (#2952) IPAddressField
improvements. (#2747, #2618, #3008)- Improve
DecimalField
for easier subclassing. (#2695)
3.1.2
Date: 13rd May 2015.
DateField.to_representation
can handle str and empty values. (#2656, #2687, #2869)- Use default reason phrases from HTTP standard. (#2764, #2763)
- Raise error when
ModelSerializer
used with abstract model. (#2757, #2630) - Handle reversal of non-API view_name in
HyperLinkedRelatedField
(#2724, #2711) - Dont require pk strictly for related fields. (#2745, #2754)
- Metadata detects null boolean field type. (#2762)
- Proper handling of depth in nested serializers. (#2798)
- Display viewset without paginator. (#2807)
- Don't check for deprecated
.model
attribute in permissions (#2818) - Restrict integer field to integers and strings. (#2835, #2836)
- Improve
IntegerField
to use compiled decimal regex. (#2853) - Prevent empty
queryset
to raise AssertionError. (#2862) DjangoModelPermissions
rely onget_queryset
. (#2863)- Check
AcceptHeaderVersioning
with content negotiation in place. (#2868) - Allow
DjangoObjectPermissions
to use views that defineget_queryset
. (#2905)
3.1.1
Date: 23rd March 2015.
- Security fix: Escape tab switching cookie name in browsable API.
- Display input forms in browsable API if
serializer_class
is used, even whenget_serializer
method does not exist on the view. (#2743) - Use a password input for the AuthTokenSerializer. (#2741)
- Fix missing anchor closing tag after next button. (#2691)
- Fix
lookup_url_kwarg
handling in viewsets. (#2685, #2591) - Fix problem with importing
rest_framework.views
inapps.py
(#2678) - LimitOffsetPagination raises
TypeError
if PAGE_SIZE not set (#2667, #2700) - German translation for
min_value
field error message referencesmax_value
. (#2645) - Remove
MergeDict
. (#2640) - Support serializing unsaved models with related fields. (#2637, #2641)
- Allow blank/null on radio.html choices. (#2631)
3.1.0
Date: 5th March 2015.
For full details see the 3.1 release announcement.
3.0.x series
3.0.5
Date: 10th February 2015.
- Fix a bug where
_closable_objects
breaks pickling. (#1850, #2492) - Allow non-standard
User
models withThrottling
. (#2524) - Support custom
User.db_table
in TokenAuthentication migration. (#2479) - Fix misleading
AttributeError
tracebacks onRequest
objects. (#2530, #2108) ManyRelatedField.get_value
clearing field on partial update. (#2475)- Removed '.model' shortcut from code. (#2486)
- Fix
detail_route
andlist_route
mutable argument. (#2518) - Prefetching the user object when getting the token in
TokenAuthentication
. (#2519)
3.0.4
Date: 28th January 2015.
- Django 1.8a1 support. (#2425, #2446, #2441)
- Add
DictField
and support Django 1.8HStoreField
. (#2451, #2106) - Add
UUIDField
and support Django 1.8UUIDField
. (#2448, #2433, #2432) BaseRenderer.render
now raisesNotImplementedError
. (#2434)- Fix timedelta JSON serialization on Python 2.6. (#2430)
ResultDict
andResultList
now appear as standard dict/list. (#2421)- Fix visible
HiddenField
in the HTML form of the web browsable API page. (#2410) - Use
OrderedDict
forRelatedField.choices
. (#2408) - Fix ident format when using
HTTP_X_FORWARDED_FOR
. (#2401) - Fix invalid key with memcached while using throttling. (#2400)
- Fix
FileUploadParser
with version 3.x. (#2399) - Fix the serializer inheritance. (#2388)
- Fix caching issues with
ReturnDict
. (#2360)
3.0.3
Date: 8th January 2015.
- Fix
MinValueValidator
onmodels.DateField
. (#2369) - Fix serializer missing context when pagination is used. (#2355)
- Namespaced router URLs are now supported by the
DefaultRouter
. (#2351) required=False
allows omission of value for output. (#2342)- Use textarea input for
models.TextField
. (#2340) - Use custom
ListSerializer
for pagination if required. (#2331, #2327) - Better behavior with null and '' for blank HTML fields. (#2330)
- Ensure fields in
exclude
are model fields. (#2319) - Fix
IntegerField
andmax_length
argument incompatibility. (#2317) - Fix the YAML encoder for 3.0 serializers. (#2315, #2283)
- Fix the behavior of empty HTML fields. (#2311, #1101)
- Fix Metaclass attribute depth ignoring fields attribute. (#2287)
- Fix
format_suffix_patterns
to work with Django'si18n_patterns
. (#2278) - Ability to customize router URLs for custom actions, using
url_path
. (#2010) - Don't install Django REST Framework as egg. (#2386)
3.0.2
Date: 17th December 2014.
- Ensure
request.user
is made available to response middleware. (#2155) Client.logout()
also cancels any existingforce_authenticate
. (#2218, #2259)- Extra assertions and better checks to preventing incorrect serializer API use. (#2228, #2234, #2262, #2263, #2266, #2267, #2289, #2291)
- Fixed
min_length
message forCharField
. (#2255) - Fix
UnicodeDecodeError
, which can occur on serializerrepr
. (#2270, #2279) - Fix empty HTML values when a default is provided. (#2280, #2294)
- Fix
SlugRelatedField
raisingUnicodeEncodeError
when used as a multiple choice input. (#2290)
3.0.1
Date: 11th December 2014.
- More helpful error message when the default Serializer
create()
fails. (#2013) - Raise error when attempting to save serializer if data is not valid. (#2098)
- Fix
FileUploadParser
breaks with empty file names and multiple upload handlers. (#2109) - Improve
BindingDict
to support standard dict-functions. (#2135, #2163) - Add
validate()
toListSerializer
. (#2168, #2225, #2232) - Fix JSONP renderer failing to escape some characters. (#2169, #2195)
- Add missing default style for
FileField
. (#2172) - Actions are required when calling
ViewSet.as_view()
. (#2175) - Add
allow_blank
toChoiceField
. (#2184, #2239) - Cosmetic fixes in the HTML renderer. (#2187)
- Raise error if
fields
on serializer is not a list of strings. (#2193, #2213) - Improve checks for nested creates and updates. (#2194, #2196)
validated_attrs
argument renamed tovalidated_data
inSerializer
create()
/update()
. (#2197)- Remove deprecated code to reflect the dropped Django versions. (#2200)
- Better serializer errors for nested writes. (#2202, #2215)
- Fix pagination and custom permissions incompatibility. (#2205)
- Raise error if
fields
on serializer is not a list of strings. (#2213) - Add missing translation markers for relational fields. (#2231)
- Improve field lookup behavior for dicts/mappings. (#2244, #2243)
- Optimized hyperlinked PK. (#2242)
3.0.0
Date: 1st December 2014
For full details see the 3.0 release announcement.
For older release notes, please see the version 2.x documentation.