Skip to content

Commit c182ead

Browse files
Remove beta notice
1 parent 03b07e7 commit c182ead

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ API key permissions for the [Django REST Framework](https://www.django-rest-fram
2727

2828
- ✌️ **Simple to use**: create, view and revoke API keys via the admin site, or use built-in helpers to create API keys programmatically.
2929
- πŸ”’ **As secure as possible**: API keys are treated with the same level of care than user passwords. They are hashed using the default password hasher before being stored in the database, and only visible at creation.
30-
- 🎨 **Customizable**: satisfy specific business requirements by building your own customized API key models, permission classes and admin panels. (Currently in public beta.)
30+
- 🎨 **Customizable**: satisfy specific business requirements by building your own customized API key models, permission classes and admin panels.
3131

3232
### Should I use API keys?
3333

β€Ždocs/guide.mdβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,6 @@ API keys can be created, viewed and revoked programmatically by manipulating the
144144

145145
## Customization
146146

147-
!!! warning
148-
This section documents functionality that is currently in public beta. To use it, install this package using:
149-
150-
```bash
151-
pip install "djangorestframework-api-key==1.3.0.b0"
152-
```
153-
154147
This package provides various customization APIs that allow you to extend its basic behavior.
155148

156149
### API key models

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
- ✌️ **Simple to use**: create, view and revoke API keys via the admin site, or use built-in helpers to create API keys programmatically.
3535
- πŸ”’ **As secure as possible**: API keys are treated with the same level of care than user passwords. They are hashed using the default password hasher before being stored in the database, and only visible at creation.
36-
- 🎨 **Customizable**: satisfy specific business requirements by building your own customized API key models, permission classes and admin panels. (Currently in public beta.)
36+
- 🎨 **Customizable**: satisfy specific business requirements by building your own customized API key models, permission classes and admin panels.
3737

3838
### Should I use API keys?
3939

0 commit comments

Comments
Β (0)