summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2019-12-02[3.0.x] Updated contrib translations from TransifexClaude Paroz
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-26[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset...Baptiste Mispelon
2019-09-17[3.0.x] Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular ...Min ho Kim
2019-09-08Updated translation catalogsClaude Paroz
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-27Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez
2019-08-23Fixed #30507 -- Updated admin's jQuery to 3.4.1.Dulmandakh
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-22Fixed #30064 -- Added form to validate admin search fields query input.Carlton Gibson
2019-08-15Refs #30449 -- Made RelatedOnlyFieldListFilter respect ModelAdmin.ordering.zeyneloz
2019-07-10Updated Select2 to version 4.0.7.Johannes Hoppe
2019-07-10Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible...Hasan Ramezani
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-06-04Fixed #30520 -- Fixed crash of admin model inlines on custom fields without l...Jones Ambrosi
2019-06-03Applied jQuery patch for CVE-2019-11358.Carlton Gibson
2019-06-03Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson
2019-05-17Fixed #30459 -- Delegated hide/show JS toggle to parent div.Claude Paroz
2019-05-07Always remove required attribute in SelectFilter2.js (#11331)Ben Muschol
2019-04-26Fixed #30312 -- Relaxed admin check from django.contrib.sessions to SessionMi...Aarni Koskela
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-27Removed unused timeparse.js.Nick Pope
2019-03-27Simplified Date.prototype.getTwelveHours().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinute().Nick Pope
2019-03-27Removed unused Date.prototype.getHourMinuteSecond().Nick Pope
2019-03-27Removed unused String.prototype.pad_left().Nick Pope
2019-03-27Removed unneeded compatibility shim for getComputedStyle().Nick Pope
2019-03-25Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.Hasan Ramezani
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-03-14Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin ...Herman S
2019-03-08Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.btknu
2019-03-04Removed executable bit from static asset xregexp.js.Jon Dufresne
2019-03-01Fixed #30229 -- Removed polyfill from inlines.min.js.Dan Wilson
2019-02-28Fixed #30221 -- Made label suffix of admin's read-only fields translatable.Etienne Chové
2019-02-28Fixed #30218 -- Fixed size of admin changelist's search button.Johannes Hoppe
2019-02-27Refs #29523 -- Updated admin's collapse.min.js.Tim Graham
2019-02-27Removed AutocompleteJsonView.paginator_class.Johannes Hoppe
2019-02-25Fixed #30208 -- Fixed login header height and alignment in the largest breakp...Matthias Kestenholz
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-01-17Refs #27991 -- Made obj a required argument of InlineModelAdmin.has_add_permi...Tim Graham
2019-01-17Refs #21221 -- Removed staticfiles and admin_static template tag libraries.Tim Graham
2019-01-17Refs #17198 -- Detected existing total ordering in admin changelist.Simon Charette