Fix proxy fields in syncable_fields #501

Closed
opened 2021-09-11 10:54:32 +02:00 by hansegucker · 3 comments
Owner

The proxy fields currently use two underscores (__) as delimiter between fields and models. In this way, the field values also can be accessed correctly. The problem with this method is that Django doesn't allow __ in field names [1].

[1] https://docs.djangoproject.com/en/3.2/topics/db/models/#field-name-restrictions

The proxy fields currently use two underscores (`__`) as delimiter between fields and models. In this way, the field values also can be accessed correctly. The problem with this method is that Django doesn't allow `__` in field names [1]. [1] https://docs.djangoproject.com/en/3.2/topics/db/models/#field-name-restrictions
Author
Owner

mentioned in issue AlekSIS-App-LDAP#31

mentioned in issue AlekSIS-App-LDAP#31
Owner

assigned to @nik

assigned to @nik
Owner

Closed in favour of #789

Closed in favour of #789
nik closed this issue 2023-01-24 22:41:39 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core#501
No description provided.