- 24 Dec, 2015 3 commits
-
-
This test was incorrectly checking that there were no validators set in older versions of Django, even though it should have been checking for the two validators that were set up on the model field level. The originally regression test that this fixes was added in https://github.com/tomchristie/django-rest-framework/commit/7d79cf35b7be01b175d8c25276a4414e8144a16b when fixing an issue with the `DecimalValidator`.
Kevin Brown committed -
Previously, all validators set on a DecimalField in Django would be stripped when converted to a Django REST framework field. This was because any validator that was an instance of `DecimalValidator` would be removed, and when `DecimalValidator` wasn't supported (so it was `None`), all validators would be removed. This fixes the issue by only removing the `DecimalValidator` instances if the `DecimalValidator` is supported.
Kevin Brown committed -
This adds tests for a regression where the `min_value` and `max_value` arguments are not being set for a DRF `DecimalField` even though the corresponding `MinValueValidator` and `MaxValueValidator` is being set on the model fields. Note that this only appears to be a regression for Django < 1.9, as these regression tests pass on newer versions of Django.
Kevin Brown committed
-
- 23 Dec, 2015 1 commit
-
-
Fixes #3756, adding the name to the HTML title, if it exists.
Tom Christie committed
-
- 22 Dec, 2015 1 commit
-
-
Michael Lissner committed
-
- 21 Dec, 2015 8 commits
-
-
Update the Django-guardian version for Django 1.9
José Padilla committed -
Xavier Ordoquy committed
-
Add DRF docs to "Documenting your API"
Tom Christie committed -
Emmanouil Konstantinidis committed
-
Emmanouil Konstantinidis committed
-
Emmanouil Konstantinidis committed
-
Emmanouil Konstantinidis committed
-
Emmanouil Konstantinidis committed
-
- 19 Dec, 2015 2 commits
-
-
Update bootstrap version in browsable-api.md
Xavier Ordoquy committed -
Atul Varma committed
-
- 18 Dec, 2015 2 commits
-
-
Issue 3726 DateTimeField not handling empty values
Tom Christie committed -
Raise error when setting a removed rest_framework setting for #3644
Tom Christie committed
-
- 17 Dec, 2015 6 commits
-
-
mjparker777 committed
-
mjparker777 committed
-
Subclass AutoFilterSet from self.default_filter_set
Tom Christie committed -
Luis San Pablo committed
-
Luis San Pablo committed
-
Luis San Pablo committed
-
- 16 Dec, 2015 7 commits
-
-
Tom Linford committed
-
docstring typo fix: DateAndFiles -> DataAndFiles
José Padilla committed -
Dan Lipsitt committed
-
Move urls.py changes down and add necessary import
Xavier Ordoquy committed -
Fix tox build against python 3.5 by upgrading pytest.
Tom Christie committed -
Xavier Ordoquy committed
-
The previous location of editting urls.py did not allow migrations to be created and the default import needs to be modified
Peter Baehr committed
-
- 15 Dec, 2015 6 commits
-
-
Some minor typos and grammar changes.
Xavier Ordoquy committed -
Tyrel Souza committed
-
Tyrel Souza committed
-
Fix transifex config for Django
Xavier Ordoquy committed -
NY committed
-
NY committed
-
- 14 Dec, 2015 4 commits
-
-
Version 3.3.2
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-