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
/
serializers.py
Age
Commit message (
Expand
)
Author
2014-09-24
OPTIONS support
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-19
Moar tests
Tom Christie
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
Configuration correctness tests on ModelSerializer
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-17
Update comments
Tom Christie
2014-09-15
Fix nested model serializer base class
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-12
Dealing with reverse relationships
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
2014-09-11
Tidy up lookup_class
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-10
Compat fixes
Tom Christie
2014-09-10
Added help_text argument to fields
Tom Christie
2014-09-10
Tweaks
Tom Christie
2014-09-09
Fleshing out serializer fields
Tom Christie
2014-09-08
More test sorting
Tom Christie
2014-09-05
Workin on
Tom Christie
2014-09-02
Getting tests passing
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
2014-09-01
Generator implementation of class mapping.
Timo Tuominen
2014-09-01
Add utility function to match classes in dictionary.
Timo Tuominen
2014-09-01
Traverse the method resolution order when mapping serializer fields.
Timo Tuominen
2014-09-01
Add subclass matching to serializer field mapping.
Timo Tuominen
2014-08-29
First pass
Tom Christie
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-08-13
ModelSerializer.restore_object - errors as list
John Whitlock
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-05-22
Fix _resolve_model to work with unicode strings
Piper Merriam
2014-05-19
fix pep8
allenhu
2014-05-16
Added missing import.
Xavier Ordoquy
2014-04-30
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-29
Merge remote-tracking branch 'upstream/master'
Emanuele Pucciarelli
2014-04-24
Add help_text and verbose_name attribute mapping for related field
Sergey Sinitsyn
2014-04-13
Use setattr for adding fields to a new instance
Ian Foote
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-12
Set GenericForeignKey fields on object before save
Ian Foote
2014-03-31
Merge pull request #1477 from vlastv/patch-1
Xavier Ordoquy
2014-03-28
Do not check model_field's attributes if it is None
Emanuele Pucciarelli
2014-03-24
Use help_text, verbose_name, editable attributes for related fields
Emanuele Pucciarelli
2014-03-20
Merge pull request #1474 from elmehdikarami/master
Tom Christie
2014-03-20
Fixed copy-paste
Vladislav Vlastovskiy
2014-03-20
Moved get component from object after test source is star
Vladislav Vlastovskiy
[next]