]> git.parisson.com Git - django-social-auth.git/commit
Code improves and simplifications to dynamic models loading. Refs #370
authorMatías Aguirre <matiasaguirre@gmail.com>
Tue, 3 Jul 2012 02:13:47 +0000 (23:13 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Tue, 3 Jul 2012 02:13:47 +0000 (23:13 -0300)
commit88faa9dff1b74e70bd7646d10ecd004b83577e27
tree4a939c4fe093b002ee5a4946456eaf499c9c03e7
parentbcbf203e68e19c7590475222c34ccd34e01acb6d
Code improves and simplifications to dynamic models loading. Refs #370
16 files changed:
social_auth/admin.py
social_auth/backends/__init__.py
social_auth/backends/pipeline/associate.py
social_auth/backends/pipeline/social.py
social_auth/backends/pipeline/user.py
social_auth/backends/utils.py
social_auth/conf.py [deleted file]
social_auth/context_processors.py
social_auth/db/__init__.py [new file with mode: 0644]
social_auth/db/base.py [new file with mode: 0644]
social_auth/db/django_models.py [new file with mode: 0644]
social_auth/db/mongoengine_models.py [new file with mode: 0644]
social_auth/django_models.py [deleted file]
social_auth/models.py
social_auth/mongoengine_models.py [deleted file]
social_auth/store.py