aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-22Security email addressTom Christie
2013-05-22Minor cleanupTom Christie
2013-05-22Tweak method ordering for better consistencyTom Christie
2013-05-21Tweak nav style slightlyTom Christie
2013-05-21Added @mikee2185 and @mjtorn for their work on #467. Thank you :)Tom Christie
2013-05-21Note usage of django-filter 0.5.4 for Django 1.3 support. Closes #877Tom Christie
2013-05-21Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-21Merge and styling fixesTom Christie
2013-05-21Added @atarzwell for docs fix #876. Thanks!Tom Christie
2013-05-21Merge pull request #876 from atarzwell/masterTom Christie
2013-05-20Update TypoAndrew Tarzwell
2013-05-20content type may be set explicitly on the responseTom Christie
2013-05-20Fix charset issuesTom Christie
2013-05-20TypoTom Christie
2013-05-20Fix broken docs links. Closes #873Tom Christie
2013-05-20Added @commonorgarden, for fix #875. Thank you :)Tom Christie
2013-05-20Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-20More explicit quickstart guide. Closes #867.Tom Christie
2013-05-20Merge pull request #875 from commonorgarden/masterTom Christie
2013-05-20Updated SlugField to raise validation errors for invalid slugsDavid Jones
2013-05-20Merge pull request #872 from Neamar/masterTom Christie
2013-05-20Legacy parameter orderNeamar
2013-05-20Corrected docs (authentication instead of filtering)Neamar
2013-05-18Only use object permissions in browsable api form generation if an object existsTom Christie
2013-05-18Enforce object permissions check when rendering forms in browseable APITom Christie
2013-05-18Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-18Fix broken 'binary content' in browseable APITom Christie
2013-05-18Added @lolek09 for work on #862. Kick ass!Tom Christie
2013-05-18Correct charset on UnicodeJSONRendererTom Christie
2013-05-18Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-18Added proper charset supportTom Christie
2013-05-18Added @matteosuppo for work on #865. Thanks!Tom Christie
2013-05-18Merge pull request #865 from ryankask/issue-747-lazy-strings-serializedTom Christie
2013-05-18Move function to compat.Ryan Kaskel
2013-05-18Merge pull request #864 from minddust/fix_missing_min_valuesTom Christie
2013-05-18Merge pull request #863 from pyriku/787-unicodejsonrendererTom Christie
2013-05-18Drop another case of u'', this time from #530 codeMarkus Törnqvist
2013-05-18Drop u'', it was used inconsistently and breaks for nothing with Python 3.2Markus Törnqvist
2013-05-18Merge latest changes from master.Ryan Kaskel
2013-05-18Handle Python 3 strings and lazy strings.Ryan Kaskel
2013-05-18Fix order for applying min_value to fieldsStephan Groß
2013-05-18Merge branch 'master' into mjtorn-masterMarkus Törnqvist
2013-05-18Tests proper encoding in JSONRenderer and UnicodeJSONRendererPablo Recio
2013-05-18Adds new renderer into the documentationPablo Recio
2013-05-18Better checking if the content can be printable in the BrowsableAPIPablo Recio
2013-05-18Adds UnicodeJSONRenderer which doesn't ensure asciiPablo Recio
2013-05-18Adding a class attribute into JSONRenderer for ensuring ascii, and using it c...Pablo Recio
2013-05-18Add min_value=0 to autogenerated Pos..IntFieldsStephan Groß
2013-05-18Merge branch 'master' of git://github.com/tomchristie/django-rest-frameworkKarol Majta
2013-05-18charset param gets now appended to response's Content-Type. Closes #807Karol Majta