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-01-23
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
Alexander Dutton
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
2015-01-05
Pass init arguments through to serializer from pagination serializer.
Tom Christie
2015-01-05
Udpate docstring
Tom Christie
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2014-12-29
First pass at refactoring get_field_info in utils.model_meta
Kyle Valade
2014-12-28
Update copryright for 2015. Closes #2247.
Tom Christie
2014-12-28
Support namespaced router URLs with DefaultRouter.
Tom Christie
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-26
Paginated serializers should get context.
Tom Christie
2014-12-24
Merge pull request #2340 from shtouff/fix-htmlform-textarea
Tom Christie
2014-12-23
Remove ‘/‘ from inside variable block {{ }}
Andrew Seier
2014-12-23
Remove commented code (warning during compression)
Andrew Seier
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-20
Merge pull request #2331 from tomchristie/use-custom-list-serializer-for-pagi...
Tom Christie
2014-12-20
Merge pull request #2330 from tomchristie/better-blank-html-behavior
Tom Christie
2014-12-20
Use custom ListSerializer for pagination if one is specified on the serializer.
Tom Christie
2014-12-20
Better behaviour with null and '' for blank HTML fields.
Tom Christie
2014-12-19
Merge pull request #2010 from tanwanirahul/master
Tom Christie
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Change decorator attribute name to url_path per suggestions
tanwanirahul
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
[next]