aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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-25Added @stoneg for typo fix #754. Thank you!Tom Christie
2013-03-25Tiny typoSitong Peng
2013-03-22Updating contribution docs (still wip)Tom Christie
2013-03-22Merge pull request #744 from tomchristie/basic-bulk-editTom Christie
Basic bulk create and bulk update
2013-03-22Update release notesTom Christie
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-15Better titles & descriptionsTom Christie
2013-03-13Tweak text.Tom Christie
2013-03-13Docs tweaks.Tom Christie
2013-03-13force_insert, force_update arguments. Closes #484.Tom Christie
Confirmed by `assertNumQueries(…)` in tests.
2013-03-13Docs for TokenHasReadWriteScopeTom Christie
2013-03-13Version 2.2.42.2.4Tom Christie
2013-03-13Fix duplicated database queries for paginated lists.Tom Christie
Closes #713.
2013-03-12Added @kuhnza for work on #695. Thanks!Tom Christie
2013-03-12Update release notes.Tom Christie
2013-03-12Only honor X-HTTP-Method-Override for POST requests.Tom Christie
2013-03-12Merge pull request #695 from kuhnza/masterTom Christie
Support for X-HTTP-Method-Override Header
2013-03-12Update release notesTom Christie
2013-03-12Merge masterTom Christie
2013-03-12Documentation for X-HTTP-Method-OverrideDave Kuhn
2013-03-10Update release notesTom Christie
2013-03-10Added @bouke for bug fix #722. Thanks!Tom Christie
2013-03-09Docs polishing.Tom Christie
2013-03-08Update release notes.Tom Christie
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
Refs #702.
2013-03-08MergeTom Christie
2013-03-08Update release notesTom Christie
2013-03-08Added @bitmonkey. Thanks!Tom Christie
For work on handling errors when deserializing lists of objects.
2013-03-08Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework ↵Tom Christie
into list-deserialization
2013-03-08authtoken abstract if not installed.Tom Christie
Fixes #705.
2013-03-08Docs on per-object filteringTom Christie
2013-03-08Added @dulaccc.Tom Christie
For the awesome OAuth 2 support in #693.
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-07Update docs for OAuth 2.0Tom Christie
2013-03-07Merge OAuth2 work.Tom Christie
2013-03-07Version 2.2.32.2.3Tom 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-06Tweak travis badge positioning.Tom Christie
2013-03-06Version 2.2.22.2.2Tom Christie
2013-03-06Merge pull request #703 from tomchristie/datetime-formatsTom Christie
Datetime formats