We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b2862 commit 5477e04Copy full SHA for 5477e04
1 file changed
vacancy/models.py
@@ -11,8 +11,8 @@ class Vacancy(models.Model):
11
12
Attributes:
13
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.
+ required_skills_old: A CharField required skills for the vacancy (to be deprecated).
+ required_skills: A GenericRelation of required skills for the vacancy.
16
description: A TextField description of the vacancy.
17
project: A ForeignKey referring to the Company model.
18
is_active: A boolean indicating if Vacancy is active.
0 commit comments