Skip to content

Commit 5326977

Browse files
committed
update django code examples page
1 parent 3b3e010 commit 5326977

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Code from django-angular is shown on:
8787

8888
* [django.conf.urls url](/django-conf-urls-url-examples.html)
8989
* [django.conf settings](/django-conf-settings-examples.html)
90+
* [django.http HttpResponseBadRequest](/django-http-httpresponsebadrequest-examples.html)
9091
* [django.http HttpResponseForbidden](/django-http-httpresponseforbidden-examples.html)
9192
* [django.http.responses HttpResponsePermanentRedirect](/django-http-responses-httpresponsepermanentredirect-examples.html)
9293
* [django.utils.html format_html](/django-utils-html-format-html-examples.html)
@@ -137,6 +138,7 @@ Example code from django-cms:
137138
* [django.contrib.admin.sites.register](/django-contrib-admin-sites-register-examples.html)
138139
* [django.db OperationalError](/django-db-operationalerror-examples.html)
139140
* [django.db.models Model](/django-db-models-model-examples.html)
141+
* [django.http HttpResponseBadRequest](/django-http-httpresponsebadrequest-examples.html)
140142
* [django.http HttpResponseForbidden](/django-http-httpresponseforbidden-examples.html)
141143
* [django.template.response TemplateResponse](/django-template-response-templateresponse-examples.html)
142144
* [django.utils timezone](/django-utils-timezone-examples.html)
@@ -197,6 +199,7 @@ Code from django-filer can be found on these pages:
197199
* [django.contrib.admin](/django-contrib-admin-examples.html)
198200
* [django.contrib.admin.sites.register](/django-contrib-admin-sites-register-examples.html)
199201
* [django.core.management.base BaseCommand](/django-core-management-base-basecommand-examples.html)
202+
* [django.http HttpResponseBadRequest](/django-http-httpresponsebadrequest-examples.html)
200203

201204

202205
### django-floppyforms

0 commit comments

Comments
 (0)