- 03 Dec, 2015 1 commit
-
-
Luis San Pablo committed
-
- 02 Dec, 2015 3 commits
-
-
Fixed #3679 -- UUID Validation
Tom Christie committed -
Use latest release of Django 1.9
Xavier Ordoquy committed -
José Padilla committed
-
- 01 Dec, 2015 3 commits
-
-
bphillips committed
-
#3228 - add confirm modal for delete
José Padilla committed -
Adam Wester committed
-
- 30 Nov, 2015 4 commits
-
-
allow setting a custom Django Paginator class
Tom Christie committed -
Closes #3682. Thanks for the report!
Tom Christie committed -
Add missing link to django-crispy-forms
José Padilla committed -
Nik Nyby committed
-
- 27 Nov, 2015 4 commits
-
-
Updated NestedBoundField to also handle empty string when rendering its form
Tom Christie committed -
Petros Moisiadis committed
-
Reveal previously hidden AttributeErrors and TypeErrors
Tom Christie committed -
Quietly catching `AttributeError` and `TypeError` when calling `get_queryset()` is rather insidious, as those exceptions get caught no matter where they might happen in the call stack.
Aarni Koskela committed
-
- 26 Nov, 2015 8 commits
-
-
Make tests pass on Windows too
Tom Christie committed -
If a NestedBoundField field has a value of `None` and is inside another NestedBoundField field, it will have its value converted to an empty string while the form of its enclosing field is being rendered. So, NestedBoundField fields with an empty string value must be handled the same way as NestedBoundField fields with a `None` value.
Petros Moisiadis 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 4 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
-