| 
							
							
								 Mariusz Felisiak | bb54a2daee | [2.2.x] Removed unused imports. | 2019-04-18 07:49:35 +02:00 |  | 
			
				
					| 
							
							
								 can | e85317d731 | [2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a nested JSONField key transform. Backport of d87bd29c4ffrom master. | 2019-04-18 07:37:48 +02:00 |  | 
			
				
					| 
							
							
								 Willy Njundong | ef38777ee8 | [2.2.x] Updated SpatiaLite install instructions to suggest first package from recent Debian-based distributions. Backport of 8180ffba21from master | 2019-04-17 07:57:20 +02:00 |  | 
			
				
					| 
							
							
								 Tobias Kunze | b51842af26 | [2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations. Backport of 7d49ad7656from master | 2019-04-16 10:47:32 +02:00 |  | 
			
				
					| 
							
							
								 Tobias Kunze | c0dc49a772 | [2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs. Backport of d610521bfffrom master | 2019-04-16 09:26:44 +02:00 |  | 
			
				
					| 
							
							
								 Gary Donovan | 0ba78c3989 | [2.2.x] Fixed typo in docs/ref/models/instances.txt. Backport of 516d858e7afrom master | 2019-04-16 08:27:05 +02:00 |  | 
			
				
					| 
							
							
								 Tobias Kunze | 5289d4faec | [2.2.x] Refs #30325 -- Added tests for using count()/exists() with custom managers and reverse M2M relations. Backport of 9ac8520fcdfrom master | 2019-04-15 12:39:56 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | e8de1cc94c | [2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySet.count() and exists() on a many-to-many relation." This reverts commit 1299421caddue to
a regression with custom managers.
Backport of5f7991c42cfrom master | 2019-04-15 12:39:42 +02:00 |  | 
			
				
					| 
							
							
								 sage | 86de106864 | [2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment. Backport of bfae195b0afrom master | 2019-04-15 09:13:56 +02:00 |  | 
			
				
					| 
							
							
								 Florian Apolloner | 896cc71901 | [2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with a range object. Thanks to Mariusz Felisiak for helping with the patch.
Backport of 2e38f2015afrom master. | 2019-04-14 12:58:34 +02:00 |  | 
			
				
					| 
							
							
								 gnl | 5ed5ce5211 | [2.2.x] Corrected wording in docs/intro/overview.txt. Backport of 9f1d78f857from master | 2019-04-14 09:54:39 +02:00 |  | 
			
				
					| 
							
							
								 Daniel Musketa | f5c1d02f13 | [2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt. Backport of ba72606760from master | 2019-04-13 12:36:12 +02:00 |  | 
			
				
					| 
							
							
								 Bruno Furtado | bfe279293c | [2.2.x] Fixed #30321 -- Added example of changed_data to forms docs. Backport of 571ab44e8afrom master | 2019-04-09 22:54:02 +02:00 |  | 
			
				
					| 
							
							
								 Florian Apolloner | b88ffef7ea | [2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete. Regression in bc7dd8490b.
Backport ofafc708cf6dfrom master | 2019-04-08 21:44:17 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 53c83387cf | [2.2.x] Refs #27807 -- Removed docs for User.username_validator. The new override functionality claimed in refs #21379 doesn't work.
Forwardport of 714fdbaa70from stable/1.10.x. | 2019-04-07 20:03:01 -04:00 |  | 
			
				
					| 
							
							
								 Simone Pellizzari | 268ed9cd8a | [2.2.x] Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg. Backport of d0315584b5from master. | 2019-04-06 15:15:40 +02:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 9da25fb832 | [2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page. Regression in 50b8493.
Related toea542a9.
Backport ofefb257a017from master | 2019-04-05 16:37:22 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 54b65b83a2 | [2.2.x] Fixed #30331 -- Added support for psycopg2 2.8. Backport of 5efaf078f7from master | 2019-04-05 11:07:18 +02:00 |  | 
			
				
					| 
							
							
								 msg | 1279fb4a00 | [2.2.x] Fixed #30307 -- Fixed incorrect quoting of database user password when using dbshell on Oracle. Regression in acfc650f2a.
Backport of755673e1bcfrom master | 2019-04-04 10:07:57 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 429502c376 | [2.2.x] Post-release version bump. | 2019-04-03 09:39:41 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | ba682261eb | [2.2.x] Added stub release notes for 2.2.1. Backport of e6588aa4e7from master | 2019-04-03 08:33:10 +02:00 |  | 
			
				
					| 
							
							
								 Alex Gaynor | 48493636d3 | [2.2.x] Fixed typo in docs/releases/2.2.txt. Backport of 851d9eac23from master | 2019-04-02 09:19:15 +02:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | de11488c52 | [2.2.x] Fixed typo in docs/ref/settings.txt. Backport of 4cbe2b06cefrom master | 2019-04-02 09:12:40 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | cfc1197168 | [2.2.x] Corrected date format in 2.2 release notes. Backport of 93daed25a4from master | 2019-04-01 15:01:17 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 635d53a86a | [2.2.x] Bumped version number for 2.2 release. Updated trove classifier to Production/Stable.2.2 | 2019-04-01 12:19:51 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | bc6f1da6e9 | [2.2.x] Set release date in v2.2 release notes. Backport of 7191beec4efrom master | 2019-04-01 12:13:17 +02:00 |  | 
			
				
					| 
							
							
								 Carlton Gibson | 5427148687 | [2.2.x] Updated man page for 2.2 final. Backport of f9f09a8a02from master | 2019-04-01 12:04:42 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 7090cbf542 | [2.2.x] Updated contrib translations from Transifex | 2019-04-01 11:46:01 +02:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 98f526e67c | [2.2.x] Updated core translations from Transifex | 2019-04-01 11:46:01 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 917aa556a9 | [2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission. Backport of 8335d59200from master. | 2019-03-30 17:44:58 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | de62ba965f | [2.2.x] Added stub 2.1.8 release notes. Backport of e245046bb6from master | 2019-03-30 13:04:40 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | fc708f32f5 | [2.2.x] Refs #30278 -- Fixed link in cached_property docs. Backport of b9455b010efrom master. | 2019-03-30 09:35:21 -04:00 |  | 
			
				
					| 
							
							
								 Matthew Schinckel | f14170406c | [2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property. Thanks to Curtis Maloney for the description of the problem.
Backport of c3c2ec54f5from master | 2019-03-30 09:29:23 -04:00 |  | 
			
				
					| 
							
							
								 Abhishek Bera | 4a7bbace6b | [2.2.x] Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial. Backport of ca67f39afafrom master. | 2019-03-29 21:53:14 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 5237da3416 | [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. Backport of 198a2a9381from master. | 2019-03-29 21:50:28 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2fb602f581 | [2.2.x] Used extlinks for Django's source code. Backport of a68c029e22from master. | 2019-03-28 20:39:38 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | ffdacc5879 | [2.2.x] Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs. Backport of 8e675e2bd8from master | 2019-03-28 19:57:01 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 6ac921bab0 | [2.2.x] Refs #1660 -- Doc'd the LANGUAGES_BIDI setting. Backport of 07daa487aefrom master | 2019-03-28 21:58:19 +01:00 |  | 
			
				
					| 
							
							
								 sage | 4a6d3f2580 | [2.2.x] Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation. Backport of 5a92bb0725from master. | 2019-03-28 12:05:57 -04:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | c910053a09 | [2.2.x] Doc'd that HttpResponse accepts bytestrings. Backport of e449c3a832from master | 2019-03-28 10:02:24 +01:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 609b7f1123 | [2.2.x] Fixed "byte string" typo in various docs and comments. Backport of 881362986afrom master | 2019-03-28 10:01:36 +01:00 |  | 
			
				
					| 
							
							
								 Nick Pope | d7876fc999 | [2.2.x] Updated spelling and RFCs in HttpOnly cookie flag docs. Backport of 398afba084from master. | 2019-03-27 11:11:24 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | c04bd386d4 | [2.2.x] Removed obsolete RFC from cookie docs. RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
Backport of 2afd670de5from master | 2019-03-27 10:13:05 -04:00 |  | 
			
				
					| 
							
							
								 Matthias Kestenholz | a86ffb3e0f | [2.2.x] Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings. Reverted cc79c7ee63.
Backport ofea071870f9from master. | 2019-03-22 13:01:15 -04:00 |  | 
			
				
					| 
							
							
								 oliver | 8cff329802 | [2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests. Follow up to 0ce2ad9ca4.
Backport of2aaabe2004from master. | 2019-03-21 18:05:42 -04:00 |  | 
			
				
					| 
							
							
								 Philipp Bosch | bca600339e | [2.2.x] Used monospace font in date template filter format character docs. Helps distinguish between lowercase L and uppercase I.
Backport of 0b8abd7cdffrom master. | 2019-03-21 10:20:35 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1ef2216ff2 | [2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org. Backport of 8f1cc7e9e6from master. | 2019-03-21 10:08:23 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | cb36ca4a0f | [2.2.x] Corrected settings names in SecurityMiddleware tests. Backport of 413d50b5fffrom master. | 2019-03-20 20:15:59 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | abd6fb1656 | [2.2.x] Fixed serializers test crash if PyYAML isn't installed. Follow up to a57c783dd4.
Backport of55490ac746from master | 2019-03-20 16:07:36 +01:00 |  | 
			
				
					| 
							
							
								 Mariusz Felisiak | 505785a71d | [2.2.x] Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit systems. Thanks Andreas Beckmann and Chris Lamb for the report.
Backport of c9888bc8ecfrom master | 2019-03-20 13:46:31 +01:00 |  |