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-11-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-17
Remove class='form-control' for file inputs. Closes #2065.
Tom Christie
2014-11-17
Merge pull request #2083 from jpadilla/patch-1
Tom Christie
2014-11-17
Fix runtests examples
José Padilla
2014-11-17
Merge pull request #2082 from tomchristie/add-django-master-to-build-matrix
Tom Christie
2014-11-17
Add django master to build matrix. Closes #2075.
Tom Christie
2014-11-13
required=False for nullable relationships
Tom Christie
2014-11-13
ReturnList and ReturnDict wrapped at nicer point
Tom Christie
2014-11-13
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-13
Refactor many
Tom Christie
2014-11-13
Split out .create and .update on ListSerializer
Tom Christie
2014-11-13
Use select inputs for relationships. Closes #2058.
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-11-13
Reinstate OPTIONS tests
Tom Christie
2014-11-13
Remove tests/settings. Using conftest instead.
Tom Christie
2014-11-13
Remove test cruft
Tom Christie
2014-11-13
Add PyPI version badge.
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-10
Merge pull request #2055 from kevinlondon/patch-6
Tom Christie
2014-11-10
#2054: Update exceptions to allow custom detail
Kevin London
2014-11-10
Update fields.py
Tom Christie
2014-11-10
Bring UniqueValidator implementation in line with other uniquness validators.
Tom Christie
2014-11-10
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-11-08
Merge pull request #2051 from jochenvdv/fix-typos
Tom Christie
2014-11-08
Fix some typos and other errors
Jochen Van de Velde
2014-11-08
Merge pull request #2050 from jpadilla/issues/2045
Tom Christie
2014-11-07
Fix csrf-ajax link. Closes #2045
José Padilla
2014-11-07
Tweaks to release notes
Tom Christie
2014-11-07
Fixes to release notes
Tom Christie
2014-11-07
Support dotted source on relational fields
Tom Christie
2014-11-07
Fix initial data on serializers to reflect writable fields
Tom Christie
2014-11-07
Fix up fieldset templates. Closes #2039
Tom Christie
2014-11-07
Merge branch 'master' into dont-deserialize-twice
Tom Christie
2014-11-07
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-07
Fix serializer initial data
Tom Christie
2014-11-07
Prevent re-running deserialization. Closes #1975.
Tom Christie
2014-11-07
Add font files
Tom Christie
2014-11-07
Metadata API should examine child serializer if passed parent ListSerializer....
Tom Christie
2014-11-07
ModelField fix. Closes #2018.
Tom Christie
2014-11-07
.copy() for serializer .data and .errors dictionaries
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-07
Merge pull request #2041 from asparagui/minor_sp
Tom Christie
2014-11-06
minor spelling tweaks
Brett Koonce
2014-11-06
Merge pull request #2038 from NextHub/master
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Fixed base_url duplication in FileField.use_url
Tymur Maryokhin
[next]