Skip to content

Commit 4e3bdc8

Browse files
committed
New owner
1 parent 6dd40b3 commit 4e3bdc8

File tree

6 files changed

+16
-109
lines changed

6 files changed

+16
-109
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

-30
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

-20
This file was deleted.

.github/ISSUE_TEMPLATE/new_owner.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: NEW OWNER
3+
about: This package moved to https://github.com/codingjoe/django-select2
4+
title: ''
5+
labels: bug
6+
assignees: codingjoe
7+
8+
---
9+
10+
# New Owner
11+
12+
This package moved to: https://github.com/codingjoe/django-select2

.github/ISSUE_TEMPLATE/problem-with-django-admin.md

-13
This file was deleted.

.github/ISSUE_TEMPLATE/question.md

-17
This file was deleted.

README.rst

+4-29
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
1-
==============
2-
Django-Select2
3-
==============
1+
=========
2+
New Owner
3+
=========
44

5-
|version| |coverage| |license|
6-
7-
This is a `Django`_ integration of `Select2`_.
8-
9-
The app includes Select2 driven Django Widgets.
10-
11-
Documentation
12-
-------------
13-
14-
Documentation available at https://django-select2.readthedocs.io/.
15-
16-
.. note::
17-
Django's admin comes with builtin support for Select2
18-
via the `autocomplete_fields`_ feature.
19-
20-
21-
.. _Django: https://www.djangoproject.com/
22-
.. _Select2: https://select2.org/
23-
.. _autocomplete_fields: https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields
24-
25-
.. |version| image:: https://img.shields.io/pypi/v/Django-Select2.svg
26-
:target: https://pypi.python.org/pypi/Django-Select2/
27-
.. |coverage| image:: https://codecov.io/gh/codingjoe/django-select2/branch/master/graph/badge.svg
28-
:target: https://codecov.io/gh/codingjoe/django-select2
29-
.. |license| image:: https://img.shields.io/badge/license-APL2-blue.svg
30-
:target: https://raw.githubusercontent.com/codingjoe/django-select2/master/LICENSE.txt
5+
This package moved to: https://github.com/codingjoe/django-select2

0 commit comments

Comments
 (0)