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