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
2020-04-15
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...
007
2020-03-27
Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean...
zriv
2020-03-25
Fixed #29724 -- Fixed timezone handling in ModelAdmin.date_hierarchy queries.
Hasan Ramezani
2020-03-24
Fixed #31391 -- Removed jQuery usage in cancel.js
Jon Dufresne
2020-03-24
Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.
Jon Dufresne
2020-03-23
Refs #31032 -- Removed unsupported browsers workarounds and comments in admin...
Jon Dufresne
2020-03-17
Removed unused return values in SelectFilter2.js.
Jon Dufresne
2020-03-17
Simplified SelectFilter2 with Element.closest().
Jon Dufresne
2020-03-16
Fixed #31361 -- Fixed invalid action="" in admin forms.
Jon Dufresne
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...
Jon Dufresne
2020-02-27
Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning.
007gzs
2020-02-19
Fixed #31187 -- Fixed detecting of existing total ordering in admin changelis...
Fabio Sangiovanni
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-31
Updated translations from Transifex.
Claude Paroz
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-24
Refs #27888 -- Removed redundant {% if %} in admin changelist filters.
Hasan Ramezani
2020-01-23
Fixed #27888 -- Added link to clear all filters in the admin changelist view.
Hasan Ramezani
2020-01-17
Optimized ModelAdmin._changeform_view() by avoiding multiple get_fieldsets() ...
Daniel Hahler
2020-01-13
Fixed #31160 -- Fixed admin CSS for ordered lists' descendants in unordered l...
Owen T. Heisler
2020-01-10
Fixed #30980 -- Improved error message when checking uniqueness of admin acti...
Adam Donaghy
2020-01-03
Fixed #28991 -- Added EmptyFieldListFilter class in admin.filters.
Federico Jaramillo Martínez
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-12-30
Fixed #30819 -- Fixed year determination in admin calendar widget for two-dig...
Farhaan Bukhsh
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-02
Refs #29892 -- Made Selenium tests wait for popups to be ready.
Jon Dufresne
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-11-28
Fixed #31028 -- Used classList API to check, add and remove DOM classes.
Jon Dufresne
2019-11-28
Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...
Jon Dufresne
2019-11-27
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...
Johannes Hoppe
2019-11-27
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
Johannes Hoppe
2019-11-27
Fixed #31027 -- Replaced .getAttribute()/.setAttribute() usage with DOM prope...
Jon Dufresne
2019-11-26
Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...
Baptiste Mispelon
2019-11-25
Fixed #31013 -- Removed jQuery usage in SelectBox.js.
Johannes Hoppe
2019-11-19
Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...
Hasan Ramezani
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-11-06
Removed unused import of ACTION_CHECKBOX_NAME in django.contrib.admin.
Mariusz Felisiak
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-11-04
Simplified consecutive calls to pathlib.Path.parent.
Jon Dufresne
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-25
Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...
Carlton Gibson
2019-10-25
Refs #29087 -- Refactored admin inlines.js.
Carlton Gibson
2019-10-09
Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.
Simon Charette
2019-09-17
Fixed #30725 -- Fixed width of DateTimeField inputs in admin tabular inline.
Min ho Kim
2019-09-16
Fixed #29376 -- Allowed hiding "Save and Add Another" button in admin.
Hasan Ramezani
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
[prev]
[next]