| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-11 | Merge branch 'version-3.1' of ↵version-3.1 | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.1 | |||
| 2015-02-11 | Fix incorrect HTML parsing for DictField | Tom Christie | |
| 2015-02-09 | Merge pull request #2534 from JoarLeth/version-3.1 | Tom Christie | |
| Fix typo in 3.1 announcement | |||
| 2015-02-09 | Fix typo in 3.1 announcement | Joar Leth | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Drop django master from the build matrix. | Tom Christie | |
| Currently always going to be a know failure case. We can add it back when we start to consdier Django 1.9 support. | |||
| 2015-02-09 | Merge pull request #2530 from tomchristie/attribute-proxying-fix | Tom Christie | |
| Fix misleading `AttributeError` tracebacks on `Request` objects. | |||
| 2015-02-09 | Fix .gitignore | Tom Christie | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | pep8 fix | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | Tom Christie | |
| 2015-02-09 | Minor docs work | Tom Christie | |
| 2015-02-06 | Minor internal API cleanpu | Tom Christie | |
| 2015-02-06 | Minor cleanups/improvements to ModelSerializer API | Tom Christie | |
| 2015-02-06 | Merge pull request #2460 from mmarvick/master | José Padilla | |
| Small fixes to the tutorial | |||
| 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. | |||
