mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed import statement in admin_views test to work with Python 2.3.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -13,11 +13,10 @@ from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME | ||||
| from django.utils.html import escape | ||||
|  | ||||
| # local test models | ||||
| from models import (Article, BarAccount, CustomArticle, EmptyModel, | ||||
|                     ExternalSubscriber, FooAccount, Gallery, | ||||
|                     ModelWithStringPrimaryKey, Person, Persona, Picture, | ||||
|                     Podcast, Section, Subscriber, Vodcast, Language, | ||||
|                     Collector, Widget, Grommet, DooHickey, FancyDoodad, Whatsit) | ||||
| from models import Article, BarAccount, CustomArticle, EmptyModel, \ | ||||
|     ExternalSubscriber, FooAccount, Gallery, ModelWithStringPrimaryKey, \ | ||||
|     Person, Persona, Picture, Podcast, Section, Subscriber, Vodcast, \ | ||||
|     Language, Collector, Widget, Grommet, DooHickey, FancyDoodad, Whatsit | ||||
|  | ||||
| try: | ||||
|     set | ||||
|   | ||||
		Reference in New Issue
	
	Block a user