Skip to content

Commit d86917c

Browse files
committed
update django code examples page
1 parent ee7d92e commit d86917c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Code from django-angular is shown on:
8989
* [django.conf settings](/django-conf-settings-examples.html)
9090
* [django.http HttpResponseBadRequest](/django-http-httpresponsebadrequest-examples.html)
9191
* [django.http HttpResponseForbidden](/django-http-httpresponseforbidden-examples.html)
92-
* [django.http.responses HttpResponsePermanentRedirect](/django-http-responses-httpresponsepermanentredirect-examples.html)
92+
* [django.http HttpResponsePermanentRedirect](/django-http-responses-httpresponsepermanentredirect-examples.html)
9393
* [django.utils.html format_html](/django-utils-html-format-html-examples.html)
9494
* [django.urls.exceptions NoReverseMatch](/django-urls-exceptions-noreversematch-examples.html)
9595

@@ -453,6 +453,7 @@ Example code from wagtail shown on these pages:
453453
* [django.contrib.admin.sites.register](/django-contrib-admin-sites-register-examples.html)
454454
* [django.db.models DateField](/django-db-models-datefield-examples.html)
455455
* [django.db.models IntegerField](/django-db-models-integerfield-examples.html)
456+
* [django.http HttpResponseNotModified](/django-http-httpresponsenotmodified-examples.html)
456457
* [django.http Http404](/django-http-http404-examples.html)
457458
* [django.template.response TemplateResponse](/django-template-response-templateresponse-examples.html)
458459

0 commit comments

Comments
 (0)