We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
work with a bulk insert, where I think a specific amount of records for one user but django.devser the following error:
Traceback: File "/Users/alejo8591/Documents/etv/venv/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
response = callback(request, _callback_args, *_callback_kwargs)
return self.admin_site.admin_view(view)(_args, *_kwargs)
response = view_func(request, _args, *_kwargs)
return view(request, _args, *_kwargs)
return bound_func(_args, *_kwargs)
return func(self, _args2, *_kwargs2)
return func(_args, *_kwargs)
self.save_model(request, new_object, form, False)
obj.save()
bulk.insertMany(CreateCodes,values)
self._insertMany(_args, *_kwargs)
con.cursor().executemany(sql, parameters)
message = 'Executed %s times\n%s' % message
Exception Type: TypeError at /elevate/users/createcodes/add/ Exception Value: not enough arguments for format string
Picture Error
Creating correct before using the bulk insert data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
work with a bulk insert, where I think a specific amount of records for one user but django.devser the following error:
Traceback:
File "/Users/alejo8591/Documents/etv/venv/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
Exception Type: TypeError at /elevate/users/createcodes/add/
Exception Value: not enough arguments for format string
Picture Error
![Captura de pantalla 2013-01-10 a la s 17 07 00](https://camo.githubusercontent.com/0d41f97038a9504a868be52eb0160943a149b49a7daea5116fe8187ffcf1c7d9/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313135313835302f35383436392f31653839643861302d356237322d313165322d383165622d3333626263356565303466392e706e67)
Creating correct before using the bulk insert data
![Captura de pantalla 2013-01-10 a la s 17 08 04](https://camo.githubusercontent.com/885ffc741f4868575e3ed40cd7e1adcb2b2c2f51e8476f8d48607d47952bdb98/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313135313835302f35383437362f34306265356566302d356237322d313165322d393263382d6663396333653361373437302e706e67)
The text was updated successfully, but these errors were encountered: