| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-06 | Fix typo | Tom Christie | |
| 2015-02-06 | Minor cleanup | Tom Christie | |
| 2015-02-06 | Merge branch 'version-3.1' of ↵ | Tom Christie | |
| git://github.com/jpadilla/django-rest-framework into version-3.1 | |||
| 2015-02-06 | Upgrade pending deprecations to deprecations | Tom Christie | |
| 2015-02-06 | Merge pull request #2527 from linovia/feature/secured_pypi_upload | Tom Christie | |
| Use twine to upload to pypi. | |||
| 2015-02-06 | Pagination images | Tom Christie | |
| 2015-02-06 | Add Twine to the requirements. | Xavier Ordoquy | |
| 2015-02-06 | Add Twine to the requirements. | Xavier Ordoquy | |
| 2015-02-06 | Internationalization docs | Tom Christie | |
| 2015-02-06 | Fixed a typo. | Xavier Ordoquy | |
| 2015-02-06 | Use twine to upload to pypi. | Xavier Ordoquy | |
| 2015-02-06 | Add trim_whitespace to CharField #2517 | José Padilla | |
| If set to `True` then leading and trailing whitespace is trimmed. Defaults to `True`. | |||
| 2015-02-05 | Revert some of the changes made in 1-serialization.md | Michael Marvick | |
| 2015-02-06 | Link to ModelSerializer API | Tom Christie | |
| 2015-02-06 | Merge branch 'version-3.1' of ↵ | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.1 | |||
| 2015-02-06 | Tweak gitignore | Tom Christie | |
| 2015-02-06 | Drop 2.x announcements | Tom Christie | |
| 2015-02-05 | Merge pull request #2524 from Kaptian/patch-1 | Xavier Ordoquy | |
| Allow non-standard User models with Throttling | |||
| 2015-02-05 | Update throttling.py | Kaptian | |
| Use pk pseudo attribute for identifying the user (in case the user model is not the default and has a different column name for the unique id) | |||
| 2015-02-05 | Merge pull request #2496 from jpadilla/version-3.1 | Tom Christie | |
| Support for Django 1.8 ArrayField | |||
| 2015-02-05 | Fix possible nested array fields | José Padilla | |
| 2015-02-04 | Merge remote-tracking branch 'upstream/version-3.1' into version-3.1 | José Padilla | |
| 2015-02-04 | Add child to ListField when using ArrayField | José Padilla | |
| 2015-02-05 | Minor bits of test cleanup | Tom Christie | |
| 2015-02-05 | Merge branch 'brandoncazander-version-3.1-2489' into version-3.1 | Tom Christie | |
| 2015-02-05 | Fix NamespaceVersioning with hyperlinked serializer fields | Tom Christie | |
| 2015-02-04 | Merge branch 'version-3.1-2489' of ↵ | Tom Christie | |
| git://github.com/brandoncazander/django-rest-framework into brandoncazander-version-3.1-2489 | |||
| 2015-02-04 | Updating release notes | Tom Christie | |
| 2015-02-04 | Merge pull request #2518 from longhotsummer/patch-1 | Tom Christie | |
| FIX: Don't default to list in method args | |||
| 2015-02-04 | Parens around if clause | Greg Kempe | |
| 2015-02-04 | Merge pull request #2519 from Ofir-Purple/optimize-token-auth-queries | Tom Christie | |
| Prefetching the user object when getting the token in TokenAuthentication | |||
| 2015-02-04 | Use inline if | Greg Kempe | |
| 2015-02-04 | Prefetching the user object when getting the token in TokenAuthentication. | Ofir Ovadia | |
| Since the user object is fetched 4 lines after getting Token from the database, this removes a DB query for each token-authenticated request. | |||
| 2015-02-04 | FIX: Don't default to list in method args | Greg Kempe | |
| Fixes @list_route and @detail_route so that they don't initialize their `methods` parameter as a list. In some cases the list gets cleared, and the result is that default parameter is now empty, and may get reused unexpectedly. | |||
| 2015-02-04 | Remove erronous checkin | Tom Christie | |
| 2015-02-04 | Minor authentication message improvement. | Tom Christie | |
| 2015-02-04 | Merge pull request #2512 from heywbj/docs | Xavier Ordoquy | |
| Add django-rest-framework-recursive to docs | |||
| 2015-02-03 | docs | Warren Jin | |
| 2015-02-03 | Merge pull request #2509 from jamescooke/doc-fixes | Tom Christie | |
| Small documentation fixes | |||
| 2015-02-03 | Small documentation fixes | James Cooke | |
| * Remove "you you" from viewsets API-guide * Fix link from routers API-guide to viewsets API-guide | |||
| 2015-02-03 | Reorganize tests. | Brandon Cazander | |
| 2015-02-03 | Fleshing out 3.1 announcement | Tom Christie | |
| 2015-02-02 | Remove unnecessary APIRequestFactory get from tests. | Brandon Cazander | |
| 2015-02-02 | Provide rest_framework.resolve. Fixes #2489 | Brandon Cazander | |
| 2015-02-03 | Merge pull request #2503 from tail/missing-space-error-string | Tom Christie | |
| Fixed missing whitespace in error string. | |||
| 2015-02-02 | Fixed missing whitespace in error string. | Jason Yan | |
| 2015-02-02 | Merge pull request #2501 from thedrow/patch-10 | Xavier Ordoquy | |
| Fixed typos in docstrings | |||
| 2015-02-02 | Fixed typos in docstrings. | Omer Katz | |
| 2015-02-01 | Merge pull request #2498 from dustinfarris/update-eda-link | Tom Christie | |
| Update link for ember-django-adapter | |||
| 2015-02-01 | Update link for ember-django-adapter | Dustin Farris | |
