| 
							
							
								 Mariusz Felisiak | bc74bc1f35 | [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries. Backport of c4b04e1598from master | 2016-11-08 16:34:32 -05:00 |  | 
			
				
					| 
							
							
								 Krzysztof Żuraw | 07db0e068f | [1.10.x] Fixed #27133 -- Doc'd how to provide initial data with migrations. Backport of eaa6ea2f37from master | 2016-11-06 12:52:09 +01:00 |  | 
			
				
					| 
							
							
								 Krzysztof Gogolewski | 70d9effa02 | [1.10.x] Adjusted documentation of migration related commands. Backport of d1dbaeaadbfrom master | 2016-11-05 22:21:32 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 59bbacf88d | [1.10.x] Updated "fork Django on GitHub" link. Backport of b741fe397afrom master | 2016-11-04 05:48:54 +01:00 |  | 
			
				
					| 
							
							
								 Pamela McA'Nulty | 74e93b072a | [1.10.x] Fixed typo in docs/topics/testing/tools.txt. Backport of 2c4d15e319from master | 2016-11-04 05:13:10 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 2527d0aaaa | [1.10.x] Fixed #27425 -- Removed obsolete "developers for hire" FAQ. Backport of 58eca7c49cfrom master | 2016-11-03 12:50:44 +01:00 |  | 
			
				
					| 
							
							
								 Tim Graham | b04594135f | [1.10.x] Added CVE-2016-9013,14 to the security release archive. Backport of b8ae2c16cffrom master | 2016-11-01 10:48:41 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 884e113838 | [1.10.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. This is a security fix. | 2016-11-01 09:36:44 -04:00 |  | 
			
				
					| 
							
							
								 Marti Raudsepp | 34e10720d8 | [1.10.x] Fixed CVE-2016-9013 -- Generated a random database user password when running tests on Oracle. This is a security fix. | 2016-11-01 09:36:44 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 3f8fcfbf3c | [1.10.x] Added stub release notes for 1.9.11/1.8.16. | 2016-11-01 09:36:44 -04:00 |  | 
			
				
					| 
							
							
								 Andrew Nester | acacf54fa1 | [1.10.x] Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation. Backport of 1ce04bcce0from master | 2016-11-01 07:18:06 -04:00 |  | 
			
				
					| 
							
							
								 Henry Dang | 157607cb6c | [1.10.x] Fixed #27400 -- Documented {% static %} encoding change in 1.10. Backport of 9c2e1ad6a5from master | 2016-10-31 16:11:07 -04:00 |  | 
			
				
					| 
							
							
								 Timothy Allen | 355917f7c4 | [1.10.x] Updated docs/topics/db/queries.txt examples to use print() function. Backport of 5595db9504from master | 2016-10-31 15:23:14 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 052578879d | [1.10.x] Fixed #27410 -- Clarified when static files is enabled in STATIC_ROOT docs. Backport of de91c172cffrom master | 2016-10-31 15:19:21 -04:00 |  | 
			
				
					| 
							
							
								 Krzysztof Urbaniak | a7dabe4216 | [1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as the language. Backport of a01d887a3afrom master | 2016-10-31 14:33:42 -04:00 |  | 
			
				
					| 
							
							
								 medmunds | 59001ca213 | [1.10.x] Fixed #27382 -- Doc'd that ugettext_lazy() should be converted to text for non-Django code. Backport of d3708aeb26from master | 2016-10-29 07:25:22 -04:00 |  | 
			
				
					| 
							
							
								 Adam Chainz | 3ea9e3baf9 | [1.10.x] Documented that cache keys are strings rather than bytes. Backport of 968f61b991from master | 2016-10-27 15:50:06 -04:00 |  | 
			
				
					| 
							
							
								 mark-summerfield | 261c6c0447 | [1.10.x] Described PostgreSQL as more scalable than SQLite. Backport of 4584bc3a1efrom master | 2016-10-27 09:14:37 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | df66aee856 | [1.10.x] Updated "running the tests" to use 'pip install -e'. Backport of d84ffcc22bfrom master | 2016-10-27 08:44:10 -04:00 |  | 
			
				
					| 
							
							
								 Jon Dufresne | dda9a5928a | [1.10.x] Fixed #27299 -- Documented the Widget.use_required_attribute() method. Thanks Tim Graham for the review and edits.
Backport of c74378bfrom master | 2016-10-26 19:33:25 -07:00 |  | 
			
				
					| 
							
							
								 Thomas Güttler | 72d174bc4e | [1.10.x] Clarified when the post_migrate signal is sent during migrate. Backport of 7cdc2015e3from master | 2016-10-26 11:09:06 -04:00 |  | 
			
				
					| 
							
							
								 David Barragán Merino | 736f7e7ed7 | [1.10.x] Fixed #27385 -- Fixed QuerySet.bulk_create() on PostgreSQL when the number of objects is a multiple plus one of batch_size. Backport of b3bd3aa07cfrom master | 2016-10-25 19:22:33 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 3ca9df26ba | [1.10.x] Replaced Outputting PDF's "Further Resources" with a link to Django Packages. Backport of a9d1d95284from master | 2016-10-25 11:59:52 -04:00 |  | 
			
				
					| 
							
							
								 Marti Raudsepp | ae91fc786c | [1.10.x] Updated postgresql.org links to https and made them canonical. Backport of 51fbe2a60dfrom master | 2016-10-25 11:43:54 -04:00 |  | 
			
				
					| 
							
							
								 Alvin Lindstam | 3a416e4ba9 | [1.10.x] Fixed #27374 -- Made JavaScriptCatalog respect the packages argument. Backport of 6b5106b1cefrom master | 2016-10-24 10:26:16 -04:00 |  | 
			
				
					| 
							
							
								 Zach Borboa | 3f730457d8 | [1.10.x] Fixed #27361 -- Used "from django import forms" in forms api docs. Backport of 90c3b11e87from master | 2016-10-19 09:56:13 -04:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 5677129b06 | [1.10.x] Added myself to ops team. Backport of 7eda99f03ffrom master | 2016-10-18 18:02:06 -04:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | d3ca290778 | [1.10.x] Fixed #27352 -- Doc'd social media fingerprinting consideration with login's redirect_authenticated_user. Backport of b5fc192b99from master | 2016-10-18 11:40:45 -04:00 |  | 
			
				
					| 
							
							
								 Riccardo Magliocchetti | 64e4adbfef | [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None. Backport of a4e9e834e3from master | 2016-10-17 07:33:59 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8f428c8296 | [1.10.x] Updated security policy according to current practices. Also added security release date notifications to django-announce.
Backport of af98a0a25efrom master | 2016-10-15 07:53:29 -04:00 |  | 
			
				
					| 
							
							
								 David D Lowe | 223393a9e3 | [1.10.x] Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide. Backport of 424187ec4bfrom master | 2016-10-14 13:51:48 -04:00 |  | 
			
				
					| 
							
							
								 Kevin Christopher Henry | 4045870781 | [1.10.x] Refs #19705 -- Documented decorator ordering with @condition(). Backport of 9eb49af821from master | 2016-10-14 07:38:22 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 91cc5fd4cc | [1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_name. Backport of cd09524f27from master | 2016-10-13 11:42:56 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e781197d1c | [1.10.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. Backport of 51b83d9e51from master | 2016-10-13 11:03:09 -04:00 |  | 
			
				
					| 
							
							
								 Nick Pope | 43792137e0 | [1.10.x] Fixed typo in docs/ref/checks.txt. Backport of 81463ce0a1from master | 2016-10-11 10:33:07 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 87595c92f3 | [1.10.x] Doc'd the need to provide initial for formset submissions. Backport of 80f5a4d87afrom master | 2016-10-10 15:36:33 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 1c47c7e6f1 | [1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt. Backport of 19a140a1b3from master | 2016-10-08 08:08:18 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | be535960b1 | [1.10.x] Fixed #25475 -- Doc'd how to use a literal % in Func.template. Backport of c60feb6999from master | 2016-10-07 10:25:07 -04:00 |  | 
			
				
					| 
							
							
								 Markus Holtermann | 08650ab741 | [1.10.x] Updated security team roster. Backport of f8deed7199from master | 2016-10-07 10:14:48 -04:00 |  | 
			
				
					| 
							
							
								 Adam Chainz | 27d352800c | [1.10.x] Doc'd that model instances with pk=None don't compare equal. Backport of 224fe22bf1from master | 2016-10-07 09:02:10 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | c2853807bc | [1.10.x] Fixed docs typos in lines ending with a dash. Backport of e261337eeafrom master | 2016-10-06 11:01:47 -04:00 |  | 
			
				
					| 
							
							
								 Aymeric Augustin | 86ebc4e524 | [1.10.x] Documented AppRegistryNotReady. Backport of 5d35181de4from master | 2016-10-06 10:22:40 -04:00 |  | 
			
				
					| 
							
							
								 Jonatas CD | fbf59a2967 | [1.10.x] Refs #11078 -- Doc'd Meta inheritance in proxy models. Backport of e8728f03f0from master | 2016-10-04 19:54:13 -04:00 |  | 
			
				
					| 
							
							
								 Corey Farwell | 26fd712128 | [1.10.x] Documented render_to_string()'s usingparameter.Backport of 24da355686from master | 2016-10-04 18:59:41 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 7652f97a5c | [1.10.x] Fixed #27292 -- Removed unnecessary password assignment in auth backend example. Backport of e262f00231from master | 2016-10-04 14:03:41 -04:00 |  | 
			
				
					| 
							
							
								 aruseni | fbd4fa2ec6 | [1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt. Backport of 9e26a8331dfrom master | 2016-10-04 10:18:22 -04:00 |  | 
			
				
					| 
							
							
								 aruseni | 7979d87e8c | [1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt. Backport of 12b9aa279ffrom master | 2016-10-04 10:13:33 -04:00 |  | 
			
				
					| 
							
							
								 Simon Charette | b12228759c | [1.10.x] Fixed #27279 -- Fixed a migration performance regression related to RenameModel operations. Thanks Trac alias mtomiyoshi for the report, Marten Kenbeek for the initial
patch and Tim for the review.
Backport of 040bd7c938from master | 2016-10-04 08:46:13 -04:00 |  | 
			
				
					| 
							
							
								 Reto Aebersold | c473235bf6 | [1.10.x] Fixed #27309 -- Added CallableBool.__hash__(). Backport of 3ab55c1a8afrom master | 2016-10-04 07:44:39 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 67fd51a54f | [1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs. Backport of fe1aee6b98from master | 2016-10-03 16:05:42 -04:00 |  |