| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-22 | Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into ↵ | Marko Tibold | |
| BrowsableAPIRenderer Conflicts: rest_framework/renderers.py - manually resolved conflict | |||
| 2012-10-22 | Merge field changes: .default and .widget | Tom Christie | |
| 2012-10-22 | Merge pull request #311 from j4mie/fix-reverse-relations | Tom Christie | |
| Fix serialization of reverse relationships | |||
| 2012-10-22 | Fix serialization of reverse relationships | Jamie Matthews | |
| 2012-10-21 | Refactoring BrowsableAPIRenderer | Marko Tibold | |
| 2012-10-21 | Remove redundant check if method=='DELETE' | Marko Tibold | |
| 2012-10-21 | Remove `initial` kwarg, add `default`. | Tom Christie | |
| 2012-10-21 | Minor docs tweaks | Tom Christie | |
| 2012-10-21 | Merge pull request #308 from markotibold/docs-edits | Daniel Sokolowski | |
| Documentation spelling and other mistake fixes. | |||
| 2012-10-21 | Changed IsAdmin -> IsAdminUser in example | Marko Tibold | |
| 2012-10-21 | Fixing spelling errors. | Marko Tibold | |
| 2012-10-19 | docs, docs, docs, docs, docs, docs, docs | Tom Christie | |
| 2012-10-19 | Fix up widget choices | Tom Christie | |
| 2012-10-19 | Drop help_text | Tom Christie | |
| 2012-10-18 | Merge pull request #307 from Roarster/dotted_branch_tests | Daniel Sokolowski | |
| Added tests for dotted notation in serializer field source | |||
| 2012-10-18 | First pass at pastebin tutorial | Tom Christie | |
| 2012-10-18 | Added tests for dotted notation in serializer field source | Ian Strachan | |
| 2012-10-18 | Apply readonly on RelatedField | Tom Christie | |
| 2012-10-18 | Allow callables in dotted notation like Field(source='foo.bar') | Tom Christie | |
| 2012-10-18 | Merge pull request #304 from tomchristie/consitent_settings | Tom Christie | |
| Make settings consistent with corrosponding view attributes | |||
| 2012-10-18 | Minor docs fix | Tom Christie | |
| 2012-10-17 | Make settings consistent with corrosponding view attributes | Tom Christie | |
| 2012-10-17 | Negotiation API finalized. .select_renderers and .select_parsers | Tom Christie | |
| 2012-10-17 | Merge pull request #303 from tomchristie/parser_refactor | Tom Christie | |
| Parser refactor | |||
| 2012-10-17 | Added `media_type` to `.parse()` - Consistency with renderer API. | Tom Christie | |
| 2012-10-17 | parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵ | Tom Christie | |
| and `upload_handlers`) Consistency with renderer API. | |||
| 2012-10-17 | Drop .parse_string_or_stream() - keep API minimal. | Tom Christie | |
| 2012-10-17 | Added @rdobson. Thanks! | Tom Christie | |
| 2012-10-17 | Merge pull request #302 from rdobson/restframework2 | Tom Christie | |
| Make default field check safe for boolean values | |||
| 2012-10-17 | Make default field check safe for boolean values whereby 'False' may be an ↵ | Rob Dobson | |
| acceptable default value | |||
| 2012-10-17 | Split up doc sections more cleanly | Tom Christie | |
| 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 | 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 | Highlight use of permissions alnog with authentication | Tom Christie | |
| 2012-10-17 | Docs tweaks | Tom Christie | |
| 2012-10-17 | Added @eofs. Thanks! | Tom Christie | |
| 2012-10-17 | Merge pull request #298 from eofs/restframework2 | Tom Christie | |
| Typo in class name fixed | |||
| 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 | Merge pull request #295 from ulmus/restframework2 | Tom Christie | |
| Added TextField to serializer | |||
| 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. | |||
