aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-09-04Refactored throttlingTom Christie
2012-09-04Bits of cleanupTom Christie
2012-09-04Remove support for markdown<2.1Tom Christie
2012-09-04Remove some bits from utilsTom Christie
2012-09-03First pass at mixins & generic viewsTom Christie
2012-09-03View -> APIViewTom Christie
2012-09-03Fixes to APIViewTom Christie
2012-09-03Added format_suffix_patterns, and fix up settingsTom Christie
2012-09-03Added the api_view decoratorTom Christie
2012-09-03Parsers may return raw data, or a DataAndFiles objectTom Christie
2012-09-03Neater virtualenv in tutorialTom Christie
2012-09-03Support generatorsTom Christie
2012-09-03Update virtualenv notesTom Christie
2012-09-03Add virtualenv to start of tutorialTom Christie
2012-09-03Update creditsTom Christie
2012-09-03Cleaner documentation around installation of optional packagesTom Christie
2012-09-02Drop link to JenkinsTom Christie
2012-09-02Remove mention of ImmediateResponseTom Christie
2012-09-01Fix credits docTom Christie
2012-09-01Fix broken linkTom Christie
2012-09-01Add tutorial linkTom Christie
2012-09-01Docs tweak for first docs deploymentTom Christie
2012-09-01Fix docs base URLTom Christie
2012-09-01Get docs ready to deployTom Christie
2012-09-01REST framework 2 docsTom Christie
2012-08-30Fix urlobject linkTom Christie
2012-08-29Release notes for 0.4.0Tom Christie
2012-08-29Remove travis while in pre-releaseTom Christie
2012-08-29README linking to docs properlyTom Christie
2012-08-29Adding travis configTom Christie
2012-08-29New docsTom Christie
2012-08-29Probably will be versioned as 2.0.0Tom Christie
2012-08-29Remove toxTom Christie
2012-08-29Remove examples (to be moved to a seperate project)Tom Christie
2012-08-29Merge branch 'master' of https://github.com/tomchristie/django-rest-framework0.4.0Tom Christie
2012-08-29Version 0.4.0Tom Christie
2012-08-28Added serializers and fieldsTom Christie
2012-08-26Tweak docstringsTom Christie
2012-08-26Drop ImmediateResponseTom Christie
2012-08-26Add status codes as per RFC 6585Tom Christie
2012-08-26Remove 405 method not allowed ImmediateResponseTom Christie
2012-08-26Remove 415 ImmediateResponseTom Christie
2012-08-26Point build status at correct locationTom Christie
2012-08-26Add travis imageTom Christie
2012-08-25Add build statusTom Christie
2012-08-25Django 1.5 breaks test client form encodingTom Christie
2012-08-25Drop examples tests from travis to keep number of configurations saneTom Christie
2012-08-25Update url tagTom Christie
2012-08-25Adding django 1.5 support mean dropping 1.2 support (no easy way to support ↵Tom Christie
url tag) and python 2.5
2012-08-25Make template url tags 1.5 compatibleTom Christie