We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21078f9 commit ae9d705Copy full SHA for ae9d705
README.md
@@ -57,7 +57,7 @@ INSTALLED_APPS = [
57
58
### Usage
59
60
-#### Using the `SubscriptionModelMixin` and `SubscriptionQuerySet`
+##### Using the `SubscriptionModelMixin` and `SubscriptionQuerySet`
61
62
```py
63
from model_subscription.mixin import SubscriptionModelMixin
@@ -70,7 +70,7 @@ class TestModel(SubscriptionModelMixin, models.Model):
70
objects = SubscriptionQuerySet.as_manager()
71
```
72
73
-#### Subclassing the `SubscriptionModel` base class.
+##### Subclassing the `SubscriptionModel` base class.
74
75
76
from model_subscription.model import SubscriptionModel
0 commit comments