Ivan Sagalaev 
							
						 
					 
					
						
						
							
						
						a4205076a5 
					 
					
						
						
							
							Fixed typo in docs/releases/5.0.txt.  
						
						
						
						
					 
					
						2023-03-05 14:01:19 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						2660bc19f3 
					 
					
						
						
							
							Refs  #32539  -- Fixed facet filter tests on Oracle.  
						
						... 
						
						
						
						Follow up to 868e2fcdda 
						
						
					 
					
						2023-03-05 13:19:09 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						61f599aeb9 
					 
					
						
						
							
							Refs  #34381  -- Fixed isolation of MigrateTests.test_migrate_fake_initial().  
						
						
						
						
					 
					
						2023-03-04 13:09:38 +01:00 
						 
				 
			
				
					
						
							
							
								sarahboyce 
							
						 
					 
					
						
						
							
						
						868e2fcdda 
					 
					
						
						
							
							Fixed   #32539  -- Added toggleable facet filters to ModelAdmin.  
						
						... 
						
						
						
						Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz
Felisiak for reviews. 
						
						
					 
					
						2023-03-03 20:24:57 +01:00 
						 
				 
			
				
					
						
							
							
								sarahboyce 
							
						 
					 
					
						
						
							
						
						50ca4defcb 
					 
					
						
						
							
							Added test for preserving popup by reset link in the admin changelist.  
						
						
						
						
					 
					
						2023-03-03 10:18:15 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						52e54860bf 
					 
					
						
						
							
							Moved duplicate user declarations to setUpTestData() in AdminSiteFinalCatchAllPatternTests.  
						
						
						
						
					 
					
						2023-03-03 10:08:06 +01:00 
						 
				 
			
				
					
						
							
							
								Dominique Bischof 
							
						 
					 
					
						
						
							
						
						17e08b2177 
					 
					
						
						
							
							Fixed   #34377  -- Fixed preserving query strings in AdminSite.catch_all_view().  
						
						... 
						
						
						
						Included full path when redirecting with append slash to include query
strings.
Regression in ba31b01034 
						
						
					 
					
						2023-03-03 08:18:54 +01:00 
						 
				 
			
				
					
						
							
							
								Dominique Bischof 
							
						 
					 
					
						
						
							
						
						4338b6526d 
					 
					
						
						
							
							Refs  #31747  -- Added more tests for preserving query strings when redirect with APPEND_SLASH in admin.  
						
						
						
						
					 
					
						2023-03-03 08:18:54 +01:00 
						 
				 
			
				
					
						
							
							
								Ekaterina Vahrusheva 
							
						 
					 
					
						
						
							
						
						55bcbd8d17 
					 
					
						
						
							
							Fixed   #34378  -- Made QuerySet.in_bulk() not clear odering when id_list is passed.  
						
						... 
						
						
						
						This reverts 340eaded4e 
						
						
					 
					
						2023-03-03 06:00:10 +01:00 
						 
				 
			
				
					
						
							
							
								Heath Henley 
							
						 
					 
					
						
						
							
						
						56e5ea805b 
					 
					
						
						
							
							Fixed   #34374  -- Fixed GIS tests on Windows.  
						
						
						
						
					 
					
						2023-03-02 19:14:24 +01:00 
						 
				 
			
				
					
						
							
							
								sarahboyce 
							
						 
					 
					
						
						
							
						
						4cb5573352 
					 
					
						
						
							
							Moved str() calls to DateFieldListFilter.choices().  
						
						
						
						
					 
					
						2023-03-02 13:25:23 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						9953c804a9 
					 
					
						
						
							
							Refs  #34320  -- Stopped recreating check constraints when renaming fields.  
						
						... 
						
						
						
						This also fixes test_rename_field_with_check_to_truncated_name() on
MariaDB 10.5.2+ as ALTER TABLE ... RENAME COLUMN statement doesn't
rename inline constraints. 
						
						
					 
					
						2023-03-02 06:05:40 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						ef00d6ef88 
					 
					
						
						
							
							Doc'd that django.setup() is called under ASGI.  
						
						
						
						
					 
					
						2023-03-01 14:32:31 +01:00 
						 
				 
			
				
					
						
							
							
								Heath Henley 
							
						 
					 
					
						
						
							
						
						54aecf95a2 
					 
					
						
						
							
							Fixed   #34367  -- Updated instructions for installing GeoDjango on Windows.  
						
						... 
						
						
						
						Thanks David Smith for the review. 
						
						
					 
					
						2023-03-01 13:45:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						5933d7033d 
					 
					
						
						
							
							Ignored  14459f80ee formatting changes in git blame.  
						
						
						
						
					 
					
						2023-03-01 13:33:23 +01:00 
						 
				 
			
				
					
						
							
							
								django-bot 
							
						 
					 
					
						
						
							
						
						14459f80ee 
					 
					
						
						
							
							Fixed   #34140  -- Reformatted code blocks in docs with blacken-docs.  
						
						
						
						
					 
					
						2023-03-01 13:03:56 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						6015bab80e 
					 
					
						
						
							
							Refs  #34140  -- Added configurations to run blacken-docs linter and adjusted docs.  
						
						... 
						
						
						
						This adds:
- GitHub actions,
- tox configuration,
- pre-commit hook, and
- makefile rules
to run blacken-docs linter.
Co-authored-by: David Smith <smithdc@gmail.com > 
						
						
					 
					
						2023-03-01 13:02:57 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						9cf2a5df70 
					 
					
						
						
							
							Refs  #34140  -- Made minor edits to rst code-blocks.  
						
						
						
						
					 
					
						2023-03-01 13:02:54 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						498bff9499 
					 
					
						
						
							
							Ignored  ba755ca131 formatting changes in git blame.  
						
						
						
						
					 
					
						2023-02-28 12:56:19 +01:00 
						 
				 
			
				
					
						
							
							
								Joseph Victor Zammit 
							
						 
					 
					
						
						
							
						
						ba755ca131 
					 
					
						
						
							
							Refs  #34140  -- Corrected rst code-block and various formatting issues in docs.  
						
						
						
						
					 
					
						2023-02-28 12:21:37 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						c67ea79aa9 
					 
					
						
						
							
							Fixed   #34368  -- Made subquery raise NotSupportedError when referencing outer window expression.  
						
						... 
						
						
						
						Regression in f387d024fcjvajen@gmail.com > 
						
						
					 
					
						2023-02-27 07:18:58 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						b15f162f25 
					 
					
						
						
							
							Fixed   #34372  -- Fixed queryset crash on order by aggregation using OrderBy.  
						
						... 
						
						
						
						Regression in 278881e376 
						
						
					 
					
						2023-02-27 07:10:19 +01:00 
						 
				 
			
				
					
						
							
							
								Laurent Tramoy 
							
						 
					 
					
						
						
							
						
						2276ec8c21 
					 
					
						
						
							
							Fixed   #34366  -- Reduced AlterField operations when optimizing migrations.  
						
						
						
						
					 
					
						2023-02-24 13:59:42 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
						
						f9fe062de5 
					 
					
						
						
							
							Doc'd that Meta.indexes is preferred to Field.db_index.  
						
						
						
						
					 
					
						2023-02-24 09:08:59 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						2c428b37ae 
					 
					
						
						
							
							Refs  #34338  -- Fixed isolation of constraints tests.  
						
						... 
						
						
						
						Regression in 5b3d3e400a 
						
						
					 
					
						2023-02-24 09:02:45 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						40e88ae8c8 
					 
					
						
						
							
							Refs  #34320  -- Added skipIf for a test requiring check constraints.  
						
						
						
						
					 
					
						2023-02-24 06:00:00 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						16c966ff7f 
					 
					
						
						
							
							Refs  #30060 , Refs  #34217  -- Made SchemaEditor not generate SQL for CheckConstraint if not supported.  
						
						... 
						
						
						
						The new logic mirrors the logic in SchemaEditor._delete_check_sql()
added in 68ef274bc5 
						
						
					 
					
						2023-02-23 21:12:17 +01:00 
						 
				 
			
				
					
						
							
							
								Xavier Fernandez 
							
						 
					 
					
						
						
							
						
						5b3d3e400a 
					 
					
						
						
							
							Fixed   #34338  -- Allowed customizing code of ValidationError in BaseConstraint and subclasses.  
						
						
						
						
					 
					
						2023-02-23 10:58:20 +01:00 
						 
				 
			
				
					
						
							
							
								Xavier Fernandez 
							
						 
					 
					
						
						
							
						
						51c9bb7cd1 
					 
					
						
						
							
							Refs  #33829  -- Added violation_error_message to constraints' __repr__().  
						
						
						
						
					 
					
						2023-02-23 05:35:58 +01:00 
						 
				 
			
				
					
						
							
							
								Panagiotis H.M. Issaris 
							
						 
					 
					
						
						
							
						
						dcd9746983 
					 
					
						
						
							
							Fixed   #34363  -- Fixed floatformat crash on zero with trailing zeros.  
						
						... 
						
						
						
						Regression in 08c5a787264b066bde69 
						
						
					 
					
						2023-02-22 20:46:16 +01:00 
						 
				 
			
				
					
						
							
							
								Xavier Fernandez 
							
						 
					 
					
						
						
							
						
						ad18a0102c 
					 
					
						
						
							
							Fixed   #34355  -- Deprecated passing positional arguments to BaseConstraint.  
						
						
						
						
					 
					
						2023-02-22 09:37:58 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						31cd2852cb 
					 
					
						
						
							
							Moved DatabaseIntrospection.get_table_description() internal_size release note to "Database backend API" section.  
						
						
						
						
					 
					
						2023-02-22 05:17:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						96bc4254ee 
					 
					
						
						
							
							Refs  #31445  -- Added test for nesting QuerySet.union().  
						
						... 
						
						
						
						This was fixed in MySQL 8.0.31. 
						
						
					 
					
						2023-02-21 12:47:52 +01:00 
						 
				 
			
				
					
						
							
							
								David Buhler 
							
						 
					 
					
						
						
							
						
						a91e59e4a0 
					 
					
						
						
							
							Fixed   #34344  -- Allowed PostGIS DatabaseWrapper subclasses to customize (features/introspection/ops)_class classes.  
						
						
						
						
					 
					
						2023-02-21 08:52:23 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						5afd8c6940 
					 
					
						
						
							
							Refs  #16969  -- Added test for not initializing PostGIS-specific stuff for non-db connections.  
						
						
						
						
					 
					
						2023-02-21 08:42:28 +01:00 
						 
				 
			
				
					
						
							
							
								Laurens Verhoeven 
							
						 
					 
					
						
						
							
						
						6cbc403b8e 
					 
					
						
						
							
							Fixed   #34349  -- Fixed FormSet.empty_form crash when deleting extra forms is disabled.  
						
						
						
						
					 
					
						2023-02-20 09:04:29 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						278881e376 
					 
					
						
						
							
							Fixed   #34346  -- Ordered selected expressions by position.  
						
						... 
						
						
						
						Used the same approach as for #34176  by using selected expressions
position to prevent ambiguous aliases in collisions.
Thanks henribru for the report.
Regression in 04518e310d 
						
						
					 
					
						2023-02-20 05:54:25 +01:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						f91e085c30 
					 
					
						
						
							
							Refs  #34176  -- Adjusted group by position variables naming to follow SQL spec.  
						
						... 
						
						
						
						This avoids conceptual collisions with the notion of indices. 
						
						
					 
					
						2023-02-18 18:42:49 -05:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						a6511bc233 
					 
					
						
						
							
							Refs  #33308  -- Added tests for queryset ordered by annotation with nulls_first/nulls_last.  
						
						
						
						
					 
					
						2023-02-18 16:28:10 +01:00 
						 
				 
			
				
					
						
							
							
								syre 
							
						 
					 
					
						
						
							
						
						eafe1468d2 
					 
					
						
						
							
							Fixed   #34347  -- Added __all__ to django.contrib.gis.utils.  
						
						
						
						
					 
					
						2023-02-17 21:06:41 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Brand 
							
						 
					 
					
						
						
							
						
						eacf6b73d8 
					 
					
						
						
							
							Fixed   #34302  -- Fixed SpatialReference.srid for objects without top-level authority.  
						
						
						
						
					 
					
						2023-02-17 19:56:29 +01:00 
						 
				 
			
				
					
						
							
							
								Stefan Brand 
							
						 
					 
					
						
						
							
						
						d77762de03 
					 
					
						
						
							
							Refs  #34302  -- Fixed SpatialReference.auth_name()/auth_code() when target is None.  
						
						... 
						
						
						
						force_bytes() turns None into the byte string b"None". Since
ctypes.c_char_p() also accepts None, we can bypass force_bytes() if
target is None. 
						
						
					 
					
						2023-02-17 19:56:29 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Spaeth 
							
						 
					 
					
						
						
							
						
						52b054824e 
					 
					
						
						
							
							Fixed   #34342 , Refs  #33735  -- Fixed test client handling of async streaming responses.  
						
						... 
						
						
						
						Bug in 0bd2c0c901carlton.gibson@noumenal.es > 
						
						
					 
					
						2023-02-17 10:48:04 +01:00 
						 
				 
			
				
					
						
							
							
								Alexandre Spaeth 
							
						 
					 
					
						
						
							
						
						bfb8fda3e6 
					 
					
						
						
							
							Refs  #34342  -- Added tests for handling sync streaming responses by test client.  
						
						... 
						
						
						
						Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es > 
						
						
					 
					
						2023-02-17 10:48:00 +01:00 
						 
				 
			
				
					
						
							
							
								Nick Pope 
							
						 
					 
					
						
						
							
						
						8eef22dfed 
					 
					
						
						
							
							Fixed   #34343  -- Moved built-in templates to filesystem.  
						
						
						
						
					 
					
						2023-02-17 09:50:50 +01:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						bae053d497 
					 
					
						
						
							
							Refs  #21080 , Refs  #34322  -- Added warning to ManifestStaticFilesStorage docs about paths in comments.  
						
						
						
						
					 
					
						2023-02-16 19:18:55 +01:00 
						 
				 
			
				
					
						
							
							
								Durval Carvalho 
							
						 
					 
					
						
						
							
						
						85366fbca7 
					 
					
						
						
							
							Fixed   #34045  -- Improved accessibility of selecting items in admin changelist.  
						
						... 
						
						
						
						This adds "aria-label". 
						
						
					 
					
						2023-02-16 08:29:40 +01:00 
						 
				 
			
				
					
						
							
							
								nabil-rady 
							
						 
					 
					
						
						
							
						
						6bdc3c58b6 
					 
					
						
						
							
							Fixed   #34320  -- Make sure constraints names are obtained from truncated columns names.  
						
						
						
						
					 
					
						2023-02-15 16:51:31 +01:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						3cc7a92189 
					 
					
						
						
							
							Refs  #32339  -- Doc'd setting a form's template_name is recomended over using as_* methods.  
						
						
						
						
					 
					
						2023-02-15 10:26:31 +01:00 
						 
				 
			
				
					
						
							
							
								David Smith 
							
						 
					 
					
						
						
							
						
						232b60a21b 
					 
					
						
						
							
							Refs  #32339  -- Updated docs to reflect default <div> style form rendering in Django 5.0.  
						
						... 
						
						
						
						Follow up to 98756c685e 
						
						
					 
					
						2023-02-15 10:14:09 +01:00