Skip to content

Commit

Permalink
Change URLs from gregmuellegger to jazzband
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Sep 11, 2024
1 parent 0acbb37 commit b77cea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Changelog
* Do not populate errorlist representations without any errors of nested
formsets into the errors of the super form. See `#5`_ for details.

.. _#3: https://github.com/gregmuellegger/django-superform/issues/3
.. _#5: https://github.com/gregmuellegger/django-superform/pull/5
.. _#11: https://github.com/gregmuellegger/django-superform/issues/11
.. _#3: https://github.com/jazzband/django-superform/issues/3
.. _#5: https://github.com/jazzband/django-superform/pull/5
.. _#11: https://github.com/jazzband/django-superform/issues/11

0.2.0
-----
Expand Down
2 changes: 1 addition & 1 deletion django_superform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Author: Gregor Müllegger <gregor@muellegger.de>
Project home: https://github.com/gregmuellegger/django-superform
Project home: https://github.com/jazzband/django-superform
See http://django-superform.readthedocs.org/en/latest/ for complete docs.
"""
from .fields import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def find_version(*file_paths):
author_email="gregor@muellegger.de",
packages=find_packages(),
include_package_data=True,
url="https://github.com/gregmuellegger/django-superform",
url="https://github.com/jazzband/django-superform",
license="BSD licence, see LICENSE file",
description="So much easier handling of formsets.",
long_description="\n\n".join((read("README.rst"), read("CHANGES.rst"))),
Expand Down

0 comments on commit b77cea4

Please sign in to comment.