| 
							
							
								 Chris Beaven | d59baa07f0 | Fixes #15721 -- Make {% include %} and RequestContext work together again. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16031 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-17 04:52:31 +00:00 |  | 
			
				
					| 
							
							
								 Chris Beaven | 89e25403ae | Fixes #15814 -- Added a test util to abstract the process of using a test template loader git-svn-id: http://code.djangoproject.com/svn/django/trunk@16030 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-17 04:52:17 +00:00 |  | 
			
				
					| 
							
							
								 Ian Kelly | d3c08fd813 | Fixed #15573: Forced the default site id to be 1 when creating test databases, to prevent a large number of errors when running the tests using the oracle backend. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16027 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-15 21:49:22 +00:00 |  | 
			
				
					| 
							
							
								 Chris Beaven | 13bb06984c | Fixes Paginator.validate_number not raising a PageNotAnInteger exception when passed a non-int-castable type. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16026 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-13 11:28:42 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3b6c5e5eb2 | Made some negligible docstring fixes while I was poking around in the depths of query.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@16025 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-11 21:48:47 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | d546179c71 | Fixed incorrect usage of its in query.py docstring git-svn-id: http://code.djangoproject.com/svn/django/trunk@16024 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-11 20:27:53 +00:00 |  | 
			
				
					| 
							
							
								 Luke Plant | fda7ac3490 | Fixed #15780 - Broken link in old release notes regarding CSRF upgrade Thanks to Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16023 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-09 18:47:59 +00:00 |  | 
			
				
					| 
							
							
								 Luke Plant | 8d4b414760 | Fixed #15757 - removed remaining instances of get_and_delete_messages Thanks to void for the report, and julien for the bulk of the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16022 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-07 22:01:23 +00:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | b7715b4ae6 | Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16021 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-06 11:19:37 +00:00 |  | 
			
				
					| 
							
							
								 Chris Beaven | 91e59aeca0 | Fixes #10786 -- Document that NullBooleanField should be used rather than BooleanField with null=True. Thanks sbj3 for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16020 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-06 10:33:32 +00:00 |  | 
			
				
					| 
							
							
								 Chris Beaven | ab9e596ca6 | Fixes #10754 - minor clarification to the post/pre_delete signal documentation git-svn-id: http://code.djangoproject.com/svn/django/trunk@16019 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-06 10:12:21 +00:00 |  | 
			
				
					| 
							
							
								 Chris Beaven | 4fa9646716 | Fixes #11596 -- Make paginator.Page iterable git-svn-id: http://code.djangoproject.com/svn/django/trunk@16018 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-06 09:40:26 +00:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | de5f07513b | Tweaked r16016: Removed a now superflous __init__ method in the Oracle GIS backend DatabaseOperations class. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16017 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-05 11:29:16 +00:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | 30b3d51599 | Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations classes take a connectionargument. Thanks calexium for the report.git-svn-id: http://code.djangoproject.com/svn/django/trunk@16016 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-05 00:19:17 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 71bf169ab1 | Fixed geodjango postgis/creation.py to use postgresql_psycopg2 instead of legacy postgresql module that was removed recently git-svn-id: http://code.djangoproject.com/svn/django/trunk@16015 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-04 15:43:56 +00:00 |  | 
			
				
					| 
							
							
								 Andrew Godwin | 4d3ab063b1 | Fixed #15613: Don't send content-length headers for non-regular files. Thanks to jaylett. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16014 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-04 12:39:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1c7a9a403a | Fixed #15738 -- Removed unnecessary line in contrib.contenttypes tests. Thanks, mitnk git-svn-id: http://code.djangoproject.com/svn/django/trunk@16013 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-04 03:42:46 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | fb55a1a77d | Fixed #15747 -- Removed deprecated contrib.gis.db.backend module. Thanks to jonash for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16012 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-03 23:50:12 +00:00 |  | 
			
				
					| 
							
							
								 Simon Meers | e301899392 | Fixed #15746. Clarified updated list_filter documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16010 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-03 23:08:48 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | fd309996df | Fixed #15704 -- Made cache tests more reusable by moving the backend path into a class attribute. Thanks for the patch, jonash git-svn-id: http://code.djangoproject.com/svn/django/trunk@16008 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 22:13:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 09b4a41aa7 | Fixed a comma splice in docs/faq/install.txt from [16004] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16007 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 21:49:39 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 21877c39b4 | Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMyles git-svn-id: http://code.djangoproject.com/svn/django/trunk@16006 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 21:46:28 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | eaf5554865 | Fixed grammar error in utils/functional.py from [15940] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16005 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 21:45:56 +00:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | cca232c234 | Updated the Python version requirements FAQ entry in the installation section. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16004 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 19:03:11 +00:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | ecdcf477f9 | Removed support code for deprecated module-based template loaders from debug view postmortem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16003 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 18:48:18 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 74f7ad32a5 | Fixed #15717 -- Updated databrowse to use class-based generic date views. Thanks to aaugustin for the report and draft patch git-svn-id: http://code.djangoproject.com/svn/django/trunk@16002 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:55:03 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | e6a5e41cdf | Added missing warnings import git-svn-id: http://code.djangoproject.com/svn/django/trunk@16001 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:46:09 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 29642fa76f | Refactored views regression tests to isolate generic views from the root URL space. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16000 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:27:40 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 3b94af8a84 | Modified some regression tests to make them independent of the default root urlconf. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15999 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:27:17 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | bcdbafc88a | Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs #15741 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15998 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:26:54 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 32517041bd | Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner git-svn-id: http://code.djangoproject.com/svn/django/trunk@15997 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:26:39 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 4749159d48 | Silenced a DeprecationWarning in formtools caused by testing the deprecated security_hash function git-svn-id: http://code.djangoproject.com/svn/django/trunk@15996 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 13:26:19 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 27efda5f5b | Corrected warning filter in test_client_regress git-svn-id: http://code.djangoproject.com/svn/django/trunk@15994 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:45:54 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 027e3b554c | More migrations to use RedirectView instead of redirect_to git-svn-id: http://code.djangoproject.com/svn/django/trunk@15993 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:45:38 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 62f37c69b0 | Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests git-svn-id: http://code.djangoproject.com/svn/django/trunk@15992 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:45:22 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | ae5f3e7418 | Updated to test_client_regress to use RedirectView instead of deprecated redirect_to. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15991 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:45:06 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 4c468800ee | Updates to the test suite to allow for newly deprecated and removed features git-svn-id: http://code.djangoproject.com/svn/django/trunk@15990 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:44:47 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 603884505f | Advanced deprecations for function-based generic views git-svn-id: http://code.djangoproject.com/svn/django/trunk@15989 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:44:04 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | d60ae0b721 | Removed deprecated 'no' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@15988 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:43:43 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 86ba75b090 | Advanced deprecations in django.utils.translation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15987 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:41:51 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 87508fbbf3 | Advanced deprecations in django.test. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15986 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:41:26 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 4d94c0cb38 | Advanced deprecations in django.template. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15985 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:41:03 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 1d4390b26b | Advanced deprecation on CompatCookie. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15984 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:40:38 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 8db51a70da | Removed deprecated en_format helper function. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:40:14 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | eea43f2458 | Removed deprecated XMLField. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15982 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:39:52 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 3eb4acf118 | Removed a usage of the depreacted SMTPConnection in test.utils. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15981 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:39:31 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 8911754555 | Deprecated the psycopg-based postgresql database backend. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:39:08 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | f9972bcf86 | Removed deprecated DB backend functions for creating m2m tables. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15979 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:38:25 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | af00f29ecb | Advanced deprecations in core.mail, core.commands, core.context_processors and core.handlers. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15978 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:37:53 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 576606a6f2 | Advanced deprecations in core.cache. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15977 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2011-04-02 08:37:15 +00:00 |  |