summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2016-01-11Fixed #26048 -- Made admin selenium tests use implicitly_wait()Tim Graham
2016-01-09Refs #25165 -- Fixed JSON serialization for delete popup in the admin.Tim Graham
2016-01-08Refs #25165 -- Removed unnecessary HTML unescaping in admin add/edit popups.Thomas Grainger
2016-01-08Refs #24980 -- Fixed incorrect timezone handling in admin calendar widget.Alexander Gaevsky
2016-01-08Updated contrib.admin translations for new testsClaude Paroz
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2016-01-08Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.Alexander Gaevsky
2016-01-08Refs #25165 -- Fixed failure of admin's "Add another" popup to close.Tim Graham
2016-01-07Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06Fixed #26035 -- Prevented user-tools from appearing on admin logout page.Scott Pashley
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-29Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky
2015-12-29Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make reque...Tim Graham
2015-12-29Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford
2015-12-28Fixed #25967 -- Indicated required fields in admin.TabularInline headers.Akshesh
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-21Replaced some usage of django.jQuery with $.Tim Graham
2015-12-21Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-17Fixed #25845 -- Fixed incorrect timezone warnings in custom admin templates.Sven Grunewaldt
2015-12-10Fixed #25883 -- Fixed admin deletion page summary counts for related objects.Sergey Fedoseev
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-03Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.bphillips
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-11-30Fixed #25827 -- Removed extra spacing in admin's DateTimeField.elky
2015-11-27Added two translator comments in contrib appsClaude Paroz
2015-11-23Made ListFilter.choices() argument name more explicit.Johannes Ammon
2015-11-19Fixed #19361 -- Added link to object's change form in admin's post-save message.Anton Baklanov
2015-11-18Fixed #22810 -- Corrected admin changelist count for list filters that filter...Nick Sandford
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-11-15Updated contrib.admin translation catalogClaude Paroz
2015-11-12Fixed #25606 -- Added support for "__" lookup in RelatedOnlyFieldListAndrey Kuzmin
2015-11-12Fixed #25688 -- Made admin.register() disallow an empty list of models.Hasan
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-10-22Fixed #25519 -- Made the admin "View site" link point to sites running on a s...Dheerendra Rathor
2015-10-21Fixed #24976 -- Fixed missing form label in tabular inline.matiasb
2015-10-21Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inl...Daniel Hahler
2015-10-19Fixed #25566 -- Added title to admin's closing popup response pageVille Skyttä
2015-10-19Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
2015-10-09Updated translation catalogsClaude Paroz
2015-09-23Refs #23444 -- Removed InlineAdminForm.original_content_type_id per deprecati...Tim Graham
2015-09-23Fixed #25378 -- Improved tab through experience in admin.Ryan Allen
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-16Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert
2015-09-16Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...Gavin Wahl
2015-09-11Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box
2015-09-08Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.Ola Sitarska
2015-09-07Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by S...elky