Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							bbc9eeee3a 
							
						 
					 
					
						
						
							
							make registration API browsable  
						
						
						
					 
					
						2014-11-12 03:52:06 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							1732b15041 
							
						 
					 
					
						
						
							
							Merge pull request  #28  from APSL/master  
						
						... 
						
						
						
						modified utils.py in order to work properly with python2 and python3 
						
					 
					
						2014-11-06 09:49:04 +01:00 
						 
				 
			
				
					
						
							
							
								Marc Tudurí marctc@gmail.com 
							
						 
					 
					
						
						
						
						
							
						
						
							be6b65dc55 
							
						 
					 
					
						
						
							
							modified utils.py in order to work properly with python2 and python3  
						
						
						
					 
					
						2014-11-06 09:15:54 +01:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							644c4d28e1 
							
						 
					 
					
						
						
							
							Merge branch 'master' of github.com:Tivix/django-rest-auth  
						
						
						
					 
					
						2014-10-24 15:52:17 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							5825fae048 
							
						 
					 
					
						
						
							
							define permission classes inside views  
						
						
						
					 
					
						2014-10-24 15:52:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							ef3551fc47 
							
						 
					 
					
						
						
							
							Update requirements.pip  
						
						
						
					 
					
						2014-10-24 14:30:43 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							7332c9fb43 
							
						 
					 
					
						
						
							
							Merge pull request  #18  from Madsn/patch-1  
						
						... 
						
						
						
						Fix app_settings import 
						
					 
					
						2014-10-20 18:45:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mikkel Madsen 
							
						 
					 
					
						
						
						
						
							
						
						
							81f435125b 
							
						 
					 
					
						
						
							
							Fix app_settings import  
						
						... 
						
						
						
						The url paths
