Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Получение вариантов значенений для ComboBoxWidget из ORM (для полей типа EnumField) #66

Open
mrdim opened this issue Jan 31, 2017 · 3 comments

Comments

@mrdim
Copy link
Contributor

mrdim commented Jan 31, 2017

Уже был Pull Request (#62).

@nook-ru
Copy link
Contributor

nook-ru commented Mar 10, 2017

@mrdim, в ORM для EnumField указываются только значения без подписей. Не подходит.

@mrdim
Copy link
Contributor Author

mrdim commented Mar 10, 2017

@nook-ru А если в ORM в качестве массива доступных значений (values) использовать ассоциативный массив, где ключи - это данные, записываемые в БД, а значения - подписи?

@nook-ru
Copy link
Contributor

nook-ru commented Mar 11, 2017

@mrdim, возможно, только наоборот: ключи — подписи, значения — данные.

PR по ссылке некорректный, коммит, созданный после закрытия, к нему не подцепился. Рабочий вариант. Если нужно, создам еще один PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants