index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
settings.py
Age
Commit message (
Expand
)
Author
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
2014-06-24
Added (first pass) notes to docs & release notes. Backed out `SOUTH_MIGRATION...
Carlton Gibson
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
2014-03-06
Add SEARCH_PARAM and ORDERING_PARAM to settings
Peter Inglesby
2014-01-14
Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME...
S.Prymak
2013-12-06
Add get_ident method to pass new tests.
kahnjw
2013-09-06
Support customizable view EXCEPTION_HANDLER
Andy Freeland
2013-08-27
Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-...
Tom Christie
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
2013-08-15
Ability to override name/description of view
Christopher Paolini
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
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 w...
Tom Christie
2013-01-07
Introduced HTTP_HEADER_ENCODING.
Xavier Ordoquy
2013-01-07
Be more informative when reporting import errors.
Marc Tamlyn
2013-01-03
Move the various compat things to the compat module.
Xavier Ordoquy
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-16
Polishing to page size query parameters & more docs
Tom Christie
2012-11-16
Merge pull request #412 from minddust/custom_page_size_per_request
Tom Christie
2012-11-15
updated script to just use page_size_kwarg
Stephan Groß
2012-11-15
added global and per resource on/off switch + updated docs
Stephan Groß
2012-11-14
fixed some typos
Stephan Groß
2012-11-08
Make default FILTER_BACKEND = None
Tom Christie
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
2012-10-27
Add AllowAny permission
Tom Christie
2012-10-17
Make settings consistent with corrosponding view attributes
Tom Christie
2012-10-15
Tweak parsers to take parser_context
Tom Christie
2012-10-10
Tidy up APISettings object to not rely on module state
Tom Christie
2012-10-09
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> Brows...
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hype...
Tom Christie
2012-10-02
URL overrides in settings fixed up slightly
Tom Christie
2012-09-30
Pagination support
Tom Christie
2012-09-26
Fix @api_view decorator tests
Tom Christie
2012-09-26
Add missing comma
Tom Christie
2012-09-26
Bits of cleanup
Tom Christie
2012-09-20
Clean up bits of templates etc
Tom Christie
[next]