| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-04 | Clean up pagination attributes | Tom Christie | |
| 2015-02-17 | Move `importlib` fallback into compat. | Carlton Gibson | |
| 2015-02-17 | Adjust importlib import | Carlton Gibson | |
| 2015-01-30 | Merge master | Tom Christie | |
| 2015-01-27 | Reload api_settings when using Django's 'override_settings' | Tom Christie | |
| 2015-01-19 | Merge master | Tom Christie | |
| 2015-01-09 | First pass at 3.1 pagination API | Tom Christie | |
| 2015-01-08 | Ammend docstring to use python2/3 compatible example. | Tom Christie | |
| 2014-12-17 | More docs, plus 'ALLOWED_VERSIONS' setting. | Tom Christie | |
| 2014-12-16 | Merge lateset version-3.1 | Tom Christie | |
| 2014-12-16 | Merge branch 'master' into version-3.1 | Tom Christie | |
| 2014-12-16 | Versioning first pass | Tom Christie | |
| 2014-12-15 | Minor test cleanup | Tom Christie | |
| 2014-12-12 | Merge master | Tom Christie | |
| 2014-12-05 | Removed unused imports, pep8 fixes, typo fixes | Tymur Maryokhin | |
| 2014-11-29 | Remove YAML support from core | José Padilla | |
| 2014-09-26 | FileField and ImageField | Tom Christie | |
| 2014-09-24 | OPTIONS support | Tom Christie | |
| 2014-09-12 | Coerce dates etc to ISO_8601 in seralizer, by default. | Tom Christie | |
| 2014-09-12 | UNICODE_JSON and COMPACT_JSON settings | Tom Christie | |
| 2014-09-12 | NON_FIELD_ERRORS_KEY setting | Tom Christie | |
| 2014-08-29 | Remove `filter_backend`. | Tom Christie | |
| Closes #1775. | |||
| 2014-08-19 | Drop six from compat. 1.4.2 is now the lowest supported version. | Tom Christie | |
| 2014-08-19 | Code linting and added runtests.py | Tom Christie | |
| 2014-06-24 | Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559 | Carlton Gibson | |
| Conflicts: docs/topics/release-notes.md | |||
| 2014-06-24 | Added (first pass) notes to docs & release notes. Backed out ↵ | Carlton Gibson | |
| `SOUTH_MIGRATION_MODULES` setting from `rest_framework.settings` | |||
| 2014-06-23 | Allow use of native migrations in 1.7 | Carlton Gibson | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-03-06 | Add SEARCH_PARAM and ORDERING_PARAM to settings | Peter Inglesby | |
| Fixes #1434 | |||
| 2014-01-14 | Override HyperlinkedModelSerializerOptions url field name with ↵ | S.Prymak | |
| URL_FIELD_NAME setting | |||
| 2013-12-06 | Add get_ident method to pass new tests. | kahnjw | |
| 2013-09-06 | Support customizable view EXCEPTION_HANDLER | Andy Freeland | |
| Add `api_settings.EXCEPTION_HANDLER` to support custom error responses. Fixes #907. | |||
| 2013-08-27 | Merge branch 'max_paginate_by' of ↵ | Tom Christie | |
| git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by | |||
| 2013-08-27 | Move settings into more sensible ordering | Tom Christie | |
| 2013-08-26 | Added max_paginate_by parameter | Alexander Akhmetov | |
| 2013-08-19 | Move view name/description functions into public space | Tom Christie | |
| 2013-08-16 | Settings now have default functions | Christopher Paolini | |
| Updated the setting to have a default function. | |||
| 2013-08-15 | Ability to override name/description of view | Christopher Paolini | |
| Added settings and additions to formatting.py | |||
| 2013-07-01 | Complete testing docs | Tom Christie | |
| 2013-05-18 | Added proper charset support | Tom Christie | |
| 2013-05-18 | charset param gets now appended to response's Content-Type. Closes #807 | Karol Majta | |
| 2013-05-08 | Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798 | Tom Christie | |
| 2013-05-07 | Support for multiple filter classes | Tom Christie | |
| 2013-03-06 | Clean ups to datetime formatting | Tom Christie | |
| 2013-03-01 | Add new ISO8601 setting + integration | Stephan Groß | |
| 2013-03-01 | Add drf settings + output format + testcases | Stephan Groß | |
| 2013-02-04 | Cleanup imports | Tom Christie | |
| Mostly adding `from __future__ import unicode_literals` everywhere. | |||
| 2013-02-01 | 3.2, 3.3 compat | Tom Christie | |
| 2013-02-01 | Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into ↵ | Tom Christie | |
| working Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py | |||
| 2013-01-07 | Introduced HTTP_HEADER_ENCODING. | Xavier Ordoquy | |
