| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-27 | fix for python3 | Alexander Akhmetov | |
| 2013-08-26 | Added max_paginate_by parameter | Alexander Akhmetov | |
| 2013-08-21 | If page size query param <= 0, just use default page size. | Tom Christie | |
| Closes #1028. | |||
| 2013-08-19 | Merge branch 'boolean-field-required-1004' of ↵ | Tom Christie | |
| git://github.com/willkg/django-rest-framework | |||
| 2013-08-19 | Only HTML forms should have implicit default False for boolean fields | Tom Christie | |
| 2013-08-19 | Document customizable view names/descriptions | Tom Christie | |
| 2013-08-19 | Move view name/description functions into public space | Tom Christie | |
| 2013-08-19 | Merge branch 'master' of git://github.com/chrispaolini/django-rest-framework ↵ | Tom Christie | |
| into chrispaolini-master | |||
| 2013-08-18 | Updated tests for view name and description | Christopher Paolini | |
| Updated the tests to use the default view_name and view_description functions in the formatter through the default in settings. | |||
| 2013-08-17 | Updated default view name/description functions | Christopher Paolini | |
| Forgot to update the default view name/description functions to the new setup. | |||
| 2013-08-17 | Improved view/description function setting | Christopher Paolini | |
| Now supports each View having its own name and description function and overriding the global default. | |||
| 2013-08-16 | Settings now have default functions | Christopher Paolini | |
| Updated the setting to have a default function. | |||
| 2013-08-16 | Add test for BooleanField and required | Will Kahn-Greene | |
| This tests setting required=True on a BooleanField. Test for issue #1004. | |||
| 2013-08-16 | Version 2.3.72.3.7 | Tom Christie | |
| 2013-08-15 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2013-08-15 | AnonRateThrottle should always allow authenticated users. Closes #994 | Tom Christie | |
| 2013-08-15 | Ability to override name/description of view | Christopher Paolini | |
| Added settings and additions to formatting.py | |||
| 2013-08-14 | Update filters.py | Chad Barrington | |
| Fixed cut n pasted get_ordering docstring for ya bro. | |||
| 2013-08-14 | Update filters.py | Chad Barrington | |
| Here's a little cleanup for ya, brah! | |||
| 2013-08-14 | Merge pull request #1038 from jsatt/nontime_throttling | Tom Christie | |
| don't set X-Throttle-Wait-Second header if throttle wait is None | |||
| 2013-08-13 | Fix for "No module named compat" | JT | |
| 2013-08-13 | don't set X-Throttle-Wait-Second header if throttle wait is None | Jeremy Satterfield | |
| 2013-08-12 | Fix PATCH button title in template | Yuri Prezument | |
| 2013-08-12 | Merge pull request #1030 from etos/patch-2 | Tom Christie | |
| Spelling correction on read_only_fields err msg | |||
| 2013-08-10 | Spelling correction on read_only_fields err msg | Dan Stephenson | |
| just spotted extras | |||
| 2013-08-10 | Spelling correction on read_only_fields err msg | Dan Stephenson | |
| 2013-07-26 | Fixed reversed arguments in assertion | Kevin Brown | |
| 2013-07-21 | Fixed test | Pavel Zinovkin | |
| 2013-07-21 | Updated EmailField error message. This one already available in django ↵ | Pavel Zinovkin | |
| translations. https://github.com/django/django/blob/master/django/conf/locale/ru/LC_MESSAGES/django.po#L343 | |||
| 2013-07-15 | Only include APISimpleTestCase and APILiveServerTestCase from django 1.4 onwards | Tom Christie | |
| 2013-07-15 | Added test case classes | Tom Christie | |
| 2013-07-09 | Use absolute import style | Tom Christie | |
| 2013-07-09 | Add an ModelAdmin for easy management of Tokens | Gertjan Oude Lohuis | |
| 2013-07-05 | Use 'force_text', not 'unicode', for compat across python version | Tom Christie | |
| 2013-07-05 | Merge branch 'remove-hold-down-control-messages' of ↵ | Tom Christie | |
| git://github.com/rouge8/django-rest-framework into rouge8-remove-hold-down-control-messages | |||
| 2013-07-04 | Merge pull request #962 from tomchristie/test-client | Tom Christie | |
| APIClient and APIRequestFactory | |||
| 2013-07-04 | Update parser docstrings. Closes #968. | Tom Christie | |
| 2013-07-04 | Remove 'Hold down "Control" ...' message from help_text | Andy Freeland | |
| When getting the help_text from a field where `many=True`, Django appends 'Hold down "Control", or "Command" on a Mac, to select more than one.' to the help_text. This makes some sense in Django's ModelForms, but no sense in the API. | |||
| 2013-07-01 | Complete testing docs | Tom Christie | |
| 2013-06-29 | Rename to force_authenticate | Tom Christie | |
| 2013-06-29 | Simplify APIClient implementation | Tom Christie | |
| 2013-06-29 | Added APIClient.authenticate() | Tom Christie | |
| 2013-06-29 | Refactor SessionAuthentication slightly | Tom Christie | |
| 2013-06-29 | Remove unneeded tests.utils, superseeded by APIRequestFactory, APIClient | Tom Christie | |
| 2013-06-29 | Addeded 'APITestClient.credentials()' | Tom Christie | |
| 2013-06-28 | Added APIClient | Tom Christie | |
| 2013-06-28 | Added APIRequestFactory | Tom Christie | |
| 2013-06-28 | Fix compat datetime import when oauth2 provide does not support timezone ↵ | Tom Christie | |
| aware datetimes | |||
| 2013-06-27 | Version 2.3.62.3.6 | Tom Christie | |
| 2013-06-27 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
