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

Fix list view #444

Merged
merged 6 commits into from Oct 8, 2016
Merged

Fix list view #444

merged 6 commits into from Oct 8, 2016

Conversation

todd-dembrey
Copy link
Contributor

Was receiving the following error. The offending line of code hadn't been touched since 2009. Please see PR for update and tests.

  File "/home/todd/VirtualEnv/feincms-articles/lib/python3.5/site-packages/taggit/views.py", line 20, in tagged_object_list
    return ListView.as_view(request, qs, **kwargs)
TypeError: as_view() takes 1 positional argument but 3 were given

@codecov-io
Copy link

codecov-io commented Oct 7, 2016

Current coverage is 0.29% (diff: 0.00%)

Merging #444 into master will decrease coverage by <.01%

@@            master      #444   diff @@
========================================
  Files            8         8          
  Lines          666       683    +17   
  Methods          0         0          
  Messages         0         0          
  Branches       110       111     +1   
========================================
  Hits             2         2          
- Misses         661       678    +17   
  Partials         3         3          

Powered by Codecov. Last update 089f633...223b48a

@frewsxcv
Copy link
Collaborator

frewsxcv commented Oct 8, 2016

Thanks!

@frewsxcv frewsxcv merged commit dfe8273 into jazzband:master Oct 8, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants