| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-15 | Tests for LimitOffsetPagination | Tom Christie | |
| 2015-01-14 | Tweaks | Tom Christie | |
| 2015-01-13 | API tweaks and pagination documentation | Tom Christie | |
| 2015-01-13 | Merge pull request #2407 from philipn/filters_link_fix | Carlton Gibson | |
| Fix link to `django-rest-framework-filters` | |||
| 2015-01-13 | Fix link to `django-rest-framework-filters` (formerly | Philip Neustrom | |
| `django-rest-framework-chain`) | |||
| 2015-01-08 | Link to Roy Fielding versioning interview. | Tom Christie | |
| 2015-01-08 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2015-01-08 | Minor docs updates | Tom Christie | |
| 2015-01-07 | fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION | JocelynDelalande | |
| + It is consistent with docs about DEFAULT_PERMISSION_CLASSES | |||
| 2015-01-06 | Update exception docs. Closes #2378. | Tom Christie | |
| 2015-01-05 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2015-01-05 | required=False allows omission of value for output. Closes #2342 | Tom Christie | |
| 2015-01-05 | Add docs for OAuth, XML, YAML, JSONP packages. Closes #2179. | Tom Christie | |
| 2015-01-05 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-28 | Note on using i18n_patterns with format_suffix_patterns. Closes #2278. | Tom Christie | |
| 2014-12-28 | Add notes on include and namespacing. Closes #2335. | Tom Christie | |
| 2014-12-28 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-28 | Add import notes in docs. Closes #2357 | Tom Christie | |
| 2014-12-26 | Typo manger => manager | Rocky Meza | |
| 2014-12-23 | Documented an optional argument of HyperlinkedIdentityField | Matías Lang | |
| lookup_url_kwarg argument of HyperlinkedIdentityField wasn't documented | |||
| 2014-12-21 | use of double quotes broke the code highlighting. | Brian Stearns | |
| 2014-12-19 | Final bits of docs for ModelSerializer fields APImodel-serializer-api | Tom Christie | |
| 2014-12-19 | Stub out the documentation | Tom Christie | |
| 2014-12-19 | Merge pull request #2010 from tanwanirahul/master | Tom Christie | |
| Ability to customize method names without creating a custom router | |||
| 2014-12-19 | Updates url_path info per suggestion | Rahul | |
| 2014-12-19 | Added documentation about url_path parameter for custom actions. | Rahul | |
| 2014-12-19 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-18 | Add OPTIONS/metadata to docs index | Tom Christie | |
| 2014-12-18 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-17 | Docs/tutorial import fixes. Refs #2296 | Tymur Maryokhin | |
| 2014-12-17 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-12-17 | Expand permissions docs. Closes #2223. | Tom Christie | |
| 2014-12-17 | Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default | Tom Christie | |
| Fix empty HTML values when a default is provided. | |||
| 2014-12-17 | Fix empty HTML values when a default is provided. | Tom Christie | |
| 2014-12-17 | Serializer API restrictions. | Tom Christie | |
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-16 | Versioning first pass | Tom Christie | |
| 2014-12-15 | Closes #2281 | José Padilla | |
| 2014-12-15 | Merge master | Tom Christie | |
| 2014-12-15 | Doc typo | Jason Spafford | |
| 2014-12-15 | Merge branch 'exception-handler-context' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into version-3.1 | |||
| 2014-12-15 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-14 | Update docs | José Padilla | |
| 2014-12-13 | Change serializers.Field to serializers.ReadOnlyField for 3.x compatibility | Brian 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-12 | documentation typo | Jeff Fein-Worton | |
| base-name -> base_name | |||
| 2014-12-12 | Merge master | Tom Christie | |
| 2014-12-09 | allow_blank in ChoiceField. Refs #2239. | Tom Christie | |
| 2014-12-07 | Amend ViewSet docs to warn of potential problem | Mark Henwood | |
| I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point. | |||
| 2014-12-05 | Minor docs tweaks | Tom Christie | |
| 2014-12-05 | Merge pull request #2204 from carltongibson/default-docs-fix | Tom Christie | |
| Clarify read-only & `unique_together` Documentation | |||
