| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-25 | Re-add implementation of multiple-operation generic views to remove diamond ↵ | Jamie Matthews | |
| inheritance | |||
| 2012-10-25 | Add pre_save hook in generic views | Tom Christie | |
| 2012-10-25 | Merge branch 'restframework2' into split-generic-views | Jamie Matthews | |
| * restframework2: Fix ModelSerializer logic for fields with default value, which should have required=False set Added @diviei - Thanks! Fix typo reported by @diviei | |||
| 2012-10-24 | Fix ModelSerializer logic for fields with default value, which should have ↵ | Tom Christie | |
| required=False set | |||
| 2012-10-24 | Split concrete generic views up into separate bits of functionality | Jamie Matthews | |
| 2012-10-24 | Move per-field and cross-field validation into a single method | Jamie Matthews | |
| 2012-10-24 | Clean up internal names and documentation | Jamie Matthews | |
| 2012-10-24 | Add cross-field validate method | Jamie Matthews | |
| 2012-10-24 | Switch from clean_<fieldname> to validate_<fieldname>, clarify documentation | Jamie Matthews | |
| 2012-10-24 | Implement per-field validation on Serializers | Jamie Matthews | |
| 2012-10-22 | Merge pull request #315 from Roarster/emptymanytomany | Tom Christie | |
| #314 Fix for manytomany field being required in the payload even though ... | |||
| 2012-10-22 | #314 Fix for manytomany field being required in the payload even though the ↵ | Ian Strachan | |
| field is specified as readonly in the serializer | |||
| 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 | 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 | 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 | 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-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 | 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 | 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 | |
