Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						d559cb02da 
					 
					
						
						
							
							Refs  #19215  -- Fixed admin_widgets tests if Pillow isn't installed.  
						
						... 
						
						
						
						Follow up to c0fc1b5302 
						
						
					 
					
						2022-10-27 08:41:03 +02:00 
						 
				 
			
				
					
						
							
							
								Marcelo Galigniana 
							
						 
					 
					
						
						
							
						
						c0fc1b5302 
					 
					
						
						
							
							Fixed   #19215  -- Fixed rendering ClearableFileInput when editing with invalid files.  
						
						... 
						
						
						
						Thanks Michael Cardillo for the initial patch. 
						
						
					 
					
						2022-10-25 16:53:52 +02:00 
						 
				 
			
				
					
						
							
							
								django-bot 
							
						 
					 
					
						
						
							
						
						9c19aff7c7 
					 
					
						
						
							
							Refs  #33476  -- Reformatted code with Black.  
						
						
						
						
					 
					
						2022-02-07 20:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Maron 
							
						 
					 
					
						
						
							
						
						03d0f12c82 
					 
					
						
						
							
							Fixed   #32466  -- Corrected autocomplete to_field resolution for complex cases.  
						
						... 
						
						
						
						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 > 
						
						
					 
					
						2021-03-18 11:21:23 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Maron 
							
						 
					 
					
						
						
							
						
						3071660acf 
					 
					
						
						
							
							Fixed   #29010 ,  Fixed   #29138  -- Added limit_choices_to and to_field support to autocomplete fields.  
						
						... 
						
						
						
						* Fixed  #29010  -- Added limit_choices_to support to autocomplete fields.
* Fixed  #29138  -- Allowed autocomplete fields to target a custom
  to_field rather than the PK. 
						
						
					 
					
						2021-01-12 11:37:38 +01:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						2dd4d110c1 
					 
					
						
						
							
							Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.  
						
						
						
						
					 
					
						2020-06-03 09:23:00 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Wiens 
							
						 
					 
					
						
						
							
						
						e817ae74da 
					 
					
						
						
							
							Followed style guide for model attribute ordering.  
						
						
						
						
					 
					
						2018-12-27 19:34:14 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						552abffab1 
					 
					
						
						
							
							Fixed   #29094  -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.  
						
						... 
						
						
						
						Regression in 2f9861d823 
						
						
					 
					
						2018-02-01 08:36:36 -05:00 
						 
				 
			
				
					
						
							
							
								Johannes Hoppe 
							
						 
					 
					
						
						
							
						
						94cd8efc50 
					 
					
						
						
							
							Fixed   #14370  -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.  
						
						... 
						
						
						
						Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch. 
						
						
					 
					
						2017-09-18 13:48:02 -04:00 
						 
				 
			
				
					
						
							
							
								chillaranand 
							
						 
					 
					
						
						
							
						
						d6eaf7c018 
					 
					
						
						
							
							Refs  #23919  -- Replaced super(ClassName, self) with super().  
						
						
						
						
					 
					
						2017-01-25 12:23:46 -05:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f3c43ad1fd 
					 
					
						
						
							
							Refs  #23919  -- Removed python_2_unicode_compatible decorator usage  
						
						
						
						
					 
					
						2017-01-18 13:44:34 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d7b9aaa366 
					 
					
						
						
							
							Refs  #23919  -- Removed encoding preambles and future imports  
						
						
						
						
					 
					
						2017-01-18 09:55:19 +01:00 
						 
				 
			
				
					
						
							
							
								Alexander Gaevsky 
							
						 
					 
					
						
						
							
						
						c79852acee 
					 
					
						
						
							
							Fixed   #14402  -- Removed clearing of help_text for ManyToManyField's raw_id_fields.  
						
						
						
						
					 
					
						2016-01-30 12:42:47 -05:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						c2e70f0265 
					 
					
						
						
							
							Fixed   #21127  -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField  
						
						
						
						
					 
					
						2015-07-27 18:28:13 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0ed7d15563 
					 
					
						
						
							
							Sorted imports with isort; refs  #23860 .  
						
						
						
						
					 
					
						2015-02-06 08:16:28 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						07988744b3 
					 
					
						
						
							
							Fixed   #13165  -- Added edit and delete links to admin foreign key widgets.  
						
						... 
						
						
						
						Thanks to Collin Anderson for the review and suggestions and Tim for the
final review. 
						
						
					 
					
						2015-01-10 12:24:52 -05:00 
						 
				 
			
				
					
						
							
							
								Anubhav Joshi 
							
						 
					 
					
						
						
							
						
						011abb7d96 
					 
					
						
						
							
							Fixed   #19671  -- Added warnings that null and validators are ignored for ManyToManyField.  
						
						... 
						
						
						
						Thanks Loic Bistuer and Tim Graham for help and review. 
						
						
					 
					
						2014-07-09 16:01:09 -04:00 
						 
				 
			
				
					
						
							
							
								Jason Myers 
							
						 
					 
					
						
						
							
						
						7a61c68c50 
					 
					
						
						
							
							PEP8 cleanup  
						
						... 
						
						
						
						Signed-off-by: Jason Myers <jason@jasonamyers.com > 
						
						
					 
					
						2013-11-02 23:50:49 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						9d740eb8b1 
					 
					
						
						
							
							Fix all violators of E231  
						
						
						
						
					 
					
						2013-10-26 12:15:03 -07:00 
						 
				 
			
				
					
						
							
							
								Julien Phalip 
							
						 
					 
					
						
						
							
						
						55a11683f7 
					 
					
						
						
							
							Fixed   #20836  -- Ensure that the ForeignKey's to_field attribute is properly 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. 
						
						
					 
					
						2013-09-07 12:14:07 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5649c0af9d 
					 
					
						
						
							
							Fixed "indentation is not a multiple of four" pep8 issues.  
						
						
						
						
					 
					
						2013-09-03 14:22:21 -04:00 
						 
				 
			
				
					
						
							
							
								Julien Phalip 
							
						 
					 
					
						
						
							
						
						995ffbb2a6 
					 
					
						
						
							
							Added some Selenium tests for the admin raw id widget.  
						
						
						
						
					 
					
						2013-08-04 16:08:45 -07:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2a979d2a7b 
					 
					
						
						
							
							Updated contrib.admin to use Email/URLInputs; refs  #16630  
						
						
						
						
					 
					
						2013-07-26 07:22:30 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						6983a1a540 
					 
					
						
						
							
							Fixed   #15363  -- Renamed and normalized to get_queryset the methods that return a QuerySet.  
						
						
						
						
					 
					
						2013-03-08 10:11:45 -05:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						89f40e3624 
					 
					
						
						
							
							Merged regressiontests and modeltests into the test root.  
						
						
						
						
					 
					
						2013-02-26 14:36:57 +01:00