Skip to content

Commit

Permalink
Uses new org
Browse files Browse the repository at this point in the history
  • Loading branch information
iMerica committed Mar 1, 2020
1 parent 3c30c39 commit d90e3db
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://github.com/iMerica/dj-rest-auth/contributors
http://github.com/jazzband/dj-rest-auth/contributors
2 changes: 1 addition & 1 deletion demo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<ul class="nav navbar-nav">
<li class="active"><a href="/">Demo</a></li>
<li><a target="_blank" href="http://dj-rest-auth.readthedocs.org/en/latest/">Documentation</a></li>
<li><a target="_blank" href="https://github.com/iMerica/dj-rest-auth">Source code</a></li>
<li><a target="_blank" href="https://github.com/jazzband/dj-rest-auth">Source code</a></li>
<li><a target="_blank" href="{% url 'api_docs' %}">API Docs</a></li>
</ul>
</div><!--/.nav-collapse -->
Expand Down
8 changes: 4 additions & 4 deletions dj_rest_auth/locale/cs/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Czech translations of iMerica/dj-rest-auth
# Czech translations of jazzband/dj-rest-auth
#
# This file is distributed under the same license as the iMerica/dj-rest-auth package.
# This file is distributed under the same license as the jazzband/dj-rest-auth package.
#
msgid ""
msgstr ""
"Project-Id-Version: iMerica/dj-rest-auth\n"
"Report-Msgid-Bugs-To: https://github.com/iMerica/dj-rest-auth/issues\n"
"Project-Id-Version: jazzband/dj-rest-auth\n"
"Report-Msgid-Bugs-To: https://github.com/jazzband/dj-rest-auth/issues\n"
"POT-Creation-Date: 2018-06-27 23:05+0200\n"
"PO-Revision-Date: 2018-06-27 23:22+0200\n"
"Language: cs\n"
Expand Down
1 change: 0 additions & 1 deletion dj_rest_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def get_queryset(self):
"""
Adding this method since it is sometimes called when using
django-rest-swagger
https://github.com/iMerica/dj-rest-auth/issues/275
"""
return get_user_model().objects.none()

Expand Down
2 changes: 1 addition & 1 deletion docs/api_endpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Basing on example from installation section :doc:`Installation </installation>`
- access_token
- code

.. 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
.. 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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Do these steps to make it running (ideally in virtualenv).
.. code-block:: python
cd /tmp
git clone https://github.com/iMerica/dj-rest-auth.git
git clone https://github.com/jazzband/dj-rest-auth.git
cd dj-rest-auth/demo/
pip install -r requirements.pip
python manage.py migrate --settings=demo.settings --noinput
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

setup(
name='dj-rest-auth',
version='0.1.3',
version='0.1.4',
author='iMerica',
author_email='imichael@pm.me',
url='http://github.com/iMerica/dj-rest-auth',
url='http://github.com/jazzband/dj-rest-auth',
description='Authentication and Registration in Django Rest Framework',
packages=find_packages(),
long_description=long_description,
Expand Down

0 comments on commit d90e3db

Please sign in to comment.