@@ -194,7 +194,7 @@ class EmailAddress(models.Model):
194194```
195195
196196
197- ## Example 4 from django-axes
197+ ## Example 3 from django-axes
198198[ django-axes] ( https://github.com/jazzband/django-axes/ )
199199([ project documentation] ( https://django-axes.readthedocs.io/en/latest/ )
200200and
@@ -270,7 +270,7 @@ class Migration(migrations.Migration):
270270```
271271
272272
273- ## Example 5 from django-filer
273+ ## Example 4 from django-filer
274274[ django-filer] ( https://github.com/divio/django-filer )
275275([ project documentation] ( https://django-filer.readthedocs.io/en/latest/ ) )
276276is a file management library for uploading and organizing files and images
@@ -324,7 +324,7 @@ class Migration(migrations.Migration):
324324```
325325
326326
327- ## Example 6 from django-push-notifications
327+ ## Example 5 from django-push-notifications
328328[ django-push-notifications] ( https://github.com/jazzband/django-push-notifications )
329329is a [ Django] ( /django.html ) app for storing and interacting with
330330push notification services such as
@@ -388,7 +388,7 @@ class Device(models.Model):
388388```
389389
390390
391- ## Example 7 from AuditLog
391+ ## Example 6 from AuditLog
392392[ Auditlog] ( https://github.com/jjkester/django-auditlog )
393393([ project documentation] ( https://django-auditlog.readthedocs.io/en/latest/ ) )
394394is a [ Django] ( /django.html ) app that logs changes to Python objects,
@@ -456,7 +456,7 @@ class UUIDPrimaryKeyModel(models.Model):
456456```
457457
458458
459- ## Example 8 from gadget-board
459+ ## Example 7 from gadget-board
460460[ gadget-board] ( https://github.com/mik4el/gadget-board ) is a
461461[ Django] ( /django.html ) ,
462462[ Django REST Framework (DRF)] ( /django-rest-framework-drf.html ) and
@@ -536,7 +536,7 @@ class Account(AbstractBaseUser, PermissionsMixin):
536536```
537537
538538
539- ## Example 9 from wagtail
539+ ## Example 8 from wagtail
540540[ wagtail] ( https://github.com/wagtail/wagtail )
541541([ project website] ( https://wagtail.io/ ) ) is a fantastic
542542[ Django] ( /django.html ) -based CMS with code that is open source
0 commit comments