-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
NameError: name 'basestring' is not defined #63
Comments
For: Python 3.4 Django 1.6.5 try: |
Hi, where i have put this code? Can you anyone fix this for full compatibility with Python 3.4 and Django 1.7? Please, it's very important fix this issue for a urgent project for my work! |
Hi. In all class where you have this problem
|
I am going to work on this issue today. UPD: this is already fixed by this PR. |
@orgkhnargh But, have i to modify theses packages files for fix this bug? |
@SalahAdDin yes, you have to modify Django ships with built in |
Ah ok, thank you, i did all manually. |
Guys, i think that we should create a own fork of django-smart-selects and put in it all PR for update and put many features for this. SmartSelect's author don't want update this repo and this is not good. |
Now, we have the next warning:
Can anyone fix it? |
fixed in new release 1.1.1 |
Hi,
I try this modul with Python 3.4.1, Django 1.6.5, django-smart-selects
1.0.9 and got following error:
I found some advice: oxplot/fysom#1
The text was updated successfully, but these errors were encountered: