0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

49 Commits

Author SHA1 Message Date
Jake Howard
0a9b23979b Update links to wagtail.io website to point to wagtail.org
This covers only links to the website, not other sites
2022-01-15 20:23:44 +10:00
Jake Howard
e9183a95c8 Update docs links to reference new domain 2022-01-15 20:04:24 +10:00
Matt Westcott
d6d43338ef Drop support for Django <3.2 2022-01-14 14:23:56 +00:00
Jake Howard
feaf39332f Update the release URL to the new .org domain 2022-01-14 11:34:29 +10:00
Matt Westcott
cf0ee13b49 Remove Python 3.6 support 2021-12-09 16:36:29 +00:00
FahimFBA
66237d09e7 Add links to README.md file for Who's using it section 2021-12-03 06:34:31 +10:00
Thibaud Colas
b48926b63f
Add Assistiv Labs sponsorship info to the README (#7677) 2021-11-03 19:44:35 +00:00
Matt Westcott
b6b3a0c4ac Add support for Python 3.10
Quote all versions in test.yml (so that 3.10 isn't interpreted as 3.1)
2021-10-07 15:20:28 +10:00
Matt Westcott
81f8f99215 Link to Github discussion boards 2021-09-30 19:00:18 +10:00
Matt Westcott
abf9199682 Remove redundant badges from readme
* Codecov is only tracking JS coverage, so displaying a coverage figure for the whole project is misleading
* wagtail-slack.now.sh appears to be dead
2021-05-14 16:18:22 +01:00
Matt Westcott
85c97fe87f Drop support for Django 2.2 2021-04-30 10:33:41 +01:00
Matt Westcott
8f5a2a8fe9 Formalise support for Django 3.2
Fixes #6981
2021-04-19 12:03:38 +01:00
Naomi I. Morduch Toubman
664b0489fe
Change master to main (#6830)
* Update references to `master` branch to say `main`

* Update external links

* Update links in old release notes
  Use tagged versions of code rather than current code
2021-03-03 13:33:19 -05:00
Matt Westcott
4d6a41a83b Drop travis entirely 2020-11-05 12:04:12 +00:00
Matt Westcott
5bcfcdd315 Formalise support for Python 3.9 2020-11-02 17:29:58 +00:00
Matt Westcott
f804eba423 Formalise Django 3.1 support
Conflicts:
	wagtail/project_template/requirements.txt
2020-08-06 11:26:26 +01:00
Matt Westcott
ff47c58d65 Drop support for Python 3.5 2020-04-24 14:58:55 +01:00
LB
78e3c5964d Docs & readme - remove references to now closed developers forum
- remove references to https://groups.google.com/forum/#!forum/wagtail-developers
- add references to the Wagtail slack workspace
2020-04-20 16:27:14 +01:00
Thibaud Colas
72e8d861b6 Add README badges for LGTM (#5831)
Based on our recent discussion in Slack. See #5821 for an example PR that uses the LGTM check.
2020-04-08 12:13:35 +01:00
Matt Westcott
1442d7ddf2 Revert "Add README badges for LGTM (#5831)"
This reverts commit 264ae1f999.
2020-04-05 16:43:06 +01:00
Matt Westcott
4df455ea9f
Remove support for Django 2.1 (#5840) 2020-02-18 13:55:53 +00:00
Thibaud Colas
264ae1f999
Add README badges for LGTM (#5831)
Based on our recent discussion in Slack. See #5821 for an example PR that uses the LGTM check.
2020-02-17 00:06:38 +00:00
Matt Westcott
f7530cf5e3
Clarify that compatibility details seen on Github may not match the latest release
Ref: #5747
2019-12-28 20:35:51 +00:00
Matt Westcott
110101d96e Make Django 3.0 support official 2019-12-17 14:24:31 +00:00
Martey Dodoo
229103ff2e Update links in documentation. (#5689)
Use HTTPS links instead of non-secure HTTP links wherever possible in
documentation.
2019-11-08 09:15:01 +00:00
Matt Westcott
69e96a9227 Formalise Python 3.8 support 2019-10-22 16:23:44 +01:00
Matt Westcott
3024e02481 Revert "Formalise Python 3.8 support"
This reverts commit ddbbaea288.
2019-10-16 14:27:59 +01:00
Matt Westcott
3d5f55d731 Add thanks to squash.io 2019-10-16 10:54:44 +01:00
Matt Westcott
4d9e87e794 Replace rawgit.com links with jsdelivr
rawgit will be shut down soon
2019-10-16 10:54:44 +01:00
Matt Westcott
ddbbaea288 Formalise Python 3.8 support 2019-10-15 20:08:04 +01:00
David Thompson
6a6555eb19 Fix multiple minor documentation issues
- Typo in readme (verb did not agree with the subject)
- Grammatical error in topics/pages
- #5364 - Update URL config code block in getting-started/integrating-into-django
2019-10-12 09:42:02 +10:00
Karl Hobley
349a23b8d4 Add wagtail nightly to readme 2019-09-02 13:20:54 +01:00
Matt Westcott
e263aaf749 Update release schedule info and move dates table to the wiki
Document release schedule in readme
2019-08-23 13:15:24 -04:00
Jonny Scholes
377259f068
Make license more prominent 2019-06-05 21:49:47 +10:00
Karl Hobley
f55ddbcb3e
Add security key into readme (#5223) 2019-04-12 15:23:25 +01:00
Matt Westcott
a304f0f9f8 Remove support for Python 3.4 2019-04-10 17:39:53 +01:00
nmorduch
aab0393c3f Update and clarify installation instructions
- Always clarify that the instructions assume a virtual environment
- Add to the tutorial instructions for using venv
- Clarify that Python 3 is required
- Clarify that the tutorial is an alternative to "Getting started" that
assumes less background knowledge
- Remove pip installation instructions because Django only supports
versions of Python that include it
- Make headings in the tutorial instead of an ordered list
  This makes the page easier to scan visually and allows linking to
specific headings.
- Add the warning about Pillow dependencies to the tutorial
- In "Getting started" move Pillow's dependencies to the general
dependencies list
- Make language more welcoming (saying "we just do x" alienates people
who have less familiarity with x")
- Other small text changes
2019-04-10 10:20:24 -04:00
Matt Westcott
a3283dd7fb Formalise support for Django 2.2 2019-04-01 19:59:04 +01:00
Tom Dyson
ba93dcef69 Security readme tweak 2019-03-27 11:50:15 +00:00
Jonny Scholes
01003f70a9 Update README.md 2019-03-27 11:50:15 +00:00
Jonny Scholes
2db775c725 Add security@wagtail.io to Readme
Ping @tomdyson - merge when the email is ready :)
2019-03-27 11:50:15 +00:00
Matt Westcott
4bb8a5f420 Document Python 3.7 support 2018-10-17 18:23:35 +01:00
Matt Westcott
e844200f27 Remove Django 1.11 support from code and docs 2018-10-17 15:30:36 +01:00
Matt Westcott
6604cdfdae Update documentation to indicate Django 2.1 support 2018-08-09 00:34:38 +01:00
Matt Westcott
f719ce1a82 Add note about not asking support questions in multiple places 2018-07-11 11:09:45 +01:00
Tom Dyson
ee661ab6f8 README rewrite (#4372) 2018-06-28 17:27:55 +01:00
Matt Westcott
fda86133df change readme to .rst for use on PyPI 2014-02-07 14:35:12 +00:00
Tom Dyson
85399b58cf Update README.md 2014-02-07 11:51:29 +00:00
Tom Dyson
8ce8f5e0e2 Update and rename README.rst to README.md 2014-02-07 11:50:51 +00:00