summaryrefslogtreecommitdiff
path: root/django/contrib/admin/__init__.py
AgeCommit message (Expand)Author
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-01-03Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.Federico Jaramillo Martínez
2019-11-06Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.Mariusz Felisiak
2015-06-27Sorted imports in __init__.py files.Tim Graham
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-02-01Avoided importing models from django.contrib.admin.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-18Fixed #19414 -- Added admin registration decoratorBrian Holdefehr
2013-09-13Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.Juan Catalano
2013-07-29Deprecated django.utils.importlibClaude Paroz
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2010-10-27Revert the removal of an unused import (in [14175]) that was referenced in do...Chris Beaven
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-04-15Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...Karen Tracey
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-01-10Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving imp...Adrian Holovaty
2009-03-31Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...Gary Wilson Jr
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2008-12-23Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...Gary Wilson Jr
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