Tags: koordinates/django-rest-framework
Tags
Turn style assertions into warnings, so they can be opted out of.
Turn style assertions into warnings, so they can be opted out of.
Turn style assertions into warnings, so they can be opted out of.
Escape hyperlink URLs on lookup (encode#7059) * Escape hyperlink URLs on lookup * Rename duplicate test Backport from master (3.13) @ fe840a3
Drop urlize_quoted_links (encode#7548) Backport of ae64933
Return Empty when getting listserializers from empty html input If a non-required nested list serializer is *not* included in postdata from an HTML form, the field validation nonetheless returns an empty list. This means you can easily clobber existing data when PUTting to an existing resource, just by not including some list fields. This is made worse by DRF treating skipping request parsing for empty input. - encode#3647 and encode#4566 are "fixed" but do not appear to fix the problem; empty JSON posts still skip request parsing, and list fields not included in the post still get set to empty lists.
PreviousNext