aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-22Use assertEqual, not assertEqualsTom Christie
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-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19removed TODOOscar Vilaplana
2013-05-19fixed tests, added docs, renamed helper methodOscar Vilaplana
2013-05-19fixed merge conflictOscar Vilaplana
2013-05-19* make test assertion more explicitNikolaus Schlemm
2013-05-19Added min_length and max_lengthOscar Vilaplana
2013-05-19Removed unused importsOscar Vilaplana
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' i...Nikolaus Schlemm
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-19use double quotes for docstring instead of single quotesNikolaus Schlemm
2013-05-19Merge branch 'issue-192-expose-fields-for-options' of github.com:grimborg/dja...Oscar Vilaplana
2013-05-19Merge pull request #2 from nschlemm/issue-192-expose-fields-for-optionsÒscar Vilaplana
2013-05-19FIXED TEST FOR: don't expose fields for GET and DELETE - leaving room for par...Nikolaus Schlemm
2013-05-19Merge branch 'issue-192-expose-fields-for-options' of github.com:nschlemm/dja...Oscar Vilaplana
2013-05-19Merge remote-tracking branch 'grimborg/issue-192-expose-fields-for-options' i...Nikolaus Schlemm
2013-05-19don't expose fields for GET and DELETE - leaving room for parameters like e.g...Nikolaus Schlemm
2013-05-19WORKAROUND: avoid errors like "AttributeError: 'APIRoot' object has no attrib...Nikolaus Schlemm
2013-05-19Disabled label and help_text in unit test. We should change the test soOscar Vilaplana
2013-05-19Made field label optional in OPTIONSOscar Vilaplana
2013-05-19Merge pull request #1 from nschlemm/issue-192-expose-fields-for-optionsÒscar Vilaplana
2013-05-19Integrated status quo of grimborg's awesome humanize_field() for exposing fie...Nikolaus Schlemm
2013-05-19Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...Nikolaus Schlemm
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