aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-03-09Docs polishing.Tom Christie
2013-03-08Fix crazy typo.Tom Christie
2013-03-08MergeTom Christie
2013-03-08Fixes for auth header checking.Tom Christie
2013-03-08Update release notesTom Christie
2013-03-08Merge pull request #716 from tomchristie/list-deserializationTom Christie
List deserialization
2013-03-08Py3k fixes.Tom Christie
2013-03-08Added @bitmonkey. Thanks!Tom Christie
For work on handling errors when deserializing lists of objects.
2013-03-08Tweak implementation, and use FormSet style errorsTom Christie
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-08More bits of cleanupTom Christie
2013-03-08Merge pull request #711 from toranb/masterTom Christie
GenericAPIView now applies filter_backend for list and retrieve api views
2013-03-08GenericAPIView now applies filter_backend for list and retrieve api viewstoran billups
Before this commit only the MultipleObjectAPIView would apply a filter_backend, leaving the SingleObjectAPIView to return objects you might otherwise expect to have been filtered out. It's worth mentioning that when a SingleObjectAPIView makes a request for an object that should be excluded, a 404 is the expected result.
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-07Clean ups.Tom Christie
2013-03-07Fix Py3k syntax errorsTom Christie
2013-03-07Version 2.2.32.2.3Tom Christie
2013-03-07Fix broken `None` value for `TimeField`.Tom Christie
Refs #707.
2013-03-07Merge & clean OAuth supportTom Christie
2013-03-07Merge pull request #708 from kevinastone/masterTom Christie
Fixed DateField with Empty Values (Fixes #707)
2013-03-06Patched DateField and DateTimeField to check for None values before trying ↵Kevin Stone
to perform date(time) conversion. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-06Added failing test cases for giving a DateField or DateTimeField a None ↵Kevin Stone
value to serialize. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-06Merge pull request #706 from markotibold/clean-installTom Christie
Prevent warning: no files found matching '*.txt' under directory
2013-03-06Update the package dependency url style in tox.iniPierre Dulac
2013-03-06Fix import errorsPierre Dulac
2013-03-06Prevent warning: no files found matching '*.txt' under directoryMarko Tibold
'rest_framework/templates' (there are only .html files in the templates directory).
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-06Only add the django-oauth2-provider apps if the module is installedPierre Dulac
otherwise log a warning
2013-03-06Use the PyPI django-oauth2-provider versionPierre Dulac
2013-03-06Tweak travis badge positioning.Tom Christie
2013-03-06Version 2.2.22.2.2Tom Christie
2013-03-06Add tox note.Tom Christie
2013-03-06Merge pull request #703 from tomchristie/datetime-formatsTom Christie
Datetime formats
2013-03-06Add `tox` note.Tom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Updating docsTom Christie
2013-03-05Merge datetime formatsTom Christie
2013-03-05Add @iekadou for #700 support. thanks!Stephan Groß
2013-03-05Fix typoStephan Groß
2013-03-05Docs tweak.Tom Christie
2013-03-05Minor docs tweakTom Christie
2013-03-05Merge pull request #700 from minddust/migration_fixStephan Groß
Fix authtoken migration
2013-03-04Update migrationStephan Groß
2013-03-04Update migrationStephan Groß