eventoL/eventoL

View on GitHub

Showing 519 of 519 total issues

Unable to import 'vote.models'
Open

from vote.models import VoteModel
Severity: Critical
Found in eventol/manager/models.py by pylint

Used when pylint has been unable to import a module.

Unable to import 'dal'
Open

from dal import autocomplete
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

third party import from django.utils.translation import ugettext_lazy as _, ugettext_noop as _noop should be placed before from ckeditor.fields import RichTextField
Open

from django.utils.translation import ugettext_lazy as _, ugettext_noop as _noop
Severity: Info
Found in eventol/manager/models.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Too few public methods (1/2)
Open

class AttendeeAutocomplete(autocomplete.Select2QuerySetView):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Unable to import 'allauth.account.forms'
Open

from allauth.account.forms import \
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

Too few public methods (0/2)
Open

class ResetPasswordForm(AllAuthResetPasswordForm):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Access to member 'fields' before its definition line 512
Open

            del self.fields[field].widget.attrs['placeholder']
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when an instance member is accessed before it's actually assigned.

third party import from django.forms.formsets import DELETION_FIELD_NAME should be placed before from allauth.account.forms import ChangePasswordForm as AllAuthChangePasswordForm
Open

from django.forms.formsets import DELETION_FIELD_NAME
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Unused argument 'instance'
Open

    def group_names(cls, instance):
Severity: Minor
Found in eventol/manager/binding.py by pylint

Used when a function or method argument is not used.

third party import from django.core.exceptions import ValidationError should be placed before from ckeditor.fields import RichTextField
Open

from django.core.exceptions import ValidationError
Severity: Info
Found in eventol/manager/models.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Unable to import 'captcha.fields'
Open

from captcha.fields import CaptchaField
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when pylint has been unable to import a module.

Too few public methods (0/2)
Open

class ChangePasswordForm(AllAuthChangePasswordForm):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Unable to import 'ckeditor.fields'
Open

from ckeditor.fields import RichTextField
Severity: Critical
Found in eventol/manager/models.py by pylint

Used when pylint has been unable to import a module.

Unable to import 'forms_builder.forms.models'
Open

from forms_builder.forms.models import AbstractField, AbstractForm
Severity: Critical
Found in eventol/manager/models.py by pylint

Used when pylint has been unable to import a module.

Too few public methods (0/2)
Open

    class Meta:
Severity: Info
Found in eventol/manager/models.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Too few public methods (0/2)
Open

class LoginForm(AllAuthLoginForm):
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

Access to member 'fields' before its definition line 452
Open

            del self.fields[field].widget.attrs['placeholder']
Severity: Critical
Found in eventol/manager/forms.py by pylint

Used when an instance member is accessed before it's actually assigned.

third party import from django.forms.models import BaseModelFormSet, ModelForm should be placed before from allauth.account.forms import ChangePasswordForm as AllAuthChangePasswordForm
Open

from django.forms.models import BaseModelFormSet, ModelForm
Severity: Info
Found in eventol/manager/forms.py by pylint

Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports)

Unused argument 'user'
Open

    def has_permission(self, user, action, pk):
Severity: Minor
Found in eventol/manager/binding.py by pylint

Used when a function or method argument is not used.

Unused argument 'instance'
Open

    def group_names(cls, instance):
Severity: Minor
Found in eventol/manager/binding.py by pylint

Used when a function or method argument is not used.

Severity
Category
Status
Source
Language