zerolab
adde8b66f6
Drop support for Python 3.7
2023-07-14 13:06:41 +01:00
Damilola Oladele
c37847a6fb
Switch the tutorial snippets example to be more understandable #10609 ( #10624 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Also includes:
- Further tone updates based on Vale
- Address other feedback to earlier parts of the tutorial
2023-07-03 16:54:49 +01:00
Jake Howard
ef27a27c1a
Docs - Add more details to the performance page & update getting started link
...
- Link getting started section to elasticsearch backend, not performance page as this is more relevant.
- Mention frontend caching on performance page
- Mention prefetching image renditions on performance page
2023-07-03 08:33:23 +10:00
Damilola Oladele
a6b78724c9
Finish first batch of getting started tutorial changes ( #10579 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-06-30 17:16:48 +01:00
D.M. Oladele
c5099a4dbe
Revamp more of the getting started tutorial
2023-06-30 14:49:15 +01:00
D.M. Oladele
6d4265cbfa
Move the tutorial’s snippets section before tags
2023-06-23 15:37:58 +01:00
D.M. Oladele
71b98f3161
Revamp the start of the getting started section, with separate quick install page
2023-06-23 11:12:14 +01:00
Kevin Chung
173918c221
Revise main Getting started tutorial for clarity ( #10425 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-06-13 16:52:35 +01:00
LB Johnston
d5bd828b8e
Docs - update Django urls to shorthand method
2023-06-01 16:50:03 +01:00
Sage Abdullah
f005990b4a
Apply suggestions from code review
2023-05-24 11:06:00 +01:00
Sage Abdullah
8f9c908af7
Explicitly recommend using register_snippet as a function
2023-05-24 11:06:00 +01:00
Matt Westcott
18e57574cb
Formalise support for Django 4.2
2023-04-03 17:14:29 +02:00
Lovelyfin00
6f38e979a4
Improve docs for getting started and development (new contributors)
...
- Added a new section for common issues faced in getting started
- Added a section link for environment creation
- Refine confusing wording around fork/clone
2023-02-15 23:01:27 +10:00
Jhonatan Lopes
7a6feb188f
Link django docs to stable version
2023-01-11 20:18:04 +10:00
Jhonatan Lopes
fb4837371f
Reduce number of queries in blog_page ( #9857 )
2023-01-06 15:07:09 +00:00
DokuaAsiedu
0c47342c76
Improve 'first wagtail site' tutorial ( #9329 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 14:47:16 +00:00
Temidayo
97db766d01
Added links and more info to documentation ( #9517 )
...
* Docs: Mention Wagtail’s usage of Django’s default user model by default (Temidayo Azeez)
* Docs: Add links to treebeard documentation for relevant methods (Temidayo Azeez)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-11-18 11:18:01 +00:00
Matt Westcott
7705b080a0
Add formal support for Python 3.11
2022-10-26 11:01:14 +01:00
Dennis Onyeka
2808304662
Explain the _create an admin step_ of the tutorial ( #9371 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-25 07:08:37 +01:00
Bolarinwa Comfort Ajayi
44575387c7
Documentation - fix up minor typos in getting started & demo site pages ( #9443 )
2022-10-22 22:17:03 +10:00
Chizoba Nweke
5e28fc7035
Updated documentation to fix typo errors ( #9416 )
2022-10-21 00:31:18 +01:00
Albina
9a02879432
Improve grammar, spelling, and punctuation in Getting started section ( #9394 )
...
Co-authored-by: Matt Westcott <matthew@torchbox.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-19 21:52:58 +01:00
Juliet Adeboye
284535166a
Use the py command from Python Launcher for Windows in tutorial ( #9338 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-17 22:56:14 +01:00
D.M. Oladele
7376bb63bb
Documentation - Getting started tutorial clarity for new developers #9327
...
* Your first wagtail tutorial adjusted for better clarity to help users new to Django framework
* Fixes #9332
2022-10-17 21:43:44 +10:00
Toyibat Adele
2f64c5cb14
Added a comma to make sentence more readable in tutorial ( #9330 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-13 07:42:12 +01:00
LB (Ben Johnston)
18371e2113
Documentation - adopt consistent sh
console code snippets ( #9321 )
2022-10-13 07:25:19 +01:00
D.M. Oladele
09a225730a
Update incorrect tutorial_4c illustration, highlighting the wrong button
...
misleading illustation for creating blog post as children of BlogIndexPage in line 335 corrected by adding image tutorial_4c.png
2022-10-12 14:49:33 +01:00
LB Johnston
2e8709e0d6
Documentation - update dead/redirected links
2022-10-11 20:44:08 +10:00
Dev-Yusuf
3aefdb87dd
Improve explanations in getting started tutorial ( #9299 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-10-11 00:30:15 +01:00
Thibaud Colas
e8d67f778c
Add alternative text for all documentation screenshots
2022-09-12 21:57:43 +10:00
Thibaud Colas
f7ae866b5c
Update screenshots for our tutorial
2022-09-12 21:57:43 +10:00
LB (Ben Johnston)
d1bd5c1006
Small documentation clean up items ( #9144 )
...
* docs clean up
- remove `important` call out - should all be replaced with `note` or `warning`
- remove unnecessary indent in code snippet for 3.0 release notes
* Update docs/releases/3.0.md
Co-authored-by: Dan Braghis <dan@zerolab.org>
2022-09-06 18:48:59 +10:00
LB Johnston
666cc5e8e5
fix up legacy release note refs & use consistent format
...
- fix some broken refs that were lost in the migration to markdown files
- use lower_snake_case for all internal refs (most follow this convention)
- release process sub-section in docs should be named release schedule instead
2022-08-16 12:42:42 +01:00
Thibaud Colas
eac5e0bc2c
Finish re-implementing form styles based on design feedback & code review
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Matt Westcott
d4837edef9
Formalise support for Django 4.1
2022-08-04 13:52:33 +02:00
Dolidodzik
b131b4813e
replace latin abbreviations with english phrases & updated docs guidelines
...
- added sub-section to language part of general_guidelines.md
- fixes #8860
2022-07-20 16:11:38 +10:00
LB Johnston
e140c41a89
documentation - markdown formatting
...
- apply general fixes to existing markdown documentation
- various cases of rst syntax still used
- update some links to be the new format
- clean up line breaks (prettier)
2022-06-25 22:44:42 +10:00
LB Johnston
d9981e0ec7
fix up spelling in documentation & docstrings (should be en-GB not en-US)
...
- customize -> customise
- color -> colour
- customizing -> customising
- organize -> organise
2022-05-13 08:13:06 +10:00
Matt Westcott
b189ab8382
Move wagtail.admin.edit_handlers to wagtail.admin.panels
2022-03-25 10:44:25 -04:00
Karl Hobley
75cc7da38a
Move wagtail.core to wagtail
2022-03-17 17:19:59 +00:00
LB (Ben Johnston)
6ed65f14c6
Move Markdown docs to MyST parser. Fix #8074 ( #8084 )
2022-03-09 11:48:19 +00:00
Matt Westcott
31139e8b24
Remove references to StreamFieldPanel and ChooserPanels from docs
2022-03-02 15:55:25 +00:00
Matt Westcott
00582ba35a
Remove 'db' and 'postgres_search' search backends
2022-02-08 19:00:47 +00:00
Matt Westcott
6b22835dc5
Formalise support for Django 4.0
2022-01-24 11:46:12 +00:00
Matt Westcott
d6d43338ef
Drop support for Django <3.2
2022-01-14 14:23:56 +00:00
Matt Westcott
cf0ee13b49
Remove Python 3.6 support
2021-12-09 16:36:29 +00:00
Matt Westcott
abf408d8f6
Formally deprecate old db search backends ( #7651 )
...
As per #7633
2021-10-28 10:53:32 +01:00
Fab
77913bc220
Replace unneeded length filter
...
I asked the question about using the `length` filter in https://github.com/wagtail/wagtail/discussions/7598 and I'm thinking it may not be needed anymore with the current version of Django that Wagtail supports.
2021-10-14 13:25:03 +01: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
DeviousLab
2d741386c4
Add publish instructions for child pages in tutorial #7430
...
Added extra instruction to publish a blog post rather than save as a draft for the overriding section.
2021-08-13 17:30:51 +01:00