| 
							
							
								 Malcolm Tredinnick | fa8a1d252a | Fixed #2845 -- Corrected a few spelling errors in the docs and changed a couple of correctly spelt words to their North American counterparts for
consistency. Thanks, treborhudson@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-29 02:30:42 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 7d5f6fe0f4 | Fixed ReST error in docs/tutorial04.txt. Thanks, Dave Abrahams git-svn-id: http://code.djangoproject.com/svn/django/trunk@3882 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 20:39:37 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 555ac9ca06 | Fixed a small typo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3881 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 11:38:19 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | db6688a454 | Added a note about not using ifequal and ifnotequal to compare against True, False, None, etc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3880 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 11:20:48 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c0127f015b | Folded BaseHandler.get_technical_error_response() into BaseHandler.get_response() to save the overhead of a function call, and because that logic didn't need to be abstracted. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3879 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 02:37:41 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f22cd4ec05 | Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_response() to save the overhead of a function call, and because that logic didn't need to be abstracted. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3878 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 02:34:48 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f638234932 | Removed ENABLE_PSYCO setting. If you still need to use this, write custom middleware that activates psyco for you. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3877 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 02:31:05 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | beeb719c12 | Folded django.core.handlers.modpython.populate_apache_request into ModPythonHandler.__call__() to save the overhead of a function call, and because that logic didn't need to be abstracted. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3876 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 02:07:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 15e7805ae4 | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest object) rather than a URL and the HttpRequest object, which is redundant git-svn-id: http://code.djangoproject.com/svn/django/trunk@3875 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-28 01:56:02 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 0cc1815170 | Fixed Python 2.3 compatibility problem in [3872]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3874 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-27 02:50:46 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a834f213bd | Fixed omission in [3872]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3873 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-27 02:47:19 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 6068f3e4cb | Reintroduced the changes from [3855] with more flexible handling of version strings. Refs #2188, #2827.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3872 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-27 02:42:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ad14446780 | Added 'Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5?' to the FAQ git-svn-id: http://code.djangoproject.com/svn/django/trunk@3871 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 21:57:46 +00:00 |  | 
			
				
					| 
							
							
								 Luke Plant | 8b216eb865 | Improved detection of whether a URL is internal or not for the purpose of broken link e-mails (referred links from images.google were being
misclassified).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3870 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 18:49:28 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 96f0b7bd21 | Fixed #2805 -- Removed some whitespace from the two sitemap XML templates. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3869 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 16:27:24 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a07aafe007 | Removed one more legacy bit from [3855]. Refs #2827. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3868 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 16:14:06 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 38d80f8894 | Fixed #2827 -- Reverted [3855] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3867 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 16:11:13 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b019331f44 | Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3866 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 16:00:52 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5e21888822 | Fixed #2744 -- Added 'Writing your own context processors' to docs/templates_python.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3865 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 15:38:44 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 2170110df9 | Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid usernames. Thanks for reporting, jmu git-svn-id: http://code.djangoproject.com/svn/django/trunk@3864 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 15:28:07 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 6b4eb8bb70 | Removed an unnecessary import from r3857. I'd forgotten that _() was put into the global namespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3863 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 13:59:10 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 875e7cb815 | Fixed #2099 -- Allow timezone tests to be ignored on Windows systems, due to lack of time.tzset(). Patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3862 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 13:38:19 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | f5b1da1960 | Added Tyson as contributor following help on #1816/#2243. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3861 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 13:23:12 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 1f8cc30f5f | Fixed #2748 -- Turned daily_cleanup.py into something that will run against the current version of Django.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3860 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 13:08:16 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | cb829267b8 | Corrected line that was somehow merged out prior to committing changeset [3858]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3859 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 12:55:44 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 0d19b2eaae | Refs #2243 -- Fixed manipulator handling of raw_id_admin m2m edit_inline fields. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3858 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 12:53:15 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | ae0bea8d50 | Fixed a problem with editing inline objects. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3857 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 12:49:49 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 876a3ed602 | Fixed #2587 -- Removed some escaping from the summary fields. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3856 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 11:58:56 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 4e76727fec | Fixed #2188 -- Raise an error when using long CharFields in combination with older MySQL versions. Thanks, Fraser Nevett <mail@nevett.org> .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3855 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 10:46:34 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 5371ee1743 | Fixed #2194 -- Tweaked error message for unique_together validator to display all verbose field names. Patch from dackze+django@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3854 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 10:19:40 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | e149c8bb87 | Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3853 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 10:08:03 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 9c0568e21e | Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3852 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 07:26:07 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a27f12f388 | Fixed #2265 -- Fixed problem with using iterators for "choices" attribute. Thanks, Alex Dedul.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3851 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 06:33:32 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | be053df693 | Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField form field. Converted the submitted data for the same field back into something
we can work with. Thanks, lerouxb@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3850 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 04:37:10 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 11416e4a54 | Fixed #2362 -- Corrected the way we retrieve an object so that it works for one-to-one fields.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3849 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 04:11:30 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 789f30258a | Fixed #2817 -- Fixed formatting problem in admin help string. Thanks, Maximillian Dornseif.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3848 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 03:46:33 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 9b034d2746 | Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3847 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 03:42:27 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 4ed82677be | Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type in the related model. Thanks, Joel Heenan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3846 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 02:58:36 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 1fc62f0fd6 | Fixed #2760 -- Fixed FloatField validator right (take two!) for negative float amounts.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3845 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 01:57:26 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 83501405c2 | Added '1' and '0' as allowed text input for BooleanFields. This was required to acommodate XML serializers when using MySQL. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3844 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-26 00:36:04 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 83613ad6de | Added the word 'static' to docs/apache_auth.txt for benefit of search engines. Thanks, Paul git-svn-id: http://code.djangoproject.com/svn/django/trunk@3842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 19:56:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 7cfe56524b | Proofread new django-admin 'adminmedia' option from [3811] and [3812] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3841 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:50:36 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f32318be98 | Proofread changes to docs/serialization.txt from [3795] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3840 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:44:07 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8920f65acd | Formatting change to docs/forms.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@3839 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:43:13 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a0b78df2bb | Proofread changes to docs/forms.txt from [3792] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3838 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:42:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 321a59a36a | Small improvements to profanities-to-settings move from [3784] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3837 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:38:35 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 61a1a1864d | Negligible spacing fix to docs/model-api.txt from [3781] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3836 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:34:54 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 227626dcd0 | Fixed typos and improved documentation for permission_required decorator addition from [3779] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:33:17 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 33a9a8f21a | Altered [3778] change to match our coding/text style (django.middleware.common) git-svn-id: http://code.djangoproject.com/svn/django/trunk@3834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:25:39 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 40aa0ca875 | Proofread changes to docs/contributing.txt from [3771] git-svn-id: http://code.djangoproject.com/svn/django/trunk@3833 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 17:22:59 +00:00 |  |