aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Expand)Author
2015-01-21Merge masterTom Christie
2015-01-20correcting unclosed quote in routers.mdsoooooot
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-13Merge pull request #2407 from philipn/filters_link_fixCarlton Gibson
2015-01-13Fix link to `django-rest-framework-filters` (formerlyPhilip Neustrom
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-07fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATIONJocelynDelalande
2015-01-06Update exception docs. Closes #2378.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
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-23 Documented an optional argument of HyperlinkedIdentityField Matías Lang
2014-12-21use of double quotes broke the code highlighting.Brian Stearns
2014-12-19Final bits of docs for ModelSerializer fields APImodel-serializer-apiTom Christie
2014-12-19Stub out the documentationTom Christie
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
2014-12-19Updates url_path info per suggestionRahul
2014-12-19Added documentation about url_path parameter for custom actions.Rahul
2014-12-19Merge branch 'master' into version-3.1Tom Christie
2014-12-18Add OPTIONS/metadata to docs indexTom Christie
2014-12-18Merge branch 'master' into version-3.1Tom Christie
2014-12-17Docs/tutorial import fixes. Refs #2296Tymur Maryokhin
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Expand permissions docs. Closes #2223.Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie
2014-12-16Versioning first passTom Christie
2014-12-15Closes #2281José Padilla
2014-12-15Merge masterTom Christie
2014-12-15Doc typoJason Spafford
2014-12-15Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-...Tom Christie
2014-12-15Merge branch 'master' into version-3.1Tom Christie
2014-12-14Update docsJosé Padilla
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
2014-12-12documentation typoJeff Fein-Worton
2014-12-12Merge masterTom Christie
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie