tkhyn / django-gm2m

MIT License
35 stars 23 forks source link

UUID pks #40

Closed tkhyn closed 5 years ago

tkhyn commented 5 years ago

Original report by Ben Wilkins (Bitbucket: benprezola, ).


I am using UUID PKs in my project.

After setting pk_maxlength=36 everything works fine except when manually filtering where I get ProgrammingError: operator does not exist: uuid = character varying.

Maybe allow specifying which field to use?

tkhyn commented 5 years ago

Original comment by Thomas Khyn (Bitbucket: tkhyn, GitHub: tkhyn).


Hi, I have very little time at the moment to look at this. It would help a lot if you could create a sample project / test case exposing the issue. Thanks.

tkhyn commented 5 years ago

Original comment by Thomas Khyn (Bitbucket: tkhyn, GitHub: tkhyn).


more details were brought by #42. Closing as duplicate

tkhyn commented 5 years ago

Original comment by Thomas Khyn (Bitbucket: tkhyn, GitHub: tkhyn).


Duplicate of #42.