aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/settings.md
AgeCommit message (Expand)Author
2014-12-17More docs, plus 'ALLOWED_VERSIONS' setting.Tom Christie
2014-12-15Merge branch 'exception-handler-context' of git://github.com/jpadilla/django-...Tom Christie
2014-12-14Update docsJosé Padilla
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-25Merge masterTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-11-21Clarify how permission classes are composedMatthew Dapena-Tretter
2014-11-06minor spelling tweaksBrett Koonce
2014-11-03Added NON_FIELD_ERRORS_KEY to serializer docs. Closes #1971.Tom Christie
2014-09-12Updating docsTom Christie
2014-08-21Add .model deprecation to release notesTom Christie
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-14More HyperlinkedModelSerializer docsTom Christie
2013-12-13Allow NUM_PROXIES=0 and include more docsTom Christie
2013-09-06Support customizable view EXCEPTION_HANDLERAndy Freeland
2013-08-28Docs for `MAX_PAGINATE_BY` setting & view attribute.Tom Christie
2013-08-19Document customizable view names/descriptionsTom Christie
2013-08-07Fixed typos in a bunch of docsVeronica Lynn
2013-07-01Complete testing docsTom Christie
2013-06-12Changes 'python' to 'Python' when used in prose.Toby Champion
2013-05-28Fixed typosPascal Borreli
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-05Updating docsTom Christie
2013-03-01Update docsStephan Groß
2013-03-01Add docs update - part 1Stephan Groß
2013-02-23Fill in missing and incorrect settings.Tom Christie
2013-01-08Fix reference to BasicAuthentication in settings.Marc Tamlyn
2013-01-07Fix PAGINATE_BY_PARAM docs. Refs #551Tom Christie
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-15updated script to just use page_size_kwargStephan Groß
2012-11-15added global and per resource on/off switch + updated docsStephan Groß
2012-10-31added missing semicolonStephan Groß
2012-10-29add missing semicolonStephan Groß
2012-10-27Add AllowAny permissionTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-17Split up doc sections more cleanlyTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...Tom Christie
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie
2012-09-12Updating docsTom Christie
2012-09-08Links to source files in docsTom Christie
2012-09-06TODO notes in docsTom Christie
2012-09-06Add more settings to settings.pyTom Christie
2012-09-05Tidying up docsTom Christie
2012-09-05Flesh out authentication docsTom Christie