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
/
tests
/
admin_widgets
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...
Johannes Maron
2021-03-18
4
-5
/
+61
*
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2021-01-12
3
-13
/
+17
*
Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
Jon Dufresne
2020-06-03
2
-0
/
+19
*
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...
Carles Pina
2020-06-01
1
-0
/
+14
*
Fixed #31576 -- Fixed selenium tests with headless mode.
Mariusz Felisiak
2020-05-13
1
-0
/
+3
*
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-11
1
-9
/
+9
*
Made DateTimePickerShortcutsSeleniumTests.test_date_time_picker_shortcuts() l...
Mariusz Felisiak
2020-05-05
1
-2
/
+1
*
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-05-04
1
-1
/
+1
*
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...
007
2020-04-15
1
-1
/
+18
*
Refs #29892 -- Made Selenium tests wait for popups to be ready.
Jon Dufresne
2019-12-02
1
-12
/
+6
*
Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Sel...
Jon Dufresne
2019-11-28
1
-8
/
+8
*
Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit b...
Jon Dufresne
2019-11-28
1
-1
/
+1
*
Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_v...
Johannes Hoppe
2019-11-27
1
-21
/
+25
*
Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager.
Johannes Hoppe
2019-11-27
1
-8
/
+8
*
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-19
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 broken selenium tests after 42b9a23267f14be39b9b00958e18d5746783208e.
Mariusz Felisiak
2019-06-30
1
-1
/
+1
*
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-28
1
-1
/
+1
*
Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...
Carlton Gibson
2019-06-03
1
-8
/
+15
*
Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.
Matthias Kestenholz
2019-02-27
1
-1
/
+1
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-1
/
+1
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
1
-2
/
+2
*
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-27
1
-3
/
+3
*
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...
redodo
2018-11-19
1
-0
/
+23
*
Fixed #29426 -- Made UUID inputs in the admin match the width of a UUID.
mackong
2018-08-18
1
-0
/
+14
*
Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...
Artem Tabolin
2018-03-15
1
-1
/
+6
*
Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.
dzhuang
2018-03-13
1
-1
/
+2
*
Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...
Tim Graham
2018-02-01
2
-1
/
+10
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-28
/
+28
*
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-20
1
-2
/
+2
*
Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another"...
Tim Graham
2017-12-01
1
-4
/
+7
*
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-09-18
2
-0
/
+134
*
Complemented datetime picker selenium test
Claude Paroz
2017-08-26
1
-3
/
+22
*
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
Collin Anderson
2017-06-09
1
-4
/
+4
*
Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
kakulukia
2017-06-06
1
-0
/
+12
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-2
/
+2
*
Fixed #27905 -- Added RelatedFieldWidgetWrapper.value_omitted_from_data().
Raphael Merx
2017-03-07
1
-0
/
+9
*
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-02-20
1
-0
/
+16
*
Fixed spelling of "nonexistent".
Tim Graham
2017-02-03
1
-1
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
3
-5
/
+5
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-9
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
2
-5
/
+0
*
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-12-27
1
-21
/
+41
*
Imported specific models in a few tests that didn't.
Tim Graham
2016-12-08
2
-90
/
+96
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+1
*
Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.
Jacob Rief
2016-11-12
1
-3
/
+3
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-41
/
+21
*
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-27
1
-7
/
+2
[next]