@@ -37,8 +37,10 @@ Example code found in the AuditLog project:
37
37
38
38
* [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
39
39
* [ django.contrib.admin.filters SimpleListFilter] ( /django-contrib-admin-filters-simplelistfilter-examples.html )
40
+ * [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
40
41
* [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
41
42
* [ django.db.models DateTimeField] ( /django-db-models-datetimefield-examples.html )
43
+ * [ django.db.models IntegerField] ( /django-db-models-integerfield-examples.html )
42
44
* [ django.utils.html format_html] ( /django-utils-html-format-html-examples.html )
43
45
44
46
@@ -53,6 +55,7 @@ dccnsys is shown on the following code example pages:
53
55
* [ django.contrib.auth get_user_model] ( /django-contrib-auth-get-user-model-examples.html )
54
56
* [ django.contrib.auth.decorators login_required] ( /django-contrib-auth-decorators-login-required-examples.html )
55
57
* [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
58
+ * [ django.db.models IntegerField] ( /django-db-models-integerfield-examples.html )
56
59
* [ django.urls.path] ( /django-urls-path-examples.html )
57
60
58
61
@@ -67,6 +70,7 @@ Code used for examples from the django-allauth project:
67
70
68
71
* [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
69
72
* [ django.conf.urls.url] ( /django-conf-urls-url-examples.html )
73
+ * [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
70
74
* [ django.forms] ( /django-forms-examples.html )
71
75
72
76
@@ -128,6 +132,7 @@ for use with Django web apps that is open sourced under the
128
132
Example code from django-cms:
129
133
130
134
* [ django.conf.urls url] ( /django-conf-urls-url-examples.html )
135
+ * [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
131
136
* [ django.db OperationalError] ( /django-db-operationalerror-examples.html )
132
137
* [ django.db.models Model] ( /django-db-models-model-examples.html )
133
138
* [ django.utils timezone] ( /django-utils-timezone-examples.html )
@@ -186,6 +191,7 @@ Code from django-filer can be found on these pages:
186
191
187
192
* [ django.conf settings] ( /django-conf-settings-examples.html )
188
193
* [ django.contrib.admin] ( /django-contrib-admin-examples.html )
194
+ * [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
189
195
* [ django.core.management.base BaseCommand] ( /django-core-management-base-basecommand-examples.html )
190
196
191
197
@@ -407,6 +413,8 @@ under the
407
413
Example code from wagtail shown on these pages:
408
414
409
415
* [ django.conf.urls url] ( /django-conf-urls-url-examples.html )
416
+ * [ django.contrib.admin.sites.register] ( /django-contrib-admin-sites-register-examples.html )
410
417
* [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
418
+ * [ django.db.models IntegerField] ( /django-db-models-integerfield-examples.html )
411
419
* [ django.http Http404] ( /django-http-http404-examples.html )
412
420
0 commit comments