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
Age
Commit message (
Expand
)
Author
2014-12-19
get_extra_kwargs
Tom Christie
2014-12-19
get_field_names, get_default_field_names
Tom Christie
2014-12-19
Merge branch 'version-3.1' into model-serializer-api
Tom Christie
2014-12-19
Merge branch 'master' into version-3.1
Tom Christie
2014-12-19
get_unique_together_validators and get_unique_for_date_validators
Tom Christie
2014-12-18
Merge pull request #2319 from maryokhin/master
Tom Christie
2014-12-18
Add OPTIONS/metadata to docs index
Tom Christie
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
Merge pull request #2316 from tomchristie/project-management
Tom Christie
2014-12-18
Added project management docs.
Tom Christie
2014-12-18
Merge master
Tom Christie
2014-12-18
Merge pull request #2315 from tomchristie/yaml-encoder-fix
Tom Christie
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-18
Merge pull request #2314 from tomchristie/drop-setup-py-test
Tom Christie
2014-12-18
Add pinned versions of wheels and mkdocs to our dev requirements.
Tom Christie
2014-12-18
Merge branch 'master' into version-3.1
Tom Christie
2014-12-18
Drop 'setup.py test'. Just use 'runtests.py'.
Tom Christie
2014-12-18
Merge pull request #2312 from tomchristie/check-for-wheel-before-pypi-publish
Tom Christie
2014-12-18
Merge pull request #2311 from tomchristie/allow-empty-text-or-boolean-html-in...
Tom Christie
2014-12-18
Check for wheel install before allowing setup.py publish.
Tom Christie
2014-12-18
Drop print statements in tests
Tom Christie
2014-12-18
Fixes for behavior with empty HTML fields.
Tom Christie
2014-12-18
Merge pull request #2307 from epicserve/tutorial_6_doc_fix
Xavier Ordoquy
2014-12-17
The pre_save method no longer works. This resolved issue #2306
Brent O'Connor
2014-12-17
Wheel check was breaking tests. Removed it.
Tom Christie
2014-12-17
Enforce wheel check before allowing 'setup.pu publish'
Tom Christie
2014-12-17
Add missing date
Tom Christie
2014-12-17
Merge pull request #2297 from tomchristie/version-3.0.2
3.0.2
Tom Christie
2014-12-17
Merge pull request #2305 from epicserve/tutorial_4_fixes
Tom Christie
2014-12-17
With httpie 0.8.0 the HTTP method has to come after the auth argument.
Brent O'Connor
2014-12-17
Merge pull request #2300 from maryokhin/master
Tom Christie
2014-12-17
Docs/tutorial import fixes. Refs #2296
Tymur Maryokhin
2014-12-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-17
Use six.BytesIO in tutorial. Closes #2296.
Tom Christie
2014-12-17
Merge pull request #2298 from epicserve/fix_typo
Tom Christie
2014-12-17
Fixed a typo
Brent O'Connor
2014-12-17
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-17
Expand permissions docs. Closes #2223.
Tom Christie
2014-12-17
Cleanup extra newline
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
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-17
Highlight trailing '.' in command so it wont be missed.
Tom Christie
2014-12-17
Fix empty HTML values when a default is provided.
Tom Christie
2014-12-17
Merge pull request #2291 from tomchristie/serializer-api-restrictions
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-17
Merge pull request #2285 from tomchristie/versioning
Tom Christie
[next]