aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Expand)Author
2015-01-23Merge masterTom Christie
2015-01-22fix link to Django CSRF docsDuncan Maitland
2015-01-21Merge masterTom Christie
2015-01-20correcting unclosed quote in routers.mdsoooooot
2015-01-19correcting "it's" to "its" in Tutorial 1Eric Theise
2015-01-19Merge masterTom Christie
2015-01-15Tests for LimitOffsetPaginationTom Christie
2015-01-14TweaksTom Christie
2015-01-13API tweaks and pagination documentationTom Christie
2015-01-13Lower header font weights for nicer docs styleTom Christie
2015-01-13Update internationalization docsTom Christie
2015-01-13Translation info -> project managementTom Christie
2015-01-13Merge pull request #2407 from philipn/filters_link_fixCarlton Gibson
2015-01-13Fix link to `django-rest-framework-filters` (formerlyPhilip Neustrom
2015-01-10Merge pull request #2397 from travelton/TweakTutorialDocsTom Christie
2015-01-09Tweaked a few issues in the tutorial documentation.Travis Swientek
2015-01-09Merge pull request #2373 from jakul/document-translations-3.1Tom Christie
2015-01-08Update the release note with latest fixes.Xavier Ordoquy
2015-01-08Merge remote-tracking branch 'origin/master' into release/3.0.3Xavier Ordoquy
2015-01-08Minimum 1.6.x version is 1.6.3Tom Christie
2015-01-08Minimum Django 1.5 version issue 1.5.6Tom Christie
2015-01-08Link to Roy Fielding versioning interview.Tom Christie
2015-01-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-01-08Minor docs updatesTom Christie
2015-01-07Update project-management.mdTom Christie
2015-01-07Update project-management.mdTom Christie
2015-01-07Release notes for 3.0.3Xavier Ordoquy
2015-01-07add config and documentation about uploading/downloading translations from Tr...Craig Blaszczyk
2015-01-07fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATIONJocelynDelalande
2015-01-06Update exception docs. Closes #2378.Tom Christie
2015-01-05Minor docs update. Refs #2375.Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
2015-01-05Add docs for OAuth, XML, YAML, JSONP packages. Closes #2179.Tom Christie
2015-01-05Merge branch 'master' into version-3.1Tom Christie
2015-01-02capitalise DjangoCraig Blaszczyk
2015-01-02update internationalisation instructions to prevent symlinking; add base .po ...Craig Blaszczyk
2015-01-02Add info about how django chooses which language to useCraig Blaszczyk
2015-01-02match DRF style guideCraig Blaszczyk
2015-01-02instructions on how to translate REST framework error messagesCraig Blaszczyk
2015-01-01fix widget style formattingRob Terhaar
2014-12-28Update copryright for 2015. Closes #2247.Tom Christie
2014-12-28Note on using i18n_patterns with format_suffix_patterns. Closes #2278.Tom Christie
2014-12-28Add notes on include and namespacing. Closes #2335.Tom Christie
2014-12-28Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-28Add import notes in docs. Closes #2357Tom Christie
2014-12-26Typo manger => managerRocky Meza
2014-12-26Release notes on non-text detail arguments. Closes #2341.Tom Christie
2014-12-23 Documented an optional argument of HyperlinkedIdentityField Matías Lang
2014-12-21use of double quotes broke the code highlighting.Brian Stearns