We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb8773 + 6bfd40e commit 515906bCopy full SHA for 515906b
lib/docs/scrapers/django.rb
@@ -34,6 +34,11 @@ class Django < FileScraper
34
Licensed under the BSD License.
35
HTML
36
37
+ version '6.0' do
38
+ self.release = '6.0'
39
+ self.base_url = "https://docs.djangoproject.com/en/#{self.version}/"
40
+ end
41
+
42
version '5.2' do
43
self.release = '5.2'
44
self.base_url = "https://docs.djangoproject.com/en/#{self.version}/"
0 commit comments