Skip to content

Commit d90e3db

Browse files
committed
Uses new org
1 parent 3c30c39 commit d90e3db

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://github.com/iMerica/dj-rest-auth/contributors
1+
http://github.com/jazzband/dj-rest-auth/contributors

demo/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ul class="nav navbar-nav">
6060
<li class="active"><a href="/">Demo</a></li>
6161
<li><a target="_blank" href="http://dj-rest-auth.readthedocs.org/en/latest/">Documentation</a></li>
62-
<li><a target="_blank" href="https://github.com/iMerica/dj-rest-auth">Source code</a></li>
62+
<li><a target="_blank" href="https://github.com/jazzband/dj-rest-auth">Source code</a></li>
6363
<li><a target="_blank" href="{% url 'api_docs' %}">API Docs</a></li>
6464
</ul>
6565
</div><!--/.nav-collapse -->

dj_rest_auth/locale/cs/LC_MESSAGES/django.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Czech translations of iMerica/dj-rest-auth
1+
# Czech translations of jazzband/dj-rest-auth
22
#
3-
# This file is distributed under the same license as the iMerica/dj-rest-auth package.
3+
# This file is distributed under the same license as the jazzband/dj-rest-auth package.
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: iMerica/dj-rest-auth\n"
8-
"Report-Msgid-Bugs-To: https://github.com/iMerica/dj-rest-auth/issues\n"
7+
"Project-Id-Version: jazzband/dj-rest-auth\n"
8+
"Report-Msgid-Bugs-To: https://github.com/jazzband/dj-rest-auth/issues\n"
99
"POT-Creation-Date: 2018-06-27 23:05+0200\n"
1010
"PO-Revision-Date: 2018-06-27 23:22+0200\n"
1111
"Language: cs\n"

dj_rest_auth/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def get_queryset(self):
161161
"""
162162
Adding this method since it is sometimes called when using
163163
django-rest-swagger
164-
https://github.com/iMerica/dj-rest-auth/issues/275
165164
"""
166165
return get_user_model().objects.none()
167166

docs/api_endpoints.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Basing on example from installation section :doc:`Installation </installation>`
7272
- access_token
7373
- code
7474

75-
.. note:: ``access_token`` OR ``code`` can be used as standalone arguments, see https://github.com/iMerica/dj-rest-auth/blob/master/dj_rest_auth/registration/views.py
75+
.. note:: ``access_token`` OR ``code`` can be used as standalone arguments, see https://github.com/jazzband/dj-rest-auth/blob/master/dj_rest_auth/registration/views.py
7676

7777
- /dj-rest-auth/twitter/ (POST)
7878

docs/demo.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Do these steps to make it running (ideally in virtualenv).
88
.. code-block:: python
99
1010
cd /tmp
11-
git clone https://github.com/iMerica/dj-rest-auth.git
11+
git clone https://github.com/jazzband/dj-rest-auth.git
1212
cd dj-rest-auth/demo/
1313
pip install -r requirements.pip
1414
python manage.py migrate --settings=demo.settings --noinput

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
setup(
1414
name='dj-rest-auth',
15-
version='0.1.3',
15+
version='0.1.4',
1616
author='iMerica',
1717
author_email='imichael@pm.me',
18-
url='http://github.com/iMerica/dj-rest-auth',
18+
url='http://github.com/jazzband/dj-rest-auth',
1919
description='Authentication and Registration in Django Rest Framework',
2020
packages=find_packages(),
2121
long_description=long_description,

0 commit comments

Comments
 (0)