Edward Henderson 
							
						 
					 
					
						
						
							
						
						910638fc4e 
					 
					
						
						
							
							Refs  #24385  -- Added tests for distinct sum issue fixed in  c7fd9b242d 
						
						
						
						
					 
					
						2015-04-14 18:56:50 -04:00 
						 
				 
			
				
					
						
							
							
								Eric Rouleau 
							
						 
					 
					
						
						
							
						
						d72e0178e9 
					 
					
						
						
							
							Fixed   #24593  -- Fixed number formatting of readonly IntegerFields in the admin.  
						
						
						
						
					 
					
						2015-04-14 17:49:08 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Wilson 
							
						 
					 
					
						
						
							
						
						99d40c6f65 
					 
					
						
						
							
							Fixed   #24277  -- Added exception when dict used in QuerySet filtering  
						
						
						
						
					 
					
						2015-04-14 13:28:53 -04:00 
						 
				 
			
				
					
						
							
							
								Eric Rouleau 
							
						 
					 
					
						
						
							
						
						b333d10618 
					 
					
						
						
							
							Added tests with number fields for admin.utils.display_for_field().  
						
						
						
						
					 
					
						2015-04-14 10:57:39 -04:00 
						 
				 
			
				
					
						
							
							
								Tommy Beadle 
							
						 
					 
					
						
						
							
						
						6bfd864ff2 
					 
					
						
						
							
							Fixed   #24603  -- Allowed Context.update() to be used as a context manager.  
						
						
						
						
					 
					
						2015-04-14 08:01:16 -04:00 
						 
				 
			
				
					
						
							
							
								Craig Oldford 
							
						 
					 
					
						
						
							
						
						75bc5bc634 
					 
					
						
						
							
							Fixed   #12199  -- Added the ability to use "as" with the firstof template tag.  
						
						
						
						
					 
					
						2015-04-14 07:19:47 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						3caf7efb44 
					 
					
						
						
							
							Refs  #24625  -- Filtered docutils warnings output in tests  
						
						... 
						
						
						
						Instead of setting ``warning_stream`` in the docutils config overrides
to ``False`` I opted for filtering the stderr in the tests to keep the
error output showing up in server logs.
Thanks Tim Graham for the report and review 
						
						
					 
					
						2015-04-14 10:48:16 +02:00 
						 
				 
			
				
					
						
							
							
								Jay Wineinger 
							
						 
					 
					
						
						
							
						
						923da0274a 
					 
					
						
						
							
							Fixed   #24611  -- Fixed update() crash with related UUID pk object.  
						
						
						
						
					 
					
						2015-04-13 12:18:24 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						09595b4fc6 
					 
					
						
						
							
							Fixed   #24625  -- Prevented arbitrary file inclusion in admindocs  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2015-04-11 20:36:10 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						4e7ed8d0d3 
					 
					
						
						
							
							Fixed   #24624  -- Replaced obsoleted rel.opts in admindocs view  
						
						... 
						
						
						
						Thanks Scott Sanders for the report, and Markus Holtermann and
Tim Graham for the reviews. Refs #24381 . 
						
						
					 
					
						2015-04-11 15:29:02 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Luc 
							
						 
					 
					
						
						
							
						
						a7bc00e17b 
					 
					
						
						
							
							Fixed   #24514  -- Made migration writer omit models import if it's unused.  
						
						
						
						
					 
					
						2015-04-10 07:04:26 -04:00 
						 
				 
			
				
					
						
							
							
								Adam Chainz 
							
						 
					 
					
						
						
							
						
						5564d0f2ee 
					 
					
						
						
							
							Fixed   #24560  -- Added a --dry-run mode to the createcachetable command.  
						
						
						
						
					 
					
						2015-04-09 12:15:50 -04:00 
						 
				 
			
				
					
						
							
							
								Richard Eames 
							
						 
					 
					
						
						
							
						
						727e40c879 
					 
					
						
						
							
							Fixed   #19820  -- Added more helpful error messages to Python deserializer.  
						
						
						
						
					 
					
						2015-04-09 10:56:33 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						a10b4c010a 
					 
					
						
						
							
							Fixed   #24578  -- Fixed crash with QuerySet.update() on FK to O2O fields.  
						
						... 
						
						
						
						Thanks Anssi Kääriäinen for review. 
						
						
					 
					
						2015-04-09 06:50:21 -04:00 
						 
				 
			
				
					
						
							
							
								Curtis Maloney 
							
						 
					 
					
						
						
							
						
						88d7fcebde 
					 
					
						
						
							
							Use mock.patch in migrations tests  
						
						... 
						
						
						
						Currently some of the migrations tests rely on the fact 'input' is aliased
because of six, instead of using mock.patch.  Replace this code with proper
use of mock.patch.
Also, replace one case of excessively specific python version check with
testing six.PY3 
						
						
					 
					
						2015-04-09 11:16:12 +10:00 
						 
				 
			
				
					
						
							
							
								steve 
							
						 
					 
					
						
						
							
						
						2fc19b9238 
					 
					
						
						
							
							Fixed   #24544  -- Fixed get_image_dimensions() on image buffers that Pillow fails to parse.  
						
						... 
						
						
						
						Thanks Steve Kossouho for the report and original patch. 
						
						
					 
					
						2015-04-07 19:51:19 -04:00 
						 
				 
			
				
					
						
							
							
								Patryk Zawadzki 
							
						 
					 
					
						
						
							
						
						0385dad073 
					 
					
						
						
							
							Fixed   #24513  -- Made sure a model is only rendered once during reloads  
						
						... 
						
						
						
						This also prevents state modifications from corrupting previous states.
Previously, when a model defining a relation was unregistered first,
clearing the cache would cause its related models' _meta to be cleared
and would result in the old models losing track of their relations. 
						
						
					 
					
						2015-04-07 14:49:47 +02:00 
						 
				 
			
				
					
						
							
							
								Jon Dufresne 
							
						 
					 
					
						
						
							
						
						2cf58e80d1 
					 
					
						
						
							
							Fixed   #24584  -- Fixed microsecond handling with older MySQLdb  
						
						
						
						
					 
					
						2015-04-06 22:43:51 +02:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						e8e4f978dd 
					 
					
						
						
							
							Fixed   #24278  -- Fixed serialization of migration operations.  
						
						... 
						
						
						
						Fixed MigrationWriter.serialize() to correctly handle migration
operations by utilizing OperationWriter.
Thanks Piotr Maliński for the report. 
						
						
					 
					
						2015-04-05 20:26:21 +02:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						d597174bd4 
					 
					
						
						
							
							Refs  #24278  -- Allowed multi-line serializations in OperationWriter.  
						
						... 
						
						
						
						Changed OperationWriter to support multi-line serialized values with
correct indentation. 
						
						
					 
					
						2015-04-05 20:19:24 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						7a0d9b5cda 
					 
					
						
						
							
							Fixed   #24569  -- Made some translation functions accept None value  
						
						... 
						
						
						
						get_language() can return None when translations are deactivated.
Thanks Nicola Peduzzi for the reporti and Tim Graham for the review. 
						
						
					 
					
						2015-04-04 10:54:16 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						426b63ba04 
					 
					
						
						
							
							Fixed   #24571  -- Restored testserver positional arguments parsing  
						
						... 
						
						
						
						Thanks Domas Lapinskas for the report and Tim Graham for the
review. 
						
						
					 
					
						2015-04-04 10:46:29 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						5bc3123479 
					 
					
						
						
							
							Fixed   #24558  -- Made dumpdata mapping ordering deterministic.  
						
						... 
						
						
						
						Thanks to gfairchild for the report and Claude for the review. 
						
						
					 
					
						2015-04-02 15:21:43 -04:00 
						 
				 
			
				
					
						
							
							
								Baptiste Mispelon 
							
						 
					 
					
						
						
							
						
						30a3c2f74c 
					 
					
						
						
							
							Fixed   #24566  -- Added support for serializing timedelta  
						
						... 
						
						
						
						Thanks to knbk for the report. 
						
						
					 
					
						2015-04-02 17:21:20 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						0f941f57ba 
					 
					
						
						
							
							Fixed mistakes in tests unveiled by version bump to 1.8.1.  
						
						... 
						
						
						
						Forwardport of e7366ab1f9 
						
						
					 
					
						2015-04-02 08:14:08 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						2112b7d789 
					 
					
						
						
							
							Adapted form regression test to new translations  
						
						
						
						
					 
					
						2015-04-01 19:51:50 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						a184a99123 
					 
					
						
						
							
							Refs  #24538  -- Simplified a test per Aymeric's feedback.  
						
						
						
						
					 
					
						2015-04-01 13:08:43 -04:00 
						 
				 
			
				
					
						
							
							
								Preston Timmons 
							
						 
					 
					
						
						
							
						
						0808ccce38 
					 
					
						
						
							
							Fixed   #23441 ,  #24555  -- Improved the behavior of InclusionNode.  
						
						... 
						
						
						
						This change:
