| 
							
							
								 abhiabhi94 | cd124295d8 | Fixed #32381 -- Made QuerySet.bulk_update() return the number of objects updated. Co-authored-by: Diego Lima <diego.lima@lais.huol.ufrn.br> | 2021-06-29 06:58:46 +02:00 |  | 
			
				
					| 
							
							
								 Angus Holder | 3e73c65ffc | Fixed #32195 -- Added system check for invalid view in path() and improved error messages. | 2021-06-09 09:06:42 +02:00 |  | 
			
				
					| 
							
							
								 Sanskar Jaiswal | 8c3bd0b708 | Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations for PostgreSQL. | 2021-06-08 07:46:51 +02:00 |  | 
			
				
					| 
							
							
								 David Smith | d8c17aa10c | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | 2021-06-04 08:28:25 +02:00 |  | 
			
				
					| 
							
							
								 Jacob Walls | f0d0d29f03 | Fixed typos in docs. | 2021-06-03 07:49:50 +02:00 |  | 
			
				
					| 
							
							
								 Gildardo Adrian Maravilla Jacome | 91e21836f6 | Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. | 2021-05-31 11:09:48 +02:00 |  | 
			
				
					| 
							
							
								 David Sanders | 5685b7cd73 | Fixed typos in comments and docs. | 2021-05-29 12:51:14 +02:00 |  | 
			
				
					| 
							
							
								 Hasan Ramezani | 1143f3bb5e | Fixed #32543 -- Added search_help_text to ModelAdmin. | 2021-05-26 10:20:13 +02:00 |  | 
			
				
					| 
							
							
								 Rohith PR | 7cca22964c | Fixed #32375 -- Started deprecation toward changing the default sitemap protocol to https. The default sitemap protocol, when it is built outside the context of
a request, will be changed from 'http' to 'https' in Django 5.0. | 2021-05-21 11:00:54 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 66491f08fe | Changed IRC references to Libera.Chat. | 2021-05-20 12:23:36 +02:00 |  | 
			
				
					| 
							
							
								 David D Lowe | fa4e963ee7 | Doc'd that HttpRequest.path doesn't contain a query string. | 2021-05-19 11:23:56 +02:00 |  | 
			
				
					| 
							
							
								 David Sanders | dacc307d93 | Fixed typo in docs/ref/contrib/admin/index.txt. | 2021-05-19 07:28:56 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 8cd55021bc | Fixed #32379 -- Started deprecation toward changing default USE_TZ to True. Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-18 20:26:44 +02:00 |  | 
			
				
					| 
							
							
								 Girish Sontakke | 27d4573d35 | Fixed #32755 -- Corrected Model.get_absolute_url() example in docs. | 2021-05-18 11:30:38 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | c156e36955 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | 2021-05-17 09:46:09 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 7c4ee487c7 | Refs #32720 -- Fixed some broken links in docs. | 2021-05-17 09:22:17 +02:00 |  | 
			
				
					| 
							
							
								 Raffaele Salmaso | 3733ae8957 | Fixed #32031 -- Added model class for each model to AdminSite.each_context(). | 2021-05-13 06:57:09 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 88b3982af3 | Fixed a typo in docs/ref/models/fields.txt. datetime.date.utcnow() doesn't exist, should be .today(). | 2021-05-12 11:06:29 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 34363a391b | Fixed #32735 -- Made DateFormat.Y() return a zero-padded year. | 2021-05-12 08:17:06 +02:00 |  | 
			
				
					| 
							
							
								 Jordi Castells | 205c36b58f | Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem. | 2021-05-07 20:03:46 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 54da6e2ac2 | Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting. | 2021-04-30 12:32:52 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 2161db0792 | Fixed capitalization of "ECMAScript" and "JavaScript". | 2021-04-29 20:29:08 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 907d3a7ff4 | Refs #32674 -- Noted that auto-created through table PKs cannot be automatically migrated. | 2021-04-29 13:53:56 +02:00 |  | 
			
				
					| 
							
							
								 Adam Johnson | 68e876c095 | Corrected introduction to range field lookups docs. Follow up to 24b9f50823. | 2021-04-28 20:35:05 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | cd74aad90e | Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. QuerySet.distinct() is not the only way to avoid duplicate, it's also
