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

Feeds generates type error #12

Open
Troyhy opened this issue Jul 8, 2011 · 0 comments
Open

Feeds generates type error #12

Troyhy opened this issue Jul 8, 2011 · 0 comments

Comments

@Troyhy
Copy link

Troyhy commented Jul 8, 2011

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

  1.                     response = callback(request, _callback_args, *_callback_kwargs)
    
    File "Some-path/env/lib/python2.6/site-packages/django/contrib/syndication/views.py" in feed
  2.     instance = f()
    
boardman pushed a commit to boardman/django-schedule that referenced this issue Nov 26, 2013
prevent form validation from insisting on Event.creator
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

No branches or pull requests

1 participant