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 (
Expand
)
Author
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-18
get_base_field() refactor
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-12
Drop usage of validatiors.EMPTY_VALUES
Tom Christie
2014-09-12
Coerce dates etc to ISO_8601 in seralizer, by default.
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
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
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-06
Fixed #1533 - Resolved issue with integer keys on nested choices never valida...
Christopher Adams
2014-09-05
Workin on
Tom Christie
2014-09-05
Use Serializer instead of ModelSerializer
Piotr Jakimiak
2014-09-05
Fix comment
Piotr Jakimiak
2014-09-05
Fix returning None when allow_none is True in CharField
Piotr Jakimiak
2014-09-02
Getting tests passing
Tom Christie
2014-09-02
Add relations and get tests running
Tom Christie
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
Resolve linting issues
Tom Christie
2014-07-26
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-06-27
Merge branch 'master' into modelserialization-charfield-with-null
Serhiy Voyt
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-06-16
typo in the docs
TankorSmash
2014-06-05
Replace ChoiceField type_label
khamaileon
2014-05-22
fields: allow help_text on SerializerMethodField
John Spray
2014-05-20
Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value
Tom Christie
2014-05-09
Merge pull request #1564 from alumni/master
Carlton Gibson
2014-05-08
Merge pull request #1575 from ewdicus/iso8601
Carlton Gibson
2014-05-07
Add colon to time zone offset in readable_datetime_formats
Elliott
2014-05-07
In case of None value returns empty string instead of NoneType.
Serhiy Voyt
2014-05-06
Charfied from_native method returns default instead of None. Updated tests.
Serhiy Voyt
2014-05-04
Automatically set the field name as value for the HTML `id` attribute on the ...
Lucian Mocanu
2014-04-30
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-27
Minor typo
Kamil Niski
2014-04-16
Allow customising ChoiceField blank display value
Ian Foote
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-07
Fixed comment.
Mauro de Carvalho
[prev]
[next]