- 26 Nov, 2015 7 commits
-
-
Make tests pass on Windows too
Tom Christie committed -
Windows Pythons seem to like printing addresses in upper-case, while Linux Pythons like lower-case hexes. This led to an amusing (for a given value of "amusing", anyway) situation where some repr tests would fail if the objects they were testing happened to be allocated at an address with a hex digit in the range A..F.
Aarni Koskela committed -
This re-stabilizes sorting after upgrading to 4.2.2.
Aarni Koskela committed -
This gets rid of a file encoding bug that occurs on Windows boxes where the default implied encoding is cp1252, but the files themselves aren't. The actual patch that seems to fix this is https://github.com/timothycrosley/isort/commit/1057d5e12edbb3030045b7a7a8c82f0848635fef but it seems like a good idea to upgrade to the latest and greatest.
Aarni Koskela committed -
Version 0.11b3's setup.py had an undeclared dependency on `py2exe` when running on Windows (see https://github.com/transifex/transifex-client/blob/0.11b3/setup.py#L23), which made it impossible to install without having a working `py2exe` to begin with. This has been fixed in 0.11 proper.
Aarni Koskela committed -
Fix for Incorrect regex in URLPathVersioning documentation #3638
José Padilla committed -
Prashant Tiwari committed
-
- 25 Nov, 2015 3 commits
-
-
Document how to turn pagination off
Xavier Ordoquy committed -
Make DRF compatible with multi template engine in Django 1.8
Tom Christie committed -
Xavier Ordoquy committed
-
- 24 Nov, 2015 2 commits
-
-
Update Django versions
Xavier Ordoquy committed -
José Padilla committed
-
- 23 Nov, 2015 2 commits
-
-
doc: clarify that crispy-forms needs to be in INSTALLED_APPS
José Padilla committed -
Daniel Hahler committed
-
- 21 Nov, 2015 1 commit
-
-
Fix typo in docstring for ReadOnlyField
Tom Christie committed
-
- 20 Nov, 2015 1 commit
-
-
Steven Loria committed
-
- 19 Nov, 2015 4 commits
-
-
Fix #3252 -- Use related_objects api for Django 1.9+
Tom Christie committed -
Andrei Fokau committed
-
Documentation fix for list serializers.
Xavier Ordoquy committed -
Silvio J. Gutierrez committed
-
- 18 Nov, 2015 7 commits
-
-
Sort response headers in api renderer
Tom Christie committed -
update docs about detail page link for AdminRenderer
Xavier Ordoquy committed -
Andrei Fokau committed
-
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 -
Silvio J. Gutierrez 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
-