summaryrefslogtreecommitdiff
path: root/accounts/views.py
AgeCommit message (Expand)Author
2025-07-19fixup! Fixed #1782 -- Added page to delete one's user accountBaptiste Mispelon
2025-07-19Fixed #1782 -- Added page to delete one's user accountBaptiste Mispelon
2025-06-12Simplified cache usage in `accounts` view helper (#2089)Adam Zapletal
2024-11-17Added links for user-profile stats.Sarah Boyce
2024-06-09Removed unused URLBaptiste Mispelon
2024-06-09Removed core team badge from profile pageBaptiste Mispelon
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2017-02-02Fixed "OrderedDict mutated during iteration" error in get_user_stats().Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-01-20Removed contributor license agreement stub app.Tim Graham
2016-01-20Replaced cache.get_cache() with cache.caches.Tim Graham
2015-04-07Fix #434, fix input to hash function in user_profileRolf Erik Lekang
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-01-22Fixed tests and added CI.Jannis Leidel
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2013-02-05Move apps outside of the django_website package.Aymeric Augustin