summaryrefslogtreecommitdiff
path: root/django/models/auth.py
AgeCommit message (Expand)Author
2005-10-19i18n: merged up to [954] from trunk. contains the big load of admin reworking...Georg Bauer
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-18Removed legacy TODO comment from django.models.authAdrian Holovaty
2005-10-17i18n: added a lot more translations to the admin stuff, especially model rela...Georg Bauer
2005-10-17i18n: added a load of translation hooks to validator error messages and prede...Georg Bauer
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-10Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note...Adrian Holovaty
2005-08-02Removed redundant verbose names from auth and core models, because they're no...Adrian Holovaty
2005-08-02Removed id field from auth.Message model -- it's impliedAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-21Fixed #114 -- Changed uses of deprecated 'whrandom' module to 'random'Adrian Holovaty
2005-07-20Changed models.auth.Session.get_session_from_cookie to raise SessionDoesNotEx...Adrian Holovaty
2005-07-20Added missing import to [230]Adrian Holovaty
2005-07-20Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...Adrian Holovaty
2005-07-19Fixed the annoying login error that happens in some cases when REGISTRATION_C...Adrian Holovaty
2005-07-17Changed models.auth.LogEntry.get_admin_url NOT to be hard-coded with an initi...Adrian Holovaty
2005-07-16Added help_text to auth.User.password_md5Adrian Holovaty
2005-07-14Changed many-to-many API to be get_FOO_list instead of get_FOOsAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty