Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						0e683f6da4 
					 
					
						
						
							
							Fixed   #1240 : added better support for different names for "python" to django_bash_completion. Thanks, paolo.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4646  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-28 15:39:53 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						4477f50f0b 
					 
					
						
						
							
							Added a "depth" argument to select_related() to control how many "levels" of relations select_related() is willing to follow (refs  #3275 ).  
						
						... 
						
						
						
						Also added unit tests for select_related().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4645  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-28 15:24:05 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						9c67c1dd8d 
					 
					
						
						
							
							FIxed   #1984  -- Updated Italian translation. Thanks Nicola Larosa.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4644  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-28 09:32:44 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						6ca7930dd4 
					 
					
						
						
							
							Fixed   #2779 : added a copy() method to MergeDict, along with some new tests for django.utils.datastructures. Thanks, Chris McAvoy.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4640  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-28 00:35:50 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						19e0bf1d44 
					 
					
						
						
							
							Fixed   #3465 : template variable lookups like {{ foobar.13 }} now (correctly) fail silently on unsubscriptable objects. Thanks, Gary Wilson.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4639  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 20:25:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						9c2c03a974 
					 
					
						
						
							
							Fixed   #3598 : Added a note about the precedence of  URL matches versus extra kwargs in URL patterns. Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4638  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 20:11:26 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						b97636944d 
					 
					
						
						
							
							Fixed   #2565 : added a note about the laziness of querysets in tutorial 4. Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4637  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 04:27:47 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						a419079347 
					 
					
						
						
							
							Fixed   #2264 : the docs now mention that delete() cascades. Thanks, Ubernostrum  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4636  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 03:48:49 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						6dfd32d4e8 
					 
					
						
						
							
							Fixed   #3590  -- Updated Spanish translations. Combined work from Marc Fargas,  
						
						... 
						
						
						
						Mario Gonzales and Jorge Gajon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4635  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 01:25:54 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						b497bba1b5 
					 
					
						
						
							
							FIxed   #3577  -- Updated Swedish translations. Thanks, Ludvig Ericson.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4634  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 01:23:53 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						ee9deca371 
					 
					
						
						
							
							Fixed   #3039 : corrected example code in authentication.txt. Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4633  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 00:16:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						21860fe23a 
					 
					
						
						
							
							Removed two vestigal URLconfs that refer to Ellington or to non-existant views.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4632  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 00:15:11 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						8930f3d027 
					 
					
						
						
							
							Fixed   #3589 : settings templates and default settings now mention psycopg2 instead of psycopg1. Thanks (again), Mark Fargas.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4631  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-27 00:02:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						a8ed2b4d58 
					 
					
						
						
							
							Fixed   #3325 : Added docs/distributions.txt, a guide to packaged versions of Django in Debian/Fedora/etc.  Thanks to Marc Fargas and Ubernostrum for the patches.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4629  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 23:23:01 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						516aa4436c 
					 
					
						
						
							
							Fixed   #2490 : Added a polite note to runtests.py about setting DJANGO_SETTINGS_MODULE or --settings.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4628  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 22:34:56 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						b581d73222 
					 
					
						
						
							
							Fixed   #834 : Added documentation of the built-in authentication views. Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4627  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 22:19:03 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						b21fd1e451 
					 
					
						
						
							
							Small cleanup of docs/model-api.txt change from [4625]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4626  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:52:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						96604fdf8f 
					 
					
						
						
							
							Fixed   #3455 : added documentation of Model.get_FIELD_display(). Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4625  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:40:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						9f1bf4659b 
					 
					
						
						
							
							Fixed   #3364 : Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4624  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:39:09 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						3e9c41d03b 
					 
					
						
						
							
							Fixed   #3319 : Added docs to django-admin.txt about reset and runfcgi. Thanks, Ubernostrum.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4623  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:36:14 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						7b2c6984cd 
					 
					
						
						
							
							Improved error e-mail docs in docs/settings.txt from [4619]  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4622  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:33:04 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						36a514f818 
					 
					
						
						
							
							Fixed   #3279 : Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc Fargas.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4621  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:25:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						702273d77b 
					 
					
						
						
							
							Fixed   #3195 : added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. Thanks, cmgreen@uab.edu  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4620  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:22:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						e7fb31624a 
					 
					
						
						
							
							Fixed   #3135 : added some more explanation about how the various error email settings work together.  Thanks, Simon G.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4619  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 21:18:31 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						b9522d0a52 
					 
					
						
						
							
							Fixed   #2592 : Added a warning to tutorial 1 about not naming your project "site" or "django" or anything else similarly boneheaded.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4618  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 20:51:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						f3cc581f3a 
					 
					
						
						
							
							Fixed   #2828 , a TypeError when deleting objects with m2m relations to self.  Thanks, Brian Beck.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4616  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 19:12:31 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						cb1ff2af35 
					 
					
						
						
							
							Fixed another Python 2.3 bug (this one on django.http.parse_file_upload). I think there's one left.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4615  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 18:52:15 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						2cd6db682f 
					 
					
						
						
							
							Fixed a few Python2.3-related bugs in the tests (see  #3396 ). A few more left, though.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4614  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 18:50:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						18ecf9dc85 
					 
					
						
						
							
							Modified the test from [4609] to use a FileField instead of an ImageField (so that you don't have to have PIL installed to run the unit tests).  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4613  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 17:50:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						9368f67b2b 
					 
					
						
						
							
							Added a comment to the 404/500 views so that people with DEBUG=False and no 404/500 template will get a clue about which template to create.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4612  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 17:43:41 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						9da791aa6b 
					 
					
						
						
							
							Fixed   #3581 , a small typo in OneToOneField.formfield(). Thanks, Andrew Sutherland.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4611  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 17:38:55 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						51f39d59bd 
					 
					
						
						
							
							Fixed   #3390 : the serializer can now contain forward references. Thanks, Russ.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4610  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 17:33:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						a30e3fca48 
					 
					
						
						
							
							Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This  fixes   #639 ,  #572 , and likely others I don't know of.  
						
						... 
						
						
						
						This may be slightly backwards-incompatible: if you've been relying on the multiple-save behavior (why?), then you'll no longer see that happen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4609  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 17:17:11 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						f313e07b6e 
					 
					
						
						
							
							Fixed   #3253  -- Exposed the number of failed tests as a return code in manage.py and runtests.py.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4608  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 12:52:01 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						c27ba0b209 
					 
					
						
						
							
							Fixed   #2363  -- Fixed subclass checking in ModelBase to allow for mixin  
						
						... 
						
						
						
						superclasses. Thanks phil.h.smith@gmail.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4607  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 09:06:23 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						83da190e40 
					 
					
						
						
							
							Fixed   #3565  -- Updated Spanish translation. Thanks, agarfu@gmail.com and Mario  
						
						... 
						
						
						
						Gonzalez.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4606  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:54:26 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						14f04b3d3b 
					 
					
						
						
							
							Fixed   #3555  -- Updated Swedish (sv) translation. Thanks to Ludvig Ericson.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4605  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:48:46 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						b3a67b26f5 
					 
					
						
						
							
							Fixed   #3573  -- Updated Argentinean Spanish (es_AR) translation files. Thanks  
						
						... 
						
						
						
						Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4604  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:35:48 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						24eae6d6bb 
					 
					
						
						
							
							Fixed   #3562  -- Updated Macedonian (mk) translations. Thanks to Georgi  
						
						... 
						
						
						
						Stanojevski.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4603  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:32:59 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						5316a95dea 
					 
					
						
						
							
							Fixed   #3561  -- Updated German (de) translations. Thanks to Dirk Eschler.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4602  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:30:14 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						91ad769d92 
					 
					
						
						
							
							Fixed   #3535  -- Updated Serbian (sr) translations. Thanks Petar Marić and Nesh.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4601  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:26:58 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						b1fbfb3f61 
					 
					
						
						
							
							Fixed   #3251  -- Added Kannada (kn) translations. Thanks to the volunteers from  
						
						... 
						
						
						
						http://dev.sampada.net/ .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4600  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
					
						2007-02-26 08:23:33 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						e7d468ef31 
					 
					
						
						
							
							Fixed   #3517  -- Updated Slovenian translation. Thanks, Jure Cuhalev.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4599  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 08:18:58 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						670ea04e47 
					 
					
						
						
							
							Cleaned up comments from [4597] to be a bit more clear.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4598  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 06:21:24 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						90acc8ff7e 
					 
					
						
						
							
							Fixed   #3438 : improved the speed of Model.__init__ (about 1/3 faster, it appears). Thanks (a lot!) to Brian Harring.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4597  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 06:16:19 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						abf79841fe 
					 
					
						
						
							
							Fixed   #3397 : You can now order by non-DB fields in the admin by telling Django which field to actually order by. Thanks, marcink@elksoft.pl  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4596  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 05:37:24 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						3d164ab04f 
					 
					
						
						
							
							D'oh, fixed broken ReST in last commit.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4595  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 05:16:52 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						d7d73c9fac 
					 
					
						
						
							
							Fixed   #3354 : added a message to tutorial 1 about where to go for help. Thanks to Marc Fargas for the original patch, but I ended up going with a somewhat softer wording just to be double-plus-ultra-sure not to turn anyone off.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4594  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 05:15:52 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						ffb62e0c02 
					 
					
						
						
							
							Fixed   #3249 : small doc fix to pagination documentation.  Thanks, Nikolaus Schlemm.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4593  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 05:07:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						6bd07383c0 
					 
					
						
						
							
							Fixed   #3172 : Model.validate() no longer raises TypeErrors on empty Date*Fields. Thanks, floguy@gmail.com.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4592  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-02-26 05:07:12 +00:00