issues
search
danfairs
/
django-lazysignup
django-lazysignup is a package designed to allow users to interact with a site as if they were authenticated users, but without signing up. At any time, they can convert their temporary user account to a real user account.
BSD 3-Clause "New" or "Revised" License
410
stars
89
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make package work for Django 4.0 w/ compatibility code
#71
bittner
opened
1 year ago
0
Fix replace deprecated ugettext lazy
#70
tugcanolgun
closed
2 years ago
0
Update to Django 4.0
#69
blag
opened
2 years ago
3
Fix/travis tests
#68
tugcanolgun
closed
3 years ago
1
replace deprecated django.utils.decorators.available_attrs
#67
cccaballero
closed
3 years ago
1
Django 3.0.5 compatibility problem
#66
silvioBi
opened
4 years ago
14
Wrong user-agent check in LAZYSIGNUP_USER_AGENT_BLACKLIST for Yandex
#65
LosYear
opened
5 years ago
0
authenticate passing the current request to the backends that need it
#64
nschlemm
opened
5 years ago
3
Avoid username collision
#63
MattFanto
opened
5 years ago
0
Improve badge in README.md
#62
itsnamgyu
closed
5 years ago
0
Django 2.0+ `on_delete` compatibility
#61
glowka
closed
6 years ago
1
Upgrade to Django 2.0 (breaks <2.0)
#60
LaundroMat
closed
6 years ago
8
LazyUser.user attribute needs on_delete argument for Django>=2.0
#59
LaundroMat
closed
6 years ago
4
Revert removal of LAZYSIGNUP_USER_NAME_FIELD
#58
phoebebright
closed
2 years ago
0
Exception in 1.1.2: AppRegistryNotReady: Models aren't loaded yet
#57
crgwbr
closed
6 years ago
2
fix hardcoded "username" field
#56
pashinin
closed
7 years ago
3
Delete LazyUsers after a certain period
#55
othreecodes
closed
7 years ago
1
Fix typo
#54
grokcode
closed
7 years ago
1
Django: Contribute to third party app django-lazysignup
#53
sufian07
closed
6 years ago
1
Approach for custom user models with email as username?
#52
dwjp
closed
6 years ago
3
make urlpatterns work with django 1.10
#51
nschlemm
closed
8 years ago
3
Ability to use allow_lazy_user with class methods
#50
reeteshranjan
opened
8 years ago
3
url patterns and string view removed In Django 1.10
#49
kevinmickey
closed
8 years ago
3
add csrf_token to convert form
#48
jnoss
closed
8 years ago
1
dependency on six<=1.8.0 is wrong
#47
dwt
closed
8 years ago
1
AssertionError: You need to have the session app intsalled
#46
Raemon
closed
6 years ago
2
Fixed packaging error
#45
micahhausler
closed
9 years ago
0
Add Django 1.7,1.8 support and custom user tests
#44
micahhausler
closed
9 years ago
22
Revamp
#43
micahhausler
closed
9 years ago
0
make migrations custom user friendly
#42
brad
opened
10 years ago
0
Migrate error: django.db.utils.ProgrammingError: relation "auth_user" does not exist
#41
StErMi
opened
10 years ago
3
Update for 1.6, refactor convert view to behave more like auth login view, make post-conversion login optional
#40
aschriner
opened
10 years ago
6
"AssertionError: You need to have the session app intsalled"
#39
aschriner
closed
10 years ago
3
LazyUser `get_user_class` returns string, not class
#38
aschriner
opened
10 years ago
1
using lazysignup with other registration apps
#37
pcompassion
opened
11 years ago
0
Customizable default email address.
#36
MostFrumiousBandersnatch
closed
11 years ago
1
Nice username generation
#35
aladagemre
closed
4 years ago
2
Use of timezone aware migrations
#34
EdwardIII
closed
3 years ago
5
handling late logins
#33
julianwachholz
opened
11 years ago
7
Support custom user models
#32
julianwachholz
closed
3 years ago
3
Update current versions of Django
#31
rolandgeider
closed
11 years ago
0
Added README.rst to manifest.
#30
eykd
closed
11 years ago
2
Missing templates folder
#29
tomako
opened
11 years ago
3
support for python 3.3
#28
brad
closed
11 years ago
0
support django 1.5
#27
brad
closed
11 years ago
0
Fix test execution
#26
brad
closed
11 years ago
0
Using timezone aware datetime on remove_expired_users management command
#25
eloyz
closed
3 years ago
3
Switch from direct_to_template to cbv TemplateView
#24
huxley
closed
11 years ago
1
Fix 'No module named simple' error when using Django 1.5
#23
aguynamedben
closed
11 years ago
5
Temporary usernames as Guest123
#22
aladagemre
opened
12 years ago
2
Next