Ross Lawley
|
cb9166aba4
|
Auth cleanups - removed duplicates
|
2013-04-25 11:04:33 +00:00 |
|
Nicolas Cortot
|
ec639cd6e9
|
Fix datetime call in UserManager
|
2013-04-17 16:34:09 +02:00 |
|
Ross Lawley
|
d7ee47ee25
|
Merge branch 'add_group_permission' of https://github.com/multmeio/mongoengine into 0.8
Conflicts:
mongoengine/django/auth.py
|
2013-01-25 12:11:22 +00:00 |
|
Ross Lawley
|
b9c9d127a2
|
Merge branch 'fix_use_django_tz' of https://github.com/lexqt/mongoengine into 0.8
Conflicts:
mongoengine/django/sessions.py
Closes #151
|
2012-12-21 12:10:54 +00:00 |
|
Ross Lawley
|
003454573c
|
Making django user sparse (MongoEngine/mongoengine#128)
|
2012-11-21 17:14:53 +00:00 |
|
Aleksey Porfirov
|
0a89899ad0
|
Fix django timezone support
|
2012-10-15 02:13:52 +04:00 |
|
Luis Araujo
|
3425574ddc
|
Adding, adjust and transplant more methods to auth.User model
|
2012-09-27 14:30:59 -03:00 |
|
Garry Polley
|
4b2ad25405
|
can now use AuthenticationBackends with permissions.
|
2012-09-27 10:21:05 -05:00 |
|
Luis Araujo
|
6a31736644
|
Initial support to Group and Permission. The /admin can't be exec login in MongoDB yet. Only SQLsDB (SQLite,...)
This code work with django-mongoadmin pluggin.
|
2012-09-26 14:43:59 -03:00 |
|
Ross Lawley
|
20e41b3523
|
Make the user model extendable
|
2012-05-08 18:23:51 +01:00 |
|
Ross Lawley
|
88dc64653e
|
Fix Django 1.3 auth
|
2012-04-18 16:41:09 +01:00 |
|
Ross Lawley
|
2d71eb8a18
|
Added support back for Django 1.3 as well as 1.4
|
2012-04-18 10:22:26 +01:00 |
|
Nils Hasenbanck
|
3af6d0dbfd
|
Replaces deprecated hasher with new django 1.4 hasher
This way we can even use the new hasher configuration
django 1.4 provides.
Signed-off-by: Nils Hasenbanck <nils@hasenbanck.de>
|
2012-03-24 11:08:00 +01:00 |
|
Wilson Júnior
|
63ee4fef1a
|
Translations for django/auth.py
|
2011-08-05 11:03:47 -03:00 |
|
Dan Crosta
|
803164a993
|
add unique index on User.username
|
2011-07-11 08:38:43 -04:00 |
|
Ross Lawley
|
c24bc77c17
|
Fixes depreciation warnings in Django Auth.
Closes #156
|
2011-06-17 15:07:27 +01:00 |
|
Serge Matveenko
|
846f5a868f
|
Fix Issue#116: Use cls instead of User in create_user.
|
2010-12-21 18:16:00 +03:00 |
|
Steve Challis
|
dc7181a3fd
|
Begun GridFS documentation
|
2010-10-17 23:43:58 +01:00 |
|
sp
|
17addbefe2
|
made it more like Django's user model
|
2010-08-18 16:50:52 -04:00 |
|
Deepak Thukral
|
b99421e7ee
|
added date_joined and normalization to email address
|
2010-03-05 07:55:12 +01:00 |
|
Deepak Thukral
|
bc7e6ccf53
|
set_password returns user object, comp. with django 1.2
|
2010-02-21 11:51:21 +01:00 |
|
Harry Marr
|
b7e8108edd
|
Added docs about using MongoEngine with Django
|
2010-01-07 22:48:39 +00:00 |
|
Harry Marr
|
d48296eacc
|
Added create_user method to Django User model
|
2010-01-07 22:25:26 +00:00 |
|
Harry Marr
|
e0a546000d
|
Added Django authentication backend
|
2010-01-07 18:56:28 +00:00 |
|