| 
							
							
								 Mariusz Felisiak | bbd55e5863 | Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms. Regression in 6789ded0a6.
Thanks Simon Charette and Igor Jerosimić for the report. | 2020-10-14 20:56:04 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 7e1e198494 | Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField. Regression in 6789ded0a6and1251772cb8.
Thanks Simon Charette and Igor Jerosimić for the report. | 2020-10-14 20:56:04 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 1f31027bb3 | Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms. Regression in 6789ded0a6.
Thanks Igor Jerosimić for the report. | 2020-10-14 20:56:04 +02:00 |  | 
			
				
					| 
							
							
								 David-Wobrock | ee005328c8 | Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone. | 2020-10-14 20:06:26 +02:00 |  | 
			
				
					| 
							
							
								 Jacob Walls | ac6c426007 | Fixed #20601 -- Allowed forcing format with thousand separators in floatformat filter. Thanks Claude Paroz and Nick Pope for reviews. | 2020-10-13 10:36:46 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | e18156b6c3 | Refs #31040 -- Doc'd Python 3.9 compatibility. | 2020-10-13 08:35:01 +02:00 |  | 
			
				
					| 
							
							
								 shivam sharma | c9f12f149f | Fixed typo in docs/topics/i18n/translation.txt. | 2020-10-13 08:06:37 +02:00 |  | 
			
				
					| 
							
							
								 Tim Schilling | b7da588e88 | Fixed #32091 -- Fixed admin search bar width on filtered admin page. | 2020-10-09 11:39:22 +02:00 |  | 
			
				
					| 
							
							
								 Qi Zhao | de81676b51 | Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin. | 2020-10-09 08:14:17 +02:00 |  | 
			
				
					| 
							
							
								 Julien Rebetez | b790883065 | Fixed #31181 -- Added links to related models for admin's readonly fields. | 2020-10-08 19:53:49 +02:00 |  | 
			
				
					| 
							
							
								 Paul Grau | 855fc06236 | Fixed #29356 -- Clarified docs for QueryDict.getlist() default. | 2020-10-08 14:19:51 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 1b32b2f614 | Fixed #32083 -- Added link back to migrating section in multi-db docs example. | 2020-10-08 12:45:06 +02:00 |  | 
			
				
					| 
							
							
								 Jacob Walls | d976c254fc | Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets. Thanks to David Smith for investigation and review.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | 2020-10-08 12:39:02 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 3d4ffd1ff0 | Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples. Partially reverts afd375fc34.
Thanks to Tim Graham for review. | 2020-10-07 10:03:10 +02:00 |  | 
			
				
					| 
							
							
								 Tom Carrick | dcb69043d0 | Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. | 2020-10-07 09:19:57 +02:00 |  | 
			
				
					| 
							
							
								 Tom Carrick | 342a41740d | Fixed #32072 -- Fixed admin search bar height. Thanks şuayip üzülmez for the report.
Regression in 8ee4bb6ffc. | 2020-10-06 11:33:48 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 292b3be698 | Refs #31777 -- Doc'd Char/TextField.db_collation parameter in MySQL notes. | 2020-10-02 13:29:50 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 06c5d3fafc | Fixed #32060 -- Added Random database function. | 2020-10-02 06:58:03 +02:00 |  | 
			
				
					| 
							
							
								 Peter Marheine | f87b0ecd37 | Fixed #32041 -- Doc'd how to modify served files' content types on Windows. | 2020-10-01 13:32:26 +02:00 |  | 
			
				
					| 
							
							
								 MAHANTH-wq | 0da212ffbf | Fixed #32057 -- Doc'd HttpResponse.get()/items(). | 2020-10-01 09:44:40 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 85fa24e3eb | Added stub release notes for 3.1.3. | 2020-10-01 07:52:45 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 5a1f0f1318 | Added release date for 3.1.2. | 2020-10-01 07:22:28 +02:00 |  | 
			
				
					| 
							
							
								 Tom Carrick | 8ee4bb6ffc | Fixed #31986 -- Fixed admin filter sidebar scrolling. Regression in 2bc38bc7ca.
