Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Setting for django-inspectional-registration 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jan 25, 2016
1 parent 54c97ee commit d03fcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/requirements.txt
Expand Up @@ -7,7 +7,7 @@ django-permission>=0.8.8
django-filter
django-roughpages>=0.1.2
django-thumbnailfield>=0.2.3
django-inspectional-registration>=0.4.8
django-inspectional-registration==0.6.0
django-crispy-forms
django-contrib-comments
django-debug-toolbar
Expand Down
2 changes: 1 addition & 1 deletion src/kawaz/core/registrations/models.py
@@ -1,6 +1,6 @@
from django.db import models
from django.utils.translation import ugettext_lazy as _
from registration.supplements import RegistrationSupplementBase
from registration.supplements.base import RegistrationSupplementBase
from registration.models import RegistrationProfile
from kawaz.core.personas.models import Profile

Expand Down

0 comments on commit d03fcb7

Please sign in to comment.