Update 0001_initial.py

This commit is contained in:
Nikola Kubiczek 2021-11-27 03:53:56 +01:00
parent 9b26450550
commit f351ecb344

View File

@ -9,7 +9,7 @@ class Migration(migrations.Migration):
initial = True initial = True
dependencies = [ dependencies = [
('auth', '0012_alter_user_first_name_max_length'), ('auth', '0011_update_proxy_permissions'),
] ]
operations = [ operations = [