wagtail/wagtail/tests
Andrew Miller b9816d194a Don't make assumptions about the username field
The USERNAME_FIELD exists to allow customisation. Therefore we should make an assumption that `.username` exists on the model. Instead, we need to pull the required value from the USERNAME_FIELD and add in a fallback default.
2019-07-08 20:11:14 +01:00
..
customuser Remove context parameter from from_db_value 2018-10-27 09:40:42 +02:00
demosite Deprecate wagtail.utils.pagination 2019-03-14 11:50:25 +01:00
modeladmintest Fix elasticsearch search backend tests broken by #5208 2019-06-17 22:17:59 +01:00
routablepage Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
search Find underlying type of related fields 2018-07-23 13:45:59 +01:00
snippets Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
testapp Don't show pages in explorer that user has no permissions to access 2019-05-03 11:42:38 +01:00
utils Don't make assumptions about the username field 2019-07-08 20:11:14 +01:00
__init__.py apparently we don't need imports in tests/__init__.py 2014-02-13 12:53:18 +00:00
benchmark.py fixup! Add rudimentary benchmarking code and a couple of benchmarks 2018-06-11 18:10:13 +01:00
context_processors.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
dummy_external_storage.py Fix linting failures for flake8 3.6 2018-10-25 18:03:29 +01:00
dummy_sendfile_backend.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
non_root_urls.py Remove frontend search view 2018-05-18 11:43:28 +01:00
settings.py Minor Python fixes identified by SonarQube. 2019-01-02 15:27:06 -05:00
urls.py Added fallback to pageurl (#4603) 2019-03-13 12:17:13 +01:00
urls_multilang.py Improved 'purge_page_from_cache' to purge the url for any managed language 2018-04-18 11:28:23 +01:00