Bump djblets django dependency to 1.6
Review Request #5309 — Created Jan. 23, 2014 and submitted — Latest diff uploaded
Bump djblets django dependency to 1.6
This is relatively straightforward. The changes here include: * Bumping django to >= 1.6.1 * Replacing PIL with Pillow as the preferred image library. Existing PIL
installations will continue to work. * Remove obsolete call tosetup_environ()
in build-media.py * Fix call tocompile_messages()
in build-i18n.py * Changing some tests in the datagrid to account for the fact that 'timesince'
now uses non-breaking spaces between the number and the unit.
- Ran unit tests.
- Installed djblets and saw that it used PIL if installed, and preferred Pillow
if not.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
setup.py |
---|
contrib/internal/build-i18n.py |
---|
contrib/internal/build-media.py |
---|
djblets/datagrid/tests.py |
---|