Ramiro Morales 
							
						 
					 
					
						
						
							
						
						b5eddde095 
					 
					
						
						
							
							[1.5.x] Reference Meta.index_together in DB performance guide.  
						
						... 
						
						
						
						9dc45efeba 
					
						2013-09-22 14:07:36 -03:00 
						 
				 
			
				
					
						
							
							
								Michael DiBernardo 
							
						 
					 
					
						
						
							
						
						61b685847e 
					 
					
						
						
							
							[1.5.x]  Fixed   #21137  -- Documented best practice for URLconfs with repeated pattern prefixes.  
						
						... 
						
						
						
						Backport of 222460a994 
						
						
					 
					
						2013-09-21 18:18:26 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Amalthea Magnuson 
							
						 
					 
					
						
						
							
						
						b541cf24d0 
					 
					
						
						
							
							[1.5.x] Added missing "in" in sentence.  
						
						... 
						
						
						
						Backport of 2c5c422d34 
						
						
					 
					
						2013-09-19 13:29:56 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						efcf4d2bd9 
					 
					
						
						
							
							[1.5.x] Reworded a paragraph in the logging docs.  
						
						... 
						
						
						
						9d12f68a53 
					
						2013-09-16 17:53:02 -03:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						169594f5ae 
					 
					
						
						
							
							[1.5.x]  Fixed   #20887  -- Added a warning to GzipMiddleware in light of BREACH.  
						
						... 
						
						
						
						Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba 
						
						
					 
					
						2013-09-11 08:18:52 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						2a7d3030f9 
					 
					
						
						
							
							[1.5.x] Documentation -- Improved description of cache arguments  
						
						... 
						
						
						
						- Fixed some grammar and formatting mistakes
- Added the type and default for CULL_FREQUENCY
- Made the note on culling the entire cache more precise. (It's actually
  slower on the filesystem backend.)
Backport of 5eca021d48 
						
						
					 
					
						2013-09-11 07:43:29 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5d029f2222 
					 
					
						
						
							
							[1.5.x]  Fixed   #20646  -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDS  
						
						... 
						
						
						
						Thanks craigbruce.
Backport of db3de52807 
						
						
					 
					
						2013-09-06 16:06:51 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						bc78ffa270 
					 
					
						
						
							
							[1.5.x]  Fixed   #21002  -- Documented JSON session serialization requires string keys  
						
						... 
						
						
						
						Thanks jeroen.pulles at redslider.net for the report.
