Nick Pope 
							
						 
					 
					
						
						
							
						
						1c66767d4e 
					 
					
						
						
							
							Refs  #27910  -- Improved documentation for model field choice enumeration types.  
						
						
						
						
					 
					
						2019-09-13 15:37:40 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						ea25bdc2b9 
					 
					
						
						
							
							Added PBKDF2 hasher iteration increase to 3.0 release notes.  
						
						... 
						
						
						
						Refs 06670015f7 
						
						
					 
					
						2019-09-12 17:24:01 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						b5db65c4fb 
					 
					
						
						
							
							Increased the default PBKDF2 iterations for Django 3.1.  
						
						
						
						
					 
					
						2019-09-12 17:24:01 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						0ddb4ebf7b 
					 
					
						
						
							
							Refs  #14357  -- Made Meta.ordering not affect GROUP BY queries.  
						
						... 
						
						
						
						Per deprecation timeline. 
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						d17be88afd 
					 
					
						
						
							
							Refs  #30037  -- Required the RemoteUserBackend.configure_user() to have request as the first positional argument.  
						
						... 
						
						
						
						Per deprecation timeline. 
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						b61ea56789 
					 
					
						
						
							
							Refs  #28478  -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						f1894bae30 
					 
					
						
						
							
							Refs  #28606  -- Removed CachedStaticFilesStorage per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						81993b47ea 
					 
					
						
						
							
							Refs  #29703  -- Removed QuerySetPaginator alias per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						cb2be9d5d5 
					 
					
						
						
							
							Refs  #29546  -- Removed django.utils.timezone.FixedOffset per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						3d716467a9 
					 
					
						
						
							
							Refs  #29817  -- Removed settings.FILE_CHARSET per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						b47bb4c4a7 
					 
					
						
						
							
							Refs  #29598  -- Removed FloatRangeField per deprecation timeline.  
						
						
						
						
					 
					
						2019-09-10 12:01:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						32796826bb 
					 
					
						
						
							
							Added stub release notes for 3.1.  
						
						
						
						
					 
					
						2019-09-10 12:00:56 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						34decdebf1 
					 
					
						
						
							
							Fixed   #30754  -- Prevented inclusion of aliases in partial index conditions.  
						
						... 
						
						
						
						SQLite doesn't repoint table aliases in partial index conditions on table
rename which breaks the documented table alteration procedure.
Thanks Pēteris Caune for the report. 
						
						
					 
					
						2019-09-10 10:03:16 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						a624803514 
					 
					
						
						
							
							Finalised release notes for 3.0 alpha release.  
						
						... 
						
						
						
						* Removed empty sections
* Corrected some typos and wrapping errors. 
						
						
					 
					
						2019-09-10 09:58:42 +02:00 
						 
				 
			
				
					
						
							
							
								Vojtech Bocek 
							
						 
					 
					
						
						
							
						
						b1d37fea8f 
					 
					
						
						
							
							Fixed   #28107  -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model() to allow enabling optimization for unmanaged models.  
						
						
						
						
					 
					
						2019-09-09 14:04:46 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Pope 
							
						 
					 
					
						
						
							
						
						406dba04e1 
					 
					
						
						
							
							Fixed   #29406  -- Added support for Referrer-Policy header.  
						
						... 
						
						
						
						Thanks to James Bennett for the initial implementation. 
						
						
					 
					
						2019-09-09 13:35:41 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Pope 
							
						 
					 
					
						
						
							
						
						1edbb6c194 
					 
					
						
						
							
							Refs  #30426  -- Moved release notes into separate security section.  
						
						
						
						
					 
					
						2019-09-09 13:35:31 +02: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 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						05d0eca635 
					 
					
						
						
							
							Fixed   #30426  -- Changed X_FRAME_OPTIONS setting default to DENY.  
						
						
						
						
					 
					
						2019-09-09 08:15:26 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						350123f38c 
					 
					
						
						
							
							Moved release note for refs  #30158  from deprecated to backwards incompatible changes.  
						
						
						
						
					 
					
						2019-09-05 15:56:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						e2c6a0858d 
					 
					
						
						
							
							Fixed   #30750  -- Added support for check constraints on MySQL 8.0.16+.  
						
						
						
						
					 
					
						2019-09-05 09:18:34 +02:00 
						 
				 
			
				
					
						
							
							
								Shai Berger 
							
						 
					 
					
						
						
							
						
						72ebe85a26 
					 
					
						
						
							
							Fixed   #27910  -- Added enumeration helpers for use in Field.choices.  
						
						... 
						
						
						
						These classes can serve as a base class for user enums, supporting
