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-11-17
Docs for advanced default argument usage. Closes #1945
Tom Christie
2014-11-10
Update fields.py
Tom Christie
2014-11-07
ModelField fix. Closes #2018.
Tom Christie
2014-11-06
Fixed base_url duplication in FileField.use_url
Tymur Maryokhin
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-11-06
Support for bulk create. Closes #1965.
Tom Christie
2014-11-05
ModelField should support max_length. Closes #2018.
Tom Christie
2014-11-05
Fix failing copy of fields when RegexValidator is used. Closes #1954.
Tom Christie
2014-11-05
Support None if initial part of dotted lookup returns None. Closes #1223.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-31
Guard against malicious string inputs for numbers. Closes #1903.
Tom Christie
2014-10-28
unique_for_date/unique_for_month/unique_for_year
Tom Christie
2014-10-22
First pass at unique_for_date, unique_for_month, unique_for_year
Tom Christie
2014-10-17
Use serializers.ValidationError
Tom Christie
2014-10-16
get_attribute method on fields
Tom Christie
2014-10-15
Support fields that reference a simple callable
Tom Christie
2014-10-10
exceptions.ValidationFailed, not Django's ValidationError
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-08
Limit blank string -> None to just be on relational fields
Tom Christie
2014-10-08
Support empty file fields
Tom Christie
2014-10-08
Tests for relational fields
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-03
Merge pull request #1921 from koordinates/fix-typos
Tom Christie
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-02
Browsable API tweaks
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-29
Absolute URLs for file fields
Tom Christie
2014-09-29
.validate() on serializer fields
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie
2014-09-26
FileField and ImageField
Tom Christie
2014-09-26
Simplify serialization slightly
Tom Christie
2014-09-26
Added ListField
Tom Christie
2014-09-26
request.data attribute
Tom Christie
2014-09-25
Partial support
Tom Christie
2014-09-25
Fix syntax error
Tom Christie
2014-09-25
Refuse to downcast from datetime to date or time
Tom Christie
2014-09-25
Check for redundant on SerializerMethodField
Tom Christie
2014-09-25
Clean up bind - no longer needs to be called multiple times in nested fields
Tom Christie
2014-09-25
Ensure proper sorting of 'choices' attribute on ChoiceField
Tom Christie
2014-09-24
Enforce field_name != source
Tom Christie
2014-09-24
Custom deepcopy on Field classes
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
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
[next]