| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-13 | Added documentation on how to use the token authentication login view. | Rob Romano | |
| 2012-11-13 | Added a FileField and an ImageField (copied from django.forms.fields). | Marko Tibold | |
| Adjusted generics, mixins and serializers to take a `files` arg where applicable. | |||
| 2012-11-13 | removed useless line after polishing code | Ludwig Kraatz | |
| added it in first commit but after third it became useless. | |||
| 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 | Note django-filter support | Tom Christie | |
| 2012-11-13 | Fix broken depth argument | Tom Christie | |
| 2012-11-13 | Implementing 401 vs 403 responses | Tom Christie | |
| 2012-11-13 | Remove OAuth2 from docs | Tom Christie | |
| 2012-11-12 | Updates to login view for TokenAuthentication from feedback from Tom | Rob Romano | |
| 2012-11-11 | Merge pull request #396 from markotibold/#380 | Marko Tibold | |
| Fixes #380 | |||
| 2012-11-10 | Added authtoken login/logout urlpatterns and views | Rob Romano | |
| 2012-11-10 | Added authtoken login/logout urlpatterns and views to support scripted ↵ | Rob Romano | |
| logins and logouts using TokenAuthentication. Added unittests. | |||
| 2012-11-10 | Newline | Tom Christie | |
| 2012-11-10 | Added @glic3rinu. Thanks! | 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 | Note django-filter installation | Tom Christie | |
| 2012-11-09 | Merge pull request #393 from glic3rinu/master | Tom Christie | |
| Fixed typo on safe_mode markdown wrapper | |||
| 2012-11-09 | Fixed typo on safe_mode markdown wrapper | glic3rinu | |
| 2012-11-09 | Merge with master | Tom Christie | |
| 2012-11-09 | Minor docs tweak. | Tom Christie | |
| 2012-11-09 | Typo | 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 | Added @benkonrath, for his excellent work on filtering support. Thank you! | 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 | Add media_type to example file parser | Tom Christie | |
| 2012-11-08 | Tweak note style | Tom Christie | |
| 2012-11-08 | Merge pull request #388 from eofs/m2m_reverse | Tom Christie | |
| Fixed creation of objects with reversed M2M relations | |||
| 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 | Release notes updated | Tomi Pajunen | |
| 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 | Add filtering into documentation | Tom Christie | |
| 2012-11-07 | Make django-filter optional | 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 | |||
