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