Преглед на файлове

Update Django documentation (1.7.4)

Thibaut преди 11 години
родител
ревизия
d0fed5f782
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/docs/scrapers/django.rb

+ 1 - 1
lib/docs/scrapers/django.rb

@@ -2,7 +2,7 @@ module Docs
   class Django < FileScraper
     self.name = 'Django'
     self.type = 'sphinx'
-    self.version = '1.7.1'
+    self.version = '1.7.4'
     self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
     self.base_url = 'https://docs.djangoproject.com/en/1.7/'
     self.root_path = 'index.html'