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