| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-20 | Check if sessions are enabled before calling logout. Closes #2545. | Tymur Maryokhin | |
| 2015-02-20 | Fixes HiddenField being rendered in HTMLFormRenderer | Rubén Durá Tarí | |
| 2015-02-17 | Update version | Tom Christie | |
| 2015-02-17 | Merge pull request #2567 from carltongibson/18-warning | José Padilla | |
| Move `importlib` fallback into compat. | |||
| 2015-02-17 | Fixes for latest pep8 updates. Refs #2563. | Tom Christie | |
| 2015-02-17 | Move `importlib` fallback into compat. | Carlton Gibson | |
| 2015-02-17 | Adjust importlib import | Carlton Gibson | |
| 2015-02-13 | Merge pull request #2198 from tomchristie/version-3.1 | Tom Christie | |
| Version 3.1 | |||
| 2015-02-11 | Fix incorrect HTML parsing for DictField | Tom Christie | |
| 2015-02-10 | Merge pull request #2540 from linovia/release/3.0.53.0.5 | Xavier Ordoquy | |
| Release/3.0.5 | |||
| 2015-02-10 | Bumped the version to 3.0.5 | Xavier Ordoquy | |
| 2015-02-10 | Add `distinct` call in `filter_queryset` | Carlton Gibson | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | Minor authentication message improvement. | Tom Christie | |
| 2015-02-02 | Provide rest_framework.resolve. Fixes #2489 | Brandon Cazander | |
| 2015-02-02 | Fixed missing whitespace in error string. | Jason Yan | |
| 2015-02-02 | Fixed typos in docstrings. | Omer Katz | |
| 2015-02-01 | Merge remote-tracking branch 'upstream/version-3.1' into version-3.1 | José Padilla | |
| Conflicts: rest_framework/serializers.py | |||
| 2015-02-01 | Add support for Django 1.8’s ArrayField | José Padilla | |
| 2015-01-31 | Fix field mappings for 1.8 fields | Tom Christie | |
| 2015-01-31 | Fix error text in test. | Tom Christie | |
| 2015-01-31 | _closable_objects as an empty list, not deletedempty_closable_objects | Tom Christie | |
| 2015-01-30 | Add built-in translations. | Tom Christie | |
| 2015-01-30 | Latest translation source messages. | Tom Christie | |
| 2015-01-30 | Fix AttributeError on renamed _field_mapping | José Padilla | |
| 2015-01-30 | Merge master | Tom Christie | |
| 2015-01-29 | Removed router check for deprecated '.model' attribute | Tymur Maryokhin | |
| 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' | |||
