| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
ezheidtmann/dont-swallow-errors-in-callable-sources
Dont swallow errors in callable sources
|
|
|
|
|
|
max_value and min_value are not in kwargs
|
|
|
|
The SimpleMetadata class in metadata.py tries to getattr() attributes
on a field. For this to work, max_length and min_length have to be
actually set as an attribute.
Did the same for min_value and max_value and added those two to
SimpleMetadata.get_field_info
|
|
|
|
|
|
If set to `True` then leading and trailing
whitespace is trimmed. Defaults to `True`.
|
|
|
|
|
|
|
|
Document how to translate DRF error messages (version 3.1)
|
|
|
|
add some missing full stops to user visible strings
|
|
|
|
stops; add some missing translation tags
|
|
|
|
|
|
|
|
|
|
|
|
Use unicode internally everywhere for 'repr'.
|
|
|
|
|
|
|
|
|
|
|
|
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Django already joins base_url when constructing FileField.url
|
|
|
|
|
|
|
|
|
|
|