Jannis Leidel 
							
						 
					 
					
						
						
							
						
						3df1a16c79 
					 
					
						
						
							
							Fixed   #12564  - Use locale-aware date format in admin object history overview  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12280  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-23 17:07:38 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Rosner 
							
						 
					 
					
						
						
							
						
						4d81874f9d 
					 
					
						
						
							
							ModelAdmin.fields wasn't able to refer to fields only on a custom form  
						
						... 
						
						
						
						Regressed in r11737 which used get_field instead of opts.get_field and ignoring
fields not found.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12279  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-23 16:44:42 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						dbad025637 
					 
					
						
						
							
							Fixed   #12668  -- Corrected some typos in the multi-db docs. Thanks to mattimustang for the eagle eyes.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12278  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-23 04:32:34 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						c1584383fa 
					 
					
						
						
							
							Fixed   #12664  -- Fixed GenericRelation.m2m_reverse_name to return the correct pk column name.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12276  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-22 18:39:48 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						5ec44450df 
					 
					
						
						
							
							Modified GeoManager.get_query_set to reflect changes made for database routing in r12272.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12275  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-22 18:30:23 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						f114fbecc2 
					 
					
						
						
							
							Fixed   #12659  -- Return a more meaningful KeyError message when ContextList lookups fail. Thanks to rodriguealcazar for the suggestion.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12274  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-22 15:31:14 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						7ca9d9306c 
					 
					
						
						
							
							Fixed   #10314  -- Added a message prefix argument to Django's test assertions. Thanks to Wes Winham for the original suggestion, and Chistian Oudard for the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12273  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-22 15:02:02 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						1b3dc8ad9a 
					 
					
						
						
							
							Fixed   #12540 ,  #12541  -- Added database routers, allowing for configurable database use behavior in a multi-db setup, and improved error checking for cross-database joins.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12272  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-22 14:30:06 +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 
							
						 
					 
					
						
						
							
						
						86f283d4ca 
					 
					
						
						
							
							Fixed   #12590 . Changed an expression in the validators tests to work correctly with python 2.4. Thanks, ramiro.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12270  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-21 03:02:13 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						408d431029 
					 
					
						
						
							
							Fixed   #12596 . Calling super from a ModelForm's clean method is once again optional. Failing to call super only skips unique validation as documented. Thanks for the initial patch and tests, carljm.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12269  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-21 02:28:03 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						856a39e841 
					 
					
						
						
							
							Fixed   #12577 . Reverted some changes from [12098] since [12206] made them unneccessary. Also, added a test for using generic inlines with unique_together. Thanks for the report, Raffaele Salmaso.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12268  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-21 01:40:21 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						63c5e6621a 
					 
					
						
						
							
							Various fixes/improvements to the the extras/csrf_migration_helper.py script  
						
						... 
						
						
						
						- Fixed various bugs/oddities with command line parsing
