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