File tree Expand file tree Collapse file tree
content/pages/04-web-development
theme/templates/code-examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ system are occurring.
4848* [ Black] ( https://github.com/ambv/black ) is a Python code formatter with
4949 strong, uncompromising assumptions about how your code must be formatted.
5050
51- * [ dlint] ( https://github.com/duo-labs/ dlint ) is a linter for secure coding
51+ * [ dlint] ( https://github.com/dlint-py ) is a linter for secure coding
5252 practices.
5353
5454* [ pylintdb] ( https://github.com/nedbat/pylintdb ) puts pylint results into
Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ <h4 class="bp"><a href="/django-forms-examples.html">django.forms</a>
4848 < a href ="/django-forms-choicefield-examples.html "> ChoiceField</ a > ,
4949 < a href ="/django-forms-datefield-examples.html "> DateField</ a > ,
5050 < a href ="/django-forms-datetimefield-examples.html "> DateTimeField</ a > ,
51- < span class ="sn "> DecimalField</ span > ,
52- < span class ="sn "> DurationField</ span > ,
5351 < a href ="/django-forms-emailfield-examples.html "> EmailField</ a > ,
54- < a href ="/django-forms-integerfield-examples.html "> IntegerField</ a >
55- < a href ="/django-forms-typedchoicefield-examples.html "> TypedChoiceField</ a > ,
52+ < a href ="/django-forms-integerfield-examples.html "> IntegerField</ a > ,
53+ < a href ="/django-forms-typedchoicefield-examples.html "> TypedChoiceField</ a >
5654</ h4 >
5755< h4 class ="bp "> django.http
5856 < a href ="/django-http-httpresponse-examples.html "> HttpResponse</ a > ,
You can’t perform that action at this time.
0 commit comments