Onno T
4d9f4898de
Document how to add non-ModelAdmin views to a ModelAdminGroup ( #10022 )
2023-04-21 18:26:03 +01:00
Matt Westcott
4a47bc611b
Remove old versionadded / versionchanged notes
2023-04-21 13:47:10 +01:00
Thibaud Colas
d856e702e1
Update documentation on icons management, with available icons
2023-03-28 16:13:35 +01:00
Matt Westcott
a07fe20ceb
Add documentation for customising StreamField validation
2023-03-01 12:07:13 +01:00
Christopher Wardle
5f6f640d0d
Documentation: Adding return statement to process_form_submission ( #10143 )
...
* Adding missing return statement to FormPage.process_form_submission in the "Custom form submission model" example to make it available to FormPage.render_landing_page, among other methods.
2023-02-24 07:52:14 +10:00
Matt Westcott
a634045b6c
Remove remaining versionadded directives from before 4.2
2023-02-10 13:20:34 +00:00
LB Johnston
8908c38dcd
Documentation - fix up ModelAdmin items
...
- Link to ModelAdmin showed incorrectly as `Index app` not `ModelAdmin app`
- Many code snippets were nested, causing double nesting to appear in published docs
2023-02-06 10:26:46 +00:00
Thibaud Colas
7339f6c3d1
Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect
2023-02-03 11:13:15 +00:00
LB Johnston
9e016c17b8
Documentation - whitespace formatting fixes
...
- Includes small fix for #9969 missing space
2023-01-28 06:59:01 +10:00
4the4ryushin
48d3b2938c
fix typo
2023-01-25 13:28:07 +00:00
Jhonatan Lopes
7a6feb188f
Link django docs to stable version
2023-01-11 20:18:04 +10:00
LB Johnston
edb86a7e8f
Documentation - Fix missing links / images
...
Most of these are no longer applicable due to the introduction of Wagtail guide, where possible the new guide links are used now
- Re-add missing docs image for extending Draftail
- There is no Guide page (yet) for Inserting videos or images so those links have been removed
- Fix some additional reference issues where the page name and reference were causing issues
2023-01-05 12:08:27 +00:00
Jake Howard
55ea8f8532
Document the policy needed to create invalidations in CloudFront
2023-01-05 12:02:04 +00:00
Matt Westcott
1da5b97d51
Add release notes and versioned deprecation warnings for #9824
2023-01-04 18:17:35 +00:00
Doug Harris
2af1871271
Fix spelling middlware
-> middleware
( #9633 )
...
* Fix spelling `middlware` -> `middleware`
2022-11-09 07:22:51 +10:00
LB (Ben Johnston)
18371e2113
Documentation - adopt consistent sh
console code snippets ( #9321 )
2022-10-13 07:25:19 +01:00
LB Johnston
2e8709e0d6
Documentation - update dead/redirected links
2022-10-11 20:44:08 +10:00
Thibaud Colas
e8d67f778c
Add alternative text for all documentation screenshots
2022-09-12 21:57:43 +10:00
Josh
27fbb9b5a0
Fix typo in ModelAdmin
Primer docs
2022-09-06 23:50:53 +10:00
Mehrdad Moradizadeh
a5794c50e7
Add docs & changelog for form builder FormMixin & EmailFormMixin
2022-08-31 23:12:27 +10:00
LB Johnston
9cf6d9b7e3
clean up spelling of multi-site
2022-08-25 22:06:31 +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
Matt Westcott
61ed6caa57
Add upgrade consideration note for change to BaseSetting
2022-08-10 19:56:57 +01:00
tijani
61f6aeeb1a
Add path & re_path pattern types for RoutablePageMixin
...
* Modified route decorator so it adds new route to view depending on pattern type; default to path
* Made a separate decorator
* Renamed route to path and updated RoutablePage models
* Added a check to warn user when using regex with path decorator
* Made @route alias of @re_path, added tests for @re_path
* resolves #7031
2022-08-08 20:09:38 +10: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
Thibaud Colas
3d96e7fbe7
Implement collapsible and linkable panels
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
PaarthAgarwal
887a259723
added translate button to header actions dropdown, removed all the instances of is_parent
...
- Fixed failing tests, added check for simple_translations enabled
- resolves #8866
2022-07-26 22:36:35 +10:00
LB Johnston
1849122e5f
documentation - update reference/contrib content to markdown
2022-07-23 10:42:06 +10:00
LB Johnston
4169d959fc
documentation - rename reference/contrib files to .md
2022-07-23 10:42:06 +10:00
LB (Ben Johnston)
aa55457c82
Convert reference pages documentation section to Markdown ( #8881 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-20 16:49:25 +01:00
LB Johnston
c8d1a6b00a
documentation - fix a few internal references
2022-07-20 17:30:08 +10: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
vupham04
53e2bdbd0d
Add option to set name to MenuItems generated by modeladmin ( #8553 )
...
Co-authored-by: Alexander Rogovskyy <A.rogovskyy@intershop.de>
2022-07-18 14:44:58 +01:00
Karl Hobley
ed239157fd
Release note for #8327 ( #8825 )
...
* Delete unused settings.rst
* Release note for #8327
* Use single backticks in changelog/release notes
2022-07-18 13:01:29 +01:00
Kyle
d967eccef2
Add generic settings to compliment site-specific settings ( #8327 )
2022-07-06 11:01:02 +01:00
SilvestriStefano
f535a0cc43
Documentation - migrate reference/** files to markdown content
...
- relates to #8383
2022-06-30 09:57:26 +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
c76579fc1e
migrate docs contrib redirects & searchpromotions to md
...
- relates to #8383
2022-06-24 22:01:53 +10:00
LB Johnston
58095cde30
documentation minor fixes
2022-06-23 08:12:07 +10:00
Andy Babic
9ac3877980
Use iterator() wherever PageQueryset result caching is not needed ( #8722 )
2022-06-22 11:03:17 +01:00
Oliver Parker
97d0d14cd8
Add add_to_admin_menu option for modeladmin ( #8634 )
2022-06-20 14:10:18 +01:00
Noble Mittal
0be024e024
documentation - migrate docs/extending/ to md
2022-06-20 16:36:25 +10:00
LB Johnston
fd5218220e
form builder - allow clean_name generation to be overridden
...
- adds a new class method to AbstractFormField `get_field_clean_name`
- resolves #6903
2022-06-02 08:07:24 +10:00
thoang43
2fbac52532
Documentation - Convert rst to md for ModelAdmin section
...
- Co-authored-by: Vu Pham
- relates to #8383
2022-05-20 08:32:21 +10:00
Fabien Le Frapper
aad51b2bb2
Update docs/reference/contrib/frontendcache.rst
...
Co-authored-by: Jake Howard <RealOrangeOne@users.noreply.github.com>
2022-05-13 08:15:35 +10:00
Fabien Le Frapper
aff9b9a623
fix linting issues
2022-05-13 08:15:35 +10:00
Fabien Le Frapper
44456ff4dd
Fix typo that broke a link
2022-05-13 08:15:35 +10:00
Fabien Le Frapper
b54e9cbc62
Add instructions about where to find cloudflare zone id
2022-05-13 08:15:35 +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
Vu Pham
68287e97e1
Add base_url_path functionality to ModelAdmin
...
- Co-Authored-By: Khanh Hoang <39248704+thoang43@users.noreply.github.com>
- adds ability to set `base_url_path` on ModelAdmin to override the `app_name`/`model` URL building behaviour
- fixes #8038
2022-04-18 14:32:18 +10:00