| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-17 | Drop .parse_string_or_stream() - keep API minimal. | Tom Christie | |
| 2012-10-17 | Make default field check safe for boolean values whereby 'False' may be an ↵ | Rob Dobson | |
| acceptable default value | |||
| 2012-10-17 | Use two seperate exceptions - `AuthenticationFailed`, and `NotAuthenticated` | Tom Christie | |
| Cleaner seperation of exception and resulting HTTP response. Should result in more obvious error messages. | |||
| 2012-10-17 | Use correct status code | Tom Christie | |
| 2012-10-17 | Add docs for 401 vs 403 responses | Tom Christie | |
| 2012-10-17 | Add `Unauthenticated` exception. | Tom Christie | |
| 2012-10-17 | Typo in class name | eofs | |
| 2012-10-16 | Merge branch 'restframework2' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into restframework2 | |||
| 2012-10-15 | Merge pull request #296 from ulmus/restframework2 | Tom Christie | |
| Removed serializers.TextField and related tests | |||
| 2012-10-15 | Explicit CSRF failure message. Fixes #60. | Tom Christie | |
| 2012-10-15 | Tweak parsers to take parser_context | Tom Christie | |
| 2012-10-15 | Removed serializer.TextField and related tests | Jens Alm | |
| 2012-10-15 | Added docs, integer fields and refactored models.TextField to use CharField | Jens Alm | |
| I realized that per the django forms, there is no need for a separate TextField, an unlimited CharField is perfectly good. Also added default field for the different IntegerField types | |||
| 2012-10-15 | Revert "Support for request-based queryset limits on ListModelMixin" | Jens Alm | |
| This reverts commit de4604be0ab64da2d7da0a7054197278e566ced2. | |||
| 2012-10-15 | Support for request-based queryset limits on ListModelMixin | Jens Alm | |
| ListModelMixin uses the get_queryset from the MultipleObjectMixin. This method can be overridden on the View class to return a different queryset, but get_queryset doesn't accept a request parameter in. This commit adds the limit_list hook to override if you want to limit the queryset based on request-information such as the logged in user. | |||
| 2012-10-15 | Added tests for TextField | Jens Alm | |
| 2012-10-15 | Added TextField to recognized fields | Jens Alm | |
| 2012-10-14 | Documentation for parsers | Tom Christie | |
| 2012-10-13 | Improve documentation for Requests | Tom Christie | |
| 2012-10-11 | Use Decimal (properly) everywhere. | Ben Konrath | |
| 2012-10-11 | Explicitly use Decimal for creating filter test data. | Ben Konrath | |
| This fixes a Travis build failures on python 2.6: https://travis-ci.org/#!/tomchristie/django-rest-framework/builds/2746628 | |||
| 2012-10-11 | Sanitise JSON error messages | Tom Christie | |
| 2012-10-11 | Sanitise JSON error messages | Tom Christie | |
| 2012-10-11 | Define 'page' query field name in one place. | Ben Konrath | |
| 2012-10-11 | Make query filters work with pagination. | Ben Konrath | |
| 2012-10-11 | Fix small PEP8 problem. | Ben Konrath | |
| 2012-10-11 | Check for 200 status when unknown filter requested. | Ben Konrath | |
| This changes the test from the failing checking for status 400. See discussion here: https://github.com/tomchristie/django-rest-framework/pull/169#issuecomment-9240480 | |||
| 2012-10-11 | First attempt at adding filter support. | Ben Konrath | |
| The filter support uses django-filter to work its magic. | |||
| 2012-10-10 | Don't fail when no data provided | Tom Christie | |
| 2012-10-10 | Fix session auth | Tom Christie | |
| 2012-10-10 | Fix yaml rendering | Tom Christie | |
| 2012-10-10 | Tidy up APISettings object to not rely on module state | Tom Christie | |
| 2012-10-10 | Fix key ordering in json. (sort if it's a sorted dictc representation, or ↵ | Tom Christie | |
| not otherwise) | |||
| 2012-10-10 | Make sure JSON output in Browseable API is nicely indented | Tom Christie | |
| 2012-10-10 | Permissions and throttles no longer have a view attribute on self. ↵ | Tom Christie | |
| Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) | |||
| 2012-10-10 | api_key -> auth_token to avoid TastyPie conflict | Tom Christie | |
| 2012-10-10 | Remove 'tut 6 - resources' from the docs, since it doesn't exist yet | Tom Christie | |
| 2012-10-09 | Add 'to_many' flag in get_related_field | Tom Christie | |
| 2012-10-09 | Add flag in get_related_field | Tom Christie | |
| 2012-10-09 | Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> ↵ | Tom Christie | |
| BrowseableAPIRenderer | |||
| 2012-10-09 | Flesh out quickstart guide and make some style tweaks | Tom Christie | |
| 2012-10-09 | Fix browseable API form display error for authenticated permissions | Tom Christie | |
| 2012-10-09 | Added quickstart guide | Tom Christie | |
| 2012-10-09 | Remove Field handling relations/relationship managers - use ↵ | Tom Christie | |
| RelatedField/ManyRelatedField instead | |||
| 2012-10-09 | Tweak authtoken | Tom Christie | |
| 2012-10-09 | Function based views get proper naming in browseable API | Tom Christie | |
| 2012-10-08 | Fix issue where required fields were not being properly validated. Also ↵ | Tom Christie | |
| make model fields with a default value be not required | |||
| 2012-10-08 | Fix fiddly content-overloading bug | Tom Christie | |
| 2012-10-08 | Add RetrieveDestroyAPIView and remove Metadata mixin | Tom Christie | |
| 2012-10-08 | Fix #285 | Tom Christie | |
