aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2012-10-28Remove recursion detectionTom Christie
2012-10-28nested -> depthTom Christie
2012-10-28readonly -> read_onlyTom Christie
2012-10-28Merge pull request #330 from tomchristie/tutorial-refactorTom Christie
2012-10-28Merge pull request #327 from tomchristie/allow-any-permissionTom Christie
2012-10-28TemplateHTMLRenderer, StaticHTMLRendererTom Christie
2012-10-27Add AllowAny classTom Christie
2012-10-27Add AllowAny permissionTom Christie
2012-10-27Push tests into a seperate app namespace 'rest_framework.test'Tom Christie
2012-10-27pep8Tom Christie
2012-10-26Fix failing 'default' on ModelSerializerTom Christie
2012-10-26WhitespaceTom Christie
2012-10-26Object-level permissions respected by Browseable APITom Christie
2012-10-26Choice fields from ModelSerializer.Tom Christie
2012-10-26Drop resources from codebase since implementation is only partial (Created re...Tom Christie
2012-10-25Merge pull request #320 from j4mie/split-generic-viewsTom Christie
2012-10-25Rework generic view class namesJamie Matthews
2012-10-25Re-add implementation of multiple-operation generic views to remove diamond i...Jamie Matthews
2012-10-25Add pre_save hook in generic viewsTom Christie
2012-10-25Merge branch 'restframework2' into split-generic-viewsJamie Matthews
2012-10-24Fix ModelSerializer logic for fields with default value, which should have re...Tom Christie
2012-10-24Split concrete generic views up into separate bits of functionalityJamie Matthews
2012-10-24Move per-field and cross-field validation into a single methodJamie Matthews
2012-10-24Clean up internal names and documentationJamie Matthews
2012-10-24Add cross-field validate methodJamie Matthews
2012-10-24Switch from clean_<fieldname> to validate_<fieldname>, clarify documentationJamie Matthews
2012-10-24Implement per-field validation on SerializersJamie Matthews
2012-10-22Merge pull request #315 from Roarster/emptymanytomanyTom Christie
2012-10-22#314 Fix for manytomany field being required in the payload even though the f...Ian Strachan
2012-10-22Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into BrowsableAPIRend...Marko Tibold
2012-10-22Merge field changes: .default and .widgetTom Christie
2012-10-22Fix serialization of reverse relationshipsJamie Matthews
2012-10-21Refactoring BrowsableAPIRendererMarko Tibold
2012-10-21Remove redundant check if method=='DELETE'Marko Tibold
2012-10-21Remove `initial` kwarg, add `default`.Tom Christie
2012-10-21Fixing spelling errors.Marko Tibold
2012-10-19docs, docs, docs, docs, docs, docs, docsTom Christie
2012-10-19Fix up widget choicesTom Christie
2012-10-19Drop help_textTom Christie
2012-10-18First pass at pastebin tutorialTom Christie
2012-10-18Added tests for dotted notation in serializer field sourceIan Strachan
2012-10-18Apply readonly on RelatedFieldTom Christie
2012-10-18Allow callables in dotted notation like Field(source='foo.bar')Tom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` and...Tom Christie
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Make default field check safe for boolean values whereby 'False' may be an ac...Rob Dobson
2012-10-17Typo in class nameeofs