updating external urls - online edit of handbook/troggle/trogdjango.html

This commit is contained in:
Expo on server
2024-11-22 18:23:00 +00:00
parent b481bbda72
commit 6b97365d21

View File

@@ -5,7 +5,8 @@
<title>Handbook Troggle and Django</title> <title>Handbook Troggle and Django</title>
<link rel="stylesheet" type="text/css" href="/css/main2.css" /> <link rel="stylesheet" type="text/css" href="/css/main2.css" />
</head> </head>
<body><style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style> <body>
<style>body { background: #fff url(/images/style/bg-system.png) repeat-x 0 0 }</style>
<h2 id="tophead">CUCC Expedition Handbook</h2> <h2 id="tophead">CUCC Expedition Handbook</h2>
<h1>Django and Troggle</h1> <h1>Django and Troggle</h1>
@@ -35,7 +36,7 @@ note that the suffix on a name '<a href="https://docs.djangoproject.com/en/dev/t
<img border="1" class="onright" width="250px" src='django-v3.2-6.0-schedule.jpg'/></a> <img border="1" class="onright" width="250px" src='django-v3.2-6.0-schedule.jpg'/></a>
<ul> <ul>
<li>Django has a mature and reliable release programme: <a href="https://docs.djangoproject.com/en/dev/releases/">docs.djangoproject.com<wbr>/en/<wbr>dev/<wbr>releases/</a> <li>Django has a mature and reliable release programme: <a href="https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy">docs.djangoproject.com<wbr>/en/<wbr>dev/<wbr>releases/</a>
<li>Django pre-announces which features will be deprecated: <a href="https://docs.djangoproject.com/en/dev/internals/deprecation/">docs.djangoproject.com<wbr>/en/<wbr>dev/<wbr>internals/<wbr>deprecation/</a> <li>Django pre-announces which features will be deprecated: <a href="https://docs.djangoproject.com/en/dev/internals/deprecation/">docs.djangoproject.com<wbr>/en/<wbr>dev/<wbr>internals/<wbr>deprecation/</a>
<li>Django release schedule: <a href="https://www.djangoproject.com/download/">supported versions timetable</a> <li>Django release schedule: <a href="https://www.djangoproject.com/download/">supported versions timetable</a>
<li>Significant new Django versions are released every 8 months. Deprecated features after removed after the two subsequent versions. <li>Significant new Django versions are released every 8 months. Deprecated features after removed after the two subsequent versions.
@@ -94,6 +95,5 @@ Go on to: <a href="trogdjangup.html">Troggle: updating Django</a><br />
Return to: <a href="trogintro.html">Troggle intro</a><br /> Return to: <a href="trogintro.html">Troggle intro</a><br />
Troggle index: Troggle index:
<a href="trogindex.html">Index of all troggle documents</a><br /> <a href="trogindex.html">Index of all troggle documents</a><br />
<hr /> <hr /></body>
</body>
</html> </html>