| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-16 | Merge pull request #422 from markotibold/max_length_for_modelserializers | Tom Christie | |
| Max length for modelserializers | |||
| 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 | Added URLField and SlugField. | Marko Tibold | |
| Fixed test_modelserializer_max_length_exceeded | |||
| 2012-11-16 | Reproduces #421 | Marko Tibold | |
| 2012-11-15 | Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into ↵ | Marko Tibold | |
| file_and_image_fields | |||
| 2012-11-15 | added page_size_kwarg tests | Stephan Groß | |
| 2012-11-14 | Added a test for the FileField. | Marko Tibold | |
| 2012-11-14 | polishing code | Ludwig Kraatz | |
| and adding myself to auhtors file | |||
| 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 | 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-10 | Fixes #380 | Marko Tibold | |
| 2012-11-10 | Reproduces #380 | Marko Tibold | |
| 2012-11-09 | Support for `read_only_fields` on `ModelSerializer` classes | Tom Christie | |
| 2012-11-09 | Merge pull request #383 from tomchristie/filtering | Tom Christie | |
| Support for filtering backends | |||
| 2012-11-08 | Make default FILTER_BACKEND = None | Tom Christie | |
| 2012-11-08 | Fixed creation of objects with reversed M2M relations | Tomi Pajunen | |
| 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-06 | Support for HTML error templates. Fixes #319. | Tom Christie | |
| 2012-11-06 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-11-05 | Tweaks | 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 | fixed typo | Stephan Groß | |
| 2012-11-05 | added testcase for custom slug field in hyperlinkedrelatedfield | Stephan Groß | |
| 2012-11-05 | `queryset` argument is now optional on writable model fields. | Tom Christie | |
| 2012-11-05 | Swap position of `instance` and `data` keyword arguments. | Tom Christie | |
| 2012-11-04 | Remove `request' from response instance while | Jacob Magnusson | |
| testing caching | |||
| 2012-11-04 | Add tests for caching of GET/HEAD requests using | Jacob Magnusson | |
| Django's built in caching framework. Currently fails as some attributes on the Response object are not pickable | |||
| 2012-11-03 | Added test for ModelSerializer Meta fields | Jacob Magnusson | |
| returning as expected | |||
| 2012-11-03 | Added test that makes sure that fields with | Jacob Magnusson | |
| dictionaries as data are returned as expected and not turned into string representations | |||
| 2012-11-03 | Bye bye star import | Jacob Magnusson | |
| 2012-11-02 | Tweaks | Tom Christie | |
| 2012-11-02 | foreign key tests | Tom Christie | |
| 2012-11-02 | Initial PK relationship tests | Tom Christie | |
| 2012-11-01 | Merge branch 'master' into restframework2-filter | Ben Konrath | |
| 2012-10-31 | PUT as create should return 201. Fixes #340. | Tom Christie | |
| 2012-10-30 | Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325 | Tom Christie | |
| Thanks to @Roarster. | |||
| 2012-10-30 | Allow use of absolute URLs when deserializing hyperlinked fields | Tom Christie | |
| 2012-10-30 | Hyperlinked serializer tests | Tom Christie | |
| 2012-10-30 | Adding failing tests that show null=True model fields are won't validate if ↵ | Marko Tibold | |
| their value is omitted. | |||
| 2012-10-29 | Fix slug based put as create test | Tom Christie | |
| 2012-10-29 | PUT as create should return 200 | Tom Christie | |
| 2012-10-29 | Merge pull request #331 from markotibold/test_put_as_create | Tom Christie | |
| Test put as create | |||
| 2012-10-28 | readonly -> read_only | Tom Christie | |
| 2012-10-28 | Get the correct instance | Marko Tibold | |
| 2012-10-28 | test_put_as_create_on_id_based_url should check for a created-response. | Marko Tibold | |
