summaryrefslogtreecommitdiff
path: root/django/contrib/admin/__init__.py
AgeCommit message (Expand)Author
2008-08-26Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid ...Jacob Kaplan-Moss
2008-08-02Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...Brian Rosner
2008-08-01Added a missing import from [8186].Brian Rosner
2008-08-01Pass the correct data as the second parameter to find_module to correct admin...Brian Rosner
2008-08-01Reverted [8174]. It is causing some serious breakage right now. Need to inves...Brian Rosner
2008-08-01Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2005-10-18Added django.contrib.admin, with a staff_member_required decorator and code f...Adrian Holovaty