Merge branch 'data_migrations' of gimli.ms.mff.cuni.cz:/akce/mam/git/mamweb into data_migrations
This commit is contained in:
		
						commit
						5aede17657
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -57,8 +57,8 @@ def spoj_k_organizatorum_osoby(apps, scema_editor): | |||
| 				osoba.jmeno = user.first_name | ||||
| 				osoba.prijmeni = user.last_name | ||||
| 				osoba.email = user.email | ||||
| 				user.jmeno += " (Uživatel!)" | ||||
| 				user.prijmeni += " (Uživatel!)" | ||||
| 				user.first_name += " (Uživatel!)" | ||||
| 				user.last_name += " (Uživatel!)" | ||||
| 				osoba.datum_registrace = min(osoba.datum_registrace, user.date_joined, key=lambda d: d if d is not None else date.max) | ||||
| 				user.save() | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Kateřina Č
						Kateřina Č