aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-12-02Merge pull request #448 from mhsparks/masterTom Christie
2012-12-02Merge remote-tracking branch 'reference/master' into p3kXavier Ordoquy
2012-12-02Reactivated the python 2.6 tests.Xavier Ordoquy
2012-12-02Fixed a bug with type and python 2.x compat.Xavier Ordoquy
2012-12-02trunk bug.Xavier Ordoquy
2012-12-02py3 compatible setup.Xavier Ordoquy
2012-11-30Merge pull request #463 from mvdwaeter/patch-1Marko Tibold
2012-11-30Fixed typo in import statement of tutorialmvdwaeter
2012-11-30Merge pull request #458 from asfaltboy/fix_authtoken_responseMarko Tibold
2012-11-30fix test responsePavel Savchenko
2012-11-30add traverse_related feature + tests (fixes issue#461)Pavel Savchenko
2012-11-29Added @fabianbuechler. Thanks!Tom Christie
2012-11-29Merge pull request #452 from fabianbuechler/patch-1Tom Christie
2012-11-29fix forgotten 400 testPavel Savchenko
2012-11-29Merge branch 'custom-serializer-form-class' of https://github.com/ludwigkraat...Marko Tibold
2012-11-28Merge pull request #459 from onepercentclub/update-optionsMarko Tibold
2012-11-28Update django-filter to released version.Ben Konrath
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