aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2015-01-13Merge pull request #2407 from philipn/filters_link_fixCarlton Gibson
Fix link to `django-rest-framework-filters`
2015-01-13Fix link to `django-rest-framework-filters` (formerlyPhilip Neustrom
`django-rest-framework-chain`)
2015-01-10Merge pull request #2397 from travelton/TweakTutorialDocsTom Christie
Tweaked a few issues in the tutorial documentation.
2015-01-09Tweaked a few issues in the tutorial documentation.Travis Swientek
2015-01-08Update the release note with latest fixes.Xavier Ordoquy
Add the link to the 3.0.3 milestone.
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-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-07fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATIONJocelynDelalande
+ It is consistent with docs about DEFAULT_PERMISSION_CLASSES
2015-01-06Update exception docs. Closes #2378.Tom Christie
2015-01-05Minor docs update. Refs #2375.Tom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom Christie
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
lookup_url_kwarg argument of HyperlinkedIdentityField wasn't documented
2014-12-21use of double quotes broke the code highlighting.Brian Stearns
2014-12-19Merge pull request #2010 from tanwanirahul/masterTom Christie
Ability to customize method names without creating a custom router
2014-12-19Updated documentation on url_path per suggestions.Rahul
2014-12-19Updates url_path info per suggestionRahul
2014-12-19Added documentation about url_path parameter for custom actions.Rahul
2014-12-19Add url_path documention for detail_route decoratortanwanirahul
2014-12-18Add OPTIONS/metadata to docs indexTom Christie
2014-12-18Added project management docs.Tom Christie
2014-12-17The pre_save method no longer works. This resolved issue #2306Brent O'Connor
2014-12-17Add missing dateTom Christie
2014-12-17Merge pull request #2297 from tomchristie/version-3.0.23.0.2Tom Christie
Version 3.0.2
2014-12-17With httpie 0.8.0 the HTTP method has to come after the auth argument.Brent O'Connor
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-17Use six.BytesIO in tutorial. Closes #2296.Tom Christie
2014-12-17Merge pull request #2298 from epicserve/fix_typoTom Christie
Fixed a typo
2014-12-17Fixed a typoBrent O'Connor
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-17Cleanup extra newlineTom Christie
2014-12-17Version 3.0.2Tom Christie
2014-12-17Merge pull request #2294 from tomchristie/fix-empty-html-values-with-defaultTom Christie
Fix empty HTML values when a default is provided.
2014-12-17Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-17Highlight trailing '.' in command so it wont be missed.Tom Christie