-
Couldn't load subscription status.
- Fork 184
Sunil mohan adapa django 1.9 #97
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
Conversation
|
@SunilMohanAdapa @aouaki Is there any change you guys could do code review for me? |
|
@tzangms I'd be happy to. Will try to do this as soon as find some time (today/tomorrow). |
| context = {'form': element, 'classes': markup_classes} | ||
|
|
||
|
|
||
| if django_version < (1, 11): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be < (1, 8) since using Context instances has been deprecated as of Django 1.8
| context = Context(context) | ||
|
|
||
| if django_version >= (1, 8): | ||
| context = context.flatten() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this has no reason to be anymore
|
Reviewed |
|
Hi All, Sorry for the late reply, I've did some modify suggested by @aouaki https://pypi.python.org/pypi/django-bootstrap-form/3.3 Please test before put on production, thanks! |
|
@tzangms Thanks for the quick response. |
|
Sorry to poke again, but will the merge also solve https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865938 ? That's the current issue threatening Plinth to be deleted from Debian, I don't have time to look at this right now. |
|
Hi @JoKeyser I've take a looks at the detail, but is there any document to follow to solve this problem? |
|
Hi @tzangms , thank you looking into this! And sorry, I also don't know what the best answer is here. Probably @SunilMohanAdapa or @jvalleroy or @petterreinholdtsen know what the best solution is. In my understanding, the Debian maintainer or another Debian developer(?) would have to finally upload a working (i.e. building-from-source) package to the Debian archive. You (and maybe tomorrow, me) could help by checking whether the problem of bug 865938 would still exist in the current version, now that this PR got merged. Sorry, I just don't have time today. |
|
Oh, I think I miss read the message in Debian bug report page, obviously there is a test error should be fixed, though the unit test is passed in every test on Travis CI. |
|
I'm sorry, my previous 2 posts were confusing (because I was confused myself). |
No description provided.