| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-21 | Merge remote-tracking branch 'upstream/master' into partial-update | Mark Aaron Shirley | |
| 2012-11-21 | added missing line | Stephan Groß | |
| 2012-11-21 | Merge remote-tracking branch 'upstream/master' into regex_field | Stephan Groß | |
| Conflicts: docs/topics/release-notes.md | |||
| 2012-11-21 | added tests | Stephan Groß | |
| 2012-11-20 | Merge pull request #430 from j4mie/serializer-method-field | Tom Christie | |
| Serializer method field | |||
| 2012-11-20 | Add support for partial serializer updates | Mark Aaron Shirley | |
| 2012-11-20 | Clean up and clarify tests for related serializers | Jamie Matthews | |
| 2012-11-20 | Fix related serializers with source argument that resolves to a callable | Jamie Matthews | |
| 2012-11-19 | Merge pull request #399 from robromano/master | Tom Christie | |
| Added login view for users of TokenAuthentication | |||
| 2012-11-19 | Add SerializerMethodField | Jamie Matthews | |
| 2012-11-18 | Update robromano fork with upstream master | Robert Romano | |
| Conflicts: docs/topics/credits.md docs/topics/release-notes.md | |||
| 2012-11-18 | Add support for min_length / max_length keywords | Jacob Magnusson | |
| on basic ModelFields | |||
| 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 | Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵ | Rob Romano | |
| updated tests & docs. Left authtoken.urls in place as example. | |||
| 2012-11-14 | Updates to login view for TokenAuthentication from feedback from Tom | Rob Romano | |
| 2012-11-14 | Added authtoken login/logout urlpatterns and views | Rob Romano | |
| 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 | |
