| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-20 | Merge pull request #2588 from maryokhin/master | Tom Christie | |
| Check if sessions are enabled before calling logout. | |||
| 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 | |
| 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-20 | Documentation test fix double word | aRkadeFR | |
| 2015-02-20 | Merge pull request #2580 from jpadilla/master | Carlton Gibson | |
| Fixes HiddenField being rendered in HTMLFormRenderer | |||
| 2015-02-20 | Fixes HiddenField being rendered in HTMLFormRenderer | Rubén Durá Tarí | |
| 2015-02-19 | Failing test for #2552 | José Padilla | |
| 2015-02-19 | Return UniquenessTogetherModel to previous state | Aider Ibragimov | |
| 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-18 | Merge pull request #2562 from phalt/force-auth-docs | José Padilla | |
| Add import example for force_authenticate in testing | |||
| 2015-02-18 | add missing import in tests | Paul Hallett | |
| 2015-02-17 | Merge pull request #2569 from k4nar/k4nar-requests-typo | Tom Christie | |
| Fix typo in requests.md | |||
| 2015-02-17 | Fix typo in requests.md | Yannick PÉROUX | |
| 2015-02-17 | Update version | Tom Christie | |
| 2015-02-17 | Minor docs tweak | Tom Christie | |
| 2015-02-17 | Recommend 'pip list --outdated' instead of using pip-review | Tom Christie | |
| 2015-02-17 | Merge pull request #2568 from tomchristie/requirements-refactor | Tom Christie | |
| Requirements refactor. | |||
| 2015-02-17 | Note on using pip-review in docs. | Tom Christie | |
| 2015-02-17 | Single source of truth for requirements | Tom Christie | |
| 2015-02-17 | Merge pull request #2567 from carltongibson/18-warning | José Padilla | |
| Move `importlib` fallback into compat. | |||
| 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 | Merge pull request #2565 from carltongibson/18-warning | Tom Christie | |
| Adjust importlib import | |||
| 2015-02-17 | Adjust importlib import | Carlton Gibson | |
| 2015-02-13 | Merge pull request #2198 from tomchristie/version-3.1 | Tom Christie | |
| Version 3.1 | |||
| 2015-02-11 | Merge pull request #2550 from maryokhin/patch-1 | Kevin Brown | |
| Remove '.model' shortcut from viewset docs | |||
| 2015-02-12 | Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549. | Tymur Maryokhin | |
| 2015-02-11 | Merge branch 'version-3.1' of ↵version-3.1 | Tom Christie | |
| https://github.com/tomchristie/django-rest-framework into version-3.1 | |||
| 2015-02-11 | Fix incorrect HTML parsing for DictField | Tom Christie | |
| 2015-02-10 | Merge pull request #2540 from linovia/release/3.0.53.0.5 | Xavier Ordoquy | |
| Release/3.0.5 | |||
| 2015-02-10 | Bumped the version to 3.0.5 | Xavier Ordoquy | |
| 2015-02-10 | Add release notes for 3.0.5. | Xavier Ordoquy | |
| 2015-02-10 | Merge pull request #2535 from carltongibson/search-filter-duplicates | Tom Christie | |
| Fix duplicate results of `ManyToManyField` when using `SearchFilter`. | |||
| 2015-02-10 | Add `distinct` call in `filter_queryset` | Carlton Gibson | |
| 2015-02-10 | Failing test case for #1488 | Carlton Gibson | |
| 2015-02-09 | Merge pull request #2534 from JoarLeth/version-3.1 | Tom Christie | |
| Fix typo in 3.1 announcement | |||
| 2015-02-09 | Fix typo in 3.1 announcement | Joar Leth | |
| 2015-02-09 | Merge master | Tom Christie | |
| 2015-02-09 | Drop 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-09 | Merge pull request #2530 from tomchristie/attribute-proxying-fix | Tom Christie | |
| Fix misleading `AttributeError` tracebacks on `Request` objects. | |||
| 2015-02-09 | Fix .gitignore | Tom Christie | |
| 2015-02-09 | Fixes for latest version of pep8 | Tom Christie | |
| 2015-02-09 | pep8 fix | Tom Christie | |
| 2015-02-09 | Py3 compat fix | Tom Christie | |
| 2015-02-09 | Fix misleading AttributeErrors | Tom Christie | |
| 2015-02-09 | Minor docs work | Tom Christie | |
| 2015-02-06 | Minor internal API cleanpu | Tom Christie | |
