- 18 Nov, 2015 3 commits
-
-
Fix template.render deprecation warnings for Django 1.9
Tom Christie committed -
Andrei Fokau committed
-
ListField does not enforce that input is a list
Tom Christie committed
-
- 17 Nov, 2015 4 commits
-
-
Test against Django 1.9rc1
Tom Christie committed -
José Padilla committed
-
Removing references to get_paginate_by() as it no longer exists.
José Padilla committed -
Will Dady committed
-
- 16 Nov, 2015 1 commit
-
-
Relation fields no to_fields attribute attribute break serializer
Tom Christie committed
-
- 15 Nov, 2015 1 commit
-
-
Martin Hill committed
-
- 14 Nov, 2015 2 commits
-
-
Martin Hill committed
-
Martin Hill committed
-
- 13 Nov, 2015 3 commits
-
-
Dawn Pattison committed
-
Dawn Pattison committed
-
Fix regression causing raw data form to not display
Xavier Ordoquy committed
-
- 12 Nov, 2015 1 commit
-
-
Fix module name with Python 3.5 (#3534)
Tom Christie committed
-
- 11 Nov, 2015 1 commit
-
-
Xavier Ordoquy committed
-
- 06 Nov, 2015 1 commit
-
-
Don't specify unnecessary basepython
Tom Christie committed
-
- 05 Nov, 2015 3 commits
-
-
tox automatically includes basepython definitions for all the common python versions, and will recognize it in factors of envs in the envlist.
Ryan Hiebert committed -
Typo
Xavier Ordoquy committed -
Vedran Karačić committed
-
- 04 Nov, 2015 12 commits
-
-
nfletton committed
-
Test against Django 1.8.6
Tom Christie committed -
José Padilla committed
-
Tom Christie committed
-
Tom Christie committed
-
Proper 'primary key' checking on to_fields.
Tom Christie committed -
Tom Christie committed
-
Allow HTML to render when no filter_class is defined.
Tom Christie committed -
Request parsing when .POST accessed
Tom Christie committed -
Tom Christie committed
-
docs - reverse needs kwargs keyword
Xavier Ordoquy committed -
Since we aren't passing in any args, we must specify kwargs as a keyword argument.
Ryan Hiebert committed
-
- 02 Nov, 2015 5 commits
-
-
typo
Tom Christie committed -
Travis J Morton committed
-
Add section permalinks to docs
Tom Christie committed -
fix image paths
Tom Christie committed -
David Szotten committed
-
- 30 Oct, 2015 3 commits
-
-
Updated readme to reflect 3.3 release
José Padilla committed -
Michael K committed
-
Add compat util for DecimalValidator
Xavier Ordoquy committed
-