Grant McConnaughey
|
de25cfb8c6
|
Update changelog
|
2016-01-19 10:13:46 -06:00 |
|
Grant McConnaughey
|
86a1e59a4d
|
Remove unused views
|
2016-01-19 10:12:28 -06:00 |
|
Grant McConnaughey
|
a67ba8fe32
|
Update documentation
|
2016-01-19 10:05:18 -06:00 |
|
Grant McConnaughey
|
16abb5d50b
|
Update tests, invalidate cache after changing avatar
|
2016-01-19 10:00:34 -06:00 |
|
Grant McConnaughey
|
f6f8952510
|
Add coverage badge
|
2016-01-11 23:15:58 -06:00 |
|
Grant McConnaughey
|
dd743d4525
|
Start tracking test coverage
|
2016-01-11 23:06:53 -06:00 |
|
Grant McConnaughey
|
f14e97ae3f
|
Add badges
|
2016-01-11 23:05:03 -06:00 |
|
Grant McConnaughey
|
a8c6f4e73a
|
Update Travis Django versions
|
2016-01-11 23:03:05 -06:00 |
|
Grant McConnaughey
|
a292ad06cb
|
Set version 2.2.1
|
2016-01-11 23:01:06 -06:00 |
|
Grant McConnaughey
|
1a2c5e79ab
|
Update release notes
|
2016-01-04 09:40:06 -06:00 |
|
Grant McConnaughey
|
2647ed746e
|
Merge pull request #119 from fiduswriter/master
fix pt_BR translation errors and make compatible with Django 1.9
|
2016-01-04 09:24:32 -06:00 |
|
Johannes Wilm
|
6b1aa840f8
|
remove patterns import
|
2016-01-04 16:15:30 +01:00 |
|
Johannes Wilm
|
af45e43c46
|
Remove replace urlpatterns with simple array, make compatible with Django 1.9
|
2016-01-03 16:10:24 +01:00 |
|
Johannes Wilm
|
7a1435557f
|
one fix errors in Brazilian translation file
|
2016-01-03 16:08:31 +01:00 |
|
Johannes Wilm
|
4fd5c60a32
|
fix two errors in Brazilian translation file
|
2016-01-03 16:06:05 +01:00 |
|
Grant McConnaughey
|
55c27f7f73
|
Update changelog with new feature
|
2015-12-21 16:35:28 -06:00 |
|
Grant McConnaughey
|
24f5452bbf
|
Merge pull request #82 from toogy/master
Adding the AVATAR_GRAVATAR_FIELD setting
|
2015-12-21 16:11:37 -06:00 |
|
toogy
|
d182c83e0f
|
Fixing getattr
|
2015-12-20 20:30:37 -08:00 |
|
toogy
|
10c9e8af0d
|
Fix GRAVATAR_FIELD > AVATAR_GRAVATAR_FIELD
|
2015-12-20 20:30:37 -08:00 |
|
toogy
|
6ac3e46a81
|
Adding the AVATAR_GRAVATAR_FIELD setting to define the user field used to get
the gravatar email.
|
2015-12-20 20:30:37 -08:00 |
|
Grant McConnaughey
|
295bfc4148
|
Set version 2.2.0
|
2015-12-02 09:58:46 -06:00 |
|
Grant McConnaughey
|
fd272e6bd7
|
Update travis test parameters
|
2015-11-25 10:10:38 -06:00 |
|
Grant McConnaughey
|
3aaea214b1
|
Fix Travis Django 1.9 version
|
2015-10-23 09:40:17 -05:00 |
|
Grant McConnaughey
|
a258377207
|
Revert unique user/primary pair
|
2015-10-23 09:33:10 -05:00 |
|
Grant McConnaughey
|
b14fe1624a
|
Remove unnecessary try/except on import
|
2015-10-23 09:08:19 -05:00 |
|
Grant McConnaughey
|
1cad3fc8aa
|
Update changelog, use Django 1.9b1 for tests
|
2015-10-23 08:57:23 -05:00 |
|
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 |
|