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-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
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
[next]