- Find 'include' tags that use single quotes
- Fixed for new style TEMPLATE_LOADERS setting
- Don't silently ignore non-existent paths
- Removed Python-2.3-ism
- Removed an unnecessary loop
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12267  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-20 14:18:13 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						1af45dc7bc 
					 
					
						
						
							
							Fixed   #12649  - more helpful Unicode exceptions for CSRF migration helper script  
						
						... 
						
						
						
						Thanks akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12266  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-20 12:54:19 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						5cd4c3e559 
					 
					
						
						
							
							Fixed   #12644  - Allow overriding the admin user creation form based on r12216. Thanks, minmax.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12265  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-19 22:19:26 +00:00 
						 
				 
			
				
					
						
							
							
								Ian Kelly 
							
						 
					 
					
						
						
							
						
						fb5f8d7b14 
					 
					
						
						
							
							Fixed an Oracle test failure introduced in [12226].  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12264  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-19 18:09:03 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						b3e1162ca5 
					 
					
						
						
							
							Fixed   #12633  -- Modified some old m2m attribute use in deprecated m2m table creation methods. Also added PendingDeprecation warnings to those methods. Thanks to Alex for the suggestion, and Ramiro for the report and fix.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12262  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-19 01:25:30 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						e2d094b8fb 
					 
					
						
						
							
							Fixed   #12640  -- Corrected a regression in test suite construction order introduced by  #12255 . Also updated the docs to reflect what the test code has always done. Thanks to Ramiro Morales for the report and patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12261  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-19 01:14:02 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						9aba6f807e 
					 
					
						
						
							
							Fixed   #12638  -- Minor documentation cleanups around the new class-based test runners. Thanks to Ramiro Morales for the patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12260  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 23:53:08 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						be26f1ace4 
					 
					
						
						
							
							Updated the docs around test runners to encourage the use of **kwargs in the test runner constructor.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12259  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 23:49:20 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						6b659270d6 
					 
					
						
						
							
							Fixed problems associated with the GeometryField SRID cache: it is now keyed by the connection alias rather than the spatial backend name (e.g., spatial_ref_sys tables may have different entries, even if backend is the same), explicitly pass in connection alias to SpatialRefSys query to ensure correct entry is retrieved, and removed unused code from GeometryField.get_distance.  Thanks, Josh Livni, for the bug report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12258  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 21:49:13 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						a1fbc0dc36 
					 
					
						
						
							
							Fixed   #12637  -- GeoDjango's inspectdb command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before).  This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original inspectdb.Command class to enable reuse.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12257  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 21:02:47 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						58440c0b66 
					 
					
						
						
							
							Fixed typo in docs - supports_objects_permissions should be supports_object_permissions  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12256  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 20:51:29 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						53b61d9c02 
					 
					
						
						
							
							Fixed   #12624  -- Modified test runners to be class based.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12255  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 15:11:01 +00:00 
						 
				 
			
				
					
						
							
							
								Karen Tracey 
							
						 
					 
					
						
						
							
						
						34e420184c 
					 
					
						
						
							
							Fixed bad indentation in contenttypes code example so that cut and paste from doc will work.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12253  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-18 13:00:22 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						235bf7f1f7 
					 
					
						
						
							
							Fixed test introduced in r12044 to actually test the issue.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12249  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-17 22:49:27 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						d033dfd894 
					 
					
						
						
							
							Added a few more versionadded directives to the documentation.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12248  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-17 22:29:50 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						2187fa3ea4 
					 
					
						
						
							
							Added versionchanged directive to docs introduced in r12139.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12247  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-17 22:29:30 +00:00 
						 
				 
			
				
					
						
							
							
								Jacob Kaplan-Moss 
							
						 
					 
					
						
						
							
						
						5bc344ceca 
					 
					
						
						
							
							Fixed a form test from [12211] that didn't clean up after itself. Thanks, Alex Gaynor.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12232  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-16 22:45:39 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						2e9518bb39 
					 
					
						
						
							
							Created a 'DB optimization' topic, with cross-refs to relevant sections.  
						
						... 
						
						
						
						Also fixed  #10291 , which was related, and cleaned up some inconsistent doc labels.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12229  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-16 03:13:16 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						19fad16414 
					 
					
						
						
							
							Fixed   #12591  -- Renamed add_postgis_srs to add_srs_entry (keeping backwards-compatible alias), added database keyword for multi-db, removed deprecated SpatialBackend references; no longer use get_or_create and look for existing entry based on SRID value.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12228  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-14 17:43:46 +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 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						2b2db12032 
					 
					
						
						
							
							Fixed   #12386  -- Corrected the column names produced for autogenerated m2m tables when the related table is specified as a dot-separated string. Thanks to ldevesine for the report and simonb for the extra test case.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12226  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-14 14:55:36 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						373076a3cc 
					 
					
						
						
							
							Fixed   #12606  - Removed stray print statement. Thanks, Sean Brant.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12225  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-14 11:12:24 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						0ca28f3926 
					 
					
						
						
							
							Fixed   #12603  -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12224  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-13 23:54:07 +00:00 
						 
				 
			
				
					
						
							
							
								Russell Keith-Magee 
							
						 
					 
					
						
						
							
						
						6afd505b5b 
					 
					
						
						
							
							Fixed   #5390  -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12223  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-13 11:07:16 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						f56f6e9405 
					 
					
						
						
							
							Fixed   #9326  - Use decorator syntax in get_absolute_url example. Thanks, timo.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12222  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:37:07 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						9614b0190f 
					 
					
						
						
							
							Fixed   #11794  - Typo in model manager documentation. Thanks, timo.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12221  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:36:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						e752d4984a 
					 
					
						
						
							
							Fixed   #12496  - Added code examples to built-in filter documentation. Thanks, Arthur Koziel.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12220  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:36:19 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						f4998574d3 
					 
					
						
						
							
							Fixed   #11796  - Tweaked ordering of permissions a little more to be even nicer.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12219  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:35:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						c4470e5ced 
					 
					
						
						
							
							Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12218  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:35:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						a205691979 
					 
					
						
						
							
							Fixed   #8933  - Allow more admin templates to be overridden.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12217  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:34:46 +00:00 
						 
				 
			
				
					
						
							
							
								Jannis Leidel 
							
						 
					 
					
						
						
							
						
						31f3a8c1ad 
					 
					
						
						
							
							Fixed   #10640  - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12216  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 23:34:03 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						09b585e4bb 
					 
					
						
						
							
							Fixed   #12588  - test failure since r12207  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12215  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 22:03:00 +00:00 
						 
				 
			
				
					
						
							
							
								Justin Bronn 
							
						 
					 
					
						
						
							
						
						32e0117abb 
					 
					
						
						
							
							Fixed   #10923  -- The GEOS bindings now use the thread-safe API, when applicable.  Thanks, Tuure Laurinolli, for assistance in developing this patch.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12214  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 18:40:54 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						418bfa2819 
					 
					
						
						
							
							Fixed   #12516 . Added the new location of email_re to the release notes. This regex is undocumented, so we're not putting in an import for backwards compatibility.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12213  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 14:58:47 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						379ffbc1da 
					 
					
						
						
							
							Fixed   #12525 . Added a note to the validators doucmentation that models will not automatically run validators when saved, and a link to the ModelForm docs.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12212  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 14:58:34 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						223b2721aa 
					 
					
						
						
							
							Fixed   #12510 . Changed ModelChoiceField to stop using some of its superclasses implementation. This could cause more than one query when generating choices. Thanks, Petr Marhoun and Honza Kral.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12211  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 14:58:24 +00:00 
						 
				 
			
				
					
						
							
							
								Luke Plant 
							
						 
					 
					
						
						
							
						
						eb2cbb6db1 
					 
					
						
						
							
							Fixed some bad indentation  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12210  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 14:26:17 +00:00 
						 
				 
			
				
					
						
							
							
								Joseph Kocherhans 
							
						 
					 
					
						
						
							
						
						c4ad3dede1 
					 
					
						
						
							
							Fixed   #12586 . Corrected a typo in the validation docs. Thanks, phyfus.  
						
						... 
						
						
						
						git-svn-id: http://code.djangoproject.com/svn/django/trunk@12209  bcc190cf-cafb-0310-a4f2-bffc1f526a37 
						
						
					 
					
						2010-01-12 14:04:04 +00:00