File tree Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ First time setup
83
83
84
84
.. code-block :: text
85
85
86
- $ git clone https://github.com/wtforms /flask-wtf
86
+ $ git clone https://github.com/pallets-eco /flask-wtf
87
87
$ cd flask-wtf
88
88
89
89
- Add your fork as a remote to push your work to. Replace
@@ -130,7 +130,7 @@ First time setup
130
130
.. _username : https://docs.github.com/en/github/using-git/setting-your-username-in-git
131
131
.. _email : https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
132
132
.. _GitHub account : https://github.com/join
133
- .. _Fork : https://github.com/wtforms /flask-wtf/fork
133
+ .. _Fork : https://github.com/pallets-eco /flask-wtf/fork
134
134
.. _Clone : https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#step-2-create-a-local-clone-of-your-fork
135
135
136
136
Original file line number Diff line number Diff line change 10
10
- Documentation: https://flask-wtf.readthedocs.io/
11
11
- Changes: https://flask-wtf.readthedocs.io/changes/
12
12
- PyPI Releases: https://pypi.org/project/Flask-WTF/
13
- - Source Code: https://github.com/wtforms /flask-wtf/
14
- - Issue Tracker: https://github.com/wtforms /flask-wtf/issues/
13
+ - Source Code: https://github.com/pallets-eco /flask-wtf/
14
+ - Issue Tracker: https://github.com/pallets-eco /flask-wtf/issues/
15
15
- Chat: https://discord.gg/pallets
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ Version 1.x.x
5
+ -------------
6
+
7
+ Unreleased
8
+
9
+ - Move the project to the pallets-eco organization. :pr: `602 `
10
+
4
11
Version 1.2.1
5
12
-------------
6
13
Original file line number Diff line number Diff line change 23
23
"flask" : ("https://flask.palletsprojects.com/" , None ),
24
24
"wtforms" : ("https://wtforms.readthedocs.io/" , None ),
25
25
}
26
- issues_github_path = "wtforms /flask-wtf"
26
+ issues_github_path = "pallets-eco /flask-wtf"
27
27
28
28
# HTML -----------------------------------------------------------------
29
29
32
32
html_context = {
33
33
"project_links" : [
34
34
ProjectLink ("PyPI Releases" , "https://pypi.org/project/Flask-WTF/" ),
35
- ProjectLink ("Source Code" , "https://github.com/wtforms /flask-wtf/" ),
36
- ProjectLink ("Issue Tracker" , "https://github.com/wtforms /flask-wtf/issues/" ),
35
+ ProjectLink ("Source Code" , "https://github.com/pallets-eco /flask-wtf/" ),
36
+ ProjectLink ("Issue Tracker" , "https://github.com/pallets-eco /flask-wtf/issues/" ),
37
37
ProjectLink ("Chat" , "https://discord.gg/pallets" ),
38
38
]
39
39
}
Original file line number Diff line number Diff line change @@ -182,4 +182,4 @@ And it can be easily setup in the templates:
182
182
183
183
We have an example for you: `recaptcha@github `_.
184
184
185
- .. _`recaptcha@github` : https://github.com/wtforms /flask-wtf/tree/main/examples/recaptcha
185
+ .. _`recaptcha@github` : https://github.com/pallets-eco /flask-wtf/tree/main/examples/recaptcha
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ Development
19
19
The latest code is available from `GitHub `_. Clone the repository then install
20
20
using pip. ::
21
21
22
- git clone https://github.com/wtforms /flask-wtf
22
+ git clone https://github.com/pallets-eco /flask-wtf
23
23
pip install -e ./flask-wtf
24
24
25
25
Or install the latest build from an `archive `_. ::
26
26
27
- pip install -U https://github.com/wtforms /flask-wtf/archive/main.tar.gz
27
+ pip install -U https://github.com/pallets-eco /flask-wtf/archive/main.tar.gz
28
28
29
- .. _GitHub : https://github.com/wtforms /flask-wtf
30
- .. _archive : https://github.com/wtforms /flask-wtf/archive/main.tar.gz
29
+ .. _GitHub : https://github.com/pallets-eco /flask-wtf
30
+ .. _archive : https://github.com/pallets-eco /flask-wtf/archive/main.tar.gz
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ dynamic = ["version"]
27
27
[project .urls ]
28
28
Documentation = " https://flask-wtf.readthedocs.io/"
29
29
Changes = " https://flask-wtf.readthedocs.io/changes/"
30
- "Source Code" = " https://github.com/wtforms /flask-wtf/"
31
- "Issue Tracker" = " https://github.com/wtforms /flask-wtf/issues/"
30
+ "Source Code" = " https://github.com/pallets-eco /flask-wtf/"
31
+ "Issue Tracker" = " https://github.com/pallets-eco /flask-wtf/issues/"
32
32
Chat = " https://discord.gg/pallets"
33
33
34
34
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments