aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/settings.py
AgeCommit message (Expand)Author
2015-03-04Clean up pagination attributesTom Christie
2015-02-17Move `importlib` fallback into compat.Carlton Gibson
2015-02-17Adjust importlib importCarlton Gibson
2015-01-30Merge masterTom Christie
2015-01-27Reload api_settings when using Django's 'override_settings'Tom Christie
2015-01-19Merge masterTom Christie
2015-01-09First pass at 3.1 pagination APITom Christie
2015-01-08Ammend docstring to use python2/3 compatible example.Tom Christie
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie
2014-12-16Merge lateset version-3.1Tom Christie
2014-12-16Merge branch 'master' into version-3.1Tom Christie
2014-12-16Versioning first passTom Christie
2014-12-15Minor test cleanupTom Christie
2014-12-12Merge masterTom Christie
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-11-29Remove YAML support from coreJosé Padilla
2014-09-26FileField and ImageFieldTom Christie
2014-09-24OPTIONS supportTom Christie
2014-09-12Coerce dates etc to ISO_8601 in seralizer, by default.Tom Christie
2014-09-12UNICODE_JSON and COMPACT_JSON settingsTom Christie
2014-09-12NON_FIELD_ERRORS_KEY settingTom Christie
2014-08-29Remove `filter_backend`.Tom Christie
2014-08-19Drop six from compat. 1.4.2 is now the lowest supported version.Tom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-06-24Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559Carlton Gibson
2014-06-24Added (first pass) notes to docs & release notes. Backed out `SOUTH_MIGRATION...Carlton Gibson
2014-06-23Allow use of native migrations in 1.7Carlton Gibson
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-03-06Add SEARCH_PARAM and ORDERING_PARAM to settingsPeter Inglesby
2014-01-14Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME...S.Prymak
2013-12-06Add get_ident method to pass new tests.kahnjw
2013-09-06Support customizable view EXCEPTION_HANDLERAndy Freeland
2013-08-27Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...Tom Christie
2013-08-27Move settings into more sensible orderingTom Christie
2013-08-26Added max_paginate_by parameterAlexander Akhmetov
2013-08-19Move view name/description functions into public spaceTom Christie
2013-08-16Settings now have default functionsChristopher Paolini
2013-08-15Ability to override name/description of viewChristopher Paolini
2013-07-01Complete testing docsTom Christie
2013-05-18Added proper charset supportTom Christie
2013-05-18charset param gets now appended to response's Content-Type. Closes #807Karol Majta
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-02-04Cleanup importsTom Christie
2013-02-013.2, 3.3 compatTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-07Introduced HTTP_HEADER_ENCODING.Xavier Ordoquy