This commit is contained in:
parent
30e055f9d8
commit
2f4394d7a1
@ -23,7 +23,7 @@ class JobOfferSerializer(serializers.ModelSerializer):
|
|||||||
model = JobOffer
|
model = JobOffer
|
||||||
fields = [
|
fields = [
|
||||||
'id', 'posting_option',
|
'id', 'posting_option',
|
||||||
'company_name', 'name', 'content', 'minsalary', 'maxsalary',
|
'company_name', 'name', 'content', 'min_salary', 'max_salary',
|
||||||
'localization', 'created_by', 'created_at', 'status',
|
'localization', 'created_by', 'created_at', 'status',
|
||||||
'status_paid', 'expiration_date', 'experience_level',
|
'status_paid', 'expiration_date', 'experience_level',
|
||||||
'employment_type', 'work_from_home', 'updated_at', 'skill_levels',
|
'employment_type', 'work_from_home', 'updated_at', 'skill_levels',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user