| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-13 | fixed ugly code | Ludwig Kraatz | |
| Location header is set just, if there is a Location field on the serializer. | |||
| 2012-11-13 | fixed a bug on testing throttling headers | Ludwig Kraatz | |
| after changing the headers storing of reponse | |||
| 2012-11-13 | changed buggy response + code ploishing | Ludwig Kraatz | |
| reponse didnt handle any headers at all. Accepts now a dict of headers and sets those properly | |||
| 2012-11-13 | Returning a Location Header on Create | Ludwig Kraatz | |
| when creating a Resource with HyperlinkedIdentityField of any name | |||
| 2012-11-13 | Fix broken depth argument | Tom Christie | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-11-10 | Fixes #380 | Marko Tibold | |
| 2012-11-10 | Reproduces #380 | Marko Tibold | |
| 2012-11-09 | Merge pull request #394 from tomchristie/read_only_fields | Tom Christie | |
| Read only fields | |||
| 2012-11-09 | Support for `read_only_fields` on `ModelSerializer` classes | Tom Christie | |
| 2012-11-09 | Fixed typo on safe_mode markdown wrapper | glic3rinu | |
| 2012-11-09 | Merge with master | Tom Christie | |
| 2012-11-09 | Version 2.1.2 (Adds filtering support)2.1.2 | Tom Christie | |
| 2012-11-09 | Merge pull request #383 from tomchristie/filtering | Tom Christie | |
| Support for filtering backends | |||
| 2012-11-09 | Updated filteing docs. | Tom Christie | |
| 2012-11-08 | Ensure pagination URLs are fully qualified | Tom Christie | |
| 2012-11-08 | Make default FILTER_BACKEND = None | Tom Christie | |
| 2012-11-08 | Comments updated | Tomi Pajunen | |
| 2012-11-08 | Fields specify what FormFieldClass should be used by BrowsableApiRenderer | Ludwig Kraatz | |
| added SerializerField Attribute "form_field_class" and defaults for existing Fields | |||
| 2012-11-08 | revert merge | Ludwig Kraatz | |
| 2012-11-08 | Fixed creation of objects with reversed M2M relations | Tomi Pajunen | |
| 2012-11-08 | clean support for view namespaces in as serializer attribute | Ludwig Kraatz | |
| view name is prepended with namespace if existend | |||
| 2012-11-08 | Allowing custom Serializer Fields to have different BrowsableApiRendered ↵ | Ludwig Kraatz | |
| Form Fields than CharField moved field_mapping from local serializer_to_form_fields var to BrowsableAPIRenderer class attr | |||
| 2012-11-08 | moved field_mapping to be BrowsableAPIRenderer attr | Ludwig Kraatz | |
| from local serializer_to_form_fields var to BrowsableAPIRenderer class attr in order to - allow customization when subclassing | |||
| 2012-11-08 | Strict import ordering | Tom Christie | |
| 2012-11-07 | Simplify NextPageField and PreviousPageField slightly | Tom Christie | |
| 2012-11-07 | Make filtering optional, and pluggable. | Tom Christie | |
| 2012-11-07 | Merge branch 'restframework2-filter' of ↵ | Tom Christie | |
| git://github.com/onepercentclub/django-rest-framework into filtering | |||
| 2012-11-07 | fixed typo | Stephan Groß | |
| 2012-11-07 | Version 2.1.12.1.1 | Tom Christie | |
| 2012-11-07 | Make textareas in browseable API same width as everything else | Tom Christie | |
| 2012-11-07 | Fix repeated breadcrumbs when optional trailing slash is used | Tom Christie | |
| 2012-11-07 | Make textareas in browseable API same width as everything else | Tom Christie | |
| 2012-11-07 | Fix repeated breadcrumbs when optional trailing slash is used | Tom Christie | |
| 2012-11-06 | fixed typo in html status code | Stephan Groß | |
| 2012-11-06 | Add pk_url_kwarg to hyperlinked fields | Tom Christie | |
| 2012-11-06 | Use saner get_serializer signature | Tom Christie | |
| 2012-11-06 | added slug support for HyperlinkedIdentityField | Stephan Groß | |
| 2012-11-06 | Merge pull request #374 from tonimichel/master | Tom Christie | |
| Fixed AttributeError in ModelSerializer.save when ModelSerializer.restore_object is overwritten | |||
| 2012-11-06 | More defensive coding. Refs: #348 | Tom Christie | |
| 2012-11-06 | Respect false value defaults on WritableField. Fixes #377. | Tom Christie | |
| 2012-11-06 | Allow slug_url_kwarg to be overidden by subclass. Fixes #373 | Tom Christie | |
| 2012-11-06 | Support for HTML error templates. Fixes #319. | Tom Christie | |
| 2012-11-06 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-05 | Update rest_framework/serializers.py | Toni | |
| fixed AttributeError in case restore_object is overwritten without explicitly setting self.m2m_data | |||
| 2012-11-05 | Tweaks | Tom Christie | |
| 2012-11-05 | Version 2.1.0. Adding release notes.2.1.0 | Tom Christie | |
| 2012-11-05 | slug_url_kwarg should default to same as slug_field | Tom Christie | |
| 2012-11-05 | Merge pull request #347 from minddust/master | Tom Christie | |
| support for passing custom slug options to HyperlinkedRelatedField | |||
| 2012-11-05 | Drop unneccesarily lenient dictionary-containing-instances serialization. | Tom Christie | |
