Uprava razeni reseni
This commit is contained in:
		
							parent
							
								
									e9a85083df
								
							
						
					
					
						commit
						d755295b74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -408,7 +408,7 @@ class Reseni(SeminarModelBase): | |||
|         db_table = 'seminar_reseni' | ||||
|         verbose_name = u'Řešení' | ||||
|         verbose_name_plural = u'Řešení' | ||||
|         ordering = ['problem_id', 'resitel_id'] | ||||
|         ordering = ['problem_id', 'resitel__prijmeni', 'resitel__jmeno',] | ||||
| 
 | ||||
|     # Interní ID | ||||
|     id = models.AutoField(primary_key = True) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Tomas Gavenciak
						Tomas Gavenciak