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-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-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
2014-02-27
RelatedField default value handling fixed
Anton Shutik
2014-02-11
Test and fix for #1210. World's lowest hanging fruit.
Carlton Gibson
2014-01-15
Nicer write_only fields implementation. Closes #1355
Tom Christie
2014-01-14
Added write_only and write_only_fields. Refs #1306
Tom Christie
2014-01-12
CharField - add allow_null argument
Yuri Prezument
2014-01-12
Possible fix for #1330
Yuri Prezument
2013-12-23
Merge branch 'bennbollay-patch-1' into 2.4.0
Tom Christie
2013-12-13
Fix default values always being False for browsable API
Kevin Brown
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-03
Merge pull request #1250 from Ian-Foote/choice_field
Tom Christie
2013-11-27
Updated the assertion message of the ImageField.
Omer Katz
2013-11-27
Add unittests for ChoiceField metadata.
Ian Foote
2013-11-26
Add more context to the ChoiceField metadata.
Ian Foote
2013-11-26
Add choices to options metadata for ChoiceField.
Ian Foote
2013-11-05
Improve handling of 'empty' values for ChoiceField
Mathieu Pillard
2013-10-10
Merge branch 'html-form-rendering'
Tom Christie
2013-10-10
Ensure read-only fields don't break with current HTML renderer behavior
Tom Christie
2013-10-02
Serializers can now be rendered directly to HTML
Tom Christie
2013-09-25
Drop 1.3 support
Tom Christie
2013-09-13
Try a more localised fix to the data=None problem
Philip Douglas
2013-08-30
Merge master
Tom Christie
2013-08-29
Make ChoiceField.from_native() follow IntegerField behaviour on empty values
Mathieu Pillard
2013-08-23
Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into...
Tom Christie
2013-08-21
Merge master
Tom Christie
2013-08-19
Only HTML forms should have implicit default False for boolean fields
Tom Christie
2013-08-19
Merge branch 'master' into 2.4.0
Tom Christie
2013-08-13
Fix for "No module named compat"
JT
[next]