- 20 Jan, 2016 1 commit
-
-
Xavier Ordoquy committed
-
- 19 Jan, 2016 3 commits
-
-
Add missing csrf_token in AdminRenderer post form.
Xavier Ordoquy committed -
Markdown compat (overtakes #3604)
Xavier Ordoquy committed -
Conflicts: requirements/requirements-optionals.txt
Xavier Ordoquy committed
-
- 18 Jan, 2016 6 commits
-
-
Fix update model example in html-and-forms.md
José Padilla committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Added explicit id field in multi update example
Xavier Ordoquy committed -
Update license year range to 2016
Tom Christie committed -
Prayag Verma committed
-
- 15 Jan, 2016 2 commits
-
-
Update permissions.md
Xavier Ordoquy committed -
Adding additional note about the behavior of set permission classes per view as suggest on #3834
Ramon Moraes committed
-
- 14 Jan, 2016 7 commits
-
-
QueryParameterVersioning does not use default version
Xavier Ordoquy committed -
QueryParameterVersioning does not fall back to the value used in the `DEFAULT_VERSION` setting, while other versioning schemes do. This looks like a minor change, and incorporates the `self.default_version` set in the superclass. I'll sheepishly admit that I edited this inline without running any tests or anything, so please let me know if this needs more work.
Brad Montgomery committed -
Display py.test internal warnings
Tom Christie committed -
Regarding #3729
Xavier Ordoquy committed -
Document how to tweak authtoken.admin.TokenAdmin
Tom Christie committed -
python -Werror generates warnings informing that on_delete is a required keyword in Django 2.0
Mads Jensen committed -
With focus on large user base, but can be extended.
Nicolas Delaby committed
-
- 13 Jan, 2016 2 commits
-
-
2015 update in __init__.py file
Tom Christie committed -
Mads Jensen committed
-
- 11 Jan, 2016 7 commits
-
-
update copyright 2016
Tom Christie committed -
Zach Wernberg committed
-
Fixed TimeField not handling empty values
Xavier Ordoquy committed -
areski committed
-
areski committed
-
PY2: DateField.to_representation can't work with unicode value
Xavier Ordoquy committed -
Mikalai Radchuk committed
-
- 10 Jan, 2016 1 commit
-
-
Fixes #3786
José Padilla committed
-
- 07 Jan, 2016 3 commits
-
-
Added documentation for the third party jsonapi.org package
Xavier Ordoquy committed -
Jerel Unruh committed
-
Fix nested validation error being rendered incorrectly.
Tom Christie committed
-
- 06 Jan, 2016 6 commits
-
-
Minor fix for dictionary key lookup in settings file
Mads Jensen committed -
Fixes #3804, avoiding update of Meta.extra_kwargs
Tom Christie committed -
Added unit test to cover.
Kevin Massey committed -
Typo fix in docs/api-guide/relations.md
Xavier Ordoquy committed -
`slug field` in code snippet was replaced to `slug_field`
m1kola committed -
Previously an extra list wrapped nested validation errors raised from serializer's validate() methods. That was inconsistent with the format of validation errors raised by validate_<fieldname> methods. i.e. these two resulted in *different* behaviour: def validate_foo(self): raise ValidationError(['bar']) def validate(self): raise ValidationError({'foo': ['bar']})
Craig de Stigter committed
-
- 05 Jan, 2016 2 commits
-
-
don't import authtoken model until needed
Tom Christie committed -
S. Andrew Sheppard committed
-