Commit graph

21 commits

Author SHA1 Message Date
Johannes Wilm
ae950c9b50 black 2022-07-16 22:50:05 +02:00
rsp2k
346530c14c
Django 4.0: url -> re_path
https://docs.djangoproject.com/en/4.0/ref/urls/#re-path
2022-01-27 13:16:55 -07:00
Grant McConnaughey
5cbd095cda Rename util -> utils, fix URL issue 2016-02-09 09:42:29 -06:00
Grant McConnaughey
86a1e59a4d Remove unused views 2016-01-19 10:12:28 -06:00
Grant McConnaughey
16abb5d50b Update tests, invalidate cache after changing avatar 2016-01-19 10:00:34 -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
Grant McConnaughey
6db33fe977 Remove strings in urls.py 2015-09-24 13:35:40 -05:00
Andrew Barrett
bae78c0e95 Django allows @ for usernames, so the render_primary url pattern should do so also. 2014-02-24 15:23:23 +00:00
Jannis Leidel
fbba5135aa Removed broken webcam feature. 2013-08-01 14:53:47 +02:00
Tomaz Muraus
cd9c9e10cb Update url configs.
django.conf.urls.defaults has been deprecated and now fully removed in 1.6.
2013-07-14 17:40:17 +02:00
Simon Meers
7ee83431b3 More quickly scrawled / untested custom user model support changes 2013-03-15 21:45:24 +11:00
Jannis Leidel
47664e3fbe Merge branch 'master' of github.com:jezdez/django-avatar
Conflicts:
	avatar/urls.py
	avatar/views.py
	setup.py
2013-03-04 11:33:40 +01:00
Cristiano Valente
22df7a8902 Support for username with extra chars. 2012-10-12 14:45:47 +02:00
Philipp Wassibauer
d3e98504c8 avatars can be displayed as gallery now 2011-04-01 15:05:29 +02:00
Philipp Wassibauer
f425bfecf3 webcam upload support started, have to add better security measures though 2011-01-24 14:59:44 +01:00
Eric Florenzano
2e55166df6 Fixed conflicts 2010-02-22 16:35:57 -05:00
Mathieu Pillard
811e238332 Forgot this in my last commit - Refactoring : Move avatar upload to its own view, form and template part 2 2010-02-22 16:22:01 -05:00
Eric Florenzano
c3fadc0377 Completely refactored this package so that it no longer references the local filesystem. The API has been simplified and it has been tested with both file system backends and S3 backends. Gearing up for the first official release.
git-svn-id: http://django-avatar.googlecode.com/svn/trunk@30 c76b2324-5f53-0410-85ac-b1078a54aeeb
2008-10-28 06:39:21 +00:00
Eric Florenzano
ba8e3268fb Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes!
git-svn-id: http://django-avatar.googlecode.com/svn/trunk@29 c76b2324-5f53-0410-85ac-b1078a54aeeb
2008-10-20 01:11:10 +00:00
Eric Florenzano
9e85aba9f7 Initial version.
git-svn-id: http://django-avatar.googlecode.com/svn/trunk@2 c76b2324-5f53-0410-85ac-b1078a54aeeb
2008-08-01 09:27:59 +00:00