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
Age
Commit message (
Expand
)
Author
2014-09-19
Moar tests
Tom Christie
2014-09-19
Test rejigging
Tom Christie
2014-09-19
Add BaseSerializer heading
Tom Christie
2014-09-19
Merge branch 'master' into version-3.0
Tom Christie
2014-09-19
Initial release notes
Tom Christie
2014-09-19
Test tweaking
Tom Christie
2014-09-18
Merge pull request #1887 from pipermerriam/piper/decorate_as_view_response_fr...
Tom Christie
2014-09-18
Merge pull request #1882 from mattjmorrison/patch-2
Tom Christie
2014-09-18
Fix missing CSRF exemption on viewsets
Piper Merriam
2014-09-18
Added a model update integration test
Tom Christie
2014-09-18
ModelSerializer.create() to handle many to many by default
Tom Christie
2014-09-18
First pass on ManyRelation
Tom Christie
2014-09-18
Test for custom fields
Tom Christie
2014-09-18
Configuration correctness tests on ModelSerializer
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-17
Fixed code formatting
Matthew J Morrison
2014-09-17
Update routers.py
Tom Christie
2014-09-17
Merge pull request #1865 from mskrajnowski/default-router-listless-viewset
Tom Christie
2014-09-17
Merge pull request #1883 from jpadilla/master
Tom Christie
2014-09-17
Update initial migration to work on Python 3
José Padilla
2014-09-17
Update comments
Tom Christie
2014-09-17
Update authtoken latest Django 1.7 migration
José Padilla
2014-09-17
Clarify "raised inside REST framework"
Matthew J Morrison
2014-09-16
Merge pull request #1874 from sheppard/patch-3
Tom Christie
2014-09-15
add wq.db router and django-rest-pandas renderers
S. Andrew Sheppard
2014-09-15
Tests for through relationships
Tom Christie
2014-09-15
Fix nested model serializer base class
Tom Christie
2014-09-15
Tests for reverse relationships
Tom Christie
2014-09-15
Clean up field mapping tests
Tom Christie
2014-09-15
Fix erronous import
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-14
Merge pull request #1871 from jpadilla/third-party-docs
Tom Christie
2014-09-14
Update third-party-resources.md
José Padilla
2014-09-13
Add invitation to add new content
José Padilla
2014-09-13
Include third party resources link in home page
José Padilla
2014-09-13
Add Third Party Resources Topic section
José Padilla
2014-09-12
Dealing with reverse relationships
Tom Christie
2014-09-12
DecimalField documentation
Tom Christie
2014-09-12
Drop usage of validatiors.EMPTY_VALUES
Tom Christie
2014-09-12
Access validation messages in a way thats compatible with 1.4, 1.5
Tom Christie
2014-09-12
Use Resolver404 instead of base Exception
Tom Christie
2014-09-12
Tests for relational fields (not including many=True)
Tom Christie
2014-09-12
Updating docs
Tom Christie
2014-09-12
Coerce dates etc to ISO_8601 in seralizer, by default.
Tom Christie
2014-09-12
Tidy up JSONEncoder
Tom Christie
2014-09-12
UNICODE_JSON and COMPACT_JSON settings
Tom Christie
2014-09-12
Clean up relational fields queryset usage
Tom Christie
2014-09-12
NON_FIELD_ERRORS_KEY setting
Tom Christie
2014-09-12
to_internal_value() and to_representation()
Tom Christie
2014-09-12
MethodField -> SerializerMethodField
Tom Christie
[next]