Fabian Stehle
631eac80bb
Test transposing thumbnails based on exif data
2017-07-11 21:57:08 +02:00
Arne Holzenburg
341732a38c
Transpose based on EXIF orientation
...
Transpose the original image before resizing based on EXIF orientation
information to display image in the correct orientation. If someone
uploads an image from an iPhone (for example) the image is currently
often rendered in the wrong orientation.
2017-07-11 14:42:55 +02:00
Grant McConnaughey
cf97804f23
Bump version to 4.0.0
2017-05-27 09:58:55 -05:00
Grant McConnaughey
6151c426b7
Update version 4.0.0 changelog
2017-05-27 09:55:23 -05:00
Bruno Santeramo
5ffa8a443a
Italian translation
2017-05-27 09:53:19 -05:00
Jannis
ccaafe492c
Fix test for avatar tag.
2017-05-27 09:50:47 -05:00
Jannis
6091dd90fe
Add blank line to resolve failing PEP8 check.
2017-05-27 09:50:47 -05:00
Jannis
51375039df
Move alt attribute to kwargs.
2017-05-27 09:50:47 -05:00
Jannis
c1f7abd2e4
Add test for kwargs in template tag.
2017-05-27 09:50:47 -05:00
Grant McConnaughey
61a6d56d55
Update PyPI classifiers
2017-05-27 09:47:48 -05:00
Grant McConnaughey
e02c881783
Update testing matrix
2017-05-27 09:47:16 -05:00
Grant McConnaughey
3f646d6f71
Update changelog for 4.0.0
2017-05-27 09:43:23 -05:00
Grant McConnaughey
57707e481e
Update README.rst
2017-04-14 09:34:27 -05:00
Grant McConnaughey
9e1bb44c98
Merge pull request #141 from lraphael/master
...
Fix for django >= 1.10
2016-12-29 15:03:11 -06:00
Raphael Lechner
7f974b87c2
Fix for django >= 1.10
...
The class django.core.management.NoArgsCommand is removed.
2016-12-28 20:45:00 +01:00
Grant McConnaughey
e5d488a08d
Merge pull request #138 from jnns/german-translation
...
Improve German translation.
2016-10-07 07:21:03 -05:00
Grant McConnaughey
78fa4e6b20
Merge pull request #137 from jnns/master
...
Introduce avatar providers.
2016-10-07 07:20:14 -05:00
Jannis
112141a457
Add verbose_names to Avatar model.
2016-09-16 10:55:13 +02:00
Jannis
a19debce22
Improve German translation.
2016-09-14 13:10:29 +02:00
Jannis
dc145ed57a
Introduce avatar providers.
2016-09-14 12:44:22 +02:00
Grant McConnaughey
0c16c0cbe2
Set version 3.1.0
2016-09-10 11:05:36 -05:00
Grant McConnaughey
839220c51b
Add test project for debugging
2016-09-03 10:47:01 -05:00
Grant McConnaughey
6c5bf88fa4
Document new features in 3.1.0
2016-09-03 10:14:31 -05:00
Grant McConnaughey
9e9db99acf
Bump coverage
2016-09-03 09:56:43 -05:00
Grant McConnaughey
9ab6f0de6a
Remove Python 3.2 support
2016-09-03 09:54:58 -05:00
Grant McConnaughey
9008105966
Fix spelling typo
2016-09-03 09:52:29 -05:00
Grant McConnaughey
3608735541
Only show build status for master
2016-09-03 09:50:34 -05:00
Grant McConnaughey
e8f75cb93d
Add official Django 1.10 support
2016-09-03 09:49:03 -05:00
Grant McConnaughey
3954921586
Update Django versions on Travis
2016-09-03 09:48:08 -05:00
Grant McConnaughey
e6719eedc1
Merge pull request #134 from c17r/user-templates
...
Smallest/Fastest/Easiest/Least Invasive way to get custom templates
2016-08-21 09:58:34 -05:00
Christian Sauer
0ea9c6a038
tests for user templates
2016-08-17 11:08:45 -04:00
Christian Sauer
0f492e3bf4
Smallest/Fastest/Easiest/Least Invasive way to get custom templates
2016-08-04 17:31:04 -04:00
Grant McConnaughey
5460094085
Merge pull request #127 from karbassi/fix-verbosity
...
Maintain verbosity settings.
2016-07-09 14:39:03 -05:00
Grant McConnaughey
1d769679a6
Merge pull request #131 from sir-sigurd/fix-coveragerc
...
Fixed migrations path in .coveragerc.
2016-07-09 14:38:10 -05:00
Sergey Fedoseev
d63dbd476c
Fixed migrations path in .coveragerc.
2016-05-26 00:21:38 +05:00
Ali Karbassi
9de22c00c4
Maintain verbosity settings.
...
Fixes #20
2016-04-20 18:40:22 -05:00
Grant McConnaughey
e3b1e69f16
Merge pull request #124 from Hsinfu/custom_avatar_img_attr
...
add feature of customizing the attribute of avatar img
2016-03-23 13:51:30 -05:00
Hsinfu Huang
9ab18a72d8
add feature of customizing the attribute of avatar img
2016-03-22 19:11:45 +08:00
Grant McConnaughey
f0c45af678
Merge pull request #123 from silverlogic/default-setting-docs
...
add default of AVATAR_STORAGE_DIR to docs
2016-03-02 15:31:29 -06:00
Ryan Pineo
5cb80dee99
add default of AVATAR_STORAGE_DIR to docs
2016-03-02 16:14:52 -05:00
Grant McConnaughey
65d8d1ea39
Merge branch 'master' of https://github.com/grantmcconnaughey/django-avatar
2016-02-26 10:45:52 -06:00
Grant McConnaughey
69a9bd18b3
Update changelog version
2016-02-26 10:45:45 -06:00
Grant McConnaughey
8a8330b691
Bump version to 3.0.0
2016-02-26 10:45:21 -06:00
Grant McConnaughey
bae0ff6992
Merge pull request #122 from patientkind/master
...
Add support for Gravitar's forcedefault request parameter
2016-02-11 19:49:19 -06:00
Grant McConnaughey
3c4cde1730
Add some more tests
2016-02-11 15:36:19 -06:00
Grant McConnaughey
d36a17c8f1
Merge branch 'master' of https://github.com/grantmcconnaughey/django-avatar
2016-02-11 15:16:46 -06:00
Grant McConnaughey
09aa0c8191
Update setup.py classifiers and travis Django versions
2016-02-11 15:16:38 -06:00
Orion Buske
d974f45cab
Added GRAVITAR_FORCEDEFAULT setting
2016-02-11 12:51:59 -05:00
Grant McConnaughey
c6e7cbf4a8
Merge pull request #121 from silverlogic/gravatar-docs-fixup
...
clarify AVATAR_GRAVATAR_DEFAULT docs
2016-02-09 14:13:15 -06:00
Ryan Pineo
9376453721
clarify AVATAR_GRAVATAR_DEFAULT docs
2016-02-09 10:49:59 -05:00