aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-03-10Update release notesTom Christie
2013-03-10Added @bouke for bug fix #722. Thanks!Tom Christie
2013-03-10Merge pull request #722 from Bouke/patch-1Tom Christie
2013-03-10Fixed #720Bouke Haarsma
2013-03-10Failing test to show problem of #720Bouke Haarsma
2013-03-09Serializers support bulk create.Tom Christie
2013-03-08Update release notes.Tom Christie
2013-03-08Neater override hooks and more docs for DjangoModelPermissions.Tom Christie
2013-03-08Update release notesTom Christie
2013-03-08Merge pull request #716 from tomchristie/list-deserializationTom Christie
2013-03-08Py3k fixes.Tom Christie
2013-03-08Added @bitmonkey. Thanks!Tom Christie
2013-03-08Tweak implementation, and use FormSet style errorsTom Christie
2013-03-08Merge branch 'master' of https://github.com/bitmonkey/django-rest-framework i...Tom Christie
2013-03-08authtoken abstract if not installed.Tom Christie
2013-03-08Docs on per-object filteringTom Christie
2013-03-08Merge pull request #711 from toranb/masterTom Christie
2013-03-08GenericAPIView now applies filter_backend for list and retrieve api viewstoran billups
2013-03-08Errors during deserializing lists now return a list of tuples withIan Dash
2013-03-07Version 2.2.32.2.3Tom Christie
2013-03-07Fix broken `None` value for `TimeField`.Tom Christie
2013-03-07Merge pull request #708 from kevinastone/masterTom Christie
2013-03-06Patched DateField and DateTimeField to check for None values before trying to...Kevin Stone
2013-03-06Added failing test cases for giving a DateField or DateTimeField a None value...Kevin Stone
2013-03-06Merge pull request #706 from markotibold/clean-installTom Christie
2013-03-06Prevent warning: no files found matching '*.txt' under directoryMarko Tibold
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
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ß
2013-03-04Update migrationStephan Groß
2013-03-04Update migrationStephan Groß
2013-03-04Update release docsStephan Groß
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-01Fix for django 1.3 compatibilityStephan Groß
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add format class attributesStephan Groß
2013-03-01Merge branch 'datevalidation_2' of https://github.com/minddust/django-rest-fr...Stephan Groß
2013-03-01Update docsStephan Groß