Skip to content

Commit 5477e04

Browse files
committed
docs typo
Signed-off-by: igor kuzmenkov <igor.kuzmenkov.05@mail.ru>
1 parent 54b2862 commit 5477e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vacancy/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class Vacancy(models.Model):
1111
1212
Attributes:
1313
role: A CharField title of the vacancy.
14-
required_skills_old: A CharField required skills for the vacancy.
15-
required_skills: A GenericRelation ша required skills for the vacancy.
14+
required_skills_old: A CharField required skills for the vacancy (to be deprecated).
15+
required_skills: A GenericRelation of required skills for the vacancy.
1616
description: A TextField description of the vacancy.
1717
project: A ForeignKey referring to the Company model.
1818
is_active: A boolean indicating if Vacancy is active.

0 commit comments

Comments
 (0)