Tim Graham 
							
						 
					 
					
						
						
							
						
						55ed23fd3e 
					 
					
						
						
							
							[1.9.x]  Fixed   #21894  -- Corrected a form.clean() example in case a superclass doesn't return data.  
						
						... 
						
						
						
						Backport of 80855a4b37 
						
						
					 
					
						2015-10-21 13:53:48 -04:00 
						 
				 
			
				
					
						
							
							
								Jacek Bzdak 
							
						 
					 
					
						
						
							
						
						5a9e93e054 
					 
					
						
						
							
							[1.9.x]  Fixed   #25574  -- Documented {{ dict.items }} shadowing in for template tag docs.  
						
						... 
						
						
						
						Backport of 32cd706971 
						
						
					 
					
						2015-10-21 11:46:01 -04:00 
						 
				 
			
				
					
						
							
							
								Yusuke Miyazaki 
							
						 
					 
					
						
						
							
						
						a083d70192 
					 
					
						
						
							
							[1.9.x]  Fixed   #25578  -- Corrected the casing of "GitHub".  
						
						... 
						
						
						
						Backport of 230d8c7301 
						
						
					 
					
						2015-10-21 07:32:28 -04:00 
						 
				 
			
				
					
						
							
							
								Antoine Catton 
							
						 
					 
					
						
						
							
						
						38d6e1e2ad 
					 
					
						
						
							
							[1.9.x]  Fixed   #25535  -- Made ForeignObject checks less strict.  
						
						... 
						
						
						
						Check that the foreign object `from_fields` are a subset of any unique
constraints on the foreign model.
Backport of 80dac8c33ec7aff31397 
						
						
					 
					
						2015-10-14 05:26:42 -07:00 
						 
				 
			
				
					
						
							
							
								Sergey Fedoseev 
							
						 
					 
					
						
						
							
						
						aa0a3b680e 
					 
					
						
						
							
							[1.9.x] Fixed quotes in GeoQuerySet aggregates examples.  
						
						... 
						
						
						
						Backport of 92c1ae1b0b 
						
						
					 
					
						2015-10-13 23:40:31 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						33c6a8b621 
					 
					
						
						
							
							[1.9.x] Fixed typo in docs/ref/models/relations.txt.  
						
						... 
						
						
						
						Backport of f6b9e6bf4f 
						
						
					 
					
						2015-10-13 04:30:58 -07:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						f35b8f8e3f 
					 
					
						
						
							
							[1.9.x] Added precision about GeoJSON field outputs  
						
						... 
						
						
						
						Backport of 533c1099 
						
						
					 
					
						2015-10-12 21:49:37 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						66319cc597 
					 
					
						
						
							
							[1.9.x]  Fixed   #25498  -- Documented ST_Distance/ST_Distance_Sphere difference  
						
						... 
						
						
						
						Thanks Bibhas Debnath for the report and Tim Graham for the review.
Backport of 617b1a21f 
						
						
					 
					
						2015-10-11 12:25:47 +02:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						c894f215e2 
					 
					
						
						
							
							[1.9.x] Added some function links in translation docs  
						
						... 
						
						
						
						Backport of 9a6fc9606c 
						
						
					 
					
						2015-10-07 17:31:28 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2f9bc99334 
					 
					
						
						
							
							[1.9.x]  Fixed   #25516  -- Documented that parallel test excution doesn't work with pdb.  
						
						... 
						
						
						
						Backport of cb15ceb555 
						
						
					 
					
						2015-10-06 13:27:50 -04:00 
						 
				 
			
				
					
						
							
							
								Andrew Artajos 
							
						 
					 
					
						
						
							
						
						0633d2285e 
					 
					
						
						
							
							[1.9.x]  Fixed   #25398  -- Revised instances of os.path.join()  
						
						... 
						
						
						
						Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')
