Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ↵ | Marcelo Galigniana | 2022-10-25 | 1 | -0/+2 |
| | | | | | | files. Thanks Michael Cardillo for the initial patch. | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -12/+27 |
| | |||||
* | Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases. | Johannes Maron | 2021-03-18 | 1 | -1/+3 |
| | | | | | | | | | | In MTI or ForeignKey as primary key cases, it is required to fetch the attname from the field instance on the remote model in order to reliably resolve the to_field_name. Co-authored-by: Johannes Maron <info@johanneshoppe.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | ||||
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Imported specific models in a few tests that didn't. | Tim Graham | 2016-12-08 | 1 | -14/+17 |
| | |||||
* | Fixed E305 flake8 warnings. | Ramin Farajpour Cami | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | Fixed #14497 -- Improved admin widget for "read only" FileFields | Riccardo Magliocchetti | 2015-02-04 | 1 | -1/+6 |
| | | | | Based on patch by Adam J Forster, Paul Collins, and Julien. | ||||
* | Whitespace cleanup. | Tim Graham | 2013-10-10 | 1 | -1/+4 |
| | | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. | ||||
* | Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly ↵ | Julien Phalip | 2013-09-07 | 1 | -0/+2 |
| | | | | | | considered by the admin's interface when creating related objects. Many thanks to Collin Anderson for the report and patch and to Peter Sheats for the test. | ||||
* | Added some Selenium tests for the admin raw id widget. | Julien Phalip | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | Removed most of absolute_import imports | Claude Paroz | 2013-07-29 | 1 | -6/+1 |
| | | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | ||||
* | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 1 | -0/+50 |