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
Testing the project_sample site, and when trying to use feeds, Django raises Type error
Django Version: 1.3 Exception Type: TypeError Exception Value: init() takes exactly 3 arguments (1 given)
Traceback: File "Some-path/env/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
response = callback(request, _callback_args, *_callback_kwargs)
instance = f()
The text was updated successfully, but these errors were encountered:
Merge pull request bartekgorny#12 from smcoll/patch-8
f67300b
prevent form validation from insisting on Event.creator
No branches or pull requests
Testing the project_sample site, and when trying to use feeds, Django raises Type error
Django Version: 1.3
Exception Type: TypeError
Exception Value:
init() takes exactly 3 arguments (1 given)
Traceback:
File "Some-path/env/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response
The text was updated successfully, but these errors were encountered: