| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-10 | Bumped the version to 3.0.5 | Xavier Ordoquy | |
| 2015-02-10 | Add release notes for 3.0.5. | Xavier Ordoquy | |
| 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-06 | Merge pull request #2460 from mmarvick/master | José Padilla | |
| Small fixes to the tutorial | |||
| 2015-02-06 | Merge pull request #2527 from linovia/feature/secured_pypi_upload | Tom Christie | |
| Use twine to upload to pypi. | |||
| 2015-02-06 | Add Twine to the requirements. | Xavier Ordoquy | |
| 2015-02-06 | Add Twine to the requirements. | Xavier Ordoquy | |
| 2015-02-06 | Fixed a typo. | Xavier Ordoquy | |
| 2015-02-06 | Use twine to upload to pypi. | Xavier Ordoquy | |
| 2015-02-05 | Revert some of the changes made in 1-serialization.md | Michael Marvick | |
| 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-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 | 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 | 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 | |
| 2015-02-01 | Merge pull request #2497 from jpadilla/master | José Padilla | |
| Fix base_template examples | |||
| 2015-02-01 | Fix base_template name in example | José Padilla | |
| 2015-02-01 | Fixes #2493 | José Padilla | |
| 2015-01-31 | Merge pull request #2492 from tomchristie/empty_closable_objects | Tom Christie | |
| _closable_objects as an empty list, not deleted | |||
| 2015-01-31 | _closable_objects as an empty list, not deletedempty_closable_objects | Tom Christie | |
| 2015-01-30 | Added 1.8-alpha to supported list. | Tom Christie | |
| 2015-01-30 | Docs typo. Closes #2491. | Tom Christie | |
| 2015-01-29 | Merge pull request #2486 from maryokhin/master | Tom Christie | |
| Cleanup '.model' shortcut from code and docs | |||
| 2015-01-29 | Removed deprecated '.model' docs | Tymur Maryokhin | |
| 2015-01-29 | Removed router check for deprecated '.model' attribute | Tymur Maryokhin | |
| 2015-01-28 | Merge pull request #2482 from mareknaskret/patch-1 | Tom Christie | |
| Update filtering.md | |||
| 2015-01-28 | Update filtering.md | mareknaskret | |
| Updated links for django-guardian package. | |||
| 2015-01-28 | Merge pull request #2475 from sdreher/master | Tom Christie | |
| ManyRelatedField.get_value clearing field on partial update | |||
| 2015-01-28 | Merge pull request #2479 from lucaswiman/custom_user_shim_db_table | Tom Christie | |
| Use the proper db_table argument when constructing meta | |||
| 2015-01-28 | Merge pull request #2473 from tomchristie/reload-settings | Tom Christie | |
| Reload api_settings when using Django's 'override_settings' | |||
| 2015-01-27 | Use the proper db_table argument when constructing meta | Lucas Wiman | |
