wagtail/wagtail/tests
Tim Heap 9e8c2c2d5f Allow custom Page Managers
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`
2015-12-14 23:09:45 +00:00
..
customuser pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
demosite Changed verbose names to start with lowercase when necessary 2015-12-08 17:33:19 +00:00
routablepage pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
search Test ForeignKey with RelatedFields 2015-12-11 12:29:27 +00:00
snippets Cleanup E302 errors 2015-12-04 09:32:16 +00:00
testapp Allow custom Page Managers 2015-12-14 23:09:45 +00:00
__init__.py apparently we don't need imports in tests/__init__.py 2014-02-13 12:53:18 +00:00
context_processors.py Prevent {{ STATIC_URL }} from being used in templates 2015-04-22 12:20:23 +01:00
dummy_external_storage.py pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00
non_root_urls.py Removed patterns() from tests 2015-04-10 16:57:05 +01:00
settings.py feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
urls.py Removed patterns() from tests 2015-04-10 16:57:05 +01:00
utils.py pep8 compliance 120 characters / line 2015-12-08 14:50:32 +00:00