Backport of d2ef521a53 
						
						
					 
					
						2015-10-03 09:09:41 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Williams 
							
						 
					 
					
						
						
							
						
						1147b55e8b 
					 
					
						
						
							
							[1.9.x] Fixed link to the MySQL Connector/Python Django Backend documentation.  
						
						... 
						
						
						
						Backport of 3f342d74e9 
						
						
					 
					
						2015-10-02 12:33:23 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						00270ec7f8 
					 
					
						
						
							
							[1.9.x] Made cosmetic cleanups to docs/ref/contrib/contenttypes.txt  
						
						... 
						
						
						
						Backport of b47552b445 
						
						
					 
					
						2015-09-29 19:40:56 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						76aa4cc8a2 
					 
					
						
						
							
							[1.9.x]  Fixed   #24323  -- Documented @admin.register can't be used with super(XXXAdmin in __init__().  
						
						... 
						
						
						
						Backport of 4cd2bdae07 
						
						
					 
					
						2015-09-28 07:26:51 -04:00 
						 
				 
			
				
					
						
							
							
								Rob Hudson 
							
						 
					 
					
						
						
							
						
						bc4ae0f5eb 
					 
					
						
						
							
							[1.9.x] Corrected use of 'affect' vs 'effect' in docs.  
						
						... 
						
						
						
						Backport of 021782d22b 
						
						
					 
					
						2015-09-25 18:35:16 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						260e9f15fe 
					 
					
						
						
							
							[1.9.x]  Fixed   #25462  -- Removed Model.__unicode__() in favor of @python_2_unicode_compatible.  
						
						... 
						
						
						
						Backport of de99f558d8 
						
						
					 
					
						2015-09-25 15:36:05 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						a2cf430c80 
					 
					
						
						
							
							[1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.  
						
						... 
						
						
						
						Backport of ce531f7ad7 
						
						
					 
					
						2015-09-24 10:56:56 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						2634f606d5 
					 
					
						
						
							
							Fixed   #25386  -- Warned about differences between Engine and DjangoTemplates.  
						
						
						
						
					 
					
						2015-09-23 19:16:16 -04:00 
						 
				 
			
				
					
						
							
							
								Claude Paroz 
							
						 
					 
					
						
						
							
						
						135a9e4fd9 
					 
					
						
						
							
							Added some more links in form field docs  
						
						
						
						
					 
					
						2015-09-23 22:01:31 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Hill 
							
						 
					 
					
						
						
							
						
						134ca4d438 
					 
					
						
						
							
							Fixed   #24509  -- Added Expression support to SQLInsertCompiler  
						
						
						
						
					 
					
						2015-09-22 23:35:24 +10:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						94a36cfd8c 
					 
					
						
						
							
							Recommended against default_app_config.  
						
						... 
						
						
						
						Most likely this is a losing fight -- people seem to love this small
convention -- but at least the reasons for avoiding it will be
documented.
Refs #25356 . 
						
						
					 
					
						2015-09-22 08:31:50 +02:00 
						 
				 
			
				
					
						
							
							
								Nick Johnson 
							
						 
					 
					
						
						
							
						
						392f64842f 
					 
					
						
						
							
							Fixed   #25373  -- Added warning logging for exceptions during {% include %} tag rendering.  
						
						
						
						
					 
					
						2015-09-21 19:57:12 -04:00 
						 
				 
			
				
					
						
							
							
								ramez 
							
						 
					 
					
						
						
							
						
						1335aa2fb9 
					 
					
						
						
							
							Fixed   #15760  -- Added JavaScript events for admin inline forms.  
						
						
						
						
					 
					
						2015-09-21 15:34:44 -04:00 
						 
				 
			
				
					
						
							
							
								Alasdair Nicol 
							
						 
					 
					
						
						
							
						
						fe3fc5210f 
					 
					
						
						
							
							Fixed   #23813  -- Added checks for common URL pattern errors  
						
						... 
						
						
						
						Thanks jwa and lamby for the suggestions, and timgraham and jarshwah
for their reviews. 
						
						
					 
					
						2015-09-21 23:46:21 +10:00 
						 
				 
			
				
					
						
							
							
								Moritz Sichert 
							
						 
					 
					
						
						
							
						
						2f53d342f1 
					 
					
						
						
							
							Fixed   #12856  -- Documented BoundField API.  
						
						
						
						
					 
					
						2015-09-21 08:42:14 -04:00 
						 
				 
			
				
					
						
							
							
								Josh Smeaton 
							
						 
					 
					
						
						
							
						
						534aaf56f4 
					 
					
						
						
							
							Fixed   #24629  -- Unified Transform and Expression APIs  
						
						
						
						
					 
					
						2015-09-21 19:56:24 +10:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						95edabb45e 
					 
					
						
						
							
							Fixed   #25430  -- Fixed incorrect RunSQL examples.  
						
						
						
						
					 
					
						2015-09-19 18:11:43 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						43f2eb7ef3 
					 
					
						
						
							
							Fixed   #25390  -- Allowed specifying a start migration in squashmigrations  
						
						... 
						
						
						
						Thanks Tim Graham for the review. 
						
						
					 
					
						2015-09-19 14:55:34 +10:00 
						 
				 
			
				
					
						
							
							
								fabrizio ettore messina 
							
						 
					 
					
						
						
							
						
						186eb21dc1 
					 
					
						
						
							
							Fixed   #25269  -- Allowed method_decorator() to accept a list/tuple of decorators.  
						
						
						
						
					 
					
						2015-09-18 19:04:29 -04:00 
						 
				 
			
				
					
						
							
							
								Unai Zalakain 
							
						 
					 
					
						
						
							
						
						aac2a2d2ae 
					 
					
						
						
							
							Fixed   #13110  -- Added support for multiple enclosures in Atom feeds.  
						
						... 
						
						
						
						The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is
then used by the feed builder. If the feed is a RSS feed, an exception is
raised as RSS feeds don't allow multiple enclosures per feed item.
The ``item_enclosures`` hook defaults to an empty list or, if the
``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure``
built from the ``item_enclosure_url``, ``item_enclosure_length``, and
``item_enclosure_mime_type`` hooks. 
						
						
					 
					
						2015-09-18 18:31:58 -04:00 
						 
				 
			
				
					
						
							
							
								Simon Charette 
							
						 
					 
					
						
						
							
						
						71ebcb85b9 
					 
					
						
						
							
							Fixed   #25417  -- Added a field check for invalid default values.  
						
						
						
						
					 
					
						2015-09-18 14:31:36 -04:00 
						 
				 
			
				
					
						
							
							
								Iulia Chiriac 
							
						 
					 
					
						
						
							
						
						75ed590032 
					 
					
						
						
							
							Fixed   #24636  -- Added model field validation for decimal places and max digits.  
						
						
						
						
					 
					
						2015-09-18 14:30:20 -04:00 
						 
				 
			
				
					
						
							
							
								Mariusz Felisiak 
							
						 
					 
					
						
						
							
						
						6f1b09bb5c 
					 
					
						
						
							
							Made assorted improvements to the Oracle documentation.  
						
						
						
						
					 
					
						2015-09-18 09:47:32 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						d074926ca1 
					 
					
						
						
							
							Dropped support for Oracle 11.1.  
						
						
						
						
					 
					
						2015-09-18 09:18:09 -04:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
						
						b02f08e02c 
					 
					
						
						
							
							Fixed   #25034  -- Converted caches ImproperlyConfigured error to a system check.  
						
						
						
						
					 
					
						2015-09-18 07:44:39 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						abd33d80db 
					 
					
						
						
							
							Removed obsolete pysqlite documentation.  
						
						... 
						
						
						
						These steps are no longer needed as of pysqlite 2.7.0.
76f34850be 
						
						
					 
					
						2015-09-17 18:41:37 -04:00 
						 
				 
			
				
					
						
							
							
								Aymeric Augustin 
							
						 
					 
					
						
						
							
						
						4f6a7663bc 
					 
					
						
						
							
							Refs  #14091  -- Fixed connection.queries on SQLite.  
						
						
						
						
					 
					
						2015-09-17 23:01:33 +02:00 
						 
				 
			
				
					
						
							
							
								Matt Robenolt 
							
						 
					 
					
						
						
							
						
						b0c56b895f 
					 
					
						
						
							
							Fixed   #24496  -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.  
						
						... 
						
						
						
						Thanks Seth Gottlieb for help with the documentation and
Carl Meyer and Joshua Kehn for reviews. 
						
						
					 
					
						2015-09-16 12:21:50 -04:00 
						 
				 
			
				
					
						
							
							
								Moritz Sichert 
							
						 
					 
					
						
						
							
						
						535809e121 
					 
					
						
						
							
							Fixed   #25294  -- Allowed custom BoundFields on forms.  
						
						
						
						
					 
					
						2015-09-16 10:18:07 -04:00 
						 
				 
			
				
					
						
							
							
								Stephen Paulger 
							
						 
					 
					
						
						
							
						
						443dffbeb2 
					 
					
						
						
							
							Remove unnecessarily rude terminology.  
						
						
						
						
					 
					
						2015-09-16 12:05:28 +01:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						64d7a553e1 
					 
					
						
						
							
							Fixed   #25369  -- Corrected syndication's get_object() example.  
						
						
						
						
					 
					
						2015-09-14 15:30:01 -04:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						f3e5a74646 
					 
					
						
						
							
							Refs  #25386  -- Added links to the OPTIONS of the built-in template backends.  
						
						
						
						
					 
					
						2015-09-12 18:42:25 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						2b98034fbb 
					 
					
						
						
							
							Cleaned up surrounding documentation  
						
						
						
						
					 
					
						2015-09-12 10:38:15 +10:00 
						 
				 
			
				
					
						
							
							
								Markus Holtermann 
							
						 
					 
					
						
						
							
						
						a3c01b0dd8 
					 
					
						
						
							
							Fixed   #24919  -- Allowed disabling of migrations on a per app basis  
						
						
						
						
					 
					
						2015-09-12 10:38:15 +10:00 
						 
				 
			
				
					
						
							
							
								Tim Graham 
							
						 
					 
					
						
						
							
						
						e7e8d30cae 
					 
					
						
						
							
							Refs  #25381  -- Clarified that AppConfig model methods search only the current app.  
						
						
						
						
					 
					
						2015-09-11 14:07:12 -04:00 
						 
				 
			
				
					
						
							
							
								Renato Oliveira 
							
						 
					 
					
						
						
							
						
						e3720b990a 
					 
					
						
						
							
							Fixed   #25382  -- Removed obsolete references to DateQuerySet.  
						
						
						
						
					 
					
						2015-09-11 12:16:06 -04:00 
						 
				 
			
				
					
						
							
							
								Ryan Allen 
							
						 
					 
					
						
						
							
						
						fba8655e88 
					 
					
						
						
							
							Renamed admin doc image files to match the documentation they are for.  
						
						
						
						
					 
					
						2015-09-11 12:01:13 -04:00 
						 
				 
			
				
					
						
							
							
								Ryan Allen 
							
						 
					 
					
						
						
							
						
						6e8ddbaa25 
					 
					
						
						
							
							Fixed   #25200  -- Updated admin screenshots in docs.  
						
						
						
						
					 
					
						2015-09-11 12:00:10 -04:00 
						 
				 
			
				
					
						
							
							
								Jose Carlos Menezes 
							
						 
					 
					
						
						
							
						
						cf99bae53a 
					 
					
						
						
							
							Fixed   #25351  -- Added example for database test settings to docs.  
						
						
						
						
					 
					
						2015-09-11 08:11:58 -04:00 
						 
				 
			
				
					
						
							
							
								Flavio Curella 
							
						 
					 
					
						
						
							
						
						0c7c18cc9e 
					 
					
						
						
							
							Fixed   #25380  -- Added Postgres.app to the PostGIS options on OS X.  
						
						
						
						
					 
					
						2015-09-11 07:58:46 -04:00