Mohamed-Rabiaa
f25a95deee
Fix typo: Replace 'another field' with 'an author field' in writing_templates documentation ( #12799 )
2025-01-21 20:35:26 +00:00
Matt Westcott
7f39750de9
Clarify lack of support for filtering across relations in RelatedFields docs
...
Fixes #11757
2025-01-21 11:07:12 +00:00
Matt Westcott
4244943300
Fix typo in block preview example
2025-01-20 18:19:32 +00:00
Sage Abdullah
ac4bd79e40
Add initial docs for StreamField block previews
2025-01-20 17:35:06 +00:00
Cynthia Kiser
e6f27c95e8
Update accessibility concerns docs in light of GSOC contextual alt text project
...
This also documents default_alt_text, providing a stricter example that does not fall back to image title
2025-01-20 11:46:54 +00:00
Matt Westcott
581bb5ccd7
Use double quotes in code snippet
...
Co-authored-by: sage <laymonage@gmail.com>
2025-01-16 14:53:16 +00:00
Matt Westcott
54797e3826
Document Block.get_template in StreamField usage guide
2025-01-16 14:53:16 +00:00
Tom Usher
75e07498f4
Add support for specifying an operator on Fuzzy queries ( #12714 )
2025-01-13 17:04:35 +00:00
Unyime Emmanuel Udoh
d8d75bddf0
Fix crash when loading the dashboard with only the "unlock" page permission
2025-01-07 12:03:11 +00:00
Jake Howard
076af8bec8
Automatically set CSP when serving images and documents ( #12672 )
...
Addresses #12617
2024-12-17 21:06:39 +00:00
Clifford Gama
a142363a80
Add missing backticks on image tag
2024-12-02 12:10:10 +00:00
Clifford Gama
a1de5bdbd7
Introduce tags and filters as they are in user-guide docs ( #12647 )
2024-12-02 12:07:48 +00:00
helloshiv
f0d3edfad6
Fix wagtailcache and wagtailpagecache examples to not use quotes for the fragment_name
2024-11-19 14:18:17 +00:00
Sage Abdullah
857b26e5a0
Replace hardcoded Django docs links to intersphinx links
2024-11-05 10:44:39 +00:00
Ayaan
0913118da4
Replaced Twitter references in the docs with more appropriate alternatives ( #12516 ). Fix #12483
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-11-01 11:03:54 +00:00
Sage Abdullah
3802f8bf46
Fix remaining XHTML errors in docs to remove ePub build errors
...
Had to remove the <details> element for the section linking example in
the "Reference links" section.
This is because Sphinx/MyST renders a <section> element for each heading
and closes it when the next heading starts. If we create a heading
inside a <details> element, the <section> element will not be closed
until the next heading starts, which generates invalid HTML.
2024-10-31 07:52:49 +10:00
Srishti-j18
fd9b1ca22b
Docs - Update spelling to US customize variants
...
Fixes #12476
2024-10-29 18:47:43 +10:00
LB
fa81e2dbbe
Docs - update spelling to US 'customizations'
2024-10-25 21:14:52 +10:00
Srishti-j18
f588fcf249
Documentation - Reposition model & panel references
...
- Move model reference to directly under the references section, not the reference/pages section
- Move panel reference to directly under the references section, not the reference/pages section
- Merge panel API with panels reference pages
- Fix confusing heading levels in the page model recipes page
- Fix title in model reference to align with docs style guide
- Adopt US spelling for customize (panels) reference key
2024-10-25 20:30:12 +10:00
Matt Westcott
93f8600c31
ImageBlock for StreamField (rebase of #11791 ) ( #12416 )
...
Co-authored-by: Chiemezuo <chiemezuoakujobi@gmail.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-10-21 16:11:34 +01:00
Matt Westcott
0d0700207d
Release note for #12384
2024-10-18 13:02:24 +01:00
Matt Westcott
92567f6203
Document HEIC image support
2024-10-17 23:12:27 +01:00
Drikus Roor
6aa4647120
docs: Clarify file location, add missing imports
2024-09-28 17:45:32 +10:00
LB Johnston
4af8ab528b
Documentation - formatting clean up
2024-08-29 18:32:20 +01:00
Matt Westcott
42c566b19b
Remove note about database search not ordering by relevance
...
This text existed since Wagtail 1.x and is referring to the original database backend that just did substring matches (which is now the fallback backend), before we supported database-backed full-text search.
2024-07-24 22:31:53 +01:00
Matt Westcott
e1f9d97238
Remove versionadded/versionchanged notes for 6.1
2024-07-22 13:43:34 +01:00
Matt Westcott
a7d72f9fbf
Fix formatting errors
2024-07-19 00:21:39 +01:00
Himanshu Garg
e02ca6ce62
fixes some of errors by removing directives
2024-07-18 23:13:26 +01:00
Bojan Mihelac
5a1ba5abe2
Documentation: Inline models optional Orderable, tests ( #12034 )
...
Fixes #11887
2024-06-13 11:55:06 +02:00
Julie Rymer
f5552c4044
Fix ico format conversion to work in template
2024-06-10 10:20:34 +01:00
Thibaud Colas
cae0002afe
Add more sections to 6.1 release notes
2024-04-30 17:29:18 +01:00
Sage Abdullah
fd659ae767
Remove versionadded / versionchanged annotations for 6.0
2024-04-22 09:00:36 +07:00
Matt Westcott
b0cda80626
Simplify example of appending a rich text block to a streamfield
2024-04-17 14:18:02 +01:00
Matt Westcott
abde315c0b
Update deployment docs to cover XSS risks
2024-03-07 12:19:22 +00:00
Sage Abdullah
bded2cb98b
Allow displaying permissions linked to the Admin model's content type ( #11668 )
2024-02-27 22:16:51 +00:00
Sage Abdullah
3b87644e07
Prevent shadowing of permissions with the same codename action ( #11667 )
...
This can cause issues where e.g. stale permissions become the ones used
to render the checkboxes after a RenameModel operation (changing the
Python class name, not just the verbose_name).
A similar issue can also be triggered with custom permissions that share
the same codename action (first part of the codename before _) as the
built-in permissions.
2024-02-23 21:22:35 +00:00
EK303
bd065c17cd
Docs - Update and fix broken links
...
Fixes #11635
2024-02-16 17:23:53 +10:00
Buraah
bfa29201c3
Docs - Page names & reference section - Update British spelling to American
...
- Changed all British spellings to American spellings, in the Customizing admin templates section of the docs
- Transferred all British spellings in the usage guide and advanced topics section to American spellings
- Update a series of other pages to use the spelling cutomize in the file name
Implemented all feedbacks on the usage guide and advanced topics section
2024-02-12 08:44:19 +10:00
Jake Howard
a204baddc0
Add support for ico files
2024-02-05 15:23:08 +00:00
Buraah
56335de636
Update documentation globally to use US spelling (not UK) + grammar fixes
...
- Transferred all British spellings in the usage guide and advanced topics section to American spellings
2024-01-30 07:30:57 +10:00
Victoria Poromon
f4ce46602f
Update spelling of Customizing Admin Templates and Page Models sections in the docs ( #11544 )
...
* Change all British spelling to American, in the page model section of the docs
* Change all British spelling to American spelling in the Customizing admin templates section of the docs
---------
Co-authored-by: Storm B. Heg <storm@stormbase.digital>
2024-01-27 13:47:12 +01:00
LB Johnston
b81f369498
6.0 release - Add versionadded sections & release notes links
2024-01-24 13:54:48 +00:00
Shlomo Markowitz
7f6a2623d1
Add ability to use copy view for SnippetViewSet & ModelViewSet
...
Closes #10921
2024-01-24 22:47:34 +10:00
Neeraj P Yetheendran
7fa335c20d
Update Django intersphinx references to new format
2024-01-21 10:09:21 +10:00
Cynthia Kiser
a69586f61c
Renamed rich_text reference to eliminate ambiguous reference warnings
2024-01-02 06:14:24 +00:00
Matt Westcott
b4e7bae07b
Mention inheriting from ClusterableModel in the text too
2023-12-15 15:44:28 +00:00
Matt Westcott
fda09613a9
Add missing ClusterableModel import to snippet InlinePanel example
2023-12-15 15:44:28 +00:00
Sage Abdullah
31ed0f1707
Make recommendations to add GenericRelation in snippets more explicit
2023-12-06 07:39:43 +10:00
Kalob Taulien
fa1d79a432
End tag typo fix
...
Documentation typo. ¯\_(ツ)_/¯
2023-11-30 06:52:28 +10:00
Damilola Oladele
7e774971fa
Documentation: GSoD - A complete tutorial on how to build your Portfolio site with Wagtail ( #11217 )
...
Co-authored-by: Meagen Voss <45881480+vossisboss@users.noreply.github.com>
2023-11-17 16:39:37 +00:00