Backport of 3baf1d1042 
						
						
					 
					
						2013-09-04 10:55:33 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						c9a021b042 
					 
					
						
						
							
							[1.5.x] Made the doc about translating string literals in templates more prominent.  
						
						... 
						
						
						
						Backport of 9885f07757 
						
						
					 
					
						2013-08-31 09:52:49 -04:00 
						 
				 
			
				
					
						
							
							
								Phaneendra Chiruvella 
							
						 
					 
					
						
						
							
						
						50d9bed1d5 
					 
					
						
						
							
							[1.5.x] Minor spelling correction in ModelForms docs  
						
						... 
						
						
						
						Backport of 2fbf949760 
						
						
					 
					
						2013-08-28 07:12:43 -04:00 
						 
				 
			
				
					
						
							
							
								Krzysztof Jurewicz 
							
						 
					 
					
						
						
							
						
						d3b7b6a7a4 
					 
					
						
						
							
							[1.5.x]  Fixed   #20981  -- Noted the default value of disable_existing_loggers.  
						
						... 
						
						
						
						Backport of 095643e691 
						
						
					 
					
						2013-08-27 10:27:49 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Böcker 
							
						 
					 
					
						
						
							
						
						98635f2a0e 
					 
					
						
						
							
							[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txt  
						
						... 
						
						
						
						Backport of 5fd2c979cb 
						
						
					 
					
						2013-08-27 09:22:51 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						5547ba743c 
					 
					
						
						
							
							[1.5.x] Typos introduced in  57c82f909b.  
						
						
						
						
					 
					
						2013-08-22 22:35:10 -03:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						616a4d385a 
					 
					
						
						
							
							[1.5.x]  Fixed   #20922  -- Allowed customizing the serializer used by contrib.sessions  
						
						... 
						
						
						
						Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656 
						
						
					 
					
						2013-08-22 17:49:11 -04:00 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						1b236048b9 
					 
					
						
						
							
							[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.  
						
						... 
						
						
						
						Backport of 2e926b041c 
						
						
					 
					
						2013-08-22 09:39:21 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						9a7d59e8c7 
					 
					
						
						
							
							[1.5.x] Made description of LANGUAGE_CODE setting more clear.  
						
						... 
						
						
						
						297f5af222 
					
						2013-08-22 08:34:19 -03:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						adf70506b9 
					 
					
						
						
							
							[1.5.x] Fixed a rest mistake I introduced in  d5ce2ff.  
						
						... 
						
						
						
						Backport of 753edfa4b5 
						
						
					 
					
						2013-08-15 13:09:28 -04:00 
						 
				 
			
				
					
						
							
							
								Erik Romijn 
							
						 
					 
					
						
						
							
						
						2b750fff56 
					 
					
						
						
							
							[1.5.x]  Fixed   #20444  -- Cookie-based sessions does not include a remote code execution-warning  
						
						... 
						
						
						
						Backport of d5ce2ff5e4 
						
						
					 
					
						2013-08-15 12:21:14 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9e2a2c491b 
					 
					
						
						
							
							[1.5.x]  Fixed   #20890  -- Added missing import in class-based view docs.  
						
						... 
						
						
						
						Thanks André Augusto.
Backport of ab680725bf 
						
						
					 
					
						2013-08-10 18:08:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						6cf33d49d1 
					 
					
						
						
							
							[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.x  
						
						
						
						
					 
					
						2013-08-08 06:29:15 -04:00 
						 
				 
			
				
					
						
							
							
								Leandro Regueiro 
							
						 
					 
					
						
						
							
						
						d4c19a6e7e 
					 
					
						
						
							
							[1.5.x] Added section labels in cache docs  
						
						... 
						
						
						
						Backport of 709cd2c4b7 
						
						
					 
					
						2013-08-06 11:56:38 -04:00 
						 
				 
			
				
					
						
							
							
								Justin Michalicek 
							
						 
					 
					
						
						
							
						
						145e0a14f0 
					 
					
						
						
							
							[1.5.x]  Fixed   #20855  -- Added documentation of current_app and extra_context params to django.contrib.auth views  
						
						... 
						
						
						
						refs #5298  and refs #8342 
Backport of 61ecb5f48a 
						
						
					 
					
						2013-08-04 08:07:11 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						f4806e3ef6 
					 
					
						
						
							
							[1.5.x] Added missing request argument to example in URL dispatcher docs  
						
						... 
						
						
						
						Backport of a0c58113b9 
						
						
					 
					
						2013-08-03 19:36:30 -04:00 
						 
				 
			
				
					
						
							
							
								minusf 
							
						 
					 
					
						
						
							
						
						b5ac25dc0c 
					 
					
						
						
							
							[1.5.x] Misc doc cleanups.  
						
						... 
						
						
						
						Backport of 70c080fcdb 
						
						
					 
					
						2013-07-29 07:06:34 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f17c2026cf 
					 
					
						
						
							
							[1.5.x] Fixed ReST typo in topics/class-based-views/mixins.txt  
						
						... 
						
						
						
						Backport of 0b35a2cce3 
						
						
					 
					
						2013-07-28 14:10:25 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						cf2986c885 
					 
					
						
						
							
							[1.5.x]  Fixed   #20772  -- Fixed minor typo in form media docs.  
						
						... 
						
						
						
						Backport of aa41eb9b8b 
						
						
					 
					
						2013-07-19 05:19:54 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						cbfe56c856 
					 
					
						
						
							
							[1.5.x]  Fixed   #20762  -- Clarified that add_fieldsets is not a standard ModelAdmin attribute.  
						
						... 
						
						
						
						Backport of dce8945ea6 
						
						
					 
					
						2013-07-18 12:41:56 -04:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						3860d5e8f8 
					 
					
						
						
							
							[1.5.x] Reworked docs for ModelForm validation.  
						
						... 
						
						
						
						Backport of fba6c2ede7 
						
						
					 
					
						2013-07-16 19:22:11 -04:00 
						 
				 
			
				
					
						
							
							
								David Binetti 
							
						 
					 
					
						
						
							
						
						d1a002a44c 
					 
					
						
						
							
							[1.5.x] Fixed grammatical error in auth docs  
						
						... 
						
						
						
						Backport of 51b50c47c7 
						
						
					 
					
						2013-07-14 12:35:58 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						c278d81da4 
					 
					
						
						
							
							[1.5.x]  Fixed   #20730  -- Fixed "Programmatically creating permissions" error.  
						
						... 
						
						
						
						Thanks glarrain for the report.
Backport of 684a606a4e 
						
						
					 
					
						2013-07-11 11:07:59 -04:00 
						 
				 
			
				
					
						
							
							
								SusanTan 
							
						 
					 
					
						
						
							
						
						5192dbbf55 
					 
					
						
						
							
							[1.5.x]  Fixed   #18261  -- Clarified 'project root directory'  
						
						... 
						
						
						
						Backport of ef3fddf26e 
						
						
					 
					
						2013-07-09 07:16:45 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						5567dc68e6 
					 
					
						
						
							
							[1.5.x]  Fixed   #16965  -- Clarified Formset can_delete docs.  
						
						... 
						
						
						
						Thanks gregcorey@ for the suggestion.
Backport of 660c30ed95 
						
						
					 
					
						2013-07-08 12:21:34 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						abce5abe66 
					 
					
						
						
							
							[1.5.x]  Fixed   #12346  -- Added a note on how to validate InlineFormSets.  
						
						... 
						
						
						
						Thanks johnsmith for the suggestion.
Backport of 181f63c22d 
						
						
					 
					
						2013-07-08 08:32:28 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						25d987b21e 
					 
					
						
						
							
							[1.5.x]  Fixed   #20134  -- Correct list of fields that UserManager requires.  
						
						... 
						
						
						
						Thanks semenov and pegler.
Backport of da5069f68f 
						
						
					 
					
						2013-07-04 10:20:09 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						9c501e6638 
					 
					
						
						
							
							[1.5.x]  Fixed   #20690  -- Mentioned LOCALE_PATHS earlier in translation docs.  
						
						... 
						
						
						
						Thanks rene@ for the suggestion.
Backport of 231e31c690 
						
						
					 
					
						2013-07-04 05:45:34 -04:00 
						 
				 
			
				
					
						
							
							
								SusanTan 
							
						 
					 
					
						
						
							
						
						583f340d7d 
					 
					
						
						
							
							[1.5.x]  Fixed   #20609  -- Documented how to use request.user with RequestFactory  
						
						... 
						
						
						
						Thanks michel@ for the suggestion.
Backport of 75041d5ea3 
						
						
					 
					
						2013-07-03 11:12:04 -04:00 
						 
				 
			
				
					
						
							
							
								Tomáš Ehrlich 
							
						 
					 
					
						
						
							
						
						6151fdf930 
					 
					
						
						
							
							[1.5.x]  Fixed   #20687  -- Added documentation for django.core.signing API.  
						
						... 
						
						
						
						Thanks Baptiste Mispelon for the suggestion.
Backport of c5bc98d7e1 
						
						
					 
					
						2013-07-03 10:39:05 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						7e6c0387b3 
					 
					
						
						
							
							[1.5.x] Clarified get_list_or_404 docs, refs  #14150 .  
						
						... 
						
						
						
						Backport of e161e4ff11 
						
						
					 
					
						2013-06-24 07:03:29 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Meers 
							
						 
					 
					
						
						
							
						
						11a8a7f266 
					 
					
						
						
							
							[1.5.x] Corrected minor typos in FileUploadHandler.receive_data_chunk docs.  
						
						... 
						
						
						
						Backport of 6466a08 
						
						
					 
					
						2013-06-24 14:11:08 +10:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						4821a99ca4 
					 
					
						
						
							
							[1.5.x] Fixed errors and inconsistencies in CBV topic documentation.  
						
						... 
						
						
						
						Backport of bd9fbd1497 
						
						
					 
					
						2013-06-23 00:29:59 +02:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						ee8996d8a6 
					 
					
						
						
							
							[1.5.x]  Fixed   #20612  -- Fixed incorrect wording in CBV documentation  
						
						... 
						
						
						
						Thanks to ndokos for the report.
Backport of b53ed5ac55 
						
						
					 
					
						2013-06-21 17:53:10 +02:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						f171ed6b68 
					 
					
						
						
							
							Fixed broken reference in documentation.  
						
						
						
						
					 
					
						2013-06-19 10:39:01 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e411e99312 
					 
					
						
						
							
							[1.5.x]  Fixed   #20604  - Fixed file example in docs.  
						
						... 
						
						
						
						Thanks Chris Lasher for the report.
Backport of a1122e14a6 
						
						
					 
					
						2013-06-14 21:29:20 -04:00 
						 
				 
			
				
					
						
							
							
								Pablo Sanfilippo 
							
						 
					 
					
						
						
							
						
						e65f0c2559 
					 
					
						
						
							
							[1.5.x] Fixed an erroneous import in example code.  
						
						... 
						
						
						
						Backport of bd68f701bFixes  #20595 . 
						
						
					 
					
						2013-06-14 09:33:20 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						cd1aec65cc 
					 
					
						
						
							
							[1.5.x]  Fixed   #20578  - Typo in BaseFormSet module name  
						
						... 
						
						
						
						Backport of 9ff5f100dd 
						
						
					 
					
						2013-06-10 14:37:38 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						46dacb5bb1 
					 
					
						
						
							
							[1.5.x]  Fixed   #19875  - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS  
						
						... 
						
						
						
						Backport of 4e94c84e50 
						
						
					 
					
						2013-06-09 15:06:23 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						56192d21d5 
					 
					
						
						
							
							[1.5.x]  Fixed   #20543  - Typo in db model fields docs.  
						
						... 
						
						
						
						Thanks i.amber.jain@ for the report.
Backport of f315693304 
						
						
					 
					
						2013-06-01 05:50:09 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f7fefb361d 
					 
					
						
						
							
							[1.5.x]  Fixed   #20166  - Corrected TEST_DEPENDENCIES example in testing docs.  
						
						... 
						
						
						
						Thanks czambran.
Backport of f10e9af227 
						
						
					 
					
						2013-05-31 08:20:10 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						17d60438e9 
					 
					
						
						
							
							[1.5.X]  Fixed   #20523  - Incorrect form field for FilePathField.  
						
						... 
						
						
						
						Thanks sane4ka.sh@ for the report.
Backport of 1fdc3d256d 
						
						
					 
					
						2013-05-28 11:59:41 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2e026739dc 
					 
					
						
						
							
							[1.5.X]  Fixed   #20513  - Expanded docs on QuerySet caching.  
						
						... 
						
						
						
						Thanks seddonym.
Backport of 8365d76da0 
						
						
					 
					
						2013-05-28 08:43:05 -04:00