mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
Previously, if a developer wanted to use a custom Manager on their Page subclass, some fairly hacky hacks were required. Now, the `objects` attribute is only overridden if it is a plain `Manager`. If it is anything else, it is left alone. A system check has been added to ensure that all `Page` managers inherit from `PageManager` |
||
|---|---|---|
| .. | ||
| customuser | ||
| demosite | ||
| routablepage | ||
| search | ||
| snippets | ||
| testapp | ||
| __init__.py | ||
| context_processors.py | ||
| dummy_external_storage.py | ||
| non_root_urls.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||