summaryrefslogtreecommitdiff
path: root/django/contrib/admin/widgets.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33888 -- Fixed get_select2_language() crash with no language activated.Claude Paroz2022-08-031-1/+1
* Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana2022-04-151-0/+1
* Fixed #33267 -- Added link to related item to related widget wrapper in admin.Shubh18152022-02-251-1/+3
* Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 trans...My-Name-Is-Nabil2022-02-181-1/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-124/+215
* Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.Shubh18152021-11-291-2/+5
* Fixed #33070 -- Fixed loading translations with language subtags in admin's S...Cleiton Lima2021-09-211-2/+3
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-181-1/+3
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-121-7/+10
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-031-3/+3
* Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.Jon Dufresne2020-03-241-9/+4
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.Federico Jaramillo Martínez2019-08-271-0/+1
* Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...Carlton Gibson2019-06-031-1/+9
* Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo2018-11-191-0/+1
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-2/+2
* Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz2018-08-211-1/+1
* Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong2018-08-181-0/+5
* Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma2018-08-061-0/+4
* Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.Claude Paroz2018-07-201-16/+6
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-161-17/+11
* Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin2018-03-151-1/+1
* Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang2018-03-131-1/+2
* Condensed some widgets code.Daniel Hahler2018-03-031-4/+1
* Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham2018-02-011-1/+2
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-2/+1
* Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope2017-12-111-28/+9
* Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham2017-12-011-3/+4
* Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...Tim Graham2017-11-171-3/+1
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-1/+114
* Simplified admin.widgets.url_params_from_lookup_dict().Sergey Fedoseev2017-09-051-3/+1
* Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe2017-07-201-3/+23
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-2/+1
* Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.Tim Graham2017-03-211-4/+4
* Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz2017-03-141-5/+1
* Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx2017-03-071-0/+3
* Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson2017-02-201-5/+7
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-15/+15
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-99/+67
* Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev2016-09-091-1/+1
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-1/+0
* Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham2016-04-231-1/+1
* Removed unused AdminCommaSeparatedIntegerFieldWidget.Tim Graham2016-04-151-8/+0
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-6/+10
* Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic2016-02-021-2/+2
* Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera2016-02-011-4/+20