| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-02 | Merge remote-tracking branch 'reference/py3k' into p3k | Xavier Ordoquy | |
| 2012-12-19 | Fix #521. (Browseable API exception on delete) | Tom Christie | |
| 2012-12-18 | Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks ↵ | Tom Christie | |
| to @n8agrin for the bug report. | |||
| 2012-11-22 | First passing test under p3k \o/ | Xavier Ordoquy | |
| 2012-11-16 | Merge pull request #408 from markotibold/file_and_image_fields | Tom Christie | |
| Added a FileField and an ImageField | |||
| 2012-11-16 | Polishing to page size query parameters & more docs | Tom Christie | |
| 2012-11-16 | Merge pull request #412 from minddust/custom_page_size_per_request | Tom Christie | |
| support for custom page size per request | |||
| 2012-11-16 | Minor tweaks to internals of generics and mixins | Tom Christie | |
| 2012-11-15 | Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵ | Marko Tibold | |
| file_and_image_fields | |||
| 2012-11-15 | updated script to just use page_size_kwarg | Stephan Groß | |
| 2012-11-15 | added global and per resource on/off switch + updated docs | Stephan Groß | |
| 2012-11-14 | added support for passing page_size per request | Stephan Groß | |
| 2012-11-14 | once more polished | Ludwig Kraatz | |
| 2012-11-14 | polishing code | Ludwig Kraatz | |
| and adding myself to auhtors file | |||
| 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 | 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-07 | Merge branch 'restframework2-filter' of ↵ | Tom Christie | |
| git://github.com/onepercentclub/django-rest-framework into filtering | |||
| 2012-11-06 | Use saner get_serializer signature | Tom Christie | |
| 2012-11-06 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-01 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-01 | since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ↵ | Pavel Savchenko | |
| reason to complete the renaming in docs and comments as well. | |||
| 2012-10-31 | PUT as create should return 201. Fixes #340. | Tom Christie | |
| 2012-10-25 | Add pre_save hook in generic views | Tom Christie | |
| 2012-10-11 | First attempt at adding filter support. | Ben Konrath | |
| The filter support uses django-filter to work its magic. | |||
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie | |
| 2012-10-08 | Fix #285 | Tom Christie | |
| 2012-10-05 | Support PUT for create | Tom Christie | |
| 2012-10-03 | Add Serializer.save() to clean up differences between serializer.object ↵ | Tom Christie | |
| being either a DeserializedObject or a model instance | |||
| 2012-10-02 | Update view docs slightly | Tom Christie | |
| 2012-09-30 | Pagination support | Tom Christie | |
| 2012-09-27 | Only display forms when user has permissions. #159 | Tom Christie | |
| 2012-09-20 | Hack out bunch of unneccesary private methods on View class | Tom Christie | |
| 2012-09-20 | Change package name: djangorestframework -> rest_framework | Tom Christie | |