* Makes the InclusionNode cache-safe by removing render-time side effects
  to its nodelist.
* Ensures the render_context stack is properly scoped and reset by updating
  the render call to use Template.render rather than Nodelist.render. 
						
						
					 
					
						2015-04-01 13:02:19 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Heap 
							
						 
					 
					
						
						
							
						
						4ea1909d3c 
					 
					
						
						
							
							Fixed   #24538  -- Allowed self in Jinja context  
						
						... 
						
						
						
						Rendering a Jinja template with self in the context threw an error.
While self is a reserved variable in Jinja, including self in the
context is not an error, so Django should respect that. 
						
						
					 
					
						2015-04-01 12:26:57 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						4e59156c10 
					 
					
						
						
							
							Fixed sessions test on Python 3.5; refs  #23763 .  
						
						... 
						
						
						
						SimpleCookie.__repr__() changed in
https://hg.python.org/cpython/rev/88e1151e8e02  
						
						
					 
					
						2015-03-31 08:38:43 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						845817b039 
					 
					
						
						
							
							Fixed   #24466  -- Added JavaScript escaping in a couple places in the admin.  
						
						... 
						
						
						
						Thanks Aymeric Augustin and Florian Apolloner for work on the patch. 
						
						
					 
					
						2015-03-30 19:07:17 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						b86abbceb9 
					 
					
						
						
							
							Fixed   #24115  -- Allowed bcrypt hashers to upgrade passwords on rounds change.  
						
						... 
						
						
						
						Thanks Florian Apolloner for the review. 
						
						
					 
					
						2015-03-30 18:52:59 -04:00 
						 
				 
			
				
					
						
							
							
								Andriy Sokolovskiy 
							
						 
					 
					
						
						
							
						
						e4cf8c8420 
					 
					
						
						
							
							Fixed   #24301  -- Added PostgreSQL-specific aggregate functions  
						
						
						
						
					 
					
						2015-03-30 10:44:37 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						c5cc332bf2 
					 
					
						
						
							
							Fixed   #24550  -- Added migration operation description to sqlmigrate output  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2015-03-30 16:31:20 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						dc27f3ee0c 
					 
					
						
						
							
							Fixed   #19259  -- Added group by selected primary keys support.  
						
						
						
						
					 
					
						2015-03-29 22:03:30 -04:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						75430be86f 
					 
					
						
						
							
							Refs  #24366  -- Fixed recursion depth error in migration graph  
						
						... 
						
						
						
						Made MigrationGraph forwards_plan() and backwards_plan() fall back to an
iterative approach in case the recursive approach exceeds the recursion
depth limit. 
						
						
					 
					
						2015-03-29 16:08:07 +02:00 
						 
				 
			
				
					
						
							
							
								Marten Kenbeek 
							
						 
					 
					
						
						
							
						
						bc83add04c 
					 
					
						
						
							
							Refs  #24366  -- Renamed arguments in MigrationGraph, renamed tests  
						
						
						
						
					 
					
						2015-03-29 16:07:58 +02:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						c7ec3c07e7 
					 
					
						
						
							
							Fixed   #24537  -- Ignored field order in RenameModel detection  
						
						... 
						
						
						
						Thanks to David Sanders for the report and test and Simon Charette for
