aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide
AgeCommit message (Collapse)Author
2015-01-30Docs typo. Closes #2491.Tom Christie
2015-01-29Removed deprecated '.model' docsTymur Maryokhin
2015-01-28Update filtering.mdmareknaskret
Updated links for django-guardian package.
2015-01-28Fix #2476Xavier Ordoquy
2015-01-24typo in fields.mdJeff Fein-Worton
2015-01-24minor typo in viewsets docsJeff Fein-Worton
2015-01-23Added DictField and support for HStoreField.Tom Christie
2015-01-23UUIDField docsTom Christie
2015-01-22fix link to Django CSRF docsDuncan Maitland
2015-01-20correcting unclosed quote in routers.mdsoooooot
correcting unclosed quote in routers.md
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-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
+ It is consistent with docs about DEFAULT_PERMISSION_CLASSES
2015-01-06Update exception docs. Closes #2378.Tom Christie
2015-01-05required=False allows omission of value for output. Closes #2342Tom 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
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-19Updates url_path info per suggestionRahul
2014-12-19Added documentation about url_path parameter for custom actions.Rahul
2014-12-18Add OPTIONS/metadata to docs indexTom 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
Fix empty HTML values when a default is provided.
2014-12-17Fix empty HTML values when a default is provided.Tom Christie
2014-12-17Serializer API restrictions.Tom Christie
2014-12-15Closes #2281José Padilla
2014-12-15Doc typoJason Spafford
2014-12-13Change serializers.Field to serializers.ReadOnlyField for 3.x compatibilityBrian Jacobel
Using this code snippet as-is on DRF 3.0.1 results in a NotImplementedError being raised for to_representation due to 3.0's changed behavior with serializers.Field. The code snippet should be updated to use serializers.ReadOnlyField instead. Further discussion here: https://groups.google.com/forum/?fromgroups=#!topic/django-rest-framework/aX8mLT_v3yc
2014-12-12documentation typoJeff Fein-Worton
base-name -> base_name
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-07Amend ViewSet docs to warn of potential problemMark Henwood
I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point.
2014-12-05Minor docs tweaksTom Christie
2014-12-05Merge pull request #2204 from carltongibson/default-docs-fixTom Christie
Clarify read-only & `unique_together` Documentation
2014-12-05user in example should have been instance. Closees #2191.Tom Christie
2014-12-04Add missing definite articleCarlton Gibson
2014-12-04Initial link from Serializers to ValidatorsCarlton Gibson
2014-12-02Updated serializers documentationMatías Lang
There was an error in the docs: the field extra_field_kwargs of the serializer's Meta doesn't work. The field must be extra_kwargs instead.
2014-12-02fix typoDavid Ray
2014-12-02Document Field.fail(). Closes #2147.Tom Christie
2014-12-02Promote 'many_init' to public API. Closes #2152.Tom Christie
2014-12-01Add missing 'validators.py' link. Closes #2166.Tom Christie