aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2015-02-17Fix typo in requests.mdYannick PÉROUX
2015-02-17Update versionTom Christie
2015-02-17Minor docs tweakTom Christie
2015-02-17Recommend 'pip list --outdated' instead of using pip-reviewTom Christie
2015-02-17Merge pull request #2568 from tomchristie/requirements-refactorTom Christie
Requirements refactor.
2015-02-17Note on using pip-review in docs.Tom Christie
2015-02-17Single source of truth for requirementsTom Christie
2015-02-17Merge pull request #2567 from carltongibson/18-warningJosé Padilla
Move `importlib` fallback into compat.
2015-02-17Fixes for latest pep8 updates. Refs #2563.Tom Christie
2015-02-17Move `importlib` fallback into compat.Carlton Gibson
2015-02-17Merge pull request #2565 from carltongibson/18-warningTom Christie
Adjust importlib import
2015-02-17Adjust importlib importCarlton Gibson
2015-02-13Merge pull request #2198 from tomchristie/version-3.1Tom Christie
Version 3.1
2015-02-11Merge pull request #2550 from maryokhin/patch-1Kevin Brown
Remove '.model' shortcut from viewset docs
2015-02-12Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549.Tymur Maryokhin
2015-02-11Merge branch 'version-3.1' of ↵version-3.1Tom Christie
https://github.com/tomchristie/django-rest-framework into version-3.1
2015-02-11Fix incorrect HTML parsing for DictFieldTom Christie
2015-02-10Merge pull request #2540 from linovia/release/3.0.53.0.5Xavier Ordoquy
Release/3.0.5
2015-02-10Bumped the version to 3.0.5Xavier Ordoquy
2015-02-10Add release notes for 3.0.5.Xavier Ordoquy
2015-02-10Merge pull request #2535 from carltongibson/search-filter-duplicatesTom Christie
Fix duplicate results of `ManyToManyField` when using `SearchFilter`.
2015-02-10Add `distinct` call in `filter_queryset`Carlton Gibson
2015-02-10Failing test case for #1488Carlton Gibson
2015-02-09Merge pull request #2534 from JoarLeth/version-3.1Tom Christie
Fix typo in 3.1 announcement
2015-02-09Fix typo in 3.1 announcementJoar Leth
2015-02-09Merge masterTom Christie
2015-02-09Drop django master from the build matrix.Tom Christie
Currently always going to be a know failure case. We can add it back when we start to consdier Django 1.9 support.
2015-02-09Merge pull request #2530 from tomchristie/attribute-proxying-fixTom Christie
Fix misleading `AttributeError` tracebacks on `Request` objects.
2015-02-09Fix .gitignoreTom Christie
2015-02-09Fixes for latest version of pep8Tom Christie
2015-02-09pep8 fixTom Christie
2015-02-09Py3 compat fixTom Christie
2015-02-09Fix misleading AttributeErrorsTom Christie
2015-02-09Minor docs workTom Christie
2015-02-06Minor internal API cleanpuTom Christie