Loic Bistuer 
							
						 
					 
					
						
						
							
						
						776b6470c1 
					 
					
						
						
							
							Fixed DeprecationWarning caused by assertEquals.  
						
						
						
						
					 
					
						2013-10-16 02:28:04 +07:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						349c12d3f5 
					 
					
						
						
							
							Fixed   #16855  -- select_related() chains as expected.  
						
						... 
						
						
						
						select_related('foo').select_related('bar') is now equivalent to
select_related('foo', 'bar').
Also reworded docs to recommend select_related(*fields) over select_related() 
						
						
					 
					
						2013-10-15 15:59:36 +01:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						949076eb11 
					 
					
						
						
							
							Fixed   #21263  -- Fixed issue with override_settings in inherited classes  
						
						... 
						
						
						
						When both parent and child classes are decorated with override_settings,
child class settings should take precedence.
Thanks Sephi for the report and Marc Tamlyn for the review. 
						
						
					 
					
						2013-10-15 15:38:27 +02:00 
						 
				 
			
				
					
						
							
							
								Marc Tamlyn 
							
						 
					 
					
						
						
							
						
						ce823d3710 
					 
					
						
						
							
							Merge pull request  #1382  from loic/ticket19617  
						
						... 
						
						
						
						Fixed  #19617  -- Refactored form metaclasses to support more inheritance scenarios. 
					
						2013-10-15 04:22:34 -07:00 
						 
				 
			
				
					
						
							
							
								Unai Zalakain 
							
						 
					 
					
						
						
							
						
						af64429b99 
					 
					
						
						
							
							Fixed   #7261  -- support for __html__ for library interoperability  
						
						... 
						
						
						
						The idea is that if an object implements __html__ which returns a string this is
used as HTML representation (eg: on escaping). If the object is a str or unicode
subclass and returns itself the object is a safe string type.
This is an updated patch based on jbalogh and ivank patches. 
						
						
					 
					
						2013-10-15 00:42:42 +02:00 
						 
				 
			
				
					
						
							
							
								Larry O'Neill 
							
						 
					 
					
						
						
							
						
						83b9bfea44 
					 
					
						
						
							
							Fixed   #21266  -- Fixed E201,E202 pep8 warnings.  
						
						
						
						
					 
					
						2013-10-14 18:12:00 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						42a67ec1cd 
					 
					
						
						
							
							Fixed   #21269  -- Don't crash when CommandError contains non-ascii  
						
						... 
						
						
						
						Thanks kontakt@eikefoken.de  for the report. 
						
						
					 
					
						2013-10-14 21:21:07 +02:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						8ab5f1fe47 
					 
					
						
						
							
							Close file after tests added in  945e033a69.  
						
						... 
						
						
						
						Avoids failures on Windows. Refs #8918 . 
						
						
					 
					
						2013-10-14 15:34:43 -03:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						b16dd1fe01 
					 
					
						
						
							
							Fixed   #8620  -- Updated the Form metaclass to support excluding fields by shadowing them.  
						
						
						
						
					 
					
						2013-10-14 22:42:33 +07:00 
						 
				 
			
				
					
						
							
							
								Loic Bistuer 
							
						 
					 
					
						
						
							
						
						ac5ec7b8bc 
					 
					
						
						
							
							Fixed   #19617  -- Refactored Form metaclasses to support more inheritance scenarios.  
						
						... 
						
						
						
						Thanks apollo13, funkybob and mjtamlyn for the reviews. 
						
						
					 
					
						2013-10-14 21:59:30 +07:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						1e8eadc94e 
					 
					
						
						
							
							Fixed   #15888  -- Made tablename argument of createcachetable optional  
						
						... 
						
						
						
						Thanks Aymeric Augustin for the report and the documentation and
Tim Graham for the review. 
						
						
					 
					
						2013-10-14 13:24:40 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						589dc49e12 
					 
					
						
						
							
							Fixed   #21198  -- Prevented invalid use of @python_2_unicode_compatible.  
						
						... 
						
						
						
						Thanks jpic for the report and chmodas for working on a patch.
Reverts 2ea80b94#19362 . 
						
						
					 
					
						2013-10-13 18:14:04 +02:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						570d9c2678 
					 
					
						
						
							
							Fixed   #19560  -- Identified field in warning for naive datetime.  
						
						... 
						
						
						
						Thanks gcc for the report and vajrasky for the patch. 
						
						
					 
					
						2013-10-13 11:54:11 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						00a73c1c69 
					 
					
						
						
							
							Fixed   #21173  -- Stopped fixing format for date-based widgets at init time  
						
						... 
						
						
						
						Thanks Marc Tamlyn for the review. 
						
						
					 
					
						2013-10-12 18:31:19 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ad17d6a85f 
					 
					
						
						
							
							Fixed errors in  848101bf17 
						
						
						
						
					 
					
						2013-10-11 17:58:07 -04:00 
						 
				 
			
				
					
						
							
							
								Sascha Peilicke 
							
						 
					 
					
						
						
							
						
						848101bf17 
					 
					
						
						
							
							Added tests for URLValidator schemes.  
						
						
						
						
					 
					
						2013-10-11 13:41:38 -04:00 
						 
				 
			
				
					
						
							
							
								Tai Lee 
							
						 
					 
					
						
						
							
						
						e527c0b6d8 
					 
					
						
						
							
							Fixed   #13252  -- Added ability to serialize with natural primary keys.  
						
						... 
						
						
						
						Added ``--natural-foreign`` and ``--natural-primary`` options and
