Compare commits
	
		
			2 Commits 
		
	
	
		
			f1911ab8c9
			...
			b447adb389
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						b447adb389 | 6 months ago | 
| 
							
							
								
								 | 
						b8c745d675 | 6 months ago | 
@ -0,0 +1,18 @@ | 
				
			|||||||
 | 
					# Generated by Django 4.2.1 on 2023-11-15 12:00 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from django.db import migrations | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class Migration(migrations.Migration): | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    dependencies = [ | 
				
			||||||
 | 
					        ('core', '0019_alter_aboutuspage_team_members'), | 
				
			||||||
 | 
					    ] | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    operations = [ | 
				
			||||||
 | 
					        migrations.RenameField( | 
				
			||||||
 | 
					            model_name='eventpage', | 
				
			||||||
 | 
					            old_name='is_external', | 
				
			||||||
 | 
					            new_name='is_partner_event', | 
				
			||||||
 | 
					        ), | 
				
			||||||
 | 
					    ] | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue