mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Removed an errant ipdb import from commit 9777442
				
					
				
			This commit is contained in:
		| @@ -312,11 +312,7 @@ class QuerySet(object): | |||||||
|                 if skip: |                 if skip: | ||||||
|                     obj = model_cls(**dict(zip(init_list, row_data))) |                     obj = model_cls(**dict(zip(init_list, row_data))) | ||||||
|                 else: |                 else: | ||||||
|                     try: |  | ||||||
|                     obj = model(*row_data) |                     obj = model(*row_data) | ||||||
|                     except IndexError: |  | ||||||
|                         import ipdb; ipdb.set_trace() |  | ||||||
|                         pass |  | ||||||
|  |  | ||||||
|                 # Store the source database of the object |                 # Store the source database of the object | ||||||
|                 obj._state.db = db |                 obj._state.db = db | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user