Skip to content

Commit 0d3c0e9

Browse files
committed
update changelog
1 parent f4625ad commit 0d3c0e9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

content/pages/examples/django/django-code-examples.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
200202
and 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
400407
Example 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

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on GitHub.
1919
* Added new Django code example pages:
2020
* [django.db OperationalError](/django-db-operationalerror-examples.html)
2121
* [django.db.models AutoField](/django-db-models-autofield-examples.html)
22+
* [django.db.models DateField](/django-db-models-autofield-examples.html)
23+
* [django.db.models IntegerField](/django-db-models-integerfield-examples.html)
2224
* [django.apps.config AppConfig](/django-apps-config-appconfig-examples.html)
2325

2426

0 commit comments

Comments
 (0)