index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
widgets.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #33888 -- Fixed get_select2_language() crash with no language activated.
Claude Paroz
2022-08-03
1
-1
/
+1
*
Fixed #11803 -- Allowed admin select widgets to display new related objects.
mgaligniana
2022-04-15
1
-0
/
+1
*
Fixed #33267 -- Added link to related item to related widget wrapper in admin.
Shubh1815
2022-02-25
1
-1
/
+3
*
Fixed #33514 -- Added fallbacks to subsequent language codes in Select2 trans...
My-Name-Is-Nabil
2022-02-18
1
-1
/
+14
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-124
/
+215
*
Fixed #32545 -- Improved admin widget for raw_id_fields for UUIDFields.
Shubh1815
2021-11-29
1
-2
/
+5
*
Fixed #33070 -- Fixed loading translations with language subtags in admin's S...
Cleiton Lima
2021-09-21
1
-2
/
+3
*
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
Johannes Maron
2021-03-18
1
-1
/
+3
*
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2021-01-12
1
-7
/
+10
*
Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
Jon Dufresne
2020-06-03
1
-3
/
+3
*
Fixed #31365 -- Removed jQuery usage in SelectFilter2.js.
Jon Dufresne
2020-03-24
1
-9
/
+4
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.
Federico Jaramillo Martínez
2019-08-27
1
-0
/
+1
*
Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...
Carlton Gibson
2019-06-03
1
-1
/
+9
*
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...
redodo
2018-11-19
1
-0
/
+1
*
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-25
1
-2
/
+2
*
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-21
1
-1
/
+1
*
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
mackong
2018-08-18
1
-0
/
+5
*
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
Vlastimil Zíma
2018-08-06
1
-0
/
+4
*
Fixed #29523 -- Removed jQuery usage in DateTimeShortcuts.js & collapse.js.
Claude Paroz
2018-07-20
1
-16
/
+6
*
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-16
1
-17
/
+11
*
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...
Artem Tabolin
2018-03-15
1
-1
/
+1
*
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
dzhuang
2018-03-13
1
-1
/
+2
*
Condensed some widgets code.
Daniel Hahler
2018-03-03
1
-4
/
+1
*
Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...
Tim Graham
2018-02-01
1
-1
/
+2
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-2
/
+1
*
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-11
1
-28
/
+9
*
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...
Tim Graham
2017-12-01
1
-3
/
+4
*
Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized...
Tim Graham
2017-11-17
1
-3
/
+1
*
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-09-18
1
-1
/
+114
*
Simplified admin.widgets.url_params_from_lookup_dict().
Sergey Fedoseev
2017-09-05
1
-3
/
+1
*
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-20
1
-3
/
+23
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-2
/
+1
*
Refs #27919 -- Changed contrib widget's get_context() attrs kwarg to an arg.
Tim Graham
2017-03-21
1
-4
/
+4
*
Fixed #27920 -- Restored empty RadioSelect choice producing value=""
Claude Paroz
2017-03-14
1
-5
/
+1
*
Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Raphael Merx
2017-03-07
1
-0
/
+3
*
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-02-20
1
-5
/
+7
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-15
/
+15
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-27
1
-99
/
+67
*
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
Rinat Khabibiev
2016-09-09
1
-1
/
+1
*
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-05-04
1
-1
/
+0
*
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-23
1
-1
/
+1
*
Removed unused AdminCommaSeparatedIntegerFieldWidget.
Tim Graham
2016-04-15
1
-8
/
+0
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-6
/
+10
*
Fixed #25731 -- Removed unused choices kwarg for Select.render()
jpic
2016-02-02
1
-2
/
+2
*
Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.
Hugo Osvaldo Barrera
2016-02-01
1
-4
/
+20
[next]