index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2019-06-21
[1.11.x] Bumped minimum ESLint version to 4.18.2.
Markus Holtermann
2019-06-03
[1.11.x] Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before...
Carlton Gibson
2018-11-17
[1.11.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be pare...
Tim Graham
2018-06-07
[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Adam Donaghy
2018-02-01
[1.11.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAd...
Tim Graham
2017-07-19
[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of...
Roman Selivanov
2017-06-12
[1.11.x] Fixed #27967 -- Fixed KeyError in admin's inline form with inherited...
Paulo
2017-06-06
[1.11.x] Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
kakulukia
2017-06-06
[1.11.x] Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invali...
Paulo
2017-06-05
[1.11.x] Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a ne...
Paulo
2017-05-31
[1.11.x] Updated translations from Transifex
Claude Paroz
2017-05-25
[1.11.x] Fixed docstring typo in django/contrib/admin/actions.py.
Yuichi Fujikawa
2017-04-04
[1.11.x] Updated contrib translations from Transifex
Claude Paroz
2017-03-21
[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-15
[1.11.x] Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters.
Josh Schneier
2017-03-14
[1.11.x] Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-03-07
[1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_...
Raphael Merx
2017-03-02
[1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering r...
David Szotten
2017-02-20
[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the ...
Collin Anderson
2017-01-23
[1.11.x] Fixed #27743 -- Prevented admin's "+" button icon from overlapping i...
Nick Mavrakis
2017-01-19
[1.11.x] Updated translation catalogs
Claude Paroz
2017-01-10
Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...
Anton Samarchyan
2017-01-10
Fixed #26961 -- Made admin checks run when DEBUG=False.
Adam Chainz
2017-01-10
Fixed #27673 -- Made admin's checks run at check time instead of during regis...
Adam Chainz
2017-01-09
Refs #15667 -- Removed hardcoded icon size for related widget wrapper.
elky
2017-01-04
Refs #2856 -- Removed redundant escaping in admin's "Perhaps it was deleted?"...
Tim Graham
2017-01-03
Fixed #2856 -- Replaced some 404s with messages in admin.
Karen Tracey
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-23
Fixed #26543 -- Prevented "confirm form submission" browser prompt when reloa...
Adonys Alea Boffill
2016-12-22
Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...
Anton Samarchyan
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
2016-12-14
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-12-07
Refs #17235 -- Made MultiPartParser leave request.POST immutable.
Vinay Karanam
2016-12-06
Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doe...
nmhung89
2016-11-25
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-24
Fixed #27531 -- Added block.super to admin's delete confirmation extrahead bl...
elky
2016-11-15
Fixed #27393 -- Aligned input boxes in admin password reset forms.
Michiel Beijen
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-12
Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.
Jacob Rief
2016-10-24
Fixed #26357 -- Allowed admin popups to work on links added after page load.
Julian Andrews
2016-10-13
Fixed #26954 -- Prevented ModelAdmin.has_module_permission()=False from block...
Halil Kaya
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-10-10
Removed unused contrib.admin.utils.remove_trailing_data_field().
Tim Graham
2016-10-07
Fixed #24941 -- Added ModelAdmin.get_exclude().
Zach Borboa
2016-10-05
Fixed #27273 -- Added a construct_change_message() admin utility function.
Tim Graham
2016-10-04
Fixed #27218 -- Returned LogEntry instances from ModelAdmin.log_*() methods.
François Freitag
2016-10-01
Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field det...
Claude Paroz
2016-09-30
Updated translations from Transifex
Claude Paroz
2016-09-27
Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin...
Tim Graham
[next]