Nick Pope 
							
						 
					 
					
						
						
							
						
						335c9c94ac 
					 
					
						
						
							
							Simplified imports from django.db and django.contrib.gis.db.  
						
						
						
						
					 
					
						2020-02-04 13:20:06 +01:00 
						 
				 
			
				
					
						
							
							
								Johannes Hoppe 
							
						 
					 
					
						
						
							
						
						7254f1138d 
					 
					
						
						
							
							Refs  #29444  -- Allowed returning multiple fields from INSERT statements on PostgreSQL.  
						
						... 
						
						
						
						Thanks Florian Apolloner, Tim Graham, Simon Charette, Nick Pope, and
Mariusz Felisiak for reviews. 
						
						
					 
					
						2019-09-09 10:51:14 +02:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						8a2ec55b18 
					 
					
						
						
							
							Merged isinstance() calls.  
						
						... 
						
						
						
						Follow up to 0214f367bc 
						
						
					 
					
						2019-03-02 12:19:21 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						ed244199c7 
					 
					
						
						
							
							Fixed   #28269  -- Fixed Model.__init__() crash on models with a field that has an instance only descriptor.  
						
						... 
						
						
						
						Regression in d2a26c1a90 
						
						
					 
					
						2017-06-05 08:40:43 -04:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						36f09c8a29 
					 
					
						
						
							
							Added a test for Model._meta._property_names.  
						
						
						
						
					 
					
						2017-06-05 08:28:33 -04:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						2c69824e5a 
					 
					
						
						
							
							Refs  #23968  -- Removed unnecessary lists, generators, and tuple calls.  
						
						
						
						
					 
					
						2017-06-01 19:08:59 -04:00 
						 
				 
			
				
					
						
							
							
								Michal Petrucha 
							
						 
					 
					
						
						
							
						
						c339a5a6f7 
					 
					
						
						
							
							Refs  #16508  -- Renamed the current "virtual" fields to "private".  
						
						... 
						
						
						
						The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation. 
						
						
					 
					
						2016-04-13 10:10:53 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						983c158da7 
					 
					
						
						
							
							Refs  #24227  -- Replaced M2M isinstance checks by field.many_to_many  
						
						... 
						
						
						
						Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews. 
						
						
					 
					
						2016-03-19 09:24:27 +01:00 
						 
				 
			
				
					
						
							
							
								userimack 
							
						 
					 
					
						
						
							
						
						60586dd737 
					 
					
						
						
							
							Fixed   #26125  -- Fixed E731 flake warnings.  
						
						
						
						
					 
					
						2016-01-25 14:23:43 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						5b980897f2 
					 
					
						
						
							
							Refs  #18012  -- Made proxy and concrete model reverse fields consistent.  
						
						... 
						
						
						
						Prior to this change proxy models reverse fields didn't include the
reverse fields pointing to their concrete model. 
						
						
					 
					
						2015-10-12 12:14:27 -04:00 
						 
				 
			
				
					
						
							
							
								Dražen Odobašić 
							
						 
					 
					
						
						
							
						
						b1e33ceced 
					 
					
						
						
							
							Fixed   #23395  -- Limited line lengths to 119 characters.  
						
						
						
						
					 
					
						2015-09-12 11:40:50 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						be67400b47 
					 
					
						
						
							
							Refs  #24652  -- Used SimpleTestCase where appropriate.  
						
						
						
						
					 
					
						2015-05-20 13:46:13 -04:00 
						 
				 
			
				
					
						
							
							
								Andriy Sokolovskiy 
							
						 
					 
					
						
						
							
						
						f7b2978158 
					 
					
						
						
							
							Fixed   #24156  -- Fixed inherited related name of ManyToManyField.  
						
						... 
						
						
						
						Fixed situation when parent abstract model declares related_name='+',
and child models had an invalid queryset. 
						
						
					 
					
						2015-05-12 19:14:55 -04:00 
						 
				 
			
				
					
						
							
							
								Luis Del Giudice 
							
						 
					 
					
						
						
							
						
						69ddc1b3da 
					 
					
						
						
							
							Fixed   #24693  -- Added label and label_lower property to Model._meta  
						
						
						
						
					 
					
						2015-05-02 16:58:18 +02:00 
						 
				 
			
				
					
						
							
							
								Marco Fucci 
							
						 
					 
					
						
						
							
						
						4ee08958f1 
					 
					
						
						
							
							Fixed   #24505  -- Fixed clash with hidden m2m fields.  
						
						... 
						
						
						
						Added support for multiple m2m fields with the same 'to' model
and with related_name set to '+'. 
						
						
					 
					
						2015-03-26 19:00:37 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						8f30556329 
					 
					
						
						
							
							Renamed Field.rel attribute to remote_field  
						
						... 
						
						
						
						Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True. 
						
						
					 
					
						2015-03-25 08:16:12 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						bad5f262bf 
					 
					
						
						
							
							Fixed   #24328  -- cleaned up Options._get_fields() implementation  
						
						
						
						
					 
					
						2015-02-20 13:00:12 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Pyrathon 
							
						 
					 
					
						
						
							
						
						19188826b4 
					 
					
						
						
							
							Fixed   #24146  -- Allowed model._meta.get_field() to be used after apps.models_ready  
						
						
						
						
					 
					
						2015-02-10 19:55:06 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0ed7d15563 
					 
					
						
						
							
							Sorted imports with isort; refs  #23860 .  
						
						
						
						
					 
					
						2015-02-06 08:16:28 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						65e005f8cd 
					 
					
						
						
							
							Fixed   #24266  -- Changed get_parent_list to return a list ordered by MRO.  
						
						... 
						
						
						
						Thanks to Aron Podrigal for the initial patch and Tim for the review. 
						
						
					 
					
						2015-02-03 16:40:31 -05:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0e489c19f1 
					 
					
						
						
							
							Reverted "Fixed  #24146  -- Fixed a missing fields regression in admin checks."  
						
						... 
						
						
						
						This reverts commit e8171daf0c 
						
						
					 
					
						2015-02-03 15:23:39 -05:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						e8171daf0c 
					 
					
						
						
							
							Fixed   #24146  -- Fixed a missing fields regression in admin checks.  
						
						... 
						
						
						
						This allows using get_field() early in the app loading process.
Thanks to PirosB3 and Tim Graham. 
						
						
					 
					
						2015-01-16 14:47:09 -05:00 
						 
				 
			
				
					
						
							
							
								Collin Anderson 
							
						 
					 
					
						
						
							
						
						2d5da57f48 
					 
					
						
						
							
							Fixed incorrect error message in Options.get_fields()  
						
						
						
						
					 
					
						2015-01-14 14:51:05 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Pyrathon 
							
						 
					 
					
						
						
							
						
						fb48eb0581 
					 
					
						
						
							
							Fixed   #12663  -- Formalized the Model._meta API for retrieving fields.  
						
						... 
						
						
						
						Thanks to Russell Keith-Magee for mentoring this Google Summer of
Code 2014 project and everyone else who helped with the patch! 
						
						
					 
					
						2015-01-06 19:25:12 -05:00