deprecated the ``--natural`` option to the ``dumpdata`` management
command.
Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys``
arguments and deprecated the ``use_natural_keys`` argument to
``django.core.serializers.Serializer.serialize()``.
Thanks SmileyChris for the suggestion. 
						
						
					 
					
						2013-10-11 12:52:57 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						945e033a69 
					 
					
						
						
							
							Fixed   #8918  -- Made FileField.upload_to optional.  
						
						... 
						
						
						
						Thanks leahculver for the suggestion and dc and vajrasky for work
on the patch. 
						
						
					 
					
						2013-10-11 08:07:25 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b67ab75e82 
					 
					
						
						
							
							Fixed assorted flake8 errors.  
						
						
						
						
					 
					
						2013-10-11 07:25:14 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						1dae4ac177 
					 
					
						
						
							
							Whitespace cleanup.  
						
						... 
						
						
						
						* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs. 
						
						
					 
					
						2013-10-10 16:49:20 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ca874b2fe6 
					 
					
						
						
							
							Fixed an undefined variable and clarified the purpose of a test.  
						
						... 
						
						
						
						refs #4459 . 
						
						
					 
					
						2013-10-10 13:01:12 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						adedc31072 
					 
					
						
						
							
							Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.  
						
						
						
						
					 
					
						2013-10-10 11:09:42 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						cec11a3336 
					 
					
						
						
							
							Used "is" for comparisons with None.  
						
						
						
						
					 
					
						2013-10-10 09:35:56 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ff9e8eccf8 
					 
					
						
						
							
							Removed unnecessary semicolons.  
						
						
						
						
					 
					
						2013-10-10 08:50:32 -04:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						a971d19bab 
					 
					
						
						
							
							Fixed   #21243  -- Corrected exception message in multiple database tests.  
						
						... 
						
						
						
						Thanks to vajrasky for the report and patch. 
						
						
					 
					
						2013-10-09 09:06:23 +08:00 
						 
				 
			
				
					
						
							
							
								Jaap Roes 
							
						 
					 
					
						
						
							
						
						40b95a24ae 
					 
					
						
						
							
							Fixed   #20568  -- truncatewords_html no longer splits words containing HTML entities.  
						
						... 
						
						
						
						Thanks yann0 at hotmail.com for the report. 
						
						
					 
					
						2013-10-08 08:24:58 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						58d555caf5 
					 
					
						
						
							
							Fixed   #16822  -- Added RawPostDataException  
						
						... 
						
						
						
						Thanks jaylett for the patch. 
						
						
					 
					
						2013-10-08 08:05:39 -04:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						8ff4303946 
					 
					
						
						
							
							Refs  #21197  -- Clarified upgrade check message.  
						
						... 
						
						
						
						Thanks to Carl and Shai for the discussion. 
						
						
					 
					
						2013-10-08 10:00:39 +08:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						a8df8e34f9 
					 
					
						
						
							
							Revert "Fixed  #21241  -- Avoid extraneous JOINs in admin changelist search."  
						
						... 
						
						
						
						This reverts commit 698dd82eee 
						
						
					 
					
						2013-10-07 13:45:52 -04:00 
						 
				 
			
				
					
						
							
							
								Chris Adams 
							
						 
					 
					
						
						
							
						
						698dd82eee 
					 
					
						
						
							
							Fixed   #21241  -- Avoid extraneous JOINs in admin changelist search.  
						
						
						
						
					 
					
						2013-10-07 13:10:52 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						617aceb1b4 
					 
					
						
						
							
							Fixed   #18263  -- Corrrected handling of hidden fields in tabular admin inlines.  
						
						... 
						
						
						
						Thanks hvdklauw for the report and patch. 
						
						
					 
					
						2013-10-07 12:30:02 -04:00 
						 
				 
			
				
					
						
							
							
								Javed Khan 
							
						 
					 
					
						
						
							
						
						4dbd95ad65 
					 
					
						
						
							
							Fixed   #21236  -- Allowed migrations to work with unique_together tuples.  
						
						... 
						
						
						
						Thanks hjwp for the report. 
						
						
					 
					
						2013-10-07 09:39:14 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						1df3c49a1a 
					 
					
						
						
							
							Fixed   #21174  -- transaction control in related manager methods  
						
						
						
						
					 
					
						2013-10-05 23:07:52 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						93cc6dcdac 
					 
					
						
						
							
							Fixed   #18414  -- qs.exists() for sliced distinct queries  
						
						
						
						
					 
					
						2013-10-05 21:40:36 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						068b1e045f 
					 
					
						
						
							
							Simplified a test by using CapturedQueriesContext  
						
						
						
						
					 
					
						2013-10-05 21:16:09 +03:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						671757b507 
					 
					
						
						
							
							Fixed   #21161  -- Timezone-related tests on Windows.  
						
						... 
						
						
						
						Thanks Xelnor for the patch. 
						
						
					 
					
						2013-10-05 18:50:20 +02:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						ecaba36028 
					 
					
						
						
							
							Improved Query join promotion logic  
						
						... 
						
						
						
						There were multiple cases where join promotion was a bit too aggressive.
