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
2014-09-22
allow_blank, allow_null
Tom Christie
2014-09-22
Tests & tweaks for ChoiceField
Tom Christie
2014-09-22
Tests and tweaks for choice fields
Tom Christie
2014-09-22
More compat fixes
Tom Christie
2014-09-22
Support format=None for date/time fields
Tom Christie
2014-09-22
Tweaks to DecimalField
Tom Christie
2014-09-22
Fix compat issues
Tom Christie
2014-09-22
Ensure 'messages' in fields are respected in preference to default validator ...
Tom Christie
2014-09-22
Tests and tweaks for text fields
Tom Christie
2014-09-22
Field tests and associated cleanup
Tom Christie
2014-09-19
Moar tests
Tom Christie
2014-09-19
Merge branch 'master' into version-3.0
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
Configuration correctness tests on ModelSerializer
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
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
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-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
Drop usage of validatiors.EMPTY_VALUES
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
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
2014-09-11
DecimalFields should still be quantized even without coerce_to_string
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-09-11
no longer tightly coupled to private queryset API
Tom Christie
2014-09-11
no longer tightly coupled to private queryset API
Tom Christie
2014-09-11
Throttles now use Retry-After header and no longer support the custom style
Tom Christie
2014-09-11
Nice manager representations on serializer classes
Tom Christie
2014-09-11
Tidy up lookup_class
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-11
Added DefaultRouter support (and test) for viewsets without the default actio...
Marek Skrajnowski
2014-09-10
Fix grammar in login error message
Joe Binney
2014-09-10
Compat fixes
Tom Christie
2014-09-10
Added help_text argument to fields
Tom Christie
[next]