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
2015-03-27
Fixed docstring typo
Michael Blatherwick
2015-03-03
Call default.set_context() only on create. Refs #2619.
Tymur Maryokhin
2015-02-27
Updated CreateOnlyDefault to call set_context on its default (if callable)
Kevin Wood
2015-02-27
fix DictKey initial value
Janusz Harkot
2015-02-27
Merge pull request #2608 from ezheidtmann/dont-swallow-errors-in-callable-sou...
Tom Christie
2015-02-26
Add explanation for this exception mutation
Evan Heidtmann
2015-02-26
Avoid swallowing exceptions thrown in callable attributes
Evan Heidtmann
2015-02-21
DecimalField fix
Rense VanderHoek
2015-02-20
Validator-fix, added min/max fields to test_metadata
Rense VanderHoek
2015-02-20
Set field length/values as actual attributes.
Rense VanderHoek
2015-02-11
Fix incorrect HTML parsing for DictField
Tom Christie
2015-02-06
Minor cleanup
Tom Christie
2015-02-06
Add trim_whitespace to CharField #2517
José Padilla
2015-01-30
Merge master
Tom Christie
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-23
Added UUIDField.
Tom Christie
2015-01-09
Merge pull request #2373 from jakul/document-translations-3.1
Tom Christie
2015-01-07
swap backticks for double quotes
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes in user messages
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2015-01-02
update error messages for language and consistency
Craig Blaszczyk
2014-12-20
Better behaviour with null and '' for blank HTML fields.
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
2014-12-17
Fix empty HTML values when a default is provided.
Tom Christie
2014-12-15
Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-15
Better messaging for 'Field.to_representation'. Closes #2271.
Tom Christie
2014-12-13
Better errors when serializer has incorrectly named field.
Tom Christie
2014-12-12
Update CharField default min_length message.
Peter Schmidt
2014-12-10
Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.
Tom Christie
2014-12-09
Add allow_blank for ChoiceField #2184
José Padilla
2014-12-08
Added ListSerializer.validate(). Closes #2168.
Tom Christie
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-11-27
Drop Field.validate
Tom Christie
2014-11-27
Fix for nested attribute lookups where one is a callable
Tom Christie
2014-11-27
Support callable attributes in dotted source. Closes #2142.
Tom Christie
2014-11-25
Don't use default_empty_html value for partial updates. Closes #2118.
Tom Christie
2014-11-20
Fixes for defaulting empty HTML fields to '', None, or empty.
Tom Christie
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
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
[next]