aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-24Fix ModelSerializer logic for fields with default value, which should have ↵Tom Christie
required=False set
2012-10-24Added @diviei - Thanks! Tom Christie
2012-10-24Fix typo reported by @divieiTom Christie
2012-10-24Split concrete generic views up into separate bits of functionalityJamie Matthews
2012-10-24Merge pull request #318 from j4mie/field-validationTom Christie
Implement per-field validation on Serializers
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
#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-22Merge pull request #312 from markotibold/BrowsableAPIRendererTom Christie
WIP on #310
2012-10-22Update docs/api-guide/fields.mdMarko Tibold
Fix typo.
2012-10-22Merge commit '95a670de41a246777bc1e448dca8cc576b7b86ea' into ↵Marko Tibold
BrowsableAPIRenderer Conflicts: rest_framework/renderers.py - manually resolved conflict
2012-10-22Merge field changes: .default and .widgetTom Christie
2012-10-22Merge pull request #311 from j4mie/fix-reverse-relationsTom Christie
Fix serialization of reverse relationships
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-21Minor docs tweaksTom Christie
2012-10-21Merge pull request #308 from markotibold/docs-editsDaniel Sokolowski
Documentation spelling and other mistake fixes.
2012-10-21Changed IsAdmin -> IsAdminUser in exampleMarko Tibold
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-18Merge pull request #307 from Roarster/dotted_branch_testsDaniel Sokolowski
Added tests for dotted notation in serializer field source
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-18Merge pull request #304 from tomchristie/consitent_settingsTom Christie
Make settings consistent with corrosponding view attributes
2012-10-18Minor docs fixTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Negotiation API finalized. .select_renderers and .select_parsersTom Christie
2012-10-17Merge pull request #303 from tomchristie/parser_refactorTom Christie
Parser refactor
2012-10-17Added `media_type` to `.parse()` - Consistency with renderer API.Tom Christie
2012-10-17parser_context includes `view`, `request`, `args`, `kwargs`. (Not `meta` ↵Tom Christie
and `upload_handlers`) Consistency with renderer API.
2012-10-17Drop .parse_string_or_stream() - keep API minimal.Tom Christie
2012-10-17Added @rdobson. Thanks!Tom Christie
2012-10-17Merge pull request #302 from rdobson/restframework2Tom Christie
Make default field check safe for boolean values
2012-10-17Make default field check safe for boolean values whereby 'False' may be an ↵Rob Dobson
acceptable default value
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-17Docs tweaksTom Christie
2012-10-17Added @eofs. Thanks!Tom Christie
2012-10-17Merge pull request #298 from eofs/restframework2Tom Christie
Typo in class name fixed
2012-10-17Typo in class nameeofs
2012-10-16Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2