0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference
Michael van Tellingen bad95cf37c Optimize the querycount for the sitemap.xml page
By optionally passing the request object to Page.get_sitemap_urls() it
will now use the cached site root on the request object instead of
retrieving it for each call. This cuts the number of queries required
for a sitemap roughly in half.
2018-07-10 16:53:19 +01:00
..
contrib Optimize the querycount for the sitemap.xml page 2018-07-10 16:53:19 +01:00
pages Reference the get_url method in Page model reference docs 2018-05-18 15:26:06 +01:00
hooks.rst Remove construct_whitelister_element_rules hook 2018-05-18 11:43:28 +01:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst allow chunk_size to be set in update_index 2018-03-29 17:49:43 +02:00
project_template.rst Fix spelling mistakes in documentation 2018-04-05 12:13:05 +01:00
signals.rst updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* 2018-05-18 14:43:42 +01:00