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-28
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-28
Add import notes in docs. Closes #2357
Tom Christie
2014-12-27
Merge pull request #2358 from fusionbox/manger_typo
Tom Christie
2014-12-26
Typo manger => manager
Rocky Meza
2014-12-26
Release notes on non-text detail arguments. Closes #2341.
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-24
modified the tests accordingly
Remi Paulmier
2014-12-23
Merge pull request #2348 from theengineear/compress-invalid-template
Kevin Brown
2014-12-23
Remove ‘/‘ from inside variable block {{ }}
Andrew Seier
2014-12-23
Remove commented code (warning during compression)
Andrew Seier
2014-12-23
Merge pull request #2346 from sh4r3m4n/master
Tom Christie
2014-12-23
Documented an optional argument of HyperlinkedIdentityField
Matías Lang
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-22
Merge pull request #2337 from BWStearns/master
Tom Christie
2014-12-21
use of double quotes broke the code highlighting.
Brian Stearns
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
Updated documentation on url_path per suggestions.
Rahul
2014-12-19
Updates url_path info per suggestion
Rahul
2014-12-19
Added documentation about url_path parameter for custom actions.
Rahul
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Add url_path documention for detail_route decorator
tanwanirahul
2014-12-19
Updated tests to use url_path attribute in list and detail decorators
tanwanirahul
2014-12-19
Change decorator attribute name to url_path per suggestions
tanwanirahul
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 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
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
[next]