translatable human-readable names, or names automatically inferred
from the enum member name.
Additional properties make it easy to access the list of names, values
and display labels.
Thanks to the following for ideas and reviews:
Carlton Gibson, Fran Hrženjak, Ian Foote, Mariusz Felisiak, Shai Berger.
Co-authored-by: Shai Berger <shai@platonix.com >
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com >
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com > 
						
						
					 
					
						2019-09-04 14:42:49 +02:00 
						 
				 
			
				
					
						
							
							
								Nasir Hussain 
							
						 
					 
					
						
						
							
						
						25706d7285 
					 
					
						
						
							
							Fixed   #29714  -- Allowed using ExceptionReporter subclass with AdminEmailHandler.  
						
						
						
						
					 
					
						2019-09-04 08:40:46 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						0d4529d314 
					 
					
						
						
							
							Added stub release notes for 2.2.6.  
						
						
						
						
					 
					
						2019-09-04 08:02:32 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						4f61810751 
					 
					
						
						
							
							Fixed   #30747  -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().  
						
						
						
						
					 
					
						2019-09-02 15:32:23 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						47f49adc11 
					 
					
						
						
							
							Added release dates for 2.2.5, 2.1.12, and 1.11.24.  
						
						
						
						
					 
					
						2019-09-02 07:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								yukihira1992 
							
						 
					 
					
						
						
							
						
						0545781764 
					 
					
						
						
							
							Fixed   #30736  -- Added Storage.get_alternative_name() to allow customization.  
						
						
						
						
					 
					
						2019-08-30 11:32:19 +02:00 
						 
				 
			
				
					
						
							
							
								Berker Peksag 
							
						 
					 
					
						
						
							
						
						400ec5125e 
					 
					
						
						
							
							Fixed   #18763  -- Added ModelBackend/UserManager.with_perm() methods.  
						
						... 
						
						
						
						Co-authored-by: Nick Pope <nick.pope@flightdataservices.com > 
						
						
					 
					
						2019-08-29 19:32:12 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Schinckel 
							
						 
					 
					
						
						
							
						
						4137fc2efc 
					 
					
						
						
							
							Fixed   #25367  -- Allowed boolean expressions in QuerySet.filter() and exclude().  
						
						... 
						
						
						
						This allows using expressions that have an output_field that is a
BooleanField to be used directly in a queryset filters, or in the
When() clauses of a Case() expression.
Thanks Josh Smeaton, Tim Graham, Simon Charette, Mariusz Felisiak, and
Adam Johnson for reviews.
Co-Authored-By: NyanKiyoshi <hello@vanille.bid > 
						
						
					 
					
						2019-08-29 09:45:29 +02:00 
						 
				 
			
				
					
						
							
							
								Hasan Ramezani 
							
						 
					 
					
						
						
							
						
						03dbdfd9bb 
					 
					
						
						
							
							Fixed   #29019  -- Added ManyToManyField support to REQUIRED_FIELDS.  
						
						
						
						
					 
					
						2019-08-26 14:48:40 +02:00 
						 
				 
			
				
					
						
							
							
								Dulmandakh 
							
						 
					 
					
						
						
							
						
						06372a8d27 
					 
					
						
						
							
							Fixed   #30507  -- Updated admin's jQuery to 3.4.1.  
						
						
						
						
					 
					
						2019-08-23 11:00:16 +02:00 
						 
				 
			
				
					
						
							
							
								Mads Jensen 
							
						 
					 
					
						
						
							
						
						85ac838d9e 
					 
					
						
						
							
							Fixed   #21039  -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL.  
						
						... 
						
						
						
						Thanks to Simon Charettes for review.
Co-Authored-By: Daniel Tao <daniel.tao@gmail.com > 
						
						
					 
					
						2019-08-21 13:10:06 +02:00 
						 
				 
			
				
					
						
							
							
								François Freitag 
							
						 
					 
					
						
						
							
						
						9a88e43aeb 
					 
					
						
						
							
							Fixed broken links and redirects in documentation.  
						
						... 
						
						
						
						Removed reference to custom builds, feature removed in
8e6b3bba99 
						
						
					 
					
						2019-08-21 10:57:24 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Pope 
							
						 
					 
					
						
						
							
						
						21e559495b 
					 
					
						
						
							
							Fixed   #29979 , Refs  #17337  -- Extracted AutoField field logic into a mixin and refactored AutoFields.  
						
						... 
						
						
						
						This reduces duplication by allowing AutoField, BigAutoField and
