Oleksii S. Malakhov
|
3064bdcc20
|
Merge cd0b7fe8f3 into e49e3ccba9
|
2020-09-06 18:37:32 +03:00 |
|
Oleksii Malakhov
|
cd0b7fe8f3
|
Fixup: Django 2.0 and 3.1 migration
|
2020-09-06 18:15:25 +03:00 |
|
Oleksii Malakhov
|
c22bbd97a0
|
#17: models.py: Add on_delete=CASCADE for User foreign key;
|
2020-09-06 12:32:24 +03:00 |
|
Mike Helmick
|
e49e3ccba9
|
Merge pull request #13 from javierder/master
redirect after login to "next" login param
|
2014-07-31 10:54:16 -04:00 |
|
Javyer Der Derian
|
31df123aca
|
removed double quotes, changed to single quotes
|
2014-07-30 11:37:31 -03:00 |
|
Javyer Der Derian
|
f3654dd2db
|
updated with pull request comments
|
2014-07-29 17:32:51 -03:00 |
|
Javyer Der Derian
|
b5ab71d8bd
|
removed unused comment
|
2014-07-24 23:17:47 -03:00 |
|
Javyer Der Derian
|
7c3b24edf7
|
after login, redirect to login "next" par
|
2014-07-24 23:16:45 -03:00 |
|
Mike Helmick
|
7501a235ba
|
Merge pull request #11 from trik/master
added support for custom user class
|
2014-03-26 09:55:37 -04:00 |
|
Marco Marche
|
db9f03c4f5
|
Merge branch 'master' of https://github.com/trik/twython-django
|
2014-03-25 22:39:39 +01:00 |
|
Marco Marche
|
d4355c3809
|
added support for custom user class
|
2014-03-25 22:39:26 +01:00 |
|
Marco Marche
|
a479bd405a
|
added support for custom user class
|
2014-03-25 22:16:41 +01:00 |
|
Mike Helmick
|
f8e9de9df2
|
Merge pull request #10 from karthikbgl/master
Updated urls.py - fix for django 1.6
|
2013-11-18 09:26:49 -08:00 |
|
karthikbgl
|
0000986206
|
Updated urls.py - fix for django 1.6
In django 1.6, django.conf.urls.defaults has been removed.
|
2013-11-18 11:59:40 -05:00 |
|
Mike Helmick
|
6cc80cc4c6
|
Fix setup.py and MANIFEST
|
2013-10-15 11:05:16 -04:00 |
|
Mike Helmick
|
ead62a1bf7
|
Update ignore and MANIFEST
|
2013-10-15 11:01:15 -04:00 |
|
Mike Helmick
|
91682c5db1
|
Prepare for twython-django pip release
|
2013-10-15 10:53:02 -04:00 |
|
Mike Helmick
|
20e052fb15
|
Merge pull request #6 from michaelhelmick/master
Fixing to work with Twython 3.0.0 or greater and cleanup
|
2013-08-02 09:36:52 -07:00 |
|
Mike Helmick
|
30a57c7950
|
Fixed to work with Twython 3.0.0 or greater and cleanup
Added LICENSE
updated README
updated setup.py
PEP8'd stuff
|
2013-06-19 19:11:43 -04:00 |
|
Ryan McGrath
|
445f9bde8b
|
Merge pull request #4 from avsd/master
Add oauth_verifier
|
2013-05-03 14:29:13 -07:00 |
|
David Avsajanishvili
|
900f8cae32
|
Fix veirfier retrieval
|
2013-04-11 00:35:04 +01:00 |
|
David Avsajanishvili
|
814170dc23
|
Change oauth verifier logic
|
2013-04-11 00:29:06 +01:00 |
|
David Avsajanishvili
|
18bd03a69e
|
Version bump
|
2013-04-11 00:11:15 +01:00 |
|
David Avsajanishvili
|
ab8bb4ac36
|
Required oauth_verifier
|
2013-04-11 00:09:53 +01:00 |
|
Ryan McGrath
|
3ffebcc57f
|
Fixes issue #3
|
2012-11-09 05:04:54 -05:00 |
|
Ryan McGrath
|
e68d0a02f5
|
Merge pull request #2 from zandeez/master
Modular Changes, general fixes (courtesy of zandeez)
|
2011-11-16 12:15:31 -08:00 |
|
Andrew Cassidy
|
278d5c3db0
|
fixed the url names, and the logout function that was recursively calling itself for shits and giggles.
|
2011-11-13 15:16:16 +00:00 |
|
Andrew Cassidy
|
50ac5263b7
|
added url names for easier external lookup
|
2011-11-13 14:48:46 +00:00 |
|
Andrew Cassidy
|
38081bee02
|
corrections to README.markdown
|
2011-11-13 13:56:51 +00:00 |
|
Andrew Cassidy
|
f418139ae1
|
helps if you press the 'save' button
|
2011-11-13 13:54:22 +00:00 |
|
Andrew Cassidy
|
7fa1747b38
|
largely made standalone, should now be installable as a python package and should not need to be made part of your application. You should also no longer need to modify the source to get it working by adding your keys in.
Also added parameters and settings for the callback urls.
|
2011-11-13 13:52:28 +00:00 |
|
Ryan McGrath
|
9aa7c87d1d
|
Merge pull request #1 from ArvinJA/patch-1
Added quotes so the functions wouldn't be called where they hadn't yet be
|
2011-08-13 08:17:29 -07:00 |
|
ArvinJA
|
bcfb58db8f
|
Added quotes so the functions wouldn't be called where they hadn't yet been defined.
|
2011-08-13 02:18:41 +03:00 |
|
Ryan McGrath
|
e9b3190372
|
Fixing these incorrect references, big thanks to Brenden Mulligan for pointing them out.
|
2011-02-26 01:30:42 -05:00 |
|
Ryan McGrath
|
fab3d7a216
|
Initial commit; example Django application for using Twython OAuth with Twitter. Twython = Python Twitter API library/wrapper. Enjoy; a subproject of the mainline Twython effort.
|
2010-11-07 02:14:40 -05:00 |
|