aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-27Merge pull request #2616 from jerzyk/fix_dictfieldJosé Padilla
fix DictKey initial value
2015-02-27fix DictKey initial valueJanusz Harkot
2015-02-27Merge pull request #2584 from aRkadeFR/DocFixingTypoJosé Padilla
Documentation test fix double word
2015-02-27update for `that the` instead of `that`aRkadeFR
2015-02-27Merge pull request #2613 from Ian-Foote/python2-validatorsJosé Padilla
Ensure validators are new-style classes on python2
2015-02-27Ensure validators are new-style classes on python2Ian Foote
2015-02-27Merge pull request #2608 from ↵Tom Christie
ezheidtmann/dont-swallow-errors-in-callable-sources Dont swallow errors in callable sources
2015-02-26Add explanation for this exception mutationEvan Heidtmann
2015-02-26Avoid swallowing exceptions thrown in callable attributesEvan Heidtmann
2015-02-26Add tests for callable attributes raising exceptionsEvan Heidtmann
2015-02-26Merge pull request #2572 from Ins1ne/masterTom Christie
Fix UniqueTogetherValidator for NULL values
2015-02-26Merge pull request #2602 from dbrgn/fix-1602Tom Christie
List resource not updated between requests
2015-02-26Merge pull request #2606 from tomchristie/1.8-betaTom Christie
Formally upgrade suport to Django 1.8-beta
2015-02-26Who care what we do when it's totally malformed? Not me.Tom Christie
2015-02-26Update test for more graceful 1.8 handling of malformed filename encodingsTom Christie
2015-02-26Upgrade testing env name to django18betaTom Christie
2015-02-26Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2015-02-26Docs on exception handler context. Closes #2604.Tom Christie
2015-02-26Merge pull request #2587 from jpadilla/select-multiple-disabledTom Christie
Disable select field if no choices available
2015-02-26Formally upgrade suport to Django 1.8-betaTom Christie
2015-02-26Pagination tweaks and docsTom Christie
2015-02-26Merge pull request #2605 from Tivix/masterTom Christie
adding django-rest-auth to Third Part Resources and Authentication
2015-02-25Force-evaluate querysets (see #2602)Danilo Bargen
2015-02-25Update third-party-resources.mdMateusz Sikora
2015-02-25Update authentication.mdMateusz Sikora
2015-02-25Update third-party-resources.mdMateusz Sikora
2015-02-25Merge pull request #2601 from k4nar/refactor_simplerouterTom Christie
Remove duplicated code in routers.SimpleRouter
2015-02-25Remove duplicated code in routers.SimpleRouterYannick PEROUX
2015-02-25Merge pull request #2595 from k4nar/fix_url_pathTom Christie
Fix url_path on dynamic routes for inherited viewsets. Fix #2583
2015-02-25Add a test for #2583 fixYannick PEROUX
2015-02-25Fix removal of url_path on @detail_route and @list_route. Fix # #2583Yannick PEROUX
SimpleRouter.get_routes was popping out the url_path kwarg from list_route and detail_route decorators. This was causing troubles when the route was re-used, for example if the viewset was inherited.
2015-02-21Merge pull request #2586 from rense/masterTom Christie
Set field max_length/max_value as actual attribute.
2015-02-21Merge pull request #2589 from ludbek/masterJosé Padilla
updated outdated link at testing.md#APIClient
2015-02-21DecimalField fixRense VanderHoek
max_value and min_value are not in kwargs
2015-02-21updated outdated link at testing.md#APIClientludbek
2015-02-20Merge pull request #2588 from maryokhin/masterTom Christie
Check if sessions are enabled before calling logout.
2015-02-20Check if sessions are enabled before calling logout. Closes #2545.Tymur Maryokhin
2015-02-20Validator-fix, added min/max fields to test_metadataRense VanderHoek
2015-02-20Disable select field if no choices availableJosé Padilla
2015-02-20Set field length/values as actual attributes.Rense VanderHoek
The SimpleMetadata class in metadata.py tries to getattr() attributes on a field. For this to work, max_length and min_length have to be actually set as an attribute. Did the same for min_value and max_value and added those two to SimpleMetadata.get_field_info
2015-02-20Documentation test fix double wordaRkadeFR
2015-02-20Merge pull request #2580 from jpadilla/masterCarlton Gibson
Fixes HiddenField being rendered in HTMLFormRenderer
2015-02-20Fixes HiddenField being rendered in HTMLFormRendererRubén Durá Tarí
2015-02-19Failing test for #2552José Padilla
2015-02-19Return UniquenessTogetherModel to previous stateAider Ibragimov
2015-02-19Skip validation of NULL field only if it part of unique_togetherAider Ibragimov
2015-02-18Fix UniqueTogetherValidator for NULL valuesAider Ibragimov
2015-02-18Merge pull request #2562 from phalt/force-auth-docsJosé Padilla
Add import example for force_authenticate in testing
2015-02-18add missing import in testsPaul Hallett
2015-02-17Merge pull request #2569 from k4nar/k4nar-requests-typoTom Christie
Fix typo in requests.md