Thanks haki for the report. | 2020-09-30 20:35:16 +02:00 |  | 
			
				
					| 
							
							
								 aryan | 11c4a4412b | Fixed #30422 -- Made TemporaryFileUploadHandler handle interrupted uploads. This patch allows upload handlers to handle interrupted uploads.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-09-30 10:30:43 +02:00 |  | 
			
				
					| 
							
							
								 Thomas Grainger | c1442e1192 | Updated ASGI uvicorn deployment docs. | 2020-09-29 10:55:06 +02:00 |  | 
			
				
					| 
							
							
								 meghanabhange | 848770dd2c | Fixed #32042 -- Improved error messages for the number of submitted forms in formsets. | 2020-09-28 07:05:34 +02:00 |  | 
			
				
					| 
							
							
								 David Smith | 91669cc566 | Fixed #28009 -- Doc'd empty_value for CharField subclasses. | 2020-09-25 12:36:33 +02:00 |  | 
			
				
					| 
							
							
								 David Smith | e6d77e6515 | Fixed empty values of forms.JSONField and forms.UUIDField in docs. | 2020-09-25 10:12:01 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | e4ab44a4b2 | Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation. Thanks Javier Matos Odut for the report. | 2020-09-25 10:09:28 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 33e91f3ed8 | Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported. | 2020-09-25 10:09:28 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 10a289745f | Fixed typo and indentation in docs/ref/forms/fields.txt. | 2020-09-25 10:04:10 +02:00 |  | 
			
				
					| 
							
							
								 Paweł Zarębski | 054ab1e00f | Fixed example of QuerySet.explain() with flags in docs. | 2020-09-23 11:47:31 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 77caeaea88 | Fixed #32012 -- Made test database creation sync apps models when migrations are disabled. Thanks Jaap Roes for the report. | 2020-09-23 10:54:04 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 2a55431a56 | Fixed #32016 -- Clarified manual logging config docs. | 2020-09-22 14:15:38 +02:00 |  | 
			
				
					| 
							
							
								 János Roden | 9e4b1ad33e | Fixed #32004 -- Clarified docs for when request.FILES is set. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | 2020-09-22 13:28:00 +02:00 |  | 
			
				
					| 
							
							
								 Tom Carrick | e387f191f7 | Fixed #31777 -- Added support for database collations to Char/TextFields. Thanks Simon Charette and Mariusz Felisiak for reviews. | 2020-09-21 18:24:56 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | ba6b32e5ef | Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes. | 2020-09-21 06:25:23 +02:00 |  | 
			
				
					| 
							
							
								 David D Lowe | f3901b5899 | Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches. Thanks to Nick Pope for review. | 2020-09-17 14:28:22 +02:00 |  | 
			
				
					| 
							
							
								 Mike Lissner | 8c0794ba0d | Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. | 2020-09-17 14:26:33 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | b4d46df5ca | Fixed #29887 -- Added a cache backend for pymemcache. | 2020-09-16 09:40:30 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | eaf9764d3b | Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation. Thanks Gordon Wrigley for the report.
Regression in 8a6df55f2d. | 2020-09-15 11:40:59 +02:00 |  | 
			
				
					| 
							
							
								 Hasan Ramezani | 7be6a6a4d6 | Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock() on POSIX systems. | 2020-09-15 10:21:26 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | e11d05e0b4 | Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering. Regression in 0ddb4ebf7b.
Thanks Julien Dutriaux for the report. | 2020-09-14 20:07:44 +02:00 |  | 
			
				
					| 
							
							
								 Tom Carrick | bcc2befd0e | Fixed #31789 -- Added a new headers interface to HttpResponse. | 2020-09-14 08:41:59 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 9a0e5052ed | Corrected exception types in QuerySet docs. | 2020-09-13 20:09:44 +02:00 |  | 
			
				
					| 
							
							
								 Hasan Ramezani | 5362e08624 | Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a pickled Query. | 2020-09-11 07:58:52 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 438b85dfab | Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster. Follow up to 0be51d2226. | 2020-09-10 11:00:13 +02:00 |  | 
			
				
					| 
							
							
								 Hasan Ramezani | 9369f0cebb | Fixed #31967 -- Doc'd consequences of resolving an output_field for Value(). | 2020-09-10 09:48:04 +02:00 |  | 
			
				
					| 
							
							
								 Ryan Hiebert | 502e75f9ed | Fixed #31750 -- Made models.Field equality compare models for inherited fields. | 2020-09-09 20:52:59 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 453967477e | Mentioned ASGI handler in SuspiciousOperation docs. | 2020-09-09 09:05:28 +02:00 |  |