Skip to content

Commit 50293c3

Browse files
committed
Update Django documentation (3.2)
1 parent 3175e2b commit 50293c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docs/scrapers/django.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ class Django < FileScraper
3434
Licensed under the BSD License.
3535
HTML
3636

37+
version '3.2' do
38+
self.release = '3.2'
39+
self.base_url = 'https://docs.djangoproject.com/en/3.2/'
40+
end
41+
3742
version '3.1' do
3843
self.release = '3.1.4'
3944
self.base_url = 'https://docs.djangoproject.com/en/3.1/'

0 commit comments

Comments
 (0)