index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
__init__.py
Age
Commit message (
Expand
)
Author
2023-03-03
Fixed #32539 -- Added toggleable facet filters to ModelAdmin.
sarahboyce
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-11-06
Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.
Mariusz Felisiak
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-02-01
Avoided importing models from django.contrib.admin.
Aymeric Augustin
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-18
Fixed #19414 -- Added admin registration decorator
Brian Holdefehr
2013-09-13
Fixed #21060 -- Refactored admin's autodiscover method to make it reusable.
Juan Catalano
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2010-10-27
Revert the removal of an unused import (in [14175]) that was referenced in do...
Chris Beaven
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-04-15
Fixed #9427: Allow for autodiscover to load admin modules from apps in eggs. ...
Karen Tracey
2010-04-12
Fixed #11957 -- exceptions in admin.py are no longer hidden after second request
Brian Rosner
2010-01-10
Fixed #10887 -- Fixed a possible gotcha in admin.autodiscover() by moving imp...
Adrian Holovaty
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-12-23
Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...
Gary Wilson Jr
2008-08-26
Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid ...
Jacob Kaplan-Moss
2008-08-02
Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...
Brian Rosner
2008-08-01
Added a missing import from [8186].
Brian Rosner
2008-08-01
Pass the correct data as the second parameter to find_module to correct admin...
Brian Rosner
2008-08-01
Reverted [8174]. It is causing some serious breakage right now. Need to inves...
Brian Rosner
2008-08-01
Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2005-10-18
Added django.contrib.admin, with a staff_member_required decorator and code f...
Adrian Holovaty