summaryrefslogtreecommitdiff
path: root/django/contrib/admin/widgets.py
AgeCommit message (Expand)Author
2018-11-19Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-18Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.mackong
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-07-20Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.Claude Paroz
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-03-15Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin
2018-03-13Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang
2018-03-03Condensed some widgets code.Daniel Hahler
2018-02-01Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-01Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...Tim Graham
2017-11-17Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...Tim Graham
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe
2017-09-05Simplified admin.widgets.url_params_from_lookup_dict().Sergey Fedoseev
2017-07-20Fixed #28377 -- Made combining form Media retain relative asset order.Johannes Hoppe
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-03-21Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.Tim Graham
2017-03-14Fixed #27920 -- Restored empty RadioSelect choice producing value=""Claude Paroz
2017-03-07Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().Raphael Merx
2017-02-20Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-09-09Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-15Removed unused AdminCommaSeparatedIntegerFieldWidget.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-02Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic
2016-02-01Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-11-17Simplified lists creation in three places.Dmitry Dygalo
2015-03-30Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Fixed #24405 -- Made admin related object JavaScript overridableRiccardo Magliocchetti
2015-03-05Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-06-26Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.Riccardo Magliocchetti
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz
2014-02-11Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams