forked from sio2project/oioioi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(no-ticket) Add 7SP, 8SP nad 5LO school classes
Change-Id: I0b968286cf5e1aae635e75d5f0d25d4a075a4b19
- Loading branch information
Wojciech Dubiel
committed
Oct 21, 2017
1 parent
127beb1
commit ebf1e74
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.9.13 on 2017-10-12 16:41 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('oi', '0003_auto_20161214_1411'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='oiregistration', | ||
name='class_type', | ||
field=models.CharField(choices=[(b'1LO', b'pierwsza szko\xc5\x82y ponadgimnazjalnej'), (b'2LO', b'druga szko\xc5\x82y ponadgimnazjalnej'), (b'3LO', b'trzecia szko\xc5\x82y ponadgimnazjalnej'), (b'4LO', b'czwarta szko\xc5\x82y ponadgimnazjalnej'), (b'5LO', b'pi\xc4\x85ta szko\xc5\x82y ponadgimnazjalnej'), (b'1G', b'pierwsza gimnazjum'), (b'2G', b'druga gimnazjum'), (b'3G', b'trzecia gimnazjum'), (b'1SP', b'pierwsza szko\xc5\x82y podstawowej'), (b'2SP', b'druga szko\xc5\x82y podstawowej'), (b'3SP', b'trzecia szko\xc5\x82y podstawowej'), (b'4SP', b'czwarta szko\xc5\x82y podstawowej'), (b'5SP', b'pi\xc4\x85ta szko\xc5\x82y podstawowej'), (b'6SP', b'sz\xc3\xb3sta szko\xc5\x82y podstawowej'), (b'7SP', b'si\xc3\xb3dma szko\xc5\x82y podstawowej'), (b'8SP', b'\xc3\xb3sma szko\xc5\x82y podstawowej')], max_length=7, verbose_name='class'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters