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-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
2013-12-13
Fix default values always being False for browsable API
Kevin Brown
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-13
Try a more localised fix to the data=None problem
Philip Douglas
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-19
Only HTML forms should have implicit default False for boolean fields
Tom Christie
2013-08-13
Fix for "No module named compat"
JT
2013-07-24
Add support for removing field files by sending an empty string
Alex Burgel
2013-07-21
Updated EmailField error message. This one already available in django transl...
Pavel Zinovkin
2013-07-05
Use 'force_text', not 'unicode', for compat across python version
Tom Christie
2013-07-04
Remove 'Hold down "Control" ...' message from help_text
Andy Freeland
2013-06-11
Pep8 lint
David Sanders
2013-06-11
Update ModelField to work with a broader range of fields
David Sanders
2013-06-06
Never deepcopy validators. Closes #913
Tom Christie
2013-06-02
Serializer field 'default' argument may be a callable
Tom Christie
2013-05-29
Fix default field when is a simple callable function.
Gustavo Andrés Angulo
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-24
Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...
Tom Christie
2013-05-23
simplified, moved field humanizing to Field. broken tests
Oscar Vilaplana
2013-05-21
Merge and styling fixes
Tom Christie
2013-05-20
Updated SlugField to raise validation errors for invalid slugs
David Jones
2013-05-19
Added min_length and max_length
Oscar Vilaplana
2013-05-19
s/Single Character/String/
Oscar Vilaplana
2013-05-19
Made field label optional in OPTIONS
Oscar Vilaplana
2013-05-19
Integrated status quo of grimborg's awesome humanize_field() for exposing fie...
Nikolaus Schlemm
2013-05-19
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Nikolaus Schlemm
2013-05-18
Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...
Nikolaus Schlemm
2013-05-18
added tests for form
Oscar Vilaplana
2013-05-18
Added humanized field names and types
Oscar Vilaplana
2013-05-18
Move function to compat.
Ryan Kaskel
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Handle Python 3 strings and lazy strings.
Ryan Kaskel
2013-05-18
Merge branch 'master' into mjtorn-master
Markus Törnqvist
2013-05-18
Add TestCases for default field values
Stephan Groß
2013-05-18
Merge latest changes from master.
Ryan Kaskel
2013-05-18
Merge pull request #831 from brianz/master
Tom Christie
2013-05-18
Merge branch 'master' into 725-blank-choice-dash
Pablo Recio
2013-05-18
Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't required
Pablo Recio
2013-05-18
serializers.Field respects ordering on dicts if it exists. Closes #832
Tom Christie
2013-05-18
Use smart_text() instead of nonexistant smart_unicode()
Markus Törnqvist
[next]