Skip to content

Commit

Permalink
PyPi package will be django-registration-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Sep 20, 2014
1 parent 8a75df6 commit 27d85cf
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 35 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=====================================
django-registration (redux) changelog
=====================================
===================================
django-registration-redux changelog
===================================


Version 1.1, 19 September, 2014
-------------------------------

This represents the first release of `django-registration` under new a maintainer.
This represents the first release of `django-registration-redux`.
It is based off the defunct v1.0 `django-registration` abandoned by James Bennett.

* Compatibility: Added support for Python 3.x.
Expand Down
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Thanks for downloading django-registration.
Thanks for downloading django-registration-redux.

To install it, run the following command inside this directory:

Expand All @@ -7,15 +7,15 @@ To install it, run the following command inside this directory:
If you have the Python ``easy_install`` utility available, you can
also type the following to download and install in one step::

easy_install -Z django-registration
easy_install -Z django-registration-redux

(the ``-Z`` flag is required to force ``easy_install`` to do a normal
source install rather than a zipped egg; django-registration cannot be
source install rather than a zipped egg; django-registration-redux cannot be
used from a zipped egg install)

Or if you're using ``pip``::

pip install django-registration
pip install django-registration-redux

Or if you'd prefer you can simply place the included ``registration``
directory somewhere on your Python path, or symlink to it from
Expand Down
17 changes: 5 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@
.. image:: https://coveralls.io/repos/macropin/django-registration/badge.png?branch=master
:target: https://coveralls.io/r/macropin/django-registration/

.. image:: https://badge.fury.io/py/django-registration.svg
:target: https://pypi.python.org/pypi/django-registration/
.. image:: https://badge.fury.io/py/django-registration-redux.svg
:target: https://pypi.python.org/pypi/django-registration-redux/

.. image:: https://pypip.in/download/django-registration/badge.svg
:target: https://pypi.python.org/pypi/django-registration/
.. image:: https://pypip.in/download/django-registration-redux/badge.svg
:target: https://pypi.python.org/pypi/django-registration-redux/

As of 19th September 2014 PyPi `handed over maintenance`_ of the "django-registration"
package to `Andrew Cutler`_. Prior to this date, the PyPi package was maintained by
`James Bennett`_.

If you have issues with the "django-registration" package then please `raise them here`_.
If you have issues with the "django-registration-redux" package then please `raise them here`_.

This is a fairly simple user-registration application for Django,
designed to make allowing user signups as painless as possible. It
Expand All @@ -29,7 +25,4 @@ what it provides, see the file "quickstart.rst" in the "docs/"
directory. Full documentation is also `available online`_

.. _`available online`: https://django-registration-redux.readthedocs.org/
.. _`James Bennett`: https://bitbucket.org/ubernostrum/django-registration/wiki/Home
.. _`handed over maintenance`: https://sourceforge.net/p/pypi/support-requests/407/
.. _`Andrew Cutler`: https://github.com/macropin/django-registration
.. _`raise them here`: https://github.com/macropin/django-registration/issues
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
master_doc = 'index'

# General information about the project.
project = u'django-registration'
project = u'django-registration-redux'
copyright = u'2007-2013, James Bennett. 2014, Andrew Cutler and others.'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -158,7 +158,7 @@
#html_file_suffix = ''

# Output file base name for HTML help builder.
htmlhelp_basename = 'django-registrationdoc'
htmlhelp_basename = 'django-registration-reduxdoc'


# -- Options for LaTeX output --------------------------------------------------
Expand All @@ -172,7 +172,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'django-registration.tex', u'django-registration Documentation',
('index', 'django-registration-redux.tex', u'django-registration-redux Documentation',
u'James Bennett', 'manual'),
]

Expand Down
6 changes: 3 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ emails and other sources.
General
-------

**What license is django-registration under?**
**What license is django-registration-redux under?**
|project| is offered under a three-clause BSD-style
license; this is `an OSI-approved open-source license
<http://www.opensource.org/licenses/bsd-license.php>`_, and allows
Expand Down Expand Up @@ -57,10 +57,10 @@ General
Installation and setup
----------------------

**How do I install django-registration?**
**How do I install django-registration-redux?**
Full instructions are available in :ref:`the quick start guide <quickstart>`.

**Do I need to put a copy of django-registration in every project I use it in?**
**Do I need to put a copy of django-registration-redux in every project I use it in?**
No; putting applications in your project directory is a very bad
habit, and you should stop doing it. If you followed the
instructions mentioned above, |project| was installed
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. django-registration documentation master file, created by
.. django-registration-redux documentation master file, created by
sphinx-quickstart on Mon Jun 22 02:57:42 2009.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Expand Down
12 changes: 6 additions & 6 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ the recommended one is `pip <https://pip.pypa.io/>`_.

Using ``pip``, type::

pip install django-registration
pip install django-registration-redux

It is also possible that your operating system distributor provides a
packaged version of |project|. Consult your
Expand All @@ -60,13 +60,13 @@ If you prefer not to use an automated package installer, you can
download a copy of |project| and install it manually. The
latest release package can be downloaded from |project|'s
`listing on the Python Package Index
<http://pypi.python.org/pypi/django-registration/>`_.
<http://pypi.python.org/pypi/django-registration-redux/>`_.

Once you've downloaded the package, unpack it (on most operating
systems, simply double-click; alternately, type ``tar zxvf
django-registration-1.1.tar.gz`` at a command line on Linux, Mac OS X
django-registration-redux-1.1.tar.gz`` at a command line on Linux, Mac OS X
or other Unix-like systems). This will create the directory
``django-registration-1.1``, which contains the ``setup.py``
``django-registration-redux-1.1``, which contains the ``setup.py``
installation script. From a command line in that directory, type::

python setup.py install
Expand Down Expand Up @@ -97,7 +97,7 @@ release, type::

In either case, this will create a copy of the |project|
Git repository on your computer; you can then add the
``|django-registration|`` directory inside the checkout your Python
``django-registration-redux`` directory inside the checkout your Python
import path, or use the ``setup.py`` script to install as a package.


Expand Down Expand Up @@ -167,7 +167,7 @@ Setting up URLs

The :ref:`default backend <default-backend>` includes a Django
``URLconf`` which sets up URL patterns for :ref:`the views in
|django-registration| <views>`, as well as several useful views in
django-registration-redux <views>`, as well as several useful views in
``django.contrib.auth`` (e.g., login, logout, password
change/reset). This ``URLconf`` can be found at
``registration.backends.default.urls``, and so can simply be included
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upgrade guide
=============

The |version| release of |project| is compatible with the legacy
django-registration (previously maintained by James Bennett)
django-registration-redux (previously maintained by James Bennett)


Django version requirement
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run_tests(self):
sys.exit(errno)

setup(
name='django-registration',
name='django-registration-redux',
version=get_version().replace(' ', '-'),
description='An extensible user-registration application for Django',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit 27d85cf

Please sign in to comment.