Skip to content

Commit

Permalink
refs #51: Transferring this repository into https://github.com/jazzband
Browse files Browse the repository at this point in the history
… .
  • Loading branch information
shimizukawa committed Sep 29, 2018
1 parent 1c39c91 commit 25e5b8d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CHANGES
------------------

* The first release from Jazzband_ organization.
* All GitHub/Travis/other URLs in this product has been migrated to `/jazzband/`.
* Using `Development Status :: 5 - Production/Stable`.

.. _Jazzband: https://jazzband.co/
Expand Down Expand Up @@ -44,7 +45,7 @@ Incompatible Changes:
DateTimeField and the new DateTimeField will have different data types as a
redshift schema column type.
There are no migration feature by django-redshift-backend.
see also: https://github.com/shimizukawa/django-redshift-backend/pull/23
see also: https://github.com/jazzband/django-redshift-backend/pull/23

New Features:

Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ This is a `Amazon Redshift`_ database backend for Django_.
.. image:: https://img.shields.io/pypi/djversions/django-redshift-backend.svg
:alt: PyPI - Django Version

.. image:: https://img.shields.io/github/license/shimizukawa/django-redshift-backend.svg
.. image:: https://img.shields.io/github/license/jazzband/django-redshift-backend.svg
:alt: License
:target: https://github.com/shimizukawa/django-redshift-backend/blob/master/LICENSE
:target: https://github.com/jazzband/django-redshift-backend/blob/master/LICENSE

.. image:: https://img.shields.io/travis/shimizukawa/django-redshift-backend/master.svg
.. image:: https://img.shields.io/travis/jazzband/django-redshift-backend/master.svg
:alt: Travis (.org) branch
:target: https://travis-ci.org/shimizukawa/django-redshift-backend
:target: https://travis-ci.org/jazzband/django-redshift-backend

.. image:: https://img.shields.io/github/stars/shimizukawa/django-redshift-backend.svg?style=social&label=Stars
.. image:: https://img.shields.io/github/stars/jazzband/django-redshift-backend.svg?style=social&label=Stars
:alt: GitHub stars
:target: https://github.com/shimizukawa/django-redshift-backend
:target: https://github.com/jazzband/django-redshift-backend

.. _Amazon Redshift: https://aws.amazon.com/jp/redshift/
.. _Django: https://www.djangoproject.com/
Expand Down
2 changes: 1 addition & 1 deletion checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Prepare newest packages:

Procedure:

1. check travis-ci testing result: https://travis-ci.org/shimizukawa/django-redshift-backend
1. check travis-ci testing result: https://travis-ci.org/jazzband/django-redshift-backend
2. check release version in ``setup.py`` and ``CHANGES.rst``
3. build distribtion files: ``python setup.py release sdist bdist_wheel``
4. make a test release: ``twine upload --repository-url https://test.pypi.org/legacy dist/<new-version-files>``
Expand Down
2 changes: 1 addition & 1 deletion django_redshift_backend/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def convert_uuidfield_value(self, value, expression, connection, context):

def distinct_sql(self, fields):
if fields:
# https://github.com/shimizukawa/django-redshift-backend/issues/14
# https://github.com/jazzband/django-redshift-backend/issues/14
# Redshift doesn't support DISTINCT ON
raise NotImplementedError('DISTINCT ON fields is not supported '
'by this database backend')
Expand Down
6 changes: 3 additions & 3 deletions doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Issue Reporting

**To Be Written**

* https://github.com/shimizukawa/django-redshift-backend/issues
* https://github.com/jazzband/django-redshift-backend/issues

Testing
=======
Expand All @@ -37,15 +37,15 @@ CI (Continuous Integration)

All tests will be run on Travis CI service.

* https://travis-ci.org/shimizukawa/django-redshift-backend
* https://travis-ci.org/jazzband/django-redshift-backend


Pull Request
============

**To Be Written**

* https://github.com/shimizukawa/django-redshift-backend/pulls
* https://github.com/jazzband/django-redshift-backend/pulls


Releasing
Expand Down
12 changes: 6 additions & 6 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ This is a `Amazon Redshift`_ database backend for Django_.
.. image:: https://img.shields.io/pypi/djversions/django-redshift-backend.svg
:alt: PyPI - Django Version

.. image:: https://img.shields.io/github/license/shimizukawa/django-redshift-backend.svg
.. image:: https://img.shields.io/github/license/jazzband/django-redshift-backend.svg
:alt: License
:target: https://github.com/shimizukawa/django-redshift-backend/blob/master/LICENSE
:target: https://github.com/jazzband/django-redshift-backend/blob/master/LICENSE

.. image:: https://img.shields.io/travis/shimizukawa/django-redshift-backend/master.svg
.. image:: https://img.shields.io/travis/jazzband/django-redshift-backend/master.svg
:alt: Travis (.org) branch
:target: https://travis-ci.org/shimizukawa/django-redshift-backend
:target: https://travis-ci.org/jazzband/django-redshift-backend

.. image:: https://img.shields.io/github/stars/shimizukawa/django-redshift-backend.svg?style=social&label=Stars
.. image:: https://img.shields.io/github/stars/jazzband/django-redshift-backend.svg?style=social&label=Stars
:alt: GitHub stars
:target: https://github.com/shimizukawa/django-redshift-backend
:target: https://github.com/jazzband/django-redshift-backend


.. _Amazon Redshift: https://aws.amazon.com/jp/redshift/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(filename):
name='django-redshift-backend',
version='1.0.0',
packages=find_packages(),
url='https://github.com/shimizukawa/django-redshift-backend',
url='https://github.com/jazzband/django-redshift-backend',
license='Apache Software License',
author='shimizukawa',
author_email='[email protected]',
Expand Down

0 comments on commit 25e5b8d

Please sign in to comment.