Chathura madusanka

Results 9 issues of Chathura madusanka

### 'Profile' object has no attribute 'award_points' error . I used code given in readme file;but _"request.user.profile.award_points(15)"_ line gives me " 'Profile' object has no attribute 'award_points' " error. Can...

I am new to pull requests😏. If you can, please guide me little.πŸ‘Œ. I created a pull request with my new zuck.js,zuck.css,guide.txt files.πŸ’–.

Normally you can't use 2+ zuck.js instance in one page, because zuck.js use same id to get model div. This can be fixed by following. 1) give "zuck_model_perfix" in options...

question

### Proposed Functionality You can post, edit, flag, delete comments without refreshing page. But you can't go to paginated pages **without refreshing**. How come you can post, but can't load...

feature

feat(#267): Comments Editor value misplacing Only one line added. This makes close of already opened comment edit form, before open new one. Removed changes from > feat(#263): multiple comment fields...

### Environment **1) go to your example site.** ### Describe the bug When you try to edit multiple comments at once and then try to cancel the opened editors, cancelled...

bug

### Proposed Functionality 1) multiple comment fields in one page (currently only one is possible). because js stopes working/js doesn't support multiple comment fields in one page . ### Use...

feature

### Proposed Functionality You have removed jquery dependency, and that is great. But Bootstrap is more disruptive than jquery. Because Bootstrap has not only js, but **css**. I was using...

feature

1) Why is this package doesn't support custom queryset? (like postslist.queryset.filtered_by_user_id) Isn't that a some common usage scenario. > that getting list of tags only for user.posts. I know that...