aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Collapse)Author
2013-04-25More viewset/router docsTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-11Remove router bit from viewset docsTom Christie
2013-04-11Remove redundant text.Victor Shih
2013-04-09Viewsets and routers in seperate docsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Fleshing out viewsets/routersTom Christie
2013-03-31Merge pull request #769 from vshih/masterTom Christie
Spelling/grammar fixes.
2013-03-31Add viewsets/routers to indexs etcTom Christie
2013-03-30Spelling/grammar fixes.Victor Shih
2013-03-30Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-03-28Note on using curl with token authTom Christie
2013-03-27Complete remove of client checks from oauth2Fernando Rocha
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
2013-03-26Version 2.2.52.2.5Tom Christie
2013-03-25Docs fixTom Christie
2013-03-25Bulk update, allow_add_remove flagTom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
Basic bulk create and bulk update
2013-03-22Bit of extra tidying and plenty of docsTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-19Basic bulk create and bulk updateTom Christie
2013-03-17Fix serializer restore_object example for partial updatesTom Christie
2013-03-17Extra note on methodTom Christie
2013-03-17Fix text regarding serializer error messages.Tom Christie
Closes #734.
2013-03-13Docs for TokenHasReadWriteScopeTom Christie
2013-03-12Merge masterTom Christie
2013-03-09Docs polishing.Tom Christie
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
Refs #702.
2013-03-08MergeTom Christie
2013-03-08Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework ↵Tom Christie
into list-deserialization
2013-03-08Docs on per-object filteringTom Christie
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
index of bad item in data plus usual errors dict
2013-03-07Tweak docsTom Christie
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-06Update the documentationPierre Dulac
with a warning for incompatibility with Python 3 and taking @tomchristie advice into account on how to reformulate some sentences
2013-03-06Merge pull request #703 from tomchristie/datetime-formatsTom Christie
Datetime formats
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Updating docsTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-05Fix typoStephan Groß
2013-03-05Docs tweak.Tom Christie
2013-03-05Minor docs tweakTom Christie
2013-03-04Add note for using authtoken with custom django user model and southStephan Groß
2013-03-04Fix fix migrate authtokenStephan Groß
2013-03-04Fix authtoken migrationStephan Groß
2013-03-01Update docsStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
addition to #631 with update to master + timefield support