| 
							
							
								 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 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 205cb040d4 | Removed some stray debug that was accidentally left in r3830. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3831 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 14:17:51 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 175337605d | Fixes #1816, #2243 -- Removed a stale remnant of pre-magic removal code in manipulators that modify m2m object that are edited inline. Thanks to dolemite@wuli.nu and coconutstudio@yahoo.com for the original reports, Tyson Tate for a clean test case, and Jay Parlar for helping out with a solution. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3830 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 14:06:14 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | a64cb2e4a6 | some more new translation strings for german translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3829 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:57:36 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 182b5c5b5c | fixed #2731: updated password change form to allow translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:53:41 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 0d24c93b34 | fixed #2812: updated simplified chinese translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3827 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:50:26 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 0c41869e6c | Made ` pk` a generic expansion for the primary key, rather than just an expansion for __id__exact.git-svn-id: http://code.djangoproject.com/svn/django/trunk@3826 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:49:01 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | f6ec6d24ab | fixed #2808: updated danish translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3825 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:48:41 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | fda8593f4e | updated german translation to new strings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3824 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:47:32 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 845cc95caa | updated english basic translation file (for two new date formats) git-svn-id: http://code.djangoproject.com/svn/django/trunk@3823 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:38:09 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 9194038121 | fixed #2623: added new turkish translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@3822 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 13:30:16 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 6dacb3d10b | Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows vs. Unix vs. Mac). Thanks, Simon Greenhill.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3821 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 07:36:46 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | f1c63992f7 | Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more robust in the face of bad input, since they are needed for error handling.
Based on a patch from md@hudora.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3820 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 07:25:12 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 5b490bba93 | Fixed #2771 -- Tweaked Django's doctest module so that it also works with Python 2.5. Thanks, ymasuda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3819 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 02:33:28 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | b4e5a96ccc | Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard module (as well as pysqlite2 for earlier Python versions). Patch from
ymasuda[at]ethercube.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3818 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-25 01:53:34 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | e2664759e6 | Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian Dornseif.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3817 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 12:22:59 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | e0cec60a14 | Fixed #2727 -- Fixed problem with serialising error messages from validation. Thanks, Ivan Saglaev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3816 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 12:16:15 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | a6a4e9b244 | Fixed #2674 -- Added stricter date validation so that things like 2006-11-31 are caught. Thanks, Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3815 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 12:09:32 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | b05e5501a4 | Fixed #2677 -- Removed the need to import sre and hence avoid a DeprecationWarning. Thanks, Tom Tobin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3814 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 11:44:04 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 8f7ab8efed | Avoid displaying the profanities list in the debug output. Makes it a bit more "safe for work".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3813 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 10:30:15 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 14993ece48 | Documented the change in r3811. Refs #2600. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3812 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 08:22:52 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | ff47dc6ba0 | Fixed #2600 -- Added an option to allow serving admin media from a custom path with dev server. Thanks, adurdin@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3811 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-24 08:17:47 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 35a13d4b6b | Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict. Thanks, Ned Batchelder.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3808 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-23 13:55:04 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 28fad23a3f | A corrected version of r3805. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3807 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-23 13:53:02 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 12273fa947 | Reverting r3805 whilst I track down a potential problem with it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3806 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-23 13:04:37 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 6a12d767d4 | Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI. Thanks Jeong-Min Lee.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3805 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-23 12:41:19 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 00734bca7e | Fixed #2599 -- Fixed rendering problem in comma-separated integer fields. Thanks, Christopher Lenz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3804 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-09-23 12:11:37 +00:00 |  |