forked from pool/python-billiard
* Filtering support.
* Bugfix: Support creation of objects with reverse M2M relations.
- 2.1.1
* Support use of HTML exception templates. Eg. 403.html
* Hyperlinked fields take optional slug_field, slug_url_kwarg and
pk_url_kwarg arguments.
* Bugfix: Deal with optional trailing slashs properly when generating
breadcrumbs.
* Bugfix: Make textareas same width as other fields in browsable API.
* Private API change: .get_serializer now uses same instance and data
ordering as serializer initialization.
- 2.1.0
* Serializer instance and data keyword args have their position swapped.
* queryset argument is now optional on writable model fields.
* Hyperlinked related fields optionally take slug_field and slug_url_kwarg
arguments.
* Support Django's cache framework.
* Minor field improvements. (Don't stringify dicts, more robust many-pk
fields.)
* Bugfix: Support choice field in Browseable API.
* Bugfix: Related fields with read_only=True do not require a queryset
argument.
- 2.0.2
* Fix issues with pk related fields in the browsable API.
- 2.0.1
* Add support for relational fields in the browsable API.
* Added SlugRelatedField and ManySlugRelatedField.
* If PUT creates an instance return '201 Created', instead of '200 OK'.
- 2.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=7
6.9 KiB
6.9 KiB