Jannis Leidel 
							
						 
					 
					
						
						
							
						
						823bac36db 
					 
					
						
						
							
							Fixed   #16246  -- Fixed GenericIPAddressField tests on PostgreSQL.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16395  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-13 20:15:13 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						bead688a3b 
					 
					
						
						
							
							Shortened some test model names that were introduced in r16366 to fix running tests on PostgreSQL.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16393  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-13 17:48:02 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						ce3c281090 
					 
					
						
						
							
							Fixed   #811  -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-11 13:48:24 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						4dac0883f0 
					 
					
						
						
							
							Made with statements added in [16348] compatible with Python 2.5.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16357  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-10 12:16:56 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						da0c7cd777 
					 
					
						
						
							
							Clean up unique validation tests to not use bare excepts and use assertRaises. Refs [16345].  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16348  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-09 19:35:44 +00:00 
						 
				 
			
				
					
						
							
							
								Andrew Godwin 
							
						 
					 
					
						
						
							
						
						865d684a8a 
					 
					
						
						
							
							Fixed   #8913  - Make "must be unique" error messages customisable. Thanks to Leah Culver.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16345  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-06-09 15:05:13 +00:00 
						 
				 
			
				
					
						
							
							
								Chris Beaven 
							
						 
					 
					
						
						
							
						
						21027a05c2 
					 
					
						
						
							
							Fixes   #15975  -- Test failure in model validation tests due to us now having  https://www.djangoproject.com  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@16163  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-05-05 23:11:03 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						f71384a52b 
					 
					
						
						
							
							Fixed   #15229  -- Improved URLValidator to accept ftp:// links. Thanks, codefisher and crayz_train  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@15847  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-16 03:38:34 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						afd040d4d3 
					 
					
						
						
							
							Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:  
						
						... 
						
						
						
						assert_ -> assertTrue
 assertEquals -> assertEqual
 failUnless -> assertTrue
For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations 
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-03-03 15:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								Ramiro Morales 
							
						 
					 
					
						
						
							
						
						730769d1af 
					 
					
						
						
							
							Fixed   #14951  -- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty.  
						
						... 
						
						
						
						Existing modelforms tests were extended to cover this case and an equivalent set of tests was added for the model functionality.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15167  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2011-01-09 13:26:39 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Gaynor 
							
						 
					 
					
						
						
							
						
						5506653b77 
					 
					
						
						
							
							Fixed   #5416  -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@14183  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-10-12 03:33:19 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						121d2e3678 
					 
					
						
						
							
							Fixed   #12991  -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-10-11 12:55:17 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						3d99526fc2 
					 
					
						
						
							
							Fix a couple of typos in test names and descriptions.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@13821  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-09-13 05:08:21 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						015d85aee6 
					 
					
						
						
							
							Fixed   #14102  -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@13598  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-08-17 07:07:28 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						47a822207f 
					 
					
						
						
							
							Fixed   #12881 : Corrected handling of inherited unique constraints. Thanks for report fgaudin.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12797  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-03-16 19:32:11 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						225c413b08 
					 
					
						
						
							
							Fixed   #12647 . Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12403  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-02-10 00:49:33 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						33b1036f6f 
					 
					
						
						
							
							Tweaked the validation test models to avoid tripping over the fact that Oracle doesn't like columns named 'number'.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12358  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-29 18:38:28 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						acc095c333 
					 
					
						
						
							
							Fixed   #12582 . Model validation on ForeignKeys now respects limit_choices_to. Thanks, Honza Král.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12271  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-21 03:26:14 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						a2a5602b19 
					 
					
						
						
							
							Fixed   #12560 . Changed validate_unique to stop checking null primary key values. Thanks, Honza Král.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12227  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-14 17:04:53 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						2f9853b2dc 
					 
					
						
						
							
							Fixed   #12512 . Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.  
						
						... 
						
						
						
						This reverts some admin and test changes from [12098] and also fixes  #12507 , #12520 , #12552  and #12553 .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 02:29:45 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						471596fc1a 
					 
					
						
						
							
							Merged soc2009/model-validation to trunk. Thanks, Honza!  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-05 03:56:19 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						788de6b5fd 
					 
					
						
						
							
							Fixed   #8206  -- Removed validate methods of Model and Model fields. They are are unsupported for 1.0 and will be replaced with more complete model validation (refs  #6845 ).  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@8348  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-08-14 15:37:43 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						b3b71a0922 
					 
					
						
						
							
							Fixed   #7560  -- Moved a lot of the value conversion preparation for  
						
						... 
						
						
						
						loading/saving interactions with the databases into django.db.backend. This
helps external db backend writers and removes a bunch of database-specific
if-tests in django.db.models.fields.
Great work from Leo Soto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8131  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-07-29 05:09:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						bc1f67a6de 
					 
					
						
						
							
							Replaced dict reprs in tests with explicit looks at each key. This should fix many spurious test failures on other VMs (first noticed on Jython).  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@7322  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2008-03-19 19:11:51 +00:00 
						 
				 
			
				
					
						
							
							
								Gary Wilson Jr 
							
						 
					 
					
						
						
							
						
						212ee65be7 
					 
					
						
						
							
							Fixed   #2101  -- Renamed maxlength argument to max_length for oldforms FormFields and db model Fields.  This is fully backwards compatible at the moment since the legacy maxlength argument is still supported.  Using maxlength will, however, issue a PendingDeprecationWarning when used.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@5803  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-08-05 05:14:46 +00:00 
						 
				 
			
				
					
						
							
							
								Malcolm Tredinnick 
							
						 
					 
					
						
						
							
						
						953badbea5 
					 
					
						
						
							
							Merged Unicode branch into trunk (r4952:5608). This should be fully  
						
						... 
						
						
						
						backwards compatible for all practical purposes.
Fixed  #2391 , #2489 , #2996 , #3322 , #3344 , #3370 , #3406 , #3432 , #3454 , #3492 , #3582 , #3690 , #3878 , #3891 , #3937 , #4039 , #4141 , #4227 , #4286 , #4291 , #4300 , #4452 , #4702 
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5609  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-07-04 12:11:04 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						189e7dd802 
					 
					
						
						
							
							Renumbered all the doctest examples so that they are ordered correctly on the doc pages.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@4796  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2007-03-23 20:17:04 +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 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						97b9ad73b4 
					 
					
						
						
							
							Refs  #2333  - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2006-08-27 13:59:47 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						a5b7c29816 
					 
					
						
						
							
							Changed all model unit tests to use __str__() instead of __repr__(). Also slightly changed related-object DoesNotExist exception message to use repr instead of str  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@3075  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2006-06-04 00:23:51 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						02fcfe6216 
					 
					
						
						
							
							Cleaned up numbering with model unit tests  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@3031  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2006-05-31 19:23:07 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						a846155118 
					 
					
						
						
							
							Small formatting changes to model unit tests to make them look better in the model examples online  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@3030  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2006-05-31 19:10:43 +00:00 
						 
				 
			
				
					
						
							
							
								Adrian Holovaty 
							
						 
					 
					
						
						
							
						
						f69cf70ed8 
					 
					
						
						
							
							MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read  http://code.djangoproject.com/wiki/RemovingTheMagic  for upgrade instructions.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2006-05-02 01:31:56 +00:00