| 
							
							
								 Malcolm Tredinnick | ba22f55aa2 | Fixed #1928 -- Correctly create foreign key references when there are multiple keys on multiple models. Based on a patch from Geert Vanderkelen and some
diagnosis from hornero.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3182 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-21 03:39:47 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 0e92f70602 | Fixed runtests.py problem from [3177] where it assumed you were running the tests from within the tests directory git-svn-id: http://code.djangoproject.com/svn/django/trunk@3181 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 14:27:44 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5f47161831 | Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql git-svn-id: http://code.djangoproject.com/svn/django/trunk@3180 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 14:11:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | dc4f726df9 | Fixed #688 -- Changed default 404 and 500 views to use RequestContext git-svn-id: http://code.djangoproject.com/svn/django/trunk@3179 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 14:07:48 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 92571b0d48 | Fixed #2119 -- fixed problems with splitting SQL statements into separate statements. Uses a patch from eaw@woudy.org and some contributions from
jpellerin@gmail.com. Also fixes #2034 and #1935.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3178 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 08:00:44 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 3e97535907 | Fixed #2161 -- handle trailing newlines in initial SQL data. Includes regression test. Thanks to russellm.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3177 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 07:12:45 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a513fcb455 | Added regressions tests to ensure that one-to-one and many-to-many fields continue to interact properly. Refs #1064. Refs #1506.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3176 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 05:29:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 76448d0c4b | Added draft of docs/fastcgi.txt. Haven't finished editing this yet. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3175 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 05:25:02 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 32228d2031 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3174 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 05:24:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a4b11826a7 | Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.get_for_model() to use get_or_create() git-svn-id: http://code.djangoproject.com/svn/django/trunk@3173 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:47:07 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | fb1c01b103 | Fixed #1802 -- Fixed database integrity error when creating permission objects after renaming a model git-svn-id: http://code.djangoproject.com/svn/django/trunk@3172 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:44:27 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 37addba352 | Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase git-svn-id: http://code.djangoproject.com/svn/django/trunk@3171 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:34:13 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b93de6a2cb | Fixed bad formatting in 'lookup' model tests from [3157] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3170 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:16:11 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f67b629ada | Fixed comma splice in auth.User model docstring git-svn-id: http://code.djangoproject.com/svn/django/trunk@3169 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:14:10 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f2aab5b913 | Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks, Armin Ronacher git-svn-id: http://code.djangoproject.com/svn/django/trunk@3168 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:12:27 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | b2e5c4ef02 | Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks akaihola.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3167 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:07:32 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 7aec348677 | Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirect to percent-encode non-ASCII characters in the Location header. Thanks, Andrey git-svn-id: http://code.djangoproject.com/svn/django/trunk@3166 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 04:06:16 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 6b730e1e92 | Fixed #2102 -- Template system 'for' loops now support generators. Thanks, dbm-django@mclachlan.com.au git-svn-id: http://code.djangoproject.com/svn/django/trunk@3165 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:58:16 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 136752ca9a | Added 'method' attribute to HttpRequest objects git-svn-id: http://code.djangoproject.com/svn/django/trunk@3164 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:48:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a09682fd63 | Fixed #2185 -- Changed django.views.decorators.http.require_http_methods decorator to use HttpResponseNotAllowed instead of HttpResponseForbidden git-svn-id: http://code.djangoproject.com/svn/django/trunk@3163 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:17:57 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 551a0272e6 | Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_related behind the scenes to avoid multiple queries. Thanks, konrad@gwu.edu git-svn-id: http://code.djangoproject.com/svn/django/trunk@3162 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:08:48 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 496d651546 | Fixed #2190 -- Now allowing NullBooleanField to be given None git-svn-id: http://code.djangoproject.com/svn/django/trunk@3161 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:06:14 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 15cbc67ea2 | Fixed #2195 -- Fixed spelling error in generic_relations model test. Other errors were fixed earlier today. Thanks, Tom Tobin git-svn-id: http://code.djangoproject.com/svn/django/trunk@3160 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 03:03:43 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b10149b08a | Fixed ReST error in [3158]. I think. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3159 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 02:57:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5bd6b322a9 | Added 'Why is Django leaking memory?' to docs/faq.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3158 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 02:52:15 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a8a133cc6c | Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work properly with keyword arguments. Patch from tom@jerakeen.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3157 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-20 02:17:14 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ed6d7285dd | Fixed some small typos in generic_relations model tests git-svn-id: http://code.djangoproject.com/svn/django/trunk@3156 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 20:19:01 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 1a1b1aa5db | fixed #2172: updated russian translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3151 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 13:48:11 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 9496c2be83 | fixed #2180: updated polish translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3150 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 13:45:58 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 3213f84e59 | fixed #2165: updated hebrew translations git-svn-id: http://code.djangoproject.com/svn/django/trunk@3149 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 13:45:04 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 2da4c4111e | Fixed #1856 -- install content-type entries and auth permissions for models regardless of the presence of an inner Admin class. Patch from Mathew
Flanagan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3148 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 12:50:53 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | c6dc7089a1 | Refs #1834 -- Documented include_admin_script tag in admin interface. Thanks to Matias Hermanrud Fjeld.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3147 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 12:35:38 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 271083cf7c | Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True. Thanks to Adam Endicott for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3146 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 12:30:43 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 1fc3b3229a | Fixed #1683 -- Permit initialising models using settable properties as well as field names.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3145 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 02:34:32 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 214d88ce86 | Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3144 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 02:04:37 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a93b1f7ac3 | Fixed #1473 -- Added support for categories back into syndication feeds (was accidently removed in r1994). Thanks, k.shaposhnikov@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3143 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 01:38:06 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | c0ea3284d7 | Fixed #1088 - Correctly detect when a float with too many digits before the decimal point is passed in.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3142 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-19 01:09:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c256dcd04b | Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@3141 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-18 17:33:02 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c8f1d0a84e | Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registration/password_reset_email.html. Thanks, md@hudora.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3140 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-18 17:32:15 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b7d5bc6ecc | Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. Thanks, paolo and asmodai git-svn-id: http://code.djangoproject.com/svn/django/trunk@3139 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-18 17:29:59 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 75a8a32f86 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3138 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-18 04:12:55 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 4540a85dda | Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model's database tables, not the older piped combination that used to be required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3137 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-17 02:32:50 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | d599052a15 | Added AllValuesFilterSpec to admin changelist filters, which lets you put any arbitrary field in Admin.list_filter. To determine the list of all available choices, Django does a SELECT DISTINCT. Note this is backwards-incompatible for people who have defined and registered their own FilterSpecs, because each FilterSpec now takes a 'model' parameter. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3136 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-16 19:42:06 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 72307a6eee | Fixed typo in docstring in db/transaction.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@3135 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-16 19:35:57 +00:00 |  | 
			
				
					| 
							
							
								 Jacob Kaplan-Moss | bca5327b21 | Added generic foreign key support to Django.  Much thanks to Ian Holsman and Luke Plant -- most of this code is theirs.  Documentation is to follow; for now
see the example/unit test.  Fixes #529.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3134 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-16 19:18:30 +00:00 |  | 
			
				
					| 
							
							
								 Jacob Kaplan-Moss | 174e334d92 | Test harness actually now installs contrib apps so they can be used in tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3133 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-16 18:58:45 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | cc56d65c6e | Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands to the database. Thanks Paolo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3132 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-16 13:37:26 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 062bae3bb3 | Fixed the detection of when a custom manager is required because an 'objects' field already exists.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3131 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-15 14:05:33 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 28e643743f | Fixed #2164 -- Create correct SQL when pk column name is not the same as the attribute name. Thanks, Russell Cloran.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3130 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-15 11:28:28 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8938d5eeb3 | Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html template git-svn-id: http://code.djangoproject.com/svn/django/trunk@3129 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-06-14 14:56:19 +00:00 |  |