aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-27Merge pull request #322 from j4mie/decorator-docsTom Christie
Documentation for function-based view decorators
2012-10-27Merge pull request #323 from madisvain/patch-1Tom Christie
Update README.rst
2012-10-27Update README.rstMadis Väin
Fix documentation link.
2012-10-27Documentation for function-based view decoratorsJamie Matthews
2012-10-27pep8Tom Christie
2012-10-26Fix PyPI package name in install instructionsTom Christie
2012-10-26Use context dict in HTMLRendererTom Christie
2012-10-26Merge pull request #321 from tomchristie/pastebin_tutorialTom Christie
Tweaks and fixes in order to support the pastebin tutorial
2012-10-26Fix failing 'default' on ModelSerializerTom Christie
2012-10-26WhitespaceTom Christie
2012-10-26Fix incorrect method signature in docsTom Christie
2012-10-26Object-level permissions respected by Browseable APITom Christie
2012-10-26Choice fields from ModelSerializer.Tom Christie
2012-10-26Add analyticsTom Christie
2012-10-26Drop resources from codebase since implementation is only partial (Created ↵Tom Christie
resoorces-routers branch for future reference)
2012-10-26TypoTom Christie
2012-10-25update linkTom Christie
2012-10-252.0 NoteTom Christie
2012-10-25Merge branch 'restframework2' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into restframework2
2012-10-25remove no-site-packages since that's now the defaultTom Christie
2012-10-25Merge pull request #320 from j4mie/split-generic-viewsTom Christie
Rename generic base classes, and add CreateAPIView, DeleteAPIView, UpdateAPIView.
2012-10-25Fix section headings in generic views docsJamie Matthews
2012-10-25Update generic view documentationJamie Matthews
2012-10-25Rework generic view class namesJamie Matthews
2012-10-25Re-add implementation of multiple-operation generic views to remove diamond ↵Jamie Matthews
inheritance
2012-10-25Add pre_save hook in generic viewsTom Christie
2012-10-25Merge branch 'restframework2' into split-generic-viewsJamie 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-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.