SmallAutoField to inherit from IntegerField, BigIntegerField and
SmallIntegerField respectively. Doing so also allows for enabling the
max_length warning check and minimum/maximum value validation for auto
fields, as well as providing a mixin that can be used for other possible
future auto field types such as a theoretical UUIDAutoField. 
						
						
					 
					
						2019-08-20 09:22:25 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						d1c2e6dd04 
					 
					
						
						
							
							Refs  #28428  -- Made FileField.upload_to support pathlib.Path.  
						
						
						
						
					 
					
						2019-08-18 20:34:58 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						0468159763 
					 
					
						
						
							
							Refs  #30426  -- Changed default SECURE_CONTENT_TYPE_NOSNIFF to True.  
						
						
						
						
					 
					
						2019-08-18 13:17:49 +02:00 
						 
				 
			
				
					
						
							
							
								Adnan Umer 
							
						 
					 
					
						
						
							
						
						6805c0f99f 
					 
					
						
						
							
							Fixed   #30701  -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.  
						
						
						
						
					 
					
						2019-08-16 15:25:42 +02:00 
						 
				 
			
				
					
						
							
							
								zeyneloz 
							
						 
					 
					
						
						
							
						
						00035672a4 
					 
					
						
						
							
							Fixed   #30449  -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to respect model's Meta.ordering.  
						
						... 
						
						
						
						Regression in 6d4e5feb79felisiak.mariusz@gmail.com > 
						
						
					 
					
						2019-08-15 10:29:05 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						1f8382d34d 
					 
					
						
						
							
							Fixed   #30672  -- Fixed crash of JSONField/HStoreField key transforms on expressions with params.  
						
						... 
						
						
						
						Regression in 4f5b58f5cd 
						
						
					 
					
						2019-08-14 15:25:35 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						eed2e740f7 
					 
					
						
						
							
							Fixed   #30461  -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path.  
						
						... 
						
						
						
						Thanks Nikita Krokosh for the initial patch. 
						
						
					 
					
						2019-08-13 19:44:10 +02:00 
						 
				 
			
				
					
						
							
							
								Adnan Umer 
							
						 
					 
					
						
						
							
						
						8d3519071e 
					 
					
						
						
							
							Fixed   #30673  -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning.  
						
						
						
						
					 
					
						2019-08-08 21:14:06 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						052388aba4 
					 
					
						
						
							
							Fixed   #30676  -- Added --pdb option to test runner.  
						
						
						
						
					 
					
						2019-08-07 08:16:31 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						1af469e67f 
					 
					
						
						
							
							Added stub release notes for 2.2.5.  
						
						
						
						
					 
					
						2019-08-02 20:32:21 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Pope 
							
						 
					 
					
						
						
							
						
						194d1dfc18 
					 
					
						
						
							
							Fixed   #30661  -- Added models.SmallAutoField.  
						
						
						
						
					 
					
						2019-08-02 11:39:01 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						a5652eb795 
					 
					
						
						
							
							Added CVE-2019-14235 to security release archive.  
						
						
						
						
					 
					
						2019-08-01 12:01:27 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						3a6a2f5eaf 
					 
					
						
						
							
							Added CVE-2019-14234 to security release archive.  
						
						
						
						
					 
					
						2019-08-01 11:59:45 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						9600f63885 
					 
					
						
						
							
							Added CVE-2019-14233 to security release archive.  
						
						
						
						
					 
					
						2019-08-01 11:57:24 +02:00 
						 
				 
			
				
					
						
							
							
								Carlton Gibson 
							
						 
					 
					
						
						
							
						
						87750787d1 
					 
					
						
						
							
							Added CVE-2019-14232 to the security release archive.  
						
						
						
						
					 
					
						2019-08-01 11:54:24 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Apolloner 
							
						 
					 
					
						
						
							
						
						76ed1c49f8 
					 
					
						
						
							
							Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri().  
						
						... 
						
						
						
						Thanks to Guido Vranken for initial report. 
						
						
					 
					
						2019-08-01 09:24:54 +02:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						7deeabc7c7 
					 
					
						
						
							
							Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection.  
						
						... 
						
						
						
						Thanks to Sage M. Abdullah for the report and initial patch.
Thanks Florian Apolloner for reviews. 
						
						
					 
					
						2019-08-01 09:24:54 +02:00