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 (
Expand
)
Author
2015-01-08
Ensure urlparse is not publically exposed in compat.py - less chance of accid...
Tom Christie
2015-01-06
Fix compatibility comment regarding OrderedDict
Ryan Gaffney
2015-01-05
Pass init arguments through to serializer from pagination serializer.
Tom Christie
2015-01-05
Udpate docstring
Tom Christie
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2014-12-29
First pass at refactoring get_field_info in utils.model_meta
Kyle Valade
2014-12-28
Update copryright for 2015. Closes #2247.
Tom Christie
2014-12-28
Support namespaced router URLs with DefaultRouter.
Tom Christie
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-26
Paginated serializers should get context.
Tom Christie
2014-12-24
Merge pull request #2340 from shtouff/fix-htmlform-textarea
Tom Christie
2014-12-23
Remove ‘/‘ from inside variable block {{ }}
Andrew Seier
2014-12-23
Remove commented code (warning during compression)
Andrew Seier
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-20
Merge pull request #2331 from tomchristie/use-custom-list-serializer-for-pagi...
Tom Christie
2014-12-20
Merge pull request #2330 from tomchristie/better-blank-html-behavior
Tom Christie
2014-12-20
Use custom ListSerializer for pagination if one is specified on the serializer.
Tom Christie
2014-12-20
Better behaviour with null and '' for blank HTML fields.
Tom Christie
2014-12-19
Merge pull request #2010 from tanwanirahul/master
Tom Christie
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Change decorator attribute name to url_path per suggestions
tanwanirahul
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
2014-12-17
Merge pull request #2297 from tomchristie/version-3.0.2
3.0.2
Tom Christie
2014-12-17
Version 3.0.2
Tom Christie
2014-12-17
Merge pull request #2294 from tomchristie/fix-empty-html-values-with-default
Tom Christie
2014-12-17
Fix empty HTML values when a default is provided.
Tom Christie
2014-12-17
Serializer API restrictions.
Tom Christie
2014-12-17
str() -> six.text_type(). Closes #2290.
Tom Christie
2014-12-17
Ensure request.auth is available to response middleware.
Tom Christie
2014-12-17
Merge pull request #2155 from martinmaillard/set-user-on-wrapped-request
Tom Christie
2014-12-15
Minor test cleanup
Tom Christie
2014-12-15
Merge pull request #2279 from tomchristie/fix-serializer-repr-unicode-bug
Tom Christie
2014-12-15
Remove erronous print
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
Merge pull request #2267 from tomchristie/better-misconfigured-serializer-errors
Tom Christie
2014-12-13
Better errors when serializer has incorrectly named field.
Tom Christie
2014-12-13
Improve check for nested writes
Tom Christie
2014-12-12
Client.logout() also clears any force_authenticate
Tom Christie
2014-12-12
Update CharField default min_length message.
Peter Schmidt
2014-12-11
Merge pull request #2251 from linovia/version/3.0.1
3.0.1
Tom Christie
2014-12-11
Version 3.0.1
Xavier Ordoquy
2014-12-10
Merge pull request #2242 from tomchristie/hyperlinked-pk-optimization
Tom Christie
2014-12-10
Move comment
Tom Christie
2014-12-10
Drop get_iterable()
Tom Christie
2014-12-10
Optimizations play nicely with select_related, prefetch_related
Tom Christie
2014-12-10
Merge pull request #2241 from IvanAlegre/patch-1
Tom Christie
[next]