@@ -37,6 +37,7 @@ Example code found in the AuditLog project:
3737
3838* [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
3939* [ django.contrib.admin.filters SimpleListFilter] ( /django-contrib-admin-filters-simplelistfilter-examples.html )
40+ * [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
4041* [ django.db.models DateTimeField] ( /django-db-models-datetimefield-examples.html )
4142* [ django.utils.html format_html] ( /django-utils-html-format-html-examples.html )
4243
@@ -51,6 +52,7 @@ dccnsys is shown on the following code example pages:
5152* [ django.apps.config AppConfig] ( /django-apps-config-appconfig-examples.html )
5253* [ django.contrib.auth get_user_model] ( /django-contrib-auth-get-user-model-examples.html )
5354* [ django.contrib.auth.decorators login_required] ( /django-contrib-auth-decorators-login-required-examples.html )
55+ * [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
5456* [ django.urls.path] ( /django-urls-path-examples.html )
5557
5658
@@ -200,6 +202,11 @@ The django-floppyforms code is provided as
200202and maintained by the collaborative developer community group
201203[ Jazzband] ( https://jazzband.co/ ) .
202204
205+ Code from django-floppyforms is used as examples for the following parts of
206+ Django:
207+
208+ * [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
209+
203210
204211### django-haystack
205212[ django-haystack] ( https://github.com/django-haystack/django-haystack )
@@ -400,5 +407,6 @@ under the
400407Example code from wagtail shown on these pages:
401408
402409* [ django.conf.urls url] ( /django-conf-urls-url-examples.html )
410+ * [ django.db.models DateField] ( /django-db-models-datefield-examples.html )
403411* [ django.http Http404] ( /django-http-http404-examples.html )
404412
0 commit comments