wagtail/docs/reference
Matt Westcott 3195a5200f Prevent deletion of collections that are non-empty
Since the collections infrastructure itself does not know about the object types that
can exist within collections, this requires a new hook `describe_collection_contents`
to allow collection contents to be discovered.
2016-02-29 13:14:10 +00:00
..
contrib Minor adjustment to settings docs 2016-02-04 22:18:55 +00:00
pages Fix Page model recipes to pass 'self' as the page object ('page' is undefined) 2016-01-22 11:24:41 +00:00
hooks.rst Prevent deletion of collections that are non-empty 2016-02-29 13:14:10 +00:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
project_template.rst Remove mention of SASS / django-compressor; fix minor text errors 2015-10-15 09:21:47 +01:00
signals.rst Fix parameter name on signal handler 2016-02-04 22:22:12 +00:00