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
/
fields.py
Age
Commit message (
Collapse
)
Author
2012-10-09
Remove Field handling relations/relationship managers - use ↵
Tom Christie
RelatedField/ManyRelatedField instead
2012-10-08
Fix issue where required fields were not being properly validated. Also ↵
Tom Christie
make model fields with a default value be not required
2012-10-05
Fix django 1.3 bug
Tom Christie
2012-10-05
Add test for non-GET methods to api_view decorator
Tom Christie
2012-10-05
Fix view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-05
Fix view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-05
Add view_name argument to HyperlinkedIdentityField
Tom Christie
2012-10-04
Fix for field to make it easier to access field relationships
Tom Christie
2012-10-04
Minor fixes
Tom Christie
2012-10-04
Initial tests for hyperlinked relationships
Tom Christie
2012-10-04
Tweaks
Tom Christie
2012-10-04
Clean up field classes
Tom Christie
2012-10-04
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no ↵
Tom Christie
hyperlinked relations
2012-10-03
M2M fields supported
Tom Christie
2012-10-03
Improve comments
Tom Christie
2012-10-03
Fix for empty form fields
Tom Christie
2012-10-03
Fix for empty form fields
Tom Christie
2012-10-03
Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as ↵
Tom Christie
appropriate (fixes test)
2012-10-03
Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedField
Tom Christie
2012-10-02
Added model form field -> serializer form field mapping
Tom Christie
2012-10-01
Expand pagination support, add docs
Tom Christie
2012-09-30
Pagination support
Tom Christie
2012-09-25
Fix some bits of serialization
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie