Skip to content

Commit 0ddc180

Browse files
committedApr 18, 2025··
fix all links to reflect new django-commons home, update change log
1 parent 602e1e7 commit 0ddc180

File tree

10 files changed

+97
-87
lines changed

10 files changed

+97
-87
lines changed
 

‎.github/workflows/lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55

66
on:
77
push:
8+
tags-ignore:
9+
- '*'
810
pull_request:
911
workflow_call:
1012
workflow_dispatch:

‎.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55

66
on:
77
push:
8+
tags-ignore:
9+
- '*'
810
pull_request:
911
workflow_call:
1012
workflow_dispatch:

‎README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
[![PyPI djversions](https://img.shields.io/pypi/djversions/django-enum.svg)](https://pypi.org/project/django-enum/)
88
[![PyPI status](https://img.shields.io/pypi/status/django-enum.svg)](https://pypi.python.org/pypi/django-enum)
99
[![Documentation Status](https://readthedocs.org/projects/django-enum/badge/?version=latest)](http://django-enum.readthedocs.io/?badge=latest/)
10-
[![Code Cov](https://codecov.io/gh/bckohan/django-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL)](https://codecov.io/gh/bckohan/django-enum)
11-
[![Test Status](https://github.com/bckohan/django-enum/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/bckohan/django-enum/actions/workflows/test.yml?query=branch:main)
12-
[![Lint Status](https://github.com/bckohan/django-enum/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/bckohan/django-enum/actions/workflows/lint.yml?query=branch:main)
10+
[![Code Cov](https://codecov.io/gh/django-commons/django-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL)](https://codecov.io/gh/django-commons/django-enum)
11+
[![Test Status](https://github.com/django-commons/django-enum/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/django-commons/django-enum/actions/workflows/test.yml?query=branch:main)
12+
[![Lint Status](https://github.com/django-commons/django-enum/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/django-commons/django-enum/actions/workflows/lint.yml?query=branch:main)
1313
[![Published on Django Packages](https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26)](https://djangopackages.org/packages/p/django-enum/)
1414

1515
---------------------------------------------------------------------------------------------------
@@ -194,7 +194,7 @@ class Color(TextChoices):
194194

195195
## Installation
196196

197-
1. Clone django-enum from [GitHub](https://github.com/bckohan/django-enum) or install a release off [pypi](https://pypi.org/project/django-enum):
197+
1. Clone django-enum from [GitHub](https://github.com/django-commons/django-enum) or install a release off [pypi](https://pypi.org/project/django-enum):
198198

199199
```bash
200200
pip install django-enum
@@ -221,16 +221,16 @@ class Color(TextChoices):
221221

222222
Like with [Django](https://www.djangoproject.com), [PostgreSQL](https://www.postgresql.org) is the preferred database for support. The full test suite is run against all combinations of currently supported versions of [Django](https://www.djangoproject.com), [Python](https://www.python.org), and [PostgreSQL](https://www.postgresql.org) as well as [psycopg3](https://pypi.org/project/psycopg) and [psycopg2](https://pypi.org/project/psycopg2). The other RDBMS supported by [Django](https://www.djangoproject.com) are also tested including [SQLite](https://www.sqlite.org), [MySQL](https://www.mysql.com), [MariaDB](https://mariadb.org) and [Oracle](https://www.oracle.com/database). For these RDBMS (with the exception of [Oracle](https://www.oracle.com/database), tests are run against the minimum and maximum supported version combinations to maximize coverage breadth.
223223

224-
**See the [latest test runs](https://github.com/bckohan/django-enum/actions/workflows/test.yml) for our current test matrix**
224+
**See the [latest test runs](https://github.com/django-commons/django-enum/actions/workflows/test.yml) for our current test matrix**
225225

226226
For [Oracle](https://www.oracle.com/database), only the latest version of the free database is tested against the minimum and maximum supported versions of Python, Django and the [cx-Oracle](https://pypi.org/project/cx-Oracle) driver.
227227

228228
## Further Reading
229229

230230
Consider using [django-render-static](https://pypi.org/project/django-render-static) to make your enumerations [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) across the full stack!
231231

232-
Please report bugs and discuss features on the [issues page](https://github.com/bckohan/django-enum/issues).
232+
Please report bugs and discuss features on the [issues page](https://github.com/django-commons/django-enum/issues).
233233

234-
[Contributions](https://github.com/bckohan/django-enum/blob/main/CONTRIBUTING.md) are encouraged!
234+
[Contributions](https://github.com/django-commons/django-enum/blob/main/CONTRIBUTING.md) are encouraged!
235235

236236
[Full documentation at read the docs.](https://django-enum.readthedocs.io)

‎SECURITY.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Security Policy
22

3-
[![CodeQL](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main)
4-
[![Zizmor](https://github.com/bckohan/django-enum/actions/workflows/zizmor.yml/badge.svg?branch=main)](https://woodruffw.github.io/zizmor)
5-
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/bckohan/django-enum/badge)](https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-enum)
3+
[![CodeQL](https://github.com/django-commons/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/django-commons/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main)
4+
[![Zizmor](https://github.com/django-commons/django-enum/actions/workflows/zizmor.yml/badge.svg?branch=main)](https://woodruffw.github.io/zizmor)
5+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/django-commons/django-enum/badge)](https://securityscorecards.dev/viewer/?uri=github.com/django-commons/django-enum)
66

77
## Supported Versions
88

99
Only the latest version [![PyPI version](https://badge.fury.io/py/django-enum.svg)](https://pypi.python.org/pypi/django-enum) is supported.
1010

1111
## Reporting a Vulnerability
1212

13-
If you think you have found a vulnerability, and even if you are not sure, please [report it to us in private](https://github.com/bckohan/django-enum/security/advisories/new). We will review it and get back to you. Please refrain from public discussions of the issue.
13+
If you think you have found a vulnerability, and even if you are not sure, please [report it to us in private](https://github.com/django-commons/django-enum/security/advisories/new). We will review it and get back to you. Please refrain from public discussions of the issue.

‎doc/source/changelog.rst

+66-60
Original file line numberDiff line numberDiff line change
@@ -4,68 +4,74 @@
44
Change Log
55
==========
66

7+
v2.2.1 (2025-04-18)
8+
===================
9+
10+
* First release under `django-commons <https://github.com/django-commons>` ownership!
11+
* Fix all links to reflect new home @ `django-commons <https://github.com/django-commons>`
12+
713
v2.2.0 (2025-03-28)
814
===================
915

10-
* Implemented `Need a DRF integration for FlagFields <https://github.com/bckohan/django-enum/issues/113>`_
11-
* Fixed `FilterSet override of filter_for_lookup disregards meta options. <https://github.com/bckohan/django-enum/issues/111>`_
12-
* Implemented `Add EnumFlagFilter to support has_any and has_all flag queries. <https://github.com/bckohan/django-enum/issues/110>`_
13-
* Fixed `Enum types that resolve to primitives of str or int but that do not inherit from those types can result in validation errors. <https://github.com/bckohan/django-enum/issues/109>`_
14-
* Implemented `Support checkboxes for FlagEnumField <https://github.com/bckohan/django-enum/issues/107>`_
15-
* Implemented `Support radio buttons for EnumChoiceField <https://github.com/bckohan/django-enum/issues/106>`_
16-
* Implemented `If default is not provided for flag fields it should be Flag(0). <https://github.com/bckohan/django-enum/issues/105>`_
17-
* Fixed `EnumFlagFields set empty values to Flag(0) when model field has null=True, default=None <https://github.com/bckohan/django-enum/issues/104>`_
18-
* Fixed `Large enum fields that inherit from binaryfield have editable=False by default <https://github.com/bckohan/django-enum/issues/103>`_
19-
* Fixed `EnumFlagField breaks for Flag types that are not constructible from lists of values <https://github.com/bckohan/django-enum/issues/102>`_
20-
* Implemented `Test all example code in the docs <https://github.com/bckohan/django-enum/issues/99>`_
21-
* Implemented `Use intersphinx for doc references <https://github.com/bckohan/django-enum/issues/98>`_
22-
* Implemented `Support Django 5.2 <https://github.com/bckohan/django-enum/issues/96>`_
23-
* Implemented `Upgrade to enum-properties >=2.2 <https://github.com/bckohan/django-enum/issues/95>`_
24-
* Implemented `Move form imports to locally scoped imports where needed in fields.py <https://github.com/bckohan/django-enum/issues/79>`_
25-
* Implemented `Reorganize documentation using diataxis <https://github.com/bckohan/django-enum/issues/72>`_
26-
* Implemented `Provide a MultipleEnumChoiceFilter <https://github.com/bckohan/django-enum/issues/25>`_
27-
* Implemented `Provide an EnumMultipleChoiceField <https://github.com/bckohan/django-enum/issues/24>`_
16+
* Implemented `Need a DRF integration for FlagFields <https://github.com/django-commons/django-enum/issues/113>`_
17+
* Fixed `FilterSet override of filter_for_lookup disregards meta options. <https://github.com/django-commons/django-enum/issues/111>`_
18+
* Implemented `Add EnumFlagFilter to support has_any and has_all flag queries. <https://github.com/django-commons/django-enum/issues/110>`_
19+
* Fixed `Enum types that resolve to primitives of str or int but that do not inherit from those types can result in validation errors. <https://github.com/django-commons/django-enum/issues/109>`_
20+
* Implemented `Support checkboxes for FlagEnumField <https://github.com/django-commons/django-enum/issues/107>`_
21+
* Implemented `Support radio buttons for EnumChoiceField <https://github.com/django-commons/django-enum/issues/106>`_
22+
* Implemented `If default is not provided for flag fields it should be Flag(0). <https://github.com/django-commons/django-enum/issues/105>`_
23+
* Fixed `EnumFlagFields set empty values to Flag(0) when model field has null=True, default=None <https://github.com/django-commons/django-enum/issues/104>`_
24+
* Fixed `Large enum fields that inherit from binaryfield have editable=False by default <https://github.com/django-commons/django-enum/issues/103>`_
25+
* Fixed `EnumFlagField breaks for Flag types that are not constructible from lists of values <https://github.com/django-commons/django-enum/issues/102>`_
26+
* Implemented `Test all example code in the docs <https://github.com/django-commons/django-enum/issues/99>`_
27+
* Implemented `Use intersphinx for doc references <https://github.com/django-commons/django-enum/issues/98>`_
28+
* Implemented `Support Django 5.2 <https://github.com/django-commons/django-enum/issues/96>`_
29+
* Implemented `Upgrade to enum-properties >=2.2 <https://github.com/django-commons/django-enum/issues/95>`_
30+
* Implemented `Move form imports to locally scoped imports where needed in fields.py <https://github.com/django-commons/django-enum/issues/79>`_
31+
* Implemented `Reorganize documentation using diataxis <https://github.com/django-commons/django-enum/issues/72>`_
32+
* Implemented `Provide a MultipleEnumChoiceFilter <https://github.com/django-commons/django-enum/issues/25>`_
33+
* Implemented `Provide an EnumMultipleChoiceField <https://github.com/django-commons/django-enum/issues/24>`_
2834

2935
v2.1.0 (2025-02-24)
3036
===================
3137

32-
* Implemented `Switch poetry -> uv <https://github.com/bckohan/django-enum/issues/87>`_
33-
* Implemented `Add macos runner to CI <https://github.com/bckohan/django-enum/issues/86>`_
34-
* Implemented `Add windows runner to CI <https://github.com/bckohan/django-enum/issues/85>`_
35-
* Implemented `Drop support for python 3.8 <https://github.com/bckohan/django-enum/issues/84>`_
36-
* Implemented `Move to justfile dev interface. <https://github.com/bckohan/django-enum/issues/83>`_
37-
* Implemented `Modernize pyproject.toml <https://github.com/bckohan/django-enum/issues/82>`_
38+
* Implemented `Switch poetry -> uv <https://github.com/django-commons/django-enum/issues/87>`_
39+
* Implemented `Add macos runner to CI <https://github.com/django-commons/django-enum/issues/86>`_
40+
* Implemented `Add windows runner to CI <https://github.com/django-commons/django-enum/issues/85>`_
41+
* Implemented `Drop support for python 3.8 <https://github.com/django-commons/django-enum/issues/84>`_
42+
* Implemented `Move to justfile dev interface. <https://github.com/django-commons/django-enum/issues/83>`_
43+
* Implemented `Modernize pyproject.toml <https://github.com/django-commons/django-enum/issues/82>`_
3844

3945
v2.0.2 (2024-09-25)
4046
===================
4147

42-
* Fixed `Constraints fail when using a name argument <https://github.com/bckohan/django-enum/issues/77>`_
48+
* Fixed `Constraints fail when using a name argument <https://github.com/django-commons/django-enum/issues/77>`_
4349

4450
v2.0.1 (2024-09-16)
4551
===================
4652

47-
* Fixed `Unexpected ValueError instead of ValidationError <https://github.com/bckohan/django-enum/issues/74>`_
53+
* Fixed `Unexpected ValueError instead of ValidationError <https://github.com/django-commons/django-enum/issues/74>`_
4854

4955
v2.0.0 (2024-09-09)
5056
===================
5157

52-
* Completed `Reorganize tests <https://github.com/bckohan/django-enum/issues/70>`_
53-
* Completed `Switch linting and formatting to ruff <https://github.com/bckohan/django-enum/issues/62>`_
54-
* Implemented `Install django-stubs when running static type checks. <https://github.com/bckohan/django-enum/issues/60>`_
55-
* Fixed `When a character enum field allows null and blank=True, form fields and drf fields allow '' to pass through causing errors. <https://github.com/bckohan/django-enum/issues/53>`_
56-
* Implemented `Supply a mixin for DRF ModelSerializers that instantiates the provided DRF EnumField type for model EnumFields. <https://github.com/bckohan/django-enum/issues/47>`_
57-
* Implemented `EnumField's should inherit from common base titled EnumField <https://github.com/bckohan/django-enum/issues/46>`_
58-
* Implemented `Add database constraints on enum fields by default. <https://github.com/bckohan/django-enum/issues/45>`_
59-
* Fixed `to_python() raises ValueError instead of spec'ed ValidationError <https://github.com/bckohan/django-enum/issues/44>`_
60-
* Implemented `Add support for date, datetime, timedelta, time and Decimal enumeration types. <https://github.com/bckohan/django-enum/issues/43>`_
61-
* Fixed `None should be an allowable enumeration value in enums of any primitive type. <https://github.com/bckohan/django-enum/issues/42>`_
62-
* Implemented `Characterize the performance trade offs of bitfields vs indexed and non-indexed boolean fields. <https://github.com/bckohan/django-enum/issues/41>`_
63-
* Fixed `When coerce is false, to_python does not convert to the Enum's primitive type <https://github.com/bckohan/django-enum/issues/39>`_
64-
* Implemented `Provide parameter to override integer range on EnumField. <https://github.com/bckohan/django-enum/issues/38>`_
65-
* Implemented `Add all official supported Django RDBMS backends to CI <https://github.com/bckohan/django-enum/issues/33>`_
66-
* Implemented `Support for integer sizes greater than 64 bit <https://github.com/bckohan/django-enum/issues/32>`_
67-
* Implemented `Provide an optional enum path converter. <https://github.com/bckohan/django-enum/issues/22>`_
68-
* Implemented `Support flag enumerations <https://github.com/bckohan/django-enum/issues/7>`_
58+
* Completed `Reorganize tests <https://github.com/django-commons/django-enum/issues/70>`_
59+
* Completed `Switch linting and formatting to ruff <https://github.com/django-commons/django-enum/issues/62>`_
60+
* Implemented `Install django-stubs when running static type checks. <https://github.com/django-commons/django-enum/issues/60>`_
61+
* Fixed `When a character enum field allows null and blank=True, form fields and drf fields allow '' to pass through causing errors. <https://github.com/django-commons/django-enum/issues/53>`_
62+
* Implemented `Supply a mixin for DRF ModelSerializers that instantiates the provided DRF EnumField type for model EnumFields. <https://github.com/django-commons/django-enum/issues/47>`_
63+
* Implemented `EnumField's should inherit from common base titled EnumField <https://github.com/django-commons/django-enum/issues/46>`_
64+
* Implemented `Add database constraints on enum fields by default. <https://github.com/django-commons/django-enum/issues/45>`_
65+
* Fixed `to_python() raises ValueError instead of spec'ed ValidationError <https://github.com/django-commons/django-enum/issues/44>`_
66+
* Implemented `Add support for date, datetime, timedelta, time and Decimal enumeration types. <https://github.com/django-commons/django-enum/issues/43>`_
67+
* Fixed `None should be an allowable enumeration value in enums of any primitive type. <https://github.com/django-commons/django-enum/issues/42>`_
68+
* Implemented `Characterize the performance trade offs of bitfields vs indexed and non-indexed boolean fields. <https://github.com/django-commons/django-enum/issues/41>`_
69+
* Fixed `When coerce is false, to_python does not convert to the Enum's primitive type <https://github.com/django-commons/django-enum/issues/39>`_
70+
* Implemented `Provide parameter to override integer range on EnumField. <https://github.com/django-commons/django-enum/issues/38>`_
71+
* Implemented `Add all official supported Django RDBMS backends to CI <https://github.com/django-commons/django-enum/issues/33>`_
72+
* Implemented `Support for integer sizes greater than 64 bit <https://github.com/django-commons/django-enum/issues/32>`_
73+
* Implemented `Provide an optional enum path converter. <https://github.com/django-commons/django-enum/issues/22>`_
74+
* Implemented `Support flag enumerations <https://github.com/django-commons/django-enum/issues/7>`_
6975

7076
.. _migration_1.x_to_2.x:
7177

@@ -111,61 +117,61 @@ Migration from 1.x -> 2.x
111117
v1.3.3 (2024-08-26)
112118
===================
113119

114-
* Implemented `Support python 3.13 <https://github.com/bckohan/django-enum/issues/67>`_
115-
* Implemented `Drop support for Python 3.7 <https://github.com/bckohan/django-enum/issues/68>`_
120+
* Implemented `Support python 3.13 <https://github.com/django-commons/django-enum/issues/67>`_
121+
* Implemented `Drop support for Python 3.7 <https://github.com/django-commons/django-enum/issues/68>`_
116122

117123
v1.3.2 (2024-07-15)
118124
===================
119125

120-
* Fixed `Support Django 5.1 <https://github.com/bckohan/django-enum/issues/63>`_
126+
* Fixed `Support Django 5.1 <https://github.com/django-commons/django-enum/issues/63>`_
121127

122128

123129
v1.3.1 (2024-03-02)
124130
===================
125131

126-
* Fixed `db_default produces expressions instead of primitives when given enum value instances. <https://github.com/bckohan/django-enum/issues/59>`_
132+
* Fixed `db_default produces expressions instead of primitives when given enum value instances. <https://github.com/django-commons/django-enum/issues/59>`_
127133

128134
v1.3.0 (2023-12-13)
129135
===================
130136

131-
* Implemented `Support db_default <https://github.com/bckohan/django-enum/issues/56>`_
132-
* Fixed `When coerce=False, enum form fields and model fields should still coerce to the enum's primitive type. <https://github.com/bckohan/django-enum/issues/55>`_
133-
* Implemented `Support Django 5.0 <https://github.com/bckohan/django-enum/issues/54>`_
137+
* Implemented `Support db_default <https://github.com/django-commons/django-enum/issues/56>`_
138+
* Fixed `When coerce=False, enum form fields and model fields should still coerce to the enum's primitive type. <https://github.com/django-commons/django-enum/issues/55>`_
139+
* Implemented `Support Django 5.0 <https://github.com/django-commons/django-enum/issues/54>`_
134140

135141
v1.2.2 (2023-10-02)
136142
===================
137143

138-
* Added `Support python 3.12. <https://github.com/bckohan/django-enum/issues/52>`_
139-
* Fixed `EnumFields don't display correctly in the Admin when set to read_only. <https://github.com/bckohan/django-enum/issues/35>`_
144+
* Added `Support python 3.12. <https://github.com/django-commons/django-enum/issues/52>`_
145+
* Fixed `EnumFields don't display correctly in the Admin when set to read_only. <https://github.com/django-commons/django-enum/issues/35>`_
140146

141147
v1.2.1 (2023-04-08)
142148
===================
143149

144-
* Fixed `Document that with version 1.4 of enum-properties label is no longer overridable for Choices <https://github.com/bckohan/django-enum/issues/37>`_
150+
* Fixed `Document that with version 1.4 of enum-properties label is no longer overridable for Choices <https://github.com/django-commons/django-enum/issues/37>`_
145151

146152
v1.2.0 (2023-04-02)
147153
===================
148154

149-
* Implemented `Compat for enums not deriving from Django's choices. <https://github.com/bckohan/django-enum/issues/34>`_
155+
* Implemented `Compat for enums not deriving from Django's choices. <https://github.com/django-commons/django-enum/issues/34>`_
150156

151157

152158
v1.1.2 (2023-02-15)
153159
===================
154160

155-
* Fixed `LICENSE packaged into source dir. <https://github.com/bckohan/django-enum/issues/23>`_
161+
* Fixed `LICENSE packaged into source dir. <https://github.com/django-commons/django-enum/issues/23>`_
156162

157163
v1.1.1 (2023-01-15)
158164
===================
159165

160-
* Fixed `Broken on Django4.1/Python 3.11. <https://github.com/bckohan/django-enum/issues/17>`_
166+
* Fixed `Broken on Django4.1/Python 3.11. <https://github.com/django-commons/django-enum/issues/17>`_
161167

162168
v1.1.0 (2022-08-13)
163169
===================
164170

165-
* Fixed `django-filter intergration for non-strict values does not work. <https://github.com/bckohan/django-enum/issues/6>`_
166-
* Implemented `Set EnumChoiceField to the default form field type. <https://github.com/bckohan/django-enum/issues/5>`_
167-
* Implemented `Coerce default values to Enum types. <https://github.com/bckohan/django-enum/issues/4>`_
168-
* Implemented `Use custom descriptor to coerce fields to Enum type on assignment. <https://github.com/bckohan/django-enum/issues/3>`_
171+
* Fixed `django-filter intergration for non-strict values does not work. <https://github.com/django-commons/django-enum/issues/6>`_
172+
* Implemented `Set EnumChoiceField to the default form field type. <https://github.com/django-commons/django-enum/issues/5>`_
173+
* Implemented `Coerce default values to Enum types. <https://github.com/django-commons/django-enum/issues/4>`_
174+
* Implemented `Use custom descriptor to coerce fields to Enum type on assignment. <https://github.com/django-commons/django-enum/issues/3>`_
169175

170176
v1.0.1 (2022-08-11)
171177
===================

‎doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
#
6565
html_theme = 'furo'
6666
html_theme_options = {
67-
"source_repository": "https://github.com/bckohan/django-enum/",
67+
"source_repository": "https://github.com/django-commons/django-enum/",
6868
"source_branch": "main",
6969
"source_directory": "doc/source",
7070
}

‎doc/source/index.rst

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Django Enum
3131
.. |Documentation Status| image:: https://readthedocs.org/projects/django-enum/badge/?version=latest
3232
:target: http://django-enum.readthedocs.io/?badge=latest/
3333

34-
.. |Code Cov| image:: https://codecov.io/gh/bckohan/django-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL
35-
:target: https://codecov.io/gh/bckohan/django-enum
34+
.. |Code Cov| image:: https://codecov.io/gh/django-commons/django-enum/branch/main/graph/badge.svg?token=0IZOKN2DYL
35+
:target: https://codecov.io/gh/django-commons/django-enum
3636

37-
.. |Test Status| image:: https://github.com/bckohan/django-enum/workflows/test/badge.svg
38-
:target: https://github.com/bckohan/django-enum/actions/workflows/test.yml
37+
.. |Test Status| image:: https://github.com/django-commons/django-enum/workflows/test/badge.svg
38+
:target: https://github.com/django-commons/django-enum/actions/workflows/test.yml
3939

40-
.. |Lint Status| image:: https://github.com/bckohan/django-enum/workflows/lint/badge.svg
41-
:target: https://github.com/bckohan/django-enum/actions/workflows/lint.yml
40+
.. |Lint Status| image:: https://github.com/django-commons/django-enum/workflows/lint/badge.svg
41+
:target: https://github.com/django-commons/django-enum/actions/workflows/lint.yml
4242

4343
.. |Django Packages| image:: https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26
4444
:target: https://djangopackages.org/packages/p/django-enum/
@@ -197,7 +197,7 @@ well as psycopg3_ and psycopg2_. The other RDBMS supported by Django_ are also t
197197
SQLite_, MySQL_, MariaDB_ and Oracle_. For these RDBMS (with the exception of Oracle_), tests are
198198
run against the minimum and maximum supported version combinations to maximize coverage breadth.
199199

200-
**See the** `latest test runs <https://github.com/bckohan/django-enum/actions/workflows/test.yml>`_
200+
**See the** `latest test runs <https://github.com/django-commons/django-enum/actions/workflows/test.yml>`_
201201
**for our current test matrix**
202202

203203
.. note::
@@ -212,9 +212,9 @@ Consider using :doc:`django-render-static <django-render-static:index>` to make
212212
DRY_ across the full stack!
213213

214214
Please report bugs and discuss features on the
215-
`issues page <https://github.com/bckohan/django-enum/issues>`_.
215+
`issues page <https://github.com/django-commons/django-enum/issues>`_.
216216

217-
`Contributions <https://github.com/bckohan/django-enum/blob/main/CONTRIBUTING.md>`_ are encouraged!
217+
`Contributions <https://github.com/django-commons/django-enum/blob/main/CONTRIBUTING.md>`_ are encouraged!
218218

219219

220220
.. toctree::

‎doc/source/refs.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _Python: https://www.python.org
22
.. _Django: https://www.djangoproject.com
3-
.. _GitHub: https://github.com/bckohan/django-enum
3+
.. _GitHub: https://github.com/django-commons/django-enum
44
.. _PyPI: https://pypi.python.org/pypi/django-enum
55
.. _PEP435: https://peps.python.org/pep-0435
66
.. _DRY: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself

‎pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
license = "MIT"
1010
license-files = [ "LICENSE" ]
11-
repository = "https://github.com/bckohan/django-enum"
11+
repository = "https://github.com/django-commons/django-enum"
1212
homepage = "https://django-enum.rtfd.io"
1313
readme = "README.md"
1414
keywords = [
@@ -69,10 +69,10 @@ rest = ["djangorestframework>=3.9,<4.0"]
6969
[project.urls]
7070
"Homepage" = "https://django-enum.readthedocs.io"
7171
"Documentation" = "https://django-enum.readthedocs.io"
72-
"Repository" = "https://github.com/bckohan/django-enum"
73-
"Issues" = "https://github.com/bckohan/django-enum/issues"
72+
"Repository" = "https://github.com/django-commons/django-enum"
73+
"Issues" = "https://github.com/django-commons/django-enum/issues"
7474
"Changelog" = "https://django-enum.readthedocs.io/en/latest/changelog.html"
75-
"Code_of_Conduct" = "https://github.com/bckohan/membership/blob/main/CODE_OF_CONDUCT.md"
75+
"Code_of_Conduct" = "https://github.com/django-commons/django-enum/blob/main/CODE_OF_CONDUCT.md"
7676

7777

7878
[dependency-groups]

‎tests/test_name_override.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class TestNameOverride(TestCase):
99
"""
10-
https://github.com/bckohan/django-enum/issues/77
10+
https://github.com/django-commons/django-enum/issues/77
1111
"""
1212

1313
def test_name_override(self):

0 commit comments

Comments
 (0)
Please sign in to comment.