the review. 
						
						
					 
					
						2015-03-28 20:45:15 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						ba1665ed75 
					 
					
						
						
							
							Fixed skipping of gis_tests when dependencies not installed.  
						
						
						
						
					 
					
						2015-03-28 09:39:09 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c2bfd76ec3 
					 
					
						
						
							
							Refs  #15779  -- Fixed UserChangeForm regression introduced by  1791a7e75 
						
						... 
						
						
						
						Thanks Tim Graham for reporting the regression. 
						
						
					 
					
						2015-03-28 09:24:01 +01:00 
						 
				 
			
				
					
						
							
							
								Moritz Sichert 
							
						 
					 
					
						
						
							
						
						1f2abf784a 
					 
					
						
						
							
							Fixed   #24469  -- Refined escaping of Django's form elements in non-Django templates.  
						
						
						
						
					 
					
						2015-03-27 19:46:20 -04:00 
						 
				 
			
				
					
						
							
							
								Caroline Simpson 
							
						 
					 
					
						
						
							
						
						dc5b01ad05 
					 
					
						
						
							
							Fixed   #18773  -- Added logging for template variable resolving  
						
						... 
						
						
						
						Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template. 
						
						
					 
					
						2015-03-27 19:19:48 -04:00 
						 
				 
			
				
					
						
							
							
								Marco Fucci 
							
						 
					 
					
						
						
							
						
						4ee08958f1 
					 
					
						
						
							
							Fixed   #24505  -- Fixed clash with hidden m2m fields.  
						
						... 
						
						
						
						Added support for multiple m2m fields with the same 'to' model
and with related_name set to '+'. 
						
						
					 
					
						2015-03-26 19:00:37 -04:00 
						 
				 
			
				
					
						
							
							
								Bas Peschier 
							
						 
					 
					
						
						
							
						
						14f28f8233 
					 
					
						
						
							
							Rephrased docstrings to assertions and added querystring test.  
						
						
						
						
					 
					
						2015-03-26 09:27:37 -04:00 
						 
				 
			
				
					
						
							
							
								Bas Peschier 
							
						 
					 
					
						
						
							
						
						9128762f16 
					 
					
						
						
							
							Fixed   #19910  -- Added slash to i18n redirect if APPEND_SLASH is set.  
						
						... 
						
						
						
						This introduces a force_append_slash argument for request.get_full_path()
which is used by RedirectFallbackMiddleware and CommonMiddleware when
handling redirects for settings.APPEND_SLASH. 
						
						
					 
					
						2015-03-26 09:26:55 -04:00 
						 
				 
			
				
					
						
							
							
								Bertrand Bordage 
							
						 
					 
					
						
						
							
						
						3e64f3d0fc 
					 
					
						
						
							
							Fixed   #24531  -- Improved CommaSeparatedIntegerField validation.  
						
						... 
						
						
						
						`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists. 
						
						
					 
					
						2015-03-25 18:49:59 -04:00 
						 
				 
			
				
					
						
							
							
								Andrei Kulakov 
							
						 
					 
					
						
						
							
						
						e2bfcab065 
					 
					
						
						
							
							Fixed   #24394  -- Allowed running tests with empty default dictionary.  
						
						
						
						
					 
					
						2015-03-25 17:56:59 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Hill 
							
						 
					 
					
						
						
							
						
						720ff740e7 
					 
					
						
						
							
							Fixed   #24215  -- Refactored lazy model operations  
						
						... 
						
						
						
						This adds a new method, Apps.lazy_model_operation(), and a helper function,
lazy_related_operation(), which together supersede add_lazy_relation() and
make lazy model operations the responsibility of the App registry. This
system no longer uses the class_prepared signal. 
						
						
					 
					
						2015-03-25 16:48:17 -04:00 
						 
				 
			
				
					
						
							
							
								Raúl Cumplido 
							
						 
					 
					
						
						
							
						
						cda74c7fc9 
					 
					
						
						
							
							Fixed   #24441  -- Changed get_image_dimensions() return value for broken images  
						
						
						
						
					 
					
						2015-03-25 12:39:29 -04:00 
						 
				 
			
				
					
						
							
							
								Anssi Kääriäinen 
							
						 
					 
					
						
						
							
						
						8f30556329 
					 
					
						
						
							
							Renamed Field.rel attribute to remote_field  
						
						... 
						
						
						
						Field.rel is now deprecated. Rel objects have now also remote_field
attribute. This means that self == self.remote_field.remote_field.
In addition, made the Rel objects a bit more like Field objects. Still,
marked ManyToManyFields as null=True. 
						
						
					 
					
						2015-03-25 08:16:12 -04:00