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
Age
Commit message (
Expand
)
Author
2015-02-10
Add `distinct` call in `filter_queryset`
Carlton Gibson
2015-02-09
Fixes for latest version of pep8
Tom Christie
2015-02-09
Py3 compat fix
Tom Christie
2015-02-09
Fix misleading AttributeErrors
Tom Christie
2015-02-05
Update throttling.py
Kaptian
2015-02-04
Merge pull request #2518 from longhotsummer/patch-1
Tom Christie
2015-02-04
Parens around if clause
Greg Kempe
2015-02-04
Use inline if
Greg Kempe
2015-02-04
Prefetching the user object when getting the token in TokenAuthentication.
Ofir Ovadia
2015-02-04
FIX: Don't default to list in method args
Greg Kempe
2015-02-02
Fixed missing whitespace in error string.
Jason Yan
2015-02-02
Fixed typos in docstrings.
Omer Katz
2015-01-31
_closable_objects as an empty list, not deleted
empty_closable_objects
Tom Christie
2015-01-29
Removed router check for deprecated '.model' attribute
Tymur Maryokhin
2015-01-28
Merge pull request #2475 from sdreher/master
Tom Christie
2015-01-28
Merge pull request #2479 from lucaswiman/custom_user_shim_db_table
Tom Christie
2015-01-28
Merge pull request #2473 from tomchristie/reload-settings
Tom Christie
2015-01-27
Use the proper db_table argument when constructing meta
Lucas Wiman
2015-01-27
:bug: ManyRelatedField get_value clearing field on partial update
Susan Dreher
2015-01-27
Bumped the version.
Xavier Ordoquy
2015-01-27
Reload api_settings when using Django's 'override_settings'
Tom Christie
2015-01-23
Merge pull request #2453 from alexsdutton/data-and-files-none-data
Tom Christie
2015-01-23
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
Alexander Dutton
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-23
Support assignment in ClassLookupDict
Tom Christie
2015-01-23
Added UUIDField.
Tom Christie
2015-01-23
More sensible response caching.
Tom Christie
2015-01-23
More graceful handling of malformed Content-Disposition
Tom Christie
2015-01-23
Work around meta API differences
Tom Christie
2015-01-21
Owned by import *
Xavier Ordoquy
2015-01-21
Workaround Django issue 24198.
Xavier Ordoquy
2015-01-21
Do not render HTML output for hidden fields. Closes #2410.
Tom Christie
2015-01-21
Make ReturnDict cachable. Closes #2360.
Tom Christie
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-19
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-01-19
NotImplemented -> NotImplementedError
Tom Christie
2015-01-19
NotImplemented is not an exception
Alexander Dutton
2015-01-19
ReturnDict and ReturnList repr as standard dict/list. Closes #2421.
Tom Christie
2015-01-19
Handle UUID objects in JSONEncoder. Closes #2433.
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2015-01-14
Preserve ordering on relationship drop-down choices. Closes #2408.
Tom Christie
2015-01-12
Merge pull request #2399 from askholme/master
Tom Christie
2015-01-12
Fix error when NUM_PROXIES is greater than one
José Padilla
2015-01-11
Fix ident format when using HTTP_X_FORWARDED_FOR
José Padilla
2015-01-10
Make FileUploadParser work with standard django API
Ask Holme
2015-01-08
Merge remote-tracking branch 'origin/master' into release/3.0.3
Xavier Ordoquy
2015-01-08
Ammend docstring to use python2/3 compatible example.
Tom Christie
2015-01-08
Ensure urlparse is not publically exposed in compat.py - less chance of accid...
Tom Christie
2015-01-07
Bumped the version to 3.0.3.
Xavier Ordoquy
2015-01-06
Fix compatibility comment regarding OrderedDict
Ryan Gaffney
[next]