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
Age
Commit message (
Collapse
)
Author
2014-11-25
Don't use default_empty_html value for partial updates. Closes #2118.
Tom Christie
2014-11-25
Documentation in 'many_init' docstring. Refs #2120.
Tom Christie
2014-11-25
Style tweaks to login template.
Tom Christie
2014-11-25
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-25
Lowercase HTML label tag. Refs #2121.
Tom Christie
2014-11-21
removed the whole footer section
Andreas Bernacca
2014-11-21
remove sponsored by dabapps
Andreas Bernacca
2014-11-20
Fix rendering HTML form when API error raised. Closes #2103.
3.0-beta
Tom Christie
2014-11-20
Py3 fix - .items is not a list.
Tom Christie
2014-11-20
Resolve PUT and POST buttons in browsable API
Tom Christie
2014-11-20
Add --- null option for selects. Closes #2096.
Tom Christie
2014-11-20
Fixes for defaulting empty HTML fields to '', None, or empty.
Tom Christie
2014-11-20
Make _force_text_recursive private.
Tom Christie
2014-11-20
Fix non-determanistic default bug. Closes #2099.
Tom Christie
2014-11-19
Fix non-determanistic unique constraint mapping. Refs #2092.
Tom Christie
2014-11-19
Minor fix for #2092.
Tom Christie
2014-11-19
Apply defaults and requiredness to unique_together fields. Closes #2092.
Tom Christie
2014-11-19
Use translatable error strings. Refs #2063.
Tom Christie
2014-11-19
Allow blank choices to render. Closes #2071.
Tom Christie
2014-11-18
List serializer no explicitly renders as 'not supported for HTML input'
Tom Christie
2014-11-18
Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084
Tom Christie
2014-11-18
Add comment ref #2089
Tom Christie
2014-11-18
Only pass instance to form for PUT and PATCH. Closes #2073.
Tom Christie
2014-11-18
Note removal of 'save_object' and fail loudly if it exists
Tom Christie
2014-11-17
Docs for advanced default argument usage. Closes #1945
Tom Christie
2014-11-17
Remove class='form-control' for file inputs. Closes #2065.
Tom Christie
2014-11-13
required=False for nullable relationships
Tom Christie
2014-11-13
ReturnList and ReturnDict wrapped at nicer point
Tom Christie
2014-11-13
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-13
Refactor many
Tom Christie
2014-11-13
Split out .create and .update on ListSerializer
Tom Christie
2014-11-13
Use select inputs for relationships. Closes #2058.
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. ↵
Tom Christie
Closes #2021.
2014-11-12
Update html.py
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-10
#2054: Update exceptions to allow custom detail
Kevin London
This addresses the changes requested in #2054 and allows for custom messages that do not necessarily require a string formatter be present in the detail message.
2014-11-10
Update fields.py
Tom Christie
2014-11-10
Bring UniqueValidator implementation in line with other uniquness validators.
Tom Christie
2014-11-10
Uniqueness constraints imply a forced 'required=True'. Refs #1945
Tom Christie
2014-11-07
Support dotted source on relational fields
Tom Christie
2014-11-07
Fix initial data on serializers to reflect writable fields
Tom Christie
2014-11-07
Fix up fieldset templates. Closes #2039
Tom Christie
2014-11-07
Merge branch 'master' into dont-deserialize-twice
Tom Christie
2014-11-07
Fix serializer initial data
Tom Christie
2014-11-07
Prevent re-running deserialization. Closes #1975.
Tom Christie
2014-11-07
Metadata API should examine child serializer if passed parent ↵
Tom Christie
ListSerializer. Closes #2035.
2014-11-07
ModelField fix. Closes #2018.
Tom Christie
2014-11-07
.copy() for serializer .data and .errors dictionaries
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
[next]