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
/
utils
Age
Commit message (
Expand
)
Author
2014-11-13
required=False for nullable relationships
Tom Christie
2014-11-13
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-11-13
Model fields with .blank or .null now map to required=False. Closes #2017. Cl...
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-12
Update html.py
Tom Christie
2014-11-07
.copy() for serializer .data and .errors dictionaries
Tom Christie
2014-11-07
Minor tweaks
Tom Christie
2014-11-07
Serializer cleanup
Tom Christie
2014-11-06
Tests & fixes for list serialization
Tom Christie
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-10-31
Lazy loading of fields and validators. Closes #1963.
Tom Christie
2014-10-09
Merge pull request #1920 from thedrow/topic/encoder-improvements
Tom Christie
2014-10-08
More gradual deprecation
Tom Christie
2014-10-07
Enforce uniqueness validation for relational fields
Tom Christie
2014-10-02
First pass on incorperating the form rendering into the browsable API
Tom Christie
2014-10-02
The encoder now returns tuples instead of lists.
Omer Katz
2014-10-01
First pass at HTML form rendering
Tom Christie
2014-10-01
Deal with lazy strings in serializer reprs
Tom Christie
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-29
Uniqueness validation
Tom Christie
2014-09-24
OPTIONS support
Tom Christie
2014-09-23
NullBooleanField
Tom Christie
2014-09-23
Tests for field choices
Tom Christie
2014-09-18
First pass on ManyRelation
Tom Christie
2014-09-18
get_base_field() refactor
Tom Christie
2014-09-15
Drop label from serializer fields when not needed
Tom Christie
2014-09-12
Tidy up JSONEncoder
Tom Christie
2014-09-12
MethodField -> SerializerMethodField
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-09-11
Nice manager representations on serializer classes
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Improve memory address removal for serializer representations
Tom Christie
2014-09-11
Merge master
Tom Christie
2014-09-10
Compat fixes
Tom Christie
2014-09-09
Fleshing out serializer fields
Tom Christie
2014-09-05
Use force_text from compat
José Padilla
2014-09-05
Merge remote-tracking branch 'poswald/view-description-as-promise' into view-...
José Padilla
2014-09-02
Add relations and get tests running
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-19
Resolve python3 linting issue
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-08-19
replace unicode call with force_text
Paul Oswald
2014-07-29
evaluate content at function start
Paul Oswald
2014-07-28
Evaluate content before passing to regex.sub
Paul Oswald
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-04-11
Fix dict_keys equality test for python 3.
Ian Leith
2014-01-17
Encode django QuerySets to lists and not dicts in JSONEncoder
Mathieu Pillard
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-09
Fix compat issues for #1231
Tom Christie
2013-11-21
Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Malcolm Box
[next]