Skip to content

Commit 1eb151e

Browse files
committed
Update Django documentation (3.0.2)
1 parent bd1644a commit 1eb151e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

lib/docs/scrapers/django.rb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)