Skip to content

Commit 1a5ce13

Browse files
committed
🚀 Added Django 3.0 docs and removed 2.1 docs
1 parent 19d46e8 commit 1a5ce13

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Either press `⌘Y` to Quick Look the result, or press `<enter>` to open it in y
2626

2727
## Changing Branches
2828

29-
The workflow supports searching the documentation of all the currently officially supported branches `2.2`, `2.1` and `1.11`.
30-
By default it searches the `2.2` branch. To search branch `2.1` or `1.11` simply type `v2.1` or `v1.11` anywhere in your query, like so:
29+
The workflow supports searching the documentation of all the currently officially supported branches `3.0` `2.2`, and `1.11`.
30+
By default it searches the `3.0` branch. To search branch `2.2` or `1.11` simply type `v2.2` or `v1.11` anywhere in your query, like so:
3131

3232
```
3333
dj v1.11 as_p
Binary file not shown.

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Config(object):
1010
DJANGO_ICON = "icon.png"
1111
GOOGLE_ICON = "google.png"
1212
# supported docs
13-
SUPPORTED_DJANGO_VERSIONS = {"v2.2", "v2.1", "v1.11"}
14-
DEFAULT_DJANGO_VERSION = "2.2"
13+
SUPPORTED_DJANGO_VERSIONS = {"v3", "v2.2", "v1.11"}
14+
DEFAULT_DJANGO_VERSION = "3"
1515
# Algolia credentials
1616
ALGOLIA_APP_ID = "WODHKE4WZG"
1717
ALGOLIA_SEARCH_ONLY_API_KEY = "7456cdd91ba8d4f87846549697397759"

src/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Alfred-Workflow==1.37.2
2-
algoliasearch==2.0.4
3-
certifi==2019.6.16
2+
algoliasearch==2.1.0
3+
certifi==2019.11.28
44
chardet==3.0.4
55
idna==2.8
66
requests==2.22.0
7-
typing==3.7.4
8-
urllib3==1.25.3
7+
typing==3.7.4.1
8+
urllib3==1.25.7

src/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

0 commit comments

Comments
 (0)