| 
							
							
								 David Sanders | 0723a39a59 | [1.8.x] Updated PROJ.4 link to new GitHub wiki. Backport of 7efdd40407from master | 2015-08-25 09:57:34 -04:00 |  | 
			
				
					| 
							
							
								 Anton Strogonoff | a67bf4be35 | [1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs. Backport of 20787b5c29from master | 2015-08-18 19:08:08 -04:00 |  | 
			
				
					| 
							
							
								 Anton Strogonoff | e5663ec297 | [1.8.x] Limited line length in docs/ref/contrib/messages.txt example. Backport of d35f184b20from master | 2015-08-17 07:48:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | bcf5fb78d7 | [1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt Backport of 56ed80ac2afrom master | 2015-08-11 09:33:44 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e4b813c0e7 | [1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() This mostly reverts 5643a3b51band81e1a35c36.
Thanks Carl Meyer for review.
Backport of5980b05c1ffrom master | 2015-08-10 11:31:22 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | cda66497aa | [1.8.x] Updated Wikipedia links to use https Backport of 64982cc2fbfrom master. | 2015-08-08 12:09:53 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | df05495e8c | [1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txt Backport of 28cb272a72from master | 2015-08-04 14:52:24 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | ef5cf564bf | [1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField. Backport of f93e7f5674from master | 2015-08-01 07:53:33 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | a66d843eec | [1.8.x] Fixed #25159 -- Removed brackets from class/function/method signatures in docs. Thanks hellbeast for the initial patch.
Backport of 87d55081eafrom master | 2015-07-27 10:43:09 -04:00 |  | 
			
				
					| 
							
							
								 Ali Vakilzade | beb68b2a83 | [1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs. Backport of ecf4ed246afrom master | 2015-07-20 08:08:22 -04:00 |  | 
			
				
					| 
							
							
								 Chris McCollister | f8140c4679 | [1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs. Backport of d62194a260from master | 2015-07-13 07:38:42 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8922266a8d | [1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dependencies. Backport of f59667c121from master | 2015-06-27 14:27:28 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 252867ed2a | [1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALLED_APPS. Thanks aRkadeFR for the initial patch.
Backport of 5ae0dd6abffrom master | 2015-06-22 12:44:34 -04:00 |  | 
			
				
					| 
							
							
								 Bipin Suresh | 6aa618bae3 | [1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified. Backport of 34047b23e2from master | 2015-06-22 09:41:18 -04:00 |  | 
			
				
					| 
							
							
								 argaen | f85780ada0 | [1.8.x] Fixed import in docs/ref/contrib/syndication.txt Backport of 1725d00991from master | 2015-06-09 12:37:54 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | b8dce1af3a | [1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query. Backport of c954931abdfrom master | 2015-05-31 06:24:36 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 9def46c1c3 | [1.8.x] Fixed #24811 -- Added details on installing PostgreSQL extensions. Backport of 9ef2615d49from master | 2015-05-23 21:36:17 -04:00 |  | 
			
				
					| 
							
							
								 I am Clinton | 6260ae7015 | [1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txt Backport of 32f0c8f796from master | 2015-05-21 20:24:06 -04:00 |  | 
			
				
					| 
							
							
								 latyas(懒) | 63d60dfe29 | [1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt Backport of 8b106cfaa0from master | 2015-05-20 08:16:36 -04:00 |  | 
			
				
					| 
							
							
								 Sławomir Ehlert | 178b8fbdcd | [1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txt Backport of 64ed8cdc9ffrom master | 2015-05-06 09:59:10 -04:00 |  | 
			
				
					| 
							
							
								 Abhaya Agarwal | eb00b427fc | [1.8.x] Fixed #24736 -- Documented the Sitemap.limit attribute Backport of 9096e2b5f7from master | 2015-05-05 09:22:54 -04:00 |  | 
			
				
					| 
							
							
								 Dave Hodder | 53031cce42 | [1.8.x] Updated capitalization in the word "JavaScript" for consistency Backport of 08c980d752from master | 2015-05-01 13:27:40 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | fa49b99e31 | [1.8.x] Documented INSTALLED_APPS requirement for HStoreField. Backport of 618bc4e653from master | 2015-04-24 08:27:09 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 99bf9085a3 | [1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
Backport of 6e8cb75e3efrom master. | 2015-04-21 17:57:36 +02:00 |  | 
			
				
					| 
							
							
								 Tim Graham | e02616b1b0 | [1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284. Thanks Carsten Fuchs.
Backport of e15c55e2bffrom master | 2015-04-20 10:49:56 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 6e5e1a380c | [1.8.x] Fixed #24645 -- Documented use of HStoreExtension. Backport of d3bf5e7b00from master | 2015-04-16 07:25:38 -04:00 |  | 
			
				
					| 
							
							
								 andredelorme | 190afb8618 | [1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt Backport of d5d92260bbfrom master | 2015-04-09 13:44:31 -04:00 |  | 
			
				
					| 
							
							
								 Karl Hobley | a8c53041f9 | [1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. Backport of 81e1a35c36from master | 2015-03-18 19:12:46 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 0c92913bb0 | [1.8.x] Updated links to latest version of PostGIS docs. Backport of 53d11c6821from master | 2015-03-17 18:35:51 -04:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 717bbd473c | [1.8.x] Updated location of gis_tests in docs. Backport of 64b9393ae2from master | 2015-03-17 11:35:41 -04:00 |  | 
			
				
					| 
							
							
								 Floris den Hengst | bd36f2d432 | [1.8.x] Fixed doc typos. Backport of e42a720ba2from master | 2015-03-14 12:29:27 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | f115694547 | [1.8.x] Documented gdal DataSource encoding parameter Thanks Max Demars for the suggestion and Tim Graham for the review.
Backport of a8991b9b9ffrom master. | 2015-03-13 16:41:37 +01:00 |  | 
			
				
					| 
							
							
								 Aksel Ethem | fee18ce415 | [1.8.x] Fixed #24364 -- Doc'ed that ManifestStaticFileStorage shouldn't be used during testing. Backport of b4d8b16e51from master | 2015-03-12 09:23:57 -04:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | 12e199356e | [1.8.x] Fixed download instructions for cities shapefile Thanks Daniel Wiesmann for spotting the issue.
Backport of 57d42aef97from master. | 2015-03-10 19:44:27 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | e2816f1ff9 | [1.8.x] Updated GIS docs wrt GIS test paths Backport of 1825365152from master. | 2015-03-10 18:01:29 +01:00 |  | 
			
				
					| 
							
							
								 Sean Wang | f0780df608 | [1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions. Backport of eba6dff581from master | 2015-02-22 09:36:51 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 730fb593ad | [1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). Backport of 3adc5f1ee6from master | 2015-02-17 06:21:59 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | a1fc97c1a7 | [1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a point Thanks Manel Clos for the report.
Backport of 1379165b35from master. | 2015-02-14 16:20:58 +01:00 |  | 
			
				
					| 
							
							
								 Joe Simpson | 8277f5d7d0 | [1.8.x] Added each_context() and a template tip to custom admin view docs. Backport of 648e516b8dfrom master | 2015-02-13 10:38:29 -05:00 |  | 
			
				
					| 
							
							
								 Tom Christie | f5749252ea | [1.8.x] Improved nested ArrayField example Backport of 737b184d91from master | 2015-02-05 11:35:23 +01:00 |  | 
			
				
					| 
							
							
								 Ng Zhi An | 56015c01c4 | [1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgets Backport of 4669b6a807from master | 2015-01-23 15:07:03 -05:00 |  | 
			
				
					| 
							
							
								 Simon Charette | 90d9bf5ba4 | [1.8.x] Fixed #24186 -- Fixed a typo in the admin docs. Thanks to Keryn Knight for the report.
Backport of dccf41cff0from master | 2015-01-20 11:56:02 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 390559a75c | [1.8.x] Clarified a contrib.sites deprecation and added to 1.7 release notes. Backport of ba27f89587from master | 2015-01-18 13:44:53 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 737cd4ff3d | [1.8.x] Clarified contrib.contenttypes.generic deprecation; refs #19774. | 2015-01-18 13:43:02 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 8822d0bf7d | [1.8.x] Removed usage of deprecated dumpdata options in docs. Backport of 1d975ff44bfrom master | 2015-01-17 20:15:09 -05:00 |  | 
			
				
					| 
							
							
								 Tim Graham | 7cfcdd98dc | [1.8.x] Added versionadded to ModelAdmin.get_formsets_with_inlines(); refs #20702. | 2015-01-17 18:12:47 -05:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | b4ac232907 | Fixed #24099 -- Removed contenttype.name deprecated field This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews. | 2015-01-16 20:21:34 +01:00 |  | 
			
				
					| 
							
							
								 Claude Paroz | a79e6b6717 | Fixed #24152 -- Deprecated GeoQuerySet aggregate methods Thanks Josh Smeaton and Tim Graham for the reviews. | 2015-01-16 19:53:02 +01:00 |  | 
			
				
					| 
							
							
								 Keryn Knight | 726a9550db | Fixed #24143 -- Encouraged use of Http404 messages for debugging. | 2015-01-16 09:41:01 -05:00 |  | 
			
				
					| 
							
							
								 Collin Anderson | e7771ec380 | Fixed bad model example in admin docs. | 2015-01-13 11:53:03 -05:00 |  |