This resulted in using outer joins where not necessary.
Refs #21150 . 
						
						
					 
					
						2013-10-05 14:52:17 +03:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						ed0d720b78 
					 
					
						
						
							
							Fixed   #21150  -- select_related + annotate join promotion failure  
						
						... 
						
						
						
						Added tests for a .annotate().select_related() join promotion failure.
This happened to work on master but was currently untested. 
						
						
					 
					
						2013-10-05 14:52:17 +03:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						948d209ada 
					 
					
						
						
							
							Fixed   #21217  -- Avoid connecting (pre|post)_init signals to abstract senders.  
						
						
						
						
					 
					
						2013-10-04 16:23:06 -04:00 
						 
				 
			
				
					
						
							
							
								Christopher Medrela 
							
						 
					 
					
						
						
							
						
						dc3d2ac98c 
					 
					
						
						
							
							Fixed   #11277  -- Hid labels of fields with HiddenInput widget in admin forms.  
						
						... 
						
						
						
						Thanks bartTC for the report. 
						
						
					 
					
						2013-10-04 14:08:06 -04:00 
						 
				 
			
				
					
						
							
							
								Tai Lee 
							
						 
					 
					
						
						
							
						
						bcd4c3f27d 
					 
					
						
						
							
							Fixed   #6681  -- Don't break docutils when rendering reStructuredText.  
						
						... 
						
						
						
						Don't set a global default interpreted role function for reStructuredText.
Instead, use the `default-role` directive to change the default only within
the `parse_rst()` function.
Thanks Malcolm Tredinnick for the report. 
						
						
					 
					
						2013-10-04 13:27:08 -04:00 
						 
				 
			
				
					
						
							
							
								Emil Stenström 
							
						 
					 
					
						
						
							
						
						7a97df190c 
					 
					
						
						
							
							Fixed   #19277  -- Added LocaleMiddleware.response_redirect_class  
						
						... 
						
						
						
						Thanks ppetrid at yawd.eu for the suggestion. 
						
						
					 
					
						2013-10-03 16:15:29 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						fa2e1371cd 
					 
					
						
						
							
							Fixed   #21216  -- Allow OneToOneField reverse accessor to be hidden.  
						
						
						
						
					 
					
						2013-10-03 13:20:05 -04:00 
						 
				 
			
				
					
						
							
							
								Anentropic 
							
						 
					 
					
						
						
							
						
						c4db7f075e 
					 
					
						
						
							
							Fixed   #19182  -- Fixed ModelAdmin.lookup_allowed to work with ('fieldname', SimpleListFilter) syntax.  
						
						... 
						
						
						
						Thanks gauss for the report. 
						
						
					 
					
						2013-10-03 09:37:49 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						62dfd79f8b 
					 
					
						
						
							
							Fixed   #21165  -- Fix test for syndication feed timestamp field on Windows.  
						
						... 
						
						
						
						Thanks Michael Manfre for the report, Raphaël Barrois for the patch and
Claude Paroz, Aymeric Augustin for the reviews.
Refs #7936 . 
						
						
					 
					
						2013-10-02 23:29:48 -03:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						a80d9ab0fe 
					 
					
						
						
							
							Initial version of MigrationOptimizer and tests  
						
						
						
						
					 
					
						2013-10-02 17:34:22 +01:00 
						 
				 
			
				
					
						
							
							
								Kevin Christopher Henry 
							
						 
					 
					
						
						
							
						
						978e1351a6 
					 
					
						
						
							
							Fixed   #21122  -- Improved clean up of test temp directory on Windows  
						
						... 
						
						
						
						- Fixed test that didn't close the files it opened
- Caught and handled exception when temp directory cannot be removed 
						
						
					 
					
						2013-10-02 09:12:58 -04:00 
						 
				 
			
				
					
						
							
							
								tschilling 
							
						 
					 
					
						
						
							
						
						5381317fe3 
					 
					
						
						
							
							Fixed   #21129  -- Prevented admin filter params modifications from throwing an exception.  
						
						... 
						
						
						
						Thanks Tuttle for the report. 
						
						
					 
					
						2013-10-02 08:16:09 -04:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						651bed0918 
					 
					
						
						
							
							Made test for issue 19552 compatible with Windows.  
						
						... 
						
						
						
						Take in account platform path separator. Refs #19552 . 
						
						
					 
					
						2013-10-02 07:29:40 -03:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						0f46ec315e 
					 
					
						
						
							
							Made skipping of symlink-related makemessages test smarter.  
						
						... 
						
						
						
						os.symlink() is available starting with Windows Vista but can fail at
runtime. 
						
						
					 
					
						2013-10-02 07:17:08 -03:00