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

forms.py form_id uuid is returning the function #154

Merged
merged 1 commit into from
Apr 23, 2017

Conversation

Benoss
Copy link
Contributor

@Benoss Benoss commented Apr 23, 2017

the str(form_id) is: <function uuid4 at 0x7f406eb68320>
instead of beeing a uuid. It is still working because you have the memory location as part of the function that is nearly unique

the str(form_id) is: <function uuid4 at 0x7f406eb68320>
instead of beeing a uuid. It is still working because you have the memory location as part of the function that is nearly unique
@coveralls
Copy link

coveralls commented Apr 23, 2017

Coverage Status

Coverage remained the same at 93.484% when pulling 1586262 on Benoss:patch-1 into 1bdf847 on mbraak:master.

@mbraak mbraak merged commit c9aa5c5 into mbraak:master Apr 23, 2017
@mbraak
Copy link
Owner

mbraak commented Apr 23, 2017

Thanks! This is now merged.

@Benoss Benoss mentioned this pull request Aug 17, 2017
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

Successfully merging this pull request may close these issues.

3 participants