aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/settings.py
AgeCommit message (Collapse)Author
2013-01-07Be more informative when reporting import errors.Marc Tamlyn
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2012-11-22First passing test under p3k \o/Xavier Ordoquy
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-16Merge pull request #412 from minddust/custom_page_size_per_requestTom Christie
support for custom page size per request
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-11-14fixed some typosStephan Groß
2012-11-08Make default FILTER_BACKEND = NoneTom Christie
2012-11-07Make filtering optional, and pluggable.Tom Christie
2012-10-27Add AllowAny permissionTom Christie
2012-10-17Make settings consistent with corrosponding view attributesTom Christie
2012-10-15Tweak parsers to take parser_contextTom Christie
2012-10-10Tidy up APISettings object to not rely on module stateTom Christie
2012-10-09Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> ↵Tom Christie
BrowseableAPIRenderer
2012-10-04HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵Tom Christie
hyperlinked relations
2012-10-02URL overrides in settings fixed up slightlyTom Christie
2012-09-30Pagination supportTom Christie
2012-09-26Fix @api_view decorator testsTom Christie
2012-09-26Add missing commaTom Christie
2012-09-26Bits of cleanupTom Christie
2012-09-20Clean up bits of templates etcTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie