aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-11-28also update test with response code 401Pavel Savchenko
2012-11-28Merge branch 'patch-2' of https://github.com/asfaltboy/django-rest-framework ...Pavel Savchenko
2012-11-28Merge pull request #456 from asfaltboy/fix_auth_token_docsStephan Groß
2012-11-28Better to return 401 when failing to authenticatePavel Savchenko
2012-11-28Fix location of obtain_auth_token viewPavel Savchenko
2012-11-28Updated the build to use django 1.5 beta 1.Xavier Ordoquy
2012-11-28Added @yprez Thanks! Stephan Groß
2012-11-27Merge pull request #453 from yprez/docs_fixStephan Groß
2012-11-27Added a get_excluded_fieldnames() method.Marko Tibold
2012-11-27Moved model validation from .perform_validation() to .validate()Marko Tibold
2012-11-27Import from correct placeYuri Prezument
2012-11-27Added @oaubert Thanks!Stephan Groß
2012-11-27Merge pull request #455 from oaubert/patch-2Stephan Groß
2012-11-27Merge pull request #454 from oaubert/patch-1Stephan Groß
2012-11-27Tutorial: fix module name in section 3Olivier Aubert
2012-11-27Tutorial: fix module name in section 2Olivier Aubert
2012-11-27api-guide/views.md - add imports to code exampleYuri Prezument
2012-11-27Renderer negotiation: media_type specificty evaluation weakFabian Büchler
2012-11-26Added an assertion to the tests that checks the '.errors' value for the uniqu...Marko Tibold
2012-11-24Every (base) test should now pass with python3.Xavier Ordoquy
2012-11-24Added setter to user propertyMark Hughes
2012-11-23Version 2.1.6. AKA: I am a doofus.2.1.6Tom Christie
2012-11-23Version 2.1.52.1.5Tom Christie
2012-11-23Typo. Fixes #437.Tom Christie
2012-11-23Exclude python3.2 for django < 1.5Xavier Ordoquy
2012-11-22Merge pull request #439 from irrelative/masterTom Christie
2012-11-2352 tests passing. Refactored a few string / byte io.Xavier Ordoquy
2012-11-23Default encoding should probably be latin-1 as some RFC seems to imply it.Xavier Ordoquy
2012-11-22Added a validate_unique test.Marko Tibold
2012-11-22Cleanup.Marko Tibold
2012-11-22Added _post_clean() behaviour by adding a .perform_model_validation() method.Marko Tibold
2012-11-22Remove unneeded and incorrect self referencejedavis83@gmail.com
2012-11-22More consistent iteration over default_fields, per feedback.jedavis83@gmail.com
2012-11-22Keep Serializer.fields API consistent while caching values.jedavis83@gmail.com
2012-11-22Version 2.1.42.1.4Tom Christie
2012-11-22Merge pull request #441 from dbachrach/masterTom Christie
2012-11-22Added @maspwr for the partial updates work. Ta!Tom Christie
2012-11-22Added @dbachrach. Thanks!Tom Christie
2012-11-22Updated release notes.Tom Christie
2012-11-22Updated release notes.Tom Christie
2012-11-22Merge pull request #438 from maspwr/partial-updateTom Christie
2012-11-2228 tests passes now.Xavier Ordoquy
2012-11-22Merge branch 'p3k' of github.com:linovia/django-rest-framework into p3kXavier Ordoquy
2012-11-226 first tests passes under python 3.2Xavier Ordoquy
2012-11-22Fixed python2.7 compat issue.Xavier Ordoquy
2012-11-22Don't test with python 3.3Xavier Ordoquy
2012-11-22Fixed test with base64.Xavier Ordoquy
2012-11-22Don't forget to add six for requirements.Xavier Ordoquy
2012-11-22Don't forget to add six for requirements.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy