I\'m using PostgreSQL and I have the following model:
STUDY_LANGUAGES = ( (1, "1st"), (2, "2nd"), (3, "3rd") ) class Te