not preferred. | 2021-04-27 10:34:47 +02:00 |  | 
			
				
					| 
							
							
								 David Smith | 3fec16e8ac | Fixed #32574 -- Confirmed support for PROJ 8.x. | 2021-04-19 20:13:43 +02:00 |  | 
			
				
					| 
							
							
								 Adam Johnson | 725ca1fb60 | Corrected File, ContentFile, and ImageFile signatures in docs. | 2021-04-16 06:17:45 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | ca98729055 | Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined fields on MySQL/MariaDB. Thanks Matt Westcott for the report.
Regression in 779e615e36. | 2021-04-14 21:11:17 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 30e123ed35 | Fixed #32575 -- Added support for SpatiaLite 5. | 2021-04-08 09:36:29 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | b9d156761f | Refs #31578 -- Removed outdated notes about MyISAM in GIS docs. InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+. | 2021-04-08 09:31:57 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | dc824e2668 | Refs #27488 -- Corrected detection of IsValid() support on SpatiaLite. LWGEOM is not required for IsValid(). | 2021-04-08 09:31:16 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 3ae4344bbd | Dropped support for GEOS 3.5 and GDAL 2.0. | 2021-04-07 20:39:30 +02:00 |  | 
			
				
					| 
							
							
								 girishsontakke | 98abc0c90e | Fixed #32501 -- Added support for returning fields from INSERT statements on SQLite 3.35+. | 2021-04-07 20:09:56 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | e3cfba0029 | Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. | 2021-04-07 15:54:24 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | da542ccab6 | Refs #30156 -- Corrected version in SpatiaLite install instructions. | 2021-04-06 12:44:40 +02:00 |  | 
			
				
					| 
							
							
								 Adam Johnson | e32722d160 | Fixed #32383 -- Added source map support to ManifestStaticFilesStorage. | 2021-04-02 12:21:21 +02:00 |  | 
			
				
					| 
							
							
								 bankc | db5b75f10f | Fixed #31840 -- Added support for Cross-Origin Opener Policy header. Thanks Adam Johnson and Tim Graham for the reviews.
Co-authored-by: Tim Graham <timograham@gmail.com> | 2021-03-30 19:59:24 +02:00 |  | 
			
				
					| 
							
							
								 Chris Jerdonek | 038940cf55 | Fixed #29127 -- Prevented DiscoverRunner from hiding tagged test with syntax errors. This mades _FailedTest objects always match tags in DiscoverRunner. | 2021-03-30 10:26:20 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 2f13c476ab | Fixed #31487 -- Added precision argument to Round(). | 2021-03-29 09:43:08 +02:00 |  | 
			
				
					| 
							
							
								 sreehari1997 | 0860db225a | Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise DisallowedHost. | 2021-03-26 07:35:34 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | cac9ec73db | Refs #31003 -- Moved note about return value of QuerySet.bulk_create() to the first paragraph. | 2021-03-25 17:46:22 +01:00 |  | 
			
				
					| 
							
							
								 Simon Willison | e53159747c | Doc'd that RawSQL can be used with __in. | 2021-03-25 10:28:20 +01:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 41e39c41c9 | Refs #32460 -- Doc'd and tested that property names of model choice enums cannot be used as members. | 2021-03-24 07:45:33 +01:00 |  | 
			
				
					| 
							
							
								 Jannis Vajen | 4894a97578 | Fixed page numbers in Paginator.get_elided_page_range() example in docs. | 2021-03-24 07:35:24 +01:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 71ec102b01 | Fixed #32483 -- Fixed QuerySet.values()/values_list() on JSONField key transforms with booleans on SQLite. Thanks Matthew Cornell for the report. | 2021-03-23 08:28:47 +01:00 |  | 
			
				
					| 
							
							
								 tim-mccurrach | cf2f6fc558 | Fixed #32576 -- Corrected dumpdata docs for passing model names to the --exclude option. | 2021-03-22 08:43:56 +01:00 |  | 
			
				
					| 
							
							
								 kshitijraghav | d40402cfb0 | Fixed #32570 -- Removed unnecessary default_auto_field in app config example. | 2021-03-19 12:08:46 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2411b8b5eb | Fixed #16010 -- Added Origin header checking to CSRF middleware. Thanks David Benjamin for the original patch, and Florian
Apolloner, Chris Jerdonek, and Adam Johnson for reviews. | 2021-03-18 20:25:20 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | dba44a7a7a | Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme. | 2021-03-18 20:00:22 +01:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 065832eaec | Fixed #32353 -- Confirmed support for PROJ 7.X. | 2021-03-16 20:22:35 +01:00 |  |