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-02-27
Merge pull request #2608 from ezheidtmann/dont-swallow-errors-in-callable-sou...
Tom Christie
2015-02-26
Add explanation for this exception mutation
Evan Heidtmann
2015-02-26
Avoid swallowing exceptions thrown in callable attributes
Evan Heidtmann
2015-02-26
Merge pull request #2572 from Ins1ne/master
Tom Christie
2015-02-26
Merge pull request #2602 from dbrgn/fix-1602
Tom Christie
2015-02-26
Merge pull request #2587 from jpadilla/select-multiple-disabled
Tom Christie
2015-02-26
Pagination tweaks and docs
Tom Christie
2015-02-25
Force-evaluate querysets (see #2602)
Danilo Bargen
2015-02-25
Remove duplicated code in routers.SimpleRouter
Yannick PEROUX
2015-02-25
Fix removal of url_path on @detail_route and @list_route. Fix # #2583
Yannick PEROUX
2015-02-21
Merge pull request #2586 from rense/master
Tom Christie
2015-02-21
DecimalField fix
Rense VanderHoek
2015-02-20
Check if sessions are enabled before calling logout. Closes #2545.
Tymur Maryokhin
2015-02-20
Validator-fix, added min/max fields to test_metadata
Rense VanderHoek
2015-02-20
Disable select field if no choices available
José Padilla
2015-02-20
Set field length/values as actual attributes.
Rense VanderHoek
2015-02-20
Fixes HiddenField being rendered in HTMLFormRenderer
Rubén Durá Tarí
2015-02-19
Skip validation of NULL field only if it part of unique_together
Aider Ibragimov
2015-02-18
Fix UniqueTogetherValidator for NULL values
Aider Ibragimov
2015-02-17
Update version
Tom Christie
2015-02-17
Merge pull request #2567 from carltongibson/18-warning
José Padilla
2015-02-17
Fixes for latest pep8 updates. Refs #2563.
Tom Christie
2015-02-17
Move `importlib` fallback into compat.
Carlton Gibson
2015-02-17
Adjust importlib import
Carlton Gibson
2015-02-13
Merge pull request #2198 from tomchristie/version-3.1
Tom Christie
2015-02-11
Fix incorrect HTML parsing for DictField
Tom Christie
2015-02-10
Merge pull request #2540 from linovia/release/3.0.5
3.0.5
Xavier Ordoquy
2015-02-10
Bumped the version to 3.0.5
Xavier Ordoquy
2015-02-10
Add `distinct` call in `filter_queryset`
Carlton Gibson
2015-02-09
Merge master
Tom Christie
2015-02-09
Fixes for latest version of pep8
Tom Christie
2015-02-09
Py3 compat fix
Tom Christie
2015-02-09
Fix misleading AttributeErrors
Tom Christie
2015-02-06
Minor internal API cleanpu
Tom Christie
2015-02-06
Minor cleanups/improvements to ModelSerializer API
Tom Christie
2015-02-06
Minor cleanup
Tom Christie
2015-02-06
Merge branch 'version-3.1' of git://github.com/jpadilla/django-rest-framework...
Tom Christie
2015-02-06
Upgrade pending deprecations to deprecations
Tom Christie
2015-02-06
Add trim_whitespace to CharField #2517
José Padilla
2015-02-05
Update throttling.py
Kaptian
2015-02-05
Fix possible nested array fields
José Padilla
2015-02-04
Merge remote-tracking branch 'upstream/version-3.1' into version-3.1
José Padilla
2015-02-04
Add child to ListField when using ArrayField
José Padilla
2015-02-05
Fix NamespaceVersioning with hyperlinked serializer fields
Tom Christie
2015-02-04
Merge branch 'version-3.1-2489' of git://github.com/brandoncazander/django-re...
Tom Christie
2015-02-04
Merge pull request #2518 from longhotsummer/patch-1
Tom Christie
2015-02-04
Parens around if clause
Greg Kempe
2015-02-04
Use inline if
Greg Kempe
2015-02-04
Prefetching the user object when getting the token in TokenAuthentication.
Ofir Ovadia
2015-02-04
FIX: Don't default to list in method args
Greg Kempe
[next]