Commit graph

324 commits

Author SHA1 Message Date
Grant McConnaughey
b6edb17824 Merge pull request #111 from dannybrowne86/master
added database-level enforcement of unique user+primary pair in Avatar model
2015-10-23 08:54:34 -05:00
Grant McConnaughey
09f91800b9 Remove branch coverage 2015-09-24 13:45:04 -05:00
Grant McConnaughey
884210b957 Don't need south migrations anymore 2015-09-24 13:41:12 -05:00
Grant McConnaughey
6db33fe977 Remove strings in urls.py 2015-09-24 13:35:40 -05:00
Grant McConnaughey
1c44bd8d01 Python 3.5 is not supported by Django 1.7 or 1.8 2015-09-24 10:46:49 -05:00
Grant McConnaughey
bc6ae016ee Revert coverage 2015-09-24 10:36:47 -05:00
Grant McConnaughey
0972a4bbe4 Remove load url from future 2015-09-24 10:32:56 -05:00
Grant McConnaughey
3d8a55f99d Merge branch 'master' of https://github.com/grantmcconnaughey/django-avatar 2015-09-24 10:27:10 -05:00
Grant McConnaughey
98bf19afae Update Django/Python versions in Travis 2015-09-24 10:26:48 -05:00
Danny Browne
00cc973d47 added django migration 2015-09-04 13:14:14 -04:00
Danny Browne
1c56ed5dbc added database-level enforcement of unique user+primary pair in Avatar model 2015-09-04 12:58:32 -04:00
Grant McConnaughey
a91b9eccb9 Merge pull request #110 from teolemon/patch-1
translate string in French
2015-08-11 15:22:34 -05:00
teolemon
c66e2c2fa8 translate string in French 2015-08-11 21:15:10 +02:00
Grant McConnaughey
bb520fe504 Update Makefile 2015-08-10 09:49:26 -05:00
Grant McConnaughey
7fdcd98410 Set version 2.1.1 2015-08-10 09:42:32 -05:00
Grant McConnaughey
50acf18d6a Update travis URL 2015-08-10 09:40:54 -05:00
Grant McConnaughey
8fec268438 Update changelog 2015-08-10 09:38:58 -05:00
Grant McConnaughey
d823165dcf Update maintainer 2015-08-10 09:37:28 -05:00
Grant McConnaughey
6d2ad4a8bd Add back load url from future, will remove when 1.9 is out 2015-07-23 10:03:04 -05:00
Grant McConnaughey
b4c212dee8 Updated changelog 2015-07-23 08:46:04 -05:00
Grant McConnaughey
be8a172e56 Remove load url from future 2015-07-23 08:43:15 -05:00
Grant McConnaughey
64e7effc28 Merge pull request #109 from kminkov/master
Add Django 1.8+ style Meta app_label to Avatar model
2015-07-23 08:40:56 -05:00
Kaloian Minkov
97b1ffd020 Add Django 1.8+ style Meta app_label to Avatar model to prevent RemovedInDjango19Warning 2015-07-23 11:23:33 +03:00
Grant McConnaughey
3cd2f8e448 Merge pull request #108 from watchdogpolska/master
Add polish locale
2015-07-19 11:22:30 -05:00
Adam Dobrawy
73ad17491e Fix typo in polish locale 2015-07-19 15:46:27 +02:00
Adam Dobrawy
f69b5c64d6 Add polish locale 2015-07-19 15:29:42 +02:00
Grant McConnaughey
51c6cec178 Merge pull request #106 from davegaeddert/patch-2
Add AVATAR_GRAVATAR_DEFAULT and AVATAR_MAX_SIZE to docs
2015-07-19 00:18:12 -05:00
Dave Gaeddert
200e4ae047 Rename GRAVATAR_DEFAULT to AVATAR_GRAVATAR_DEFAULT in docs 2015-07-18 23:30:37 -05:00
Dave Gaeddert
f4c5e9165f Add GRAVATAR_DEFAULT and AVATAR_MAX_SIZE to docs 2015-07-16 15:28:52 -05:00
Grant McConnaughey
1c69ecc73c Fix unicode literals for Python 3.2 2015-05-02 13:23:27 -05:00
Grant McConnaughey
26087d871d Add south and django migrations 2015-05-02 13:13:51 -05:00
Grant McConnaughey
e01effee06 Update Changelog, __version__, and PyPI classifiers 2015-04-26 23:24:29 -05:00
Grant McConnaughey
449abb9037 Added CHANGELOG.rst 2015-04-26 23:15:41 -05:00
Grant McConnaughey
ec5de6229a Merge pull request #94 from allenling/bugfix
Update admin.py
2015-04-24 19:40:24 -05:00
Grant McConnaughey
3e312bba4e Merge pull request #79 from bazerk/master
Django allows @ for usernames, so the render_primary url pattern should also
2015-04-24 19:18:23 -05:00
Grant McConnaughey
cbcec248e0 Merge pull request #103 from evgenyfadeev/patch-1
Update index.txt
2015-04-24 19:12:14 -05:00
Evgeny Fadeev
7059011aab Update index.txt
replace AUTO_GENERATE_AVATAR_SIZES with AVATAR_ prefixed setting.
2015-04-24 16:51:28 -03:00
Grant McConnaughey
0a39f1084d Merge pull request #86 from aptwebapps/master
Replace remaining occurrences of AUTO_GENERATE_AVATAR_SIZES
2015-04-24 13:16:55 -05:00
Grant McConnaughey
621d3fc5c7 Merge pull request #66 from kharakawa/trans-ja
Add Japanese translation.
2015-04-24 13:14:15 -05:00
Grant McConnaughey
85bf7ba4f0 Merge pull request #70 from Crop-R/dutch
Dutch translations
2015-04-24 13:13:41 -05:00
Grant McConnaughey
2fb2ffed4a Merge pull request #73 from robertour/patch-2
Calling syncdb in the usage instructions
2015-04-24 13:11:51 -05:00
Grant McConnaughey
e504a4e1d7 Merge pull request #85 from ayang/master
added simple chinese translation
2015-04-24 13:10:50 -05:00
Grant McConnaughey
18f3297c8d Merge pull request #88 from joao-bjsoftware/patch-1
Update django.po
2015-04-24 13:09:30 -05:00
Grant McConnaughey
54dde3a6a5 One more attempt to get the build to work on Django 1.8 2015-04-23 15:45:32 -05:00
Grant McConnaughey
51b336accc Specify django versions 2015-04-23 15:33:26 -05:00
Grant McConnaughey
5dc77b8d07 Django 1.7 and 1.8 don't support Python 2.6 2015-04-23 15:16:59 -05:00
Grant McConnaughey
9355f38ac4 Remove BrokenLinksMiddleware 2015-04-23 15:16:00 -05:00
Grant McConnaughey
3d48f181f9 Remove django.contrib.comments and add MIDDLEWARE_CLASSES 2015-04-23 15:10:25 -05:00
Grant McConnaughey
b554e65923 Add new versions of python and django to travis build 2015-04-23 14:55:05 -05:00
Grant McConnaughey
99a64e690e Merge pull request #95 from comzeradd/gravatar_https
Use https to gravatar url
2015-04-23 14:45:55 -05:00