Skip to content

Commit a796be9

Browse files
committed
Update React Django documentation (1.8.6)
Fixes freeCodeCamp#280.
1 parent c3bd363 commit a796be9

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

lib/docs/filters/django/entries.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def additional_entries
3737

3838
entries
3939
end
40-
41-
def include_default_entry?
42-
at_css('#sidebar a[href="index"]') || at_css('h1 ~ .section')
43-
end
4440
end
4541
end
4642
end

lib/docs/scrapers/django.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Django < FileScraper
33
self.name = 'Django'
44
self.type = 'sphinx'
5-
self.version = '1.8.4'
5+
self.version = '1.8.6'
66
self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
77
self.base_url = 'https://docs.djangoproject.com/en/1.8/'
88
self.root_path = 'index.html'

0 commit comments

Comments
 (0)