wagtail/docs/reference/contrib
Luis Nell a726c93df4 fix: signal receivers example raising exception
Signal receivers must accept `**kwargs`, otherwise one runs into this:

```
File "/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 94, in connect
raise ValueError("Signal receivers must accept keyword arguments (**kwargs).")
ValueError: Signal receivers must accept keyword arguments (**kwargs).
```
2021-01-11 11:25:19 +00:00
..
forms Add date & datetime formatting to AbstractEmailForm + split out render_email method 2020-04-26 20:25:48 +10:00
modeladmin fix ModelAdmin example (#6645) 2020-12-17 16:39:30 +00:00
frontendcache.rst fix: signal receivers example raising exception 2021-01-11 11:25:19 +00:00
index.rst Template render richtext without wrapper, add wagtail.contrib.legacy.richtext 2020-05-21 07:53:31 +10:00
legacy_richtext.rst Template render richtext without wrapper, add wagtail.contrib.legacy.richtext 2020-05-21 07:53:31 +10:00
postgres_search.rst Some cleanups in PostgreSQL search module (#5953) 2020-05-18 15:54:31 +01:00
redirects.rst Add ability to import redirects from a file wagtail.contrib.redirects 2020-06-07 11:20:39 +10:00
routablepage.rst Add RoutablePage.render() helper method and update documentation 2020-09-01 22:24:08 +01:00
searchpromotions.rst Remove ancient versionchanged notes 2018-05-15 14:54:41 +01:00
settings.rst Remove versionadded/versionchanged notes for 2.9 2020-07-28 12:53:22 +01:00
sitemaps.rst Fix incorrect urls in the docs 2020-07-06 13:15:40 +01:00
table_block.rst Fix minor typo in TableBlock docs (#6259) 2020-07-28 07:14:05 -04:00