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
2016-03-29
Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...
Akshesh
2016-03-25
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...
Tim Graham
2016-03-24
Removed unused xmlhttp from admin's core.js.
Collin Anderson
2016-03-21
Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().
Akshesh
2016-03-19
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-03-01
Fixed #26229 -- Improved check for model admin check admin.E124
Alasdair Nicol
2016-02-25
Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-02-19
Fixed #25653 -- Made --selenium run only the selenium tests.
Akshesh
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-02-04
Fixed #13875 -- Made admin's submit_row template tag pass whole context.
Federico Capoano
2016-02-02
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-02-02
Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.
rynomster
2016-02-02
Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS...
Tim Graham
2016-02-01
Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...
bphillips
2016-02-01
Fixed incorrect permissions check for admin's "Save as new".
Myk Willis
2016-02-01
Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.
Hugo Osvaldo Barrera
2016-01-30
Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...
Alexander Gaevsky
2016-01-25
Corrected comment about SelectFilter2's dependencies.
Nik Nyby
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-22
Fixed #24116 -- Moved AdminSite.check_dependencies() to system checks.
Vincenzo Pandolfo
2016-01-22
Lowercased "actions" of "Recent actions" and "My actions" in admin index side...
Jan Pieter Waagmeester
2016-01-21
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...
Alexander Gaevsky
2016-01-14
Fixed an incorrectly used translation string in admin changeform.
Raphael Michel
2016-01-11
Refs #494 -- Fixed a flaky admin_inlines tests.
Tim Graham
2016-01-11
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
Tim Graham
2016-01-09
Refs #25165 -- Fixed JSON serialization for delete popup in the admin.
Tim Graham
2016-01-08
Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.
Thomas Grainger
2016-01-08
Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.
Alexander Gaevsky
2016-01-08
Updated contrib.admin translations for new tests
Claude Paroz
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2016-01-08
Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.
Alexander Gaevsky
2016-01-08
Refs #25165 -- Fixed failure of admin's "Add another" popup to close.
Tim Graham
2016-01-07
Fixed #24980 -- Fixed day determination in admin calendar widget.
Alexander Gaevsky
2016-01-06
Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
Scott Pashley
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
Updated translations from Transifex
Claude Paroz
2015-12-29
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Alexander Gaevsky
2015-12-29
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...
Tim Graham
2015-12-29
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...
Nick Sandford
2015-12-28
Fixed #25967 -- Indicated required fields in admin.TabularInline headers.
Akshesh
2015-12-21
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
Karen Tracey
2015-12-21
Replaced some usage of django.jQuery with $.
Tim Graham
2015-12-21
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Tim Graham
2015-12-17
Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.
Sven Grunewaldt
2015-12-10
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Sergey Fedoseev
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-12-03
Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.
bphillips
[next]