summaryrefslogtreecommitdiff
path: root/tests/admin_widgets/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #19215 -- Fixed admin_widgets tests if Pillow isn't installed.Mariusz Felisiak2022-10-271-5/+11
* Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...Marcelo Galigniana2022-10-251-0/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-17/+28
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-181-1/+24
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-121-1/+2
* Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne2020-06-031-0/+8
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_i...Tim Graham2018-02-011-0/+3
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-0/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky2016-01-301-1/+6
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-9/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette2015-01-101-1/+2
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* PEP8 cleanupJason Myers2013-11-021-0/+14
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly c...Julien Phalip2013-09-071-0/+8
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-9/+9
* Added some Selenium tests for the admin raw id widget.Julien Phalip2013-08-041-1/+2
* Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham2013-07-261-0/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+130