index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accounts
Age
Commit message (
Expand
)
Author
2026-01-12
Add --target-version to black call
Ülgen Sarıkavak
2025-11-21
Moved docs search bar to top navigation in prep for global search.
Sarah Boyce
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
2025-01-22
Updated Django dependency to version 5.1.5
Ülgen Sarıkavak
2024-11-17
Added links for user-profile stats.
Sarah Boyce
2024-10-25
[accounts] Marked all user-facing strings for translation
Mark Walker
2024-10-24
Improve pre-commit configuration hooks (#1645)
Paolo Melchiorre
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
2018-06-07
Updated URLpatterns to use path().
Tim Graham
2017-09-14
Removed inheritance of object to define new style classes.
Tim Graham
2017-08-20
Fixed typo in ProfileForm docstring.
Avery Uslaner
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-08-25
Fixed #697 -- Added missing chars to URLConf for profile view.
Baptiste Mispelon
2016-08-25
Fixed #695 -- Added a login redirect URL.
Tim Graham
2016-02-18
Added a wrapped password hasher to upgrade SHA1 hashes.
Tim Graham
2016-01-21
Added on_delete to ForeignKey and OneToOneField.
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-17
Fix isort calls in makefile, use -rc option
Rolf Erik Lekang
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-04-06
Ported from Python 2.7 to Python 3.4.
Rolf Erik Lekang
2015-01-22
Fixed tests and added CI.
Jannis Leidel
2014-11-22
Changed accounts templates. Ref #109
Tomek Paczkowski
2014-11-20
Updated to Django 1.7
Tim Graham
2014-11-17
Removed unused file: accounts/profile_urls.py
Tim Graham
2014-08-25
Added flake8.cfg and cleaned up code.
Tim Graham
2014-08-25
Removed usage of django.conf.urls.patterns().
Tim Graham
2014-08-02
Removed some dead code.
Baptiste Mispelon
2014-01-20
Fixed #21826 -- Fixed password reset views.
Baptiste Mispelon
2014-01-19
Fixed #21826 -- Updated password reset URL for Django 1.6
Tim Graham
2013-05-21
Use upstream django-registration.
Baptiste Mispelon
2013-02-08
Upgrade django-registration.
Aymeric Augustin
2013-02-06
Update imports from django.conf.urls and avoid import *.
Aymeric Augustin
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin