File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,18 @@ class Django < FileScraper
3434 Licensed under the BSD License.
3535 HTML
3636
37+ version '3.0' do
38+ self . release = '3.0.2'
39+ self . base_url = 'https://docs.djangoproject.com/en/3.0/'
40+ end
41+
3742 version '2.2' do
38- self . release = '2.2.4 '
43+ self . release = '2.2.9 '
3944 self . base_url = 'https://docs.djangoproject.com/en/2.2/'
4045 end
4146
4247 version '2.1' do
43- self . release = '2.1.11 '
48+ self . release = '2.1.15 '
4449 self . base_url = 'https://docs.djangoproject.com/en/2.1/'
4550 end
4651
@@ -50,7 +55,7 @@ class Django < FileScraper
5055 end
5156
5257 version '1.11' do
53- self . release = '1.11.23 '
58+ self . release = '1.11.27 '
5459 self . base_url = 'https://docs.djangoproject.com/en/1.11/'
5560 end
5661
You can’t perform that action at this time.
0 commit comments