```
    url(r'^rest-auth/', include('rest_auth.urls')),
    url(r'^rest-auth/registration/', include('rest_auth.registration.urls')),
```
Weren't working for me, I kept getting an ImportError `No module named 'app_settings'`.
This fixes that issue for me on Win7 x64, Python 3.4, Django 1.7 
						
					 
					
						2014-10-20 16:58:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							87a8e5865a 
							
						 
					 
					
						
						
							
							update demo doc  
						
						
						
					 
					
						2014-10-16 15:57:30 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							6e76b2e3ee 
							
						 
					 
					
						
						
							
							Merge pull request  #17  from Tivix/develop  
						
						... 
						
						
						
						Develop 
						
					 
					
						2014-10-16 13:34:01 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							28da4dc7c8 
							
						 
					 
					
						
						
							
							add requirements in demo, update doc  
						
						
						
					 
					
						2014-10-16 13:31:25 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							81a96cfe19 
							
						 
					 
					
						
						
							
							final versio of demo project  
						
						
						
					 
					
						2014-10-16 13:13:55 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							aac42af991 
							
						 
					 
					
						
						
							
							fix tests  
						
						
						
					 
					
						2014-10-15 17:36:21 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							5fd7ea5596 
							
						 
					 
					
						
						
							
							update demo project - still not finished  
						
						
						
					 
					
						2014-10-15 17:32:19 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							5bd8842c4b 
							
						 
					 
					
						
						
							
							draft demo project  
						
						
						
					 
					
						2014-10-14 16:44:57 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							102fcedc82 
							
						 
					 
					
						
						
							
							move some test files outside app  
						
						
						
					 
					
						2014-10-14 14:56:00 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							de10f2c75a 
							
						 
					 
					
						
						
							
							Merge pull request  #14  from Tivix/develop  
						
						... 
						
						
						
						Develop 
						
					 
					
						2014-10-13 10:43:48 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							034f9f6633 
							
						 
					 
					
						
						
							
							change README.md to README.rst in setup.py  
						
						
						
					 
					
						2014-10-10 17:41:45 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							58e1f70e03 
							
						 
					 
					
						
						
							
							change README extension  
						
						
						
					 
					
						2014-10-10 17:39:29 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							c6a5b198cc 
							
						 
					 
					
						
						
							
							update README  
						
						
						
					 
					
						2014-10-10 17:34:16 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							af41a28cf7 
							
						 
					 
					
						
						
							
							Merge branch 'develop' of github.com:Tivix/django-rest-auth into develop  
						
						
						
					 
					
						2014-10-10 16:59:29 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							f066a22a80 
							
						 
					 
					
						
						
							
							Update README.md  
						
						
						
					 
					
						2014-10-10 16:59:16 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							7b85f6e45a 
							
						 
					 
					
						
						
							
							update doc  
						
						
						
					 
					
						2014-10-10 16:39:46 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							4c6aca298e 
							
						 
					 
					
						
						
							
							add badges  
						
						
						
					 
					
						2014-10-09 15:48:09 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							9515eb4ff5 
							
						 
					 
					
						
						
							
							update installation doc  
						
						
						
					 
					
						2014-10-09 15:27:24 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							41a0688b04 
							
						 
					 
					
						
						
							
							update configuration doc  
						
						
						
					 
					
						2014-10-09 14:53:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							7ed1388b3b 
							
						 
					 
					
						
						
							
							add warning about backward incompatibility  
						
						
						
					 
					
						2014-10-09 14:29:49 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							478d10017c 
							
						 
					 
					
						
						
							
							update documentation  
						
						
						
					 
					
						2014-10-09 14:16:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							cf19e58dc8 
							
						 
					 
					
						
						
							
							draft version of documentation  
						
						
						
					 
					
						2014-10-09 13:01:47 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							0ac575e603 
							
						 
					 
					
						
						
							
							Merge pull request  #12  from Tivix/develop  
						
						... 
						
						
						
						Develop 
						
					 
					
						2014-10-09 12:26:42 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							43257ec308 
							
						 
					 
					
						
						
							
							fix travis config file  
						
						
						
					 
					
						2014-10-09 12:24:26 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							4c9abe8043 
							
						 
					 
					
						
						
							
							move django-allauth and responses from setup.py to test_requirements.pip  
						
						
						
					 
					
						2014-10-09 11:51:33 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							989f3fa7af 
							
						 
					 
					
						
						
							
							minor fixes  
						
						
						
					 
					
						2014-10-09 11:41:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							6ecb6a7847 
							
						 
					 
					
						
						
							
							fix setting name  
						
						
						
					 
					
						2014-10-09 10:49:20 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							2b5942c4ac 
							
						 
					 
					
						
						
							
							custom serializers settings  
						
						
						
					 
					
						2014-10-08 13:19:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							489bac6e1f 
							
						 
					 
					
						
						
							
							comment out unused part of code in tests  
						
						
						
					 
					
						2014-10-08 12:26:32 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							4088081707 
							
						 
					 
					
						
						
							
							add social medial authentication tests, separate test urls  
						
						
						
					 
					
						2014-10-08 12:19:15 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							f134d8b1d6 
							
						 
					 
					
						
						
							
							remove unused utils.py  
						
						
						
					 
					
						2014-10-08 10:29:22 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							a7be2d178b 
							
						 
					 
					
						
						
							
							password reset and password change refactoring  
						
						
						
					 
					
						2014-10-07 15:08:08 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							85688940df 
							
						 
					 
					
						
						
							
							create base view and serializer for social authentication  
						
						
						
					 
					
						2014-10-02 16:54:55 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							ad1d189367 
							
						 
					 
					
						
						
							
							update travis config file  
						
						
						
					 
					
						2014-10-02 13:14:09 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							f0cd45f7be 
							
						 
					 
					
						
						
							
							fix tests for django 1.7  
						
						
						
					 
					
						2014-10-02 12:39:47 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							d4bc3a29c7 
							
						 
					 
					
						
						
							
							add django 1.7 and python 3.4 to travis.yml  
						
						
						
					 
					
						2014-10-02 11:47:44 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							ff9fd1c3c1 
							
						 
					 
					
						
						
							
							cleanup tests  
						
						
						
					 
					
						2014-10-02 11:40:07 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							34d3627c7c 
							
						 
					 
					
						
						
							
							remove unused serializers.py form registration app  
						
						
						
					 
					
						2014-10-02 11:31:33 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							61cafa3cb6 
							
						 
					 
					
						
						
							
							fix tests for djnago 1.5  
						
						
						
					 
					
						2014-10-02 11:23:52 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							459d03e30d 
							
						 
					 
					
						
						
							
							revised user details view  
						
						
						
					 
					
						2014-10-02 11:18:23 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							65b5caa3d0 
							
						 
					 
					
						
						
							
							typo  
						
						
						
					 
					
						2014-10-01 16:36:34 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							08fcca9b48 
							
						 
					 
					
						
						
							
							veirfy email view and test  
						
						
						
					 
					
						2014-10-01 16:34:51 +02:00 
						 
				 
			
				
					
						
							
							
								Mateusz Sikora 
							
						 
					 
					
						
						
						
						
							
						
						
							de1fb3d81f 
							
						 
					 
					
						
						
							
							registration with email verification:  
						
						... 
						
						
						
						- rebuild login view
- check email verification in LoginSerializer depends on allauth settings
- add test for registration with email verification 
						
					 
					
						2014-10-01 15:31:10 +02:00