Click each revision to see a list of edited lines. Click the Preview button to see how the article looked at this stage. At the bottom of this page, you can change to a particular revision or merge an old revision with the current one.
| Package | Name | Version |
|---|---|---|
| Django | 5.1.2 | |
| Python | 3.10.18 | |
| crispy_forms | Crispy_Forms | 2.4 |
| datetimeutc | Datetimeutc | 1.0.4 |
| debug_toolbar | Debug Toolbar | 4.2.0 |
| django_extensions | Django Extensions | 5.1.2 |
| django_nyt | Django Nyt | 1.4.1 |
| mozilla_django_oidc | Mozilla_Django_Oidc | 4.0.1 |
| mptt | mptt | 0.16.0 |
| sekizai | Sekizai | 4.1.0 |
| Resource | Value |
|---|---|
| User CPU time | 365.452 msec |
| System CPU time | 15.036 msec |
| Total CPU time | 380.488 msec |
| Elapsed time | 473.860 msec |
| Context switches | 62 voluntary, 165 involuntary |
| Timing attribute | Timeline | Milliseconds since navigation start (+length) |
|---|
| Setting | Value |
|---|---|
| ABSOLUTE_URL_OVERRIDES | {} |
| ACCT_LINIKNG_DEFAULT_REQUESTING_ADMIN_INFO | {'email': 'portaladmin@mghpcc.org', 'name': 'MGHPCC Administrator'} |
| ACCT_LINIKNG_JWT_ALGORITHM | 'HS256' |
| ACCT_LINIKNG_JWT_AUDIENCE | 'https://portal.mghpcc.org' |
| ACCT_LINIKNG_JWT_KEY | '********************' |
| ACCT_LINIKNG_JWT_LIFETIME_MINUTES | 1440 |
| ACCT_LINKING_EMAIL_CONFIG | {'fail_silently': False,
'host': 'email-smtp.us-east-1.amazonaws.com',
'password': '********************',
'port': 587,
'use_tls': True,
'username': 'AKIAINGYBZXAP2MON4GA'} |
| ADMINS | [] |
| ALLOWED_HOSTS | ['portalasp.mghpcc.org'] |
| ALLOW_DBLOAD | True |
| ALLOW_LOGOUT_GET_METHOD | True |
| APPEND_SLASH | True |
| AUTHENTICATION_BACKENDS | ['portal.auth_backend.MGHPCCAuthenticationBackend'] |
| AUTH_PASSWORD_VALIDATORS | '********************' |
| AUTH_USER_MODEL | 'auth.User' |
| BASE_DIR | PosixPath('/code') |
| CACHES | {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}} |
| CACHE_MIDDLEWARE_ALIAS | 'default' |
| CACHE_MIDDLEWARE_KEY_PREFIX | '********************' |
| CACHE_MIDDLEWARE_SECONDS | 600 |
| CRISPY_ALLOWED_TEMPLATE_PACKS | 'bootstrap4' |
| CRISPY_TEMPLATE_PACK | 'bootstrap4' |
| CSRF_COOKIE_AGE | 31449600 |
| CSRF_COOKIE_DOMAIN | None |
| CSRF_COOKIE_HTTPONLY | False |
| CSRF_COOKIE_NAME | 'csrftoken' |
| CSRF_COOKIE_PATH | '/' |
| CSRF_COOKIE_SAMESITE | 'Lax' |
| CSRF_COOKIE_SECURE | False |
| CSRF_FAILURE_VIEW | 'django.views.csrf.csrf_failure' |
| CSRF_HEADER_NAME | 'HTTP_X_CSRFTOKEN' |
| CSRF_TRUSTED_ORIGINS | [] |
| CSRF_USE_SESSIONS | False |
| DATABASES | {'default': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_HEALTH_CHECKS': False,
'CONN_MAX_AGE': 0,
'ENGINE': 'django.db.backends.postgresql',
'HOST': 'portal-db',
'NAME': 'portal',
'OPTIONS': {'sslmode': 'disable'},
'PASSWORD': '********************',
'PORT': '5432',
'SCHEMA': 'public',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIGRATE': True,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': None,
'USER': 'portal'},
'trend': {'ATOMIC_REQUESTS': False,
'AUTOCOMMIT': True,
'CONN_HEALTH_CHECKS': False,
'CONN_MAX_AGE': 0,
'ENGINE': 'django.db.backends.postgresql',
'HOST': 'portaldb.mghpcc.org',
'NAME': 'trend',
'OPTIONS': {'options': '-c search_path=reporting',
'sslmode': 'require'},
'PASSWORD': '********************',
'PORT': '5432',
'SCHEMA': 'reporting',
'TEST': {'CHARSET': None,
'COLLATION': None,
'MIGRATE': True,
'MIRROR': None,
'NAME': None},
'TIME_ZONE': None,
'USER': 'mghpcc'}} |
| DATABASE_ROUTERS | [] |
| DATA_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
| DATA_UPLOAD_MAX_NUMBER_FIELDS | 1000 |
| DATA_UPLOAD_MAX_NUMBER_FILES | 100 |
| DATETIME_FORMAT | 'N j, Y, P' |
| DATETIME_INPUT_FORMATS | ['%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%Y-%m-%d %H:%M',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M:%S.%f',
'%m/%d/%Y %H:%M',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M:%S.%f',
'%m/%d/%y %H:%M'] |
| DATE_FORMAT | 'N j, Y' |
| DATE_INPUT_FORMATS | ['%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y'] |
| DB_TZ | zoneinfo.ZoneInfo(key='US/Eastern') |
| DEBUG | True |
| DEBUG_PROPAGATE_EXCEPTIONS | False |
| DEBUG_TOOLBAR_CONFIG | {'SHOW_TEMPLATE_CONTEXT': True,
'SHOW_TOOLBAR_CALLBACK': <function <lambda> at 0x7f1f8beb9d80>} |
| DECIMAL_SEPARATOR | '.' |
| DEFAULT_AUTO_FIELD | 'django.db.models.AutoField' |
| DEFAULT_CHARSET | 'utf-8' |
| DEFAULT_EXCEPTION_REPORTER | 'django.views.debug.ExceptionReporter' |
| DEFAULT_EXCEPTION_REPORTER_FILTER | 'django.views.debug.SafeExceptionReporterFilter' |
| DEFAULT_FROM_EMAIL | 'webmaster@localhost' |
| DEFAULT_INDEX_TABLESPACE | '' |
| DEFAULT_LOG_LEVEL | 'INFO' |
| DEFAULT_TABLESPACE | '' |
| DEV_MAP_ACCOUNT | 'andrew@elytra.net:mghpcc_devacct' |
| DISALLOWED_USER_AGENTS | [] |
| DROPBOX_APP_KEY | '********************' |
| DROPBOX_APP_SECRET | '********************' |
| DROPBOX_REFRESH_TOKEN | '********************' |
| EMAIL_BACKEND | 'django.core.mail.backends.smtp.EmailBackend' |
| EMAIL_HOST | 'localhost' |
| EMAIL_HOST_PASSWORD | '********************' |
| EMAIL_HOST_USER | '' |
| EMAIL_PORT | 25 |
| EMAIL_SSL_CERTFILE | None |
| EMAIL_SSL_KEYFILE | '********************' |
| EMAIL_SUBJECT_PREFIX | '[Django] ' |
| EMAIL_TIMEOUT | None |
| EMAIL_USE_LOCALTIME | False |
| EMAIL_USE_SSL | False |
| EMAIL_USE_TLS | False |
| ENVIRONMENT_TYPE | 'devel' |
| FILE_UPLOAD_DIRECTORY_PERMISSIONS | None |
| FILE_UPLOAD_HANDLERS | ['django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler'] |
| FILE_UPLOAD_MAX_MEMORY_SIZE | 2621440 |
| FILE_UPLOAD_PERMISSIONS | 420 |
| FILE_UPLOAD_TEMP_DIR | None |
| FIRST_DAY_OF_WEEK | 0 |
| FIXTURE_DIRS | [] |
| FORCE_SCRIPT_NAME | None |
| FORMAT_MODULE_PATH | None |
| FORMS_URLFIELD_ASSUME_HTTPS | False |
| FORM_RENDERER | 'django.forms.renderers.DjangoTemplates' |
| HISTOGRAM_MAX | 55000 |
| HISTOGRAM_STEP | 2500 |
| IGNORABLE_404_URLS | [] |
| INFLUX_BUCKET | 'epmsdev2' |
| INFLUX_ORG | 'mghpcc' |
| INFLUX_ORG_ID | '9ccb905dcf9ea049' |
| INFLUX_TOKEN | '********************' |
| INFLUX_URL | 'https://influxdb01.blue.mghpcc.org:8086' |
| INSTALLED_APPS | ['django.contrib.auth',
'mozilla_django_oidc',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.admin',
'debug_toolbar',
'energy',
'portal',
'device_tenant_management',
'security_management',
'key_management',
'django.contrib.humanize.apps.HumanizeConfig',
'django_nyt.apps.DjangoNytConfig',
'mptt',
'sekizai',
'sorl.thumbnail',
'wiki.apps.WikiConfig',
'wiki.plugins.attachments.apps.AttachmentsConfig',
'wiki.plugins.notifications.apps.NotificationsConfig',
'wiki.plugins.images.apps.ImagesConfig',
'wiki.plugins.macros.apps.MacrosConfig',
'django_extensions',
'crispy_forms',
'crispy_bootstrap4',
'datetimeutc'] |
| INTERNAL_IPS | ['0.0.0.0',
'127.0.0.1',
'127.0.0.1:8000',
'172.17.0.1',
'172.18.0.1',
'10.0.0.0/8',
'172.16.0.0/12',
'192.168.0.0/16'] |
| IN_USE_THRESHOLD_WATTS | 140 |
| KEYBOX_BASE_URL | '********************' |
| KEYBOX_HOSTNAME | '********************' |
| KEYBOX_NETLOC | '********************' |
| KEYBOX_PASSWORD | '********************' |
| KEYBOX_PORT | '********************' |
| KEYBOX_SCHEME | '********************' |
| KEYBOX_USER | '********************' |
| LANGUAGES | [('af', 'Afrikaans'),
('ar', 'Arabic'),
('ar-dz', 'Algerian Arabic'),
('ast', 'Asturian'),
('az', 'Azerbaijani'),
('bg', 'Bulgarian'),
('be', 'Belarusian'),
('bn', 'Bengali'),
('br', 'Breton'),
('bs', 'Bosnian'),
('ca', 'Catalan'),
('ckb', 'Central Kurdish (Sorani)'),
('cs', 'Czech'),
('cy', 'Welsh'),
('da', 'Danish'),
('de', 'German'),
('dsb', 'Lower Sorbian'),
('el', 'Greek'),
('en', 'English'),
('en-au', 'Australian English'),
('en-gb', 'British English'),
('eo', 'Esperanto'),
('es', 'Spanish'),
('es-ar', 'Argentinian Spanish'),
('es-co', 'Colombian Spanish'),
('es-mx', 'Mexican Spanish'),
('es-ni', 'Nicaraguan Spanish'),
('es-ve', 'Venezuelan Spanish'),
('et', 'Estonian'),
('eu', 'Basque'),
('fa', 'Persian'),
('fi', 'Finnish'),
('fr', 'French'),
('fy', 'Frisian'),
('ga', 'Irish'),
('gd', 'Scottish Gaelic'),
('gl', 'Galician'),
('he', 'Hebrew'),
('hi', 'Hindi'),
('hr', 'Croatian'),
('hsb', 'Upper Sorbian'),
('hu', 'Hungarian'),
('hy', 'Armenian'),
('ia', 'Interlingua'),
('id', 'Indonesian'),
('ig', 'Igbo'),
('io', 'Ido'),
('is', 'Icelandic'),
('it', 'Italian'),
('ja', 'Japanese'),
('ka', 'Georgian'),
('kab', 'Kabyle'),
('kk', 'Kazakh'),
('km', 'Khmer'),
('kn', 'Kannada'),
('ko', 'Korean'),
('ky', 'Kyrgyz'),
('lb', 'Luxembourgish'),
('lt', 'Lithuanian'),
('lv', 'Latvian'),
('mk', 'Macedonian'),
('ml', 'Malayalam'),
('mn', 'Mongolian'),
('mr', 'Marathi'),
('ms', 'Malay'),
('my', 'Burmese'),
('nb', 'Norwegian Bokmål'),
('ne', 'Nepali'),
('nl', 'Dutch'),
('nn', 'Norwegian Nynorsk'),
('os', 'Ossetic'),
('pa', 'Punjabi'),
('pl', 'Polish'),
('pt', 'Portuguese'),
('pt-br', 'Brazilian Portuguese'),
('ro', 'Romanian'),
('ru', 'Russian'),
('sk', 'Slovak'),
('sl', 'Slovenian'),
('sq', 'Albanian'),
('sr', 'Serbian'),
('sr-latn', 'Serbian Latin'),
('sv', 'Swedish'),
('sw', 'Swahili'),
('ta', 'Tamil'),
('te', 'Telugu'),
('tg', 'Tajik'),
('th', 'Thai'),
('tk', 'Turkmen'),
('tr', 'Turkish'),
('tt', 'Tatar'),
('udm', 'Udmurt'),
('ug', 'Uyghur'),
('uk', 'Ukrainian'),
('ur', 'Urdu'),
('uz', 'Uzbek'),
('vi', 'Vietnamese'),
('zh-hans', 'Simplified Chinese'),
('zh-hant', 'Traditional Chinese')] |
| LANGUAGES_BIDI | ['he', 'ar', 'ar-dz', 'ckb', 'fa', 'ug', 'ur'] |
| LANGUAGE_CODE | 'en-us' |
| LANGUAGE_COOKIE_AGE | None |
| LANGUAGE_COOKIE_DOMAIN | None |
| LANGUAGE_COOKIE_HTTPONLY | False |
| LANGUAGE_COOKIE_NAME | 'django_language' |
| LANGUAGE_COOKIE_PATH | '/' |
| LANGUAGE_COOKIE_SAMESITE | None |
| LANGUAGE_COOKIE_SECURE | False |
| LOCALE_PATHS | [] |
| LOGGING | {'disable_existing_loggers': False,
'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'},
'require_debug_true': {'()': 'django.utils.log.RequireDebugTrue'}},
'formatters': {'simple': {'format': '%(levelname)s %(asctime)s %(message)s'},
'verbose': {'format': '%(levelname)s %(asctime)s %(module)s '
'%(process)%d %(thread)d %(message)s'}},
'handlers': {'collector_log_file': {'class': 'logging.FileHandler',
'delay': True,
'filename': '/var/log/mghpcc/collector.log',
'formatter': 'simple',
'level': 'DEBUG'},
'console': {'class': 'logging.StreamHandler',
'filters': ['require_debug_true'],
'formatter': 'simple',
'level': 'DEBUG'},
'energy_roundup_log_file': {'class': 'logging.FileHandler',
'delay': True,
'filename': '/var/log/mghpcc/energy_roundup.log',
'formatter': 'simple',
'level': 'DEBUG'},
'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
'filters': ['require_debug_false'],
'level': 'ERROR'},
'main_meter_fetch_log_file': {'class': 'logging.FileHandler',
'delay': True,
'filename': '/var/log/mghpcc/main_meter_fetch.log',
'formatter': 'simple',
'level': 'DEBUG'},
'test_log_file': {'class': 'logging.FileHandler',
'delay': True,
'filename': '/var/log/mghpcc/test.log',
'formatter': 'simple',
'level': 'DEBUG'}},
'loggers': {'device_tenant_management.backend.main_meter_collector': {'handlers': ['console',
'main_meter_fetch_log_file'],
'level': 'DEBUG',
'propagate': False},
'device_tenant_management.collector': {'handlers': ['console',
'collector_log_file'],
'level': 'DEBUG',
'propagate': False},
'device_tenant_management.energy_roundup': {'handlers': ['console',
'energy_roundup_log_file'],
'level': 'DEBUG',
'propagate': False},
'device_tenant_management.management': {'handlers': ['console'],
'level': 'DEBUG',
'propagate': False},
'device_tenant_management.test': {'handlers': ['console',
'test_log_file'],
'level': 'DEBUG',
'propagate': False},
'device_tenant_management.views': {'handlers': ['console'],
'level': 'DEBUG',
'propagate': False},
'django.request': {'handlers': ['mail_admins'],
'level': 'DEBUG',
'propagate': True},
'django.security.csrf': {'handlers': ['console'],
'level': 'DEBUG',
'propagate': False},
'pymodbus': {'handlers': ['console'],
'level': 'DEBUG',
'propagate': False},
'root': {'handlers': ['console'], 'level': 'INFO'}},
'version': 1} |
| LOGGING_CONFIG | 'logging.config.dictConfig' |
| LOGIN_REDIRECT_URL | '/' |
| LOGIN_URL | '/oidc/authenticate' |
| LOGOUT_REDIRECT_URL | '/' |
| LOG_DIR | '/var/log/mghpcc/' |
| MANAGERS | [] |
| MEDIA_ROOT | '/media/' |
| MEDIA_URL | '/images/' |
| MESSAGE_STORAGE | 'django.contrib.messages.storage.fallback.FallbackStorage' |
| MIDDLEWARE | ['debug_toolbar.middleware.DebugToolbarMiddleware',
'whitenoise.middleware.WhiteNoiseMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware'] |
| MIGRATION_MODULES | {} |
| MONTH_DAY_FORMAT | 'F j' |
| NOTIFICATION_DEBUG_RECIPIENTS | None |
| NOTIFICATION_FROM_EMAIL_ADDRESS | 'alerts@mghpcc.org' |
| NOTIFICATION_SITENAME | 'portalasp.mghpcc.org' |
| NOTIFICATION_SMTPPASSWORD | '********************' |
| NOTIFICATION_SMTPUSERNAME | 'AKIAINGYBZXAP2MON4GA' |
| NOTIFICATION_SMTP_PORT | 587 |
| NOTIFICATION_SMTP_SERVER | 'email-smtp.us-east-1.amazonaws.com' |
| NOTIFICATION_TO_EMAIL_ADDRESS_LIST | ['portaladmin@mghpcc.org', 'james.culbert@gmail.com'] |
| NUMBER_GROUPING | 0 |
| OIDC_OP_AUTHORIZATION_ENDPOINT | 'https://cilogon.org/authorize' |
| OIDC_OP_JWKS_ENDPOINT | 'https://cilogon.org/oauth2/certs' |
| OIDC_OP_TOKEN_ENDPOINT | '********************' |
| OIDC_OP_USER_ENDPOINT | 'https://cilogon.org/oauth2/userinfo' |
| OIDC_RP_CLIENT_ID | 'cilogon:/client_id/730210d4064ca47333b44827734d1680' |
| OIDC_RP_CLIENT_SECRET | '********************' |
| OIDC_RP_SCOPES | 'openid email profile org.cilogon.userinfo' |
| OIDC_RP_SIGN_ALGO | 'RS256' |
| OIDC_STORE_ID_TOKEN | '********************' |
| OIDC_VERIFY_SSL | True |
| PASSWORD_HASHERS | '********************' |
| PASSWORD_RESET_TIMEOUT | '********************' |
| PERMISSION_DENIED | '/access_denied' |
| PREPEND_WWW | False |
| PXM8000_DEVICE_NAME | 'MVSWBD_PMX8000' |
| PXM8000_FTP_PASS | '********************' |
| PXM8000_FTP_USER | 'ftp' |
| PXM8000_TREND_DIR | '/var/data/trend' |
| REDIS_CFG | {'db': 0,
'host': 'redis.mghpcc.org',
'port': 6379,
'readonly': False,
'timeout': 86400} |
| REST_USER_MID | 365 |
| ROOT_URLCONF | 'portal.urls' |
| SECRET_KEY | '********************' |
| SECRET_KEY_FALLBACKS | '********************' |
| SECURE_CONTENT_TYPE_NOSNIFF | True |
| SECURE_CROSS_ORIGIN_OPENER_POLICY | 'same-origin' |
| SECURE_HSTS_INCLUDE_SUBDOMAINS | False |
| SECURE_HSTS_PRELOAD | False |
| SECURE_HSTS_SECONDS | 0 |
| SECURE_PROXY_SSL_HEADER | ('HTTP_X_FORWARDED_PROTO', 'https') |
| SECURE_REDIRECT_EXEMPT | [] |
| SECURE_REFERRER_POLICY | 'same-origin' |
| SECURE_SSL_HOST | None |
| SECURE_SSL_REDIRECT | False |
| SERVER_EMAIL | 'root@localhost' |
| SESSION_CACHE_ALIAS | 'default' |
| SESSION_COOKIE_AGE | 1209600 |
| SESSION_COOKIE_DOMAIN | None |
| SESSION_COOKIE_HTTPONLY | True |
| SESSION_COOKIE_NAME | 'sessionid' |
| SESSION_COOKIE_PATH | '/' |
| SESSION_COOKIE_SAMESITE | 'Lax' |
| SESSION_COOKIE_SECURE | False |
| SESSION_ENGINE | 'django.contrib.sessions.backends.db' |
| SESSION_EXPIRE_AT_BROWSER_CLOSE | False |
| SESSION_FILE_PATH | None |
| SESSION_SAVE_EVERY_REQUEST | False |
| SESSION_SERIALIZER | 'django.contrib.sessions.serializers.JSONSerializer' |
| SETTINGS_MODULE | 'settings' |
| SHORT_DATETIME_FORMAT | 'm/d/Y P' |
| SHORT_DATE_FORMAT | 'm/d/Y' |
| SIGNING_BACKEND | 'django.core.signing.TimestampSigner' |
| SILENCED_SYSTEM_CHECKS | [] |
| SITENAME | 'portalasp.mghpcc.org' |
| SITE_ID | 1 |
| STATICFILES_DIRS | [] |
| STATICFILES_FINDERS | ['django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder'] |
| STATIC_ROOT | '/static/' |
| STATIC_URL | '/static/' |
| STORAGES | {'default': {'BACKEND': 'django.core.files.storage.FileSystemStorage'},
'staticfiles': {'BACKEND': 'whitenoise.storage.CompressedManifestStaticFilesStorage'}} |
| TELEGRAFS_ID | '0d6e9d7e4e0a2000' |
| TEMPLATES | [{'APP_DIRS': True,
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': ['/code/templates'],
'OPTIONS': {'context_processors': ['django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.template.context_processors.debug',
'django.contrib.messages.context_processors.messages',
'django.template.context_processors.debug',
'sekizai.context_processors.sekizai'],
'debug': True}}] |
| TEST_NON_SERIALIZED_APPS | [] |
| TEST_RUNNER | 'django.test.runner.DiscoverRunner' |
| THOUSAND_SEPARATOR | ',' |
| TIME_FORMAT | 'P' |
| TIME_INPUT_FORMATS | ['%H:%M:%S', '%H:%M:%S.%f', '%H:%M'] |
| TIME_ZONE | 'America/New_York' |
| USE_I18N | True |
| USE_THOUSAND_SEPARATOR | False |
| USE_TZ | True |
| USE_X_FORWARDED_HOST | True |
| USE_X_FORWARDED_PORT | False |
| WIKI_ACCOUNT_HANDLING | False |
| WIKI_ATTACHMENTS_EXTENSIONS | ['pdf', 'doc', 'odt', 'docx', 'txt', 'xlsx'] |
| WIKI_MARKDOWN_HTML_ATTRIBUTES | {'a': ['href', 'title', 'class', 'id', 'target', 'rel', 'name'],
'abbr': ['title', 'class', 'id', 'target', 'rel'],
'acronym': ['title', 'class', 'id', 'target', 'rel'],
'b': ['class', 'id', 'target', 'rel'],
'blockquote': ['class', 'id', 'target', 'rel'],
'br': ['class', 'id', 'target', 'rel'],
'code': ['class', 'id', 'target', 'rel'],
'dd': ['class', 'id', 'target', 'rel'],
'div': ['class', 'id', 'target', 'rel'],
'dl': ['class', 'id', 'target', 'rel'],
'dt': ['class', 'id', 'target', 'rel'],
'em': ['class', 'id', 'target', 'rel'],
'figcaption': ['class', 'id', 'target', 'rel'],
'figure': ['class', 'id', 'target', 'rel'],
'h1': ['class', 'id', 'target', 'rel'],
'h2': ['class', 'id', 'target', 'rel'],
'h3': ['class', 'id', 'target', 'rel'],
'h4': ['class', 'id', 'target', 'rel'],
'h5': ['class', 'id', 'target', 'rel'],
'h6': ['class', 'id', 'target', 'rel'],
'hr': ['class', 'id', 'target', 'rel'],
'i': ['class', 'id', 'target', 'rel'],
'img': ['class', 'id', 'target', 'rel', 'src', 'alt'],
'li': ['class', 'id', 'target', 'rel'],
'ol': ['class', 'id', 'target', 'rel'],
'p': ['class', 'id', 'target', 'rel'],
'pre': ['class', 'id', 'target', 'rel'],
'span': ['class', 'id', 'target', 'rel'],
'strong': ['class', 'id', 'target', 'rel'],
'sup': ['class', 'id', 'target', 'rel'],
'table': ['class', 'id', 'target', 'rel'],
'tbody': ['class', 'id', 'target', 'rel'],
'td': ['class', 'id', 'target', 'rel'],
'th': ['class', 'id', 'target', 'rel'],
'thead': ['class', 'id', 'target', 'rel'],
'tr': ['class', 'id', 'target', 'rel'],
'ul': ['class', 'id', 'target', 'rel']} |
| WSGI_APPLICATION | 'portal.wsgi.application' |
| X_FRAME_OPTIONS | 'DENY' |
| YEAR_MONTH_FORMAT | 'F Y' |
| Key | Value |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Host | portalasp.mghpcc.org |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
| X-Forwarded-For | 10.224.0.5 |
| X-Forwarded-Host | portalasp.mghpcc.org |
| X-Forwarded-Port | 443 |
| X-Forwarded-Proto | https |
| X-Forwarded-Scheme | https |
| X-Real-Ip | 10.224.0.5 |
| X-Request-Id | 31477e575a75485b96e9f7c21ede16c8 |
| X-Scheme | https |
| Key | Value |
|---|---|
| Content-Length | 34556 |
| Content-Type | text/html; charset=utf-8 |
| Vary | Cookie |
Since the WSGI environ inherits the environment of the server, only a significant subset is shown below.
| Key | Value |
|---|---|
| PATH_INFO | /docs/page-content/home-page/_history/ |
| QUERY_STRING | page=++++++++12 |
| REMOTE_ADDR | 10.244.1.40 |
| REQUEST_METHOD | GET |
| SCRIPT_NAME | |
| SERVER_NAME | 0.0.0.0 |
| SERVER_PORT | 8123 |
| SERVER_PROTOCOL | HTTP/1.1 |
| SERVER_SOFTWARE | gunicorn/23.0.0 |
| View function | Arguments | Keyword arguments | URL name |
|---|---|---|---|
wiki.views.article.view |
() |
{'path': 'page-content/home-page/'} |
wiki:history |
| Variable | Value |
|---|---|
'page' |
' 12' |
| Query | Timeline | Time (ms) | Action | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SELECT "wiki_urlpath"."id",
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level", "wiki_article"."id", "wiki_article"."current_revision_id", "wiki_article"."created", "wiki_article"."modified", "wiki_article"."owner_id", "wiki_article"."group_id", "wiki_article"."group_read", "wiki_article"."group_write", "wiki_article"."other_read", "wiki_article"."other_write", "wiki_articlerevision"."id", "wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", T2."id", T2."article_id", T2."slug", T2."site_id", T2."parent_id", T2."moved_to_id", T2."lft", T2."rght", T2."tree_id", T2."level" FROM "wiki_urlpath" LEFT OUTER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" IS NULL AND "wiki_urlpath"."site_id" = 1) ORDER BY "wiki_urlpath"."tree_id" ASC, "wiki_urlpath"."lft" ASCSELECT ••• FROM "wiki_urlpath" LEFT OUTER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" IS NULL AND "wiki_urlpath"."site_id" = 1) ORDER BY "wiki_urlpath"."tree_id" ASC, "wiki_urlpath"."lft" ASC |
3.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(112) article, urlpath = which_article(path, article_id) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in which_article(42) urlpath = models.URLPath.get_by_path(path, select_related=True) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in get_by_path(246) parent = cls.root() /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in root(178) no_paths = len(root_nodes) |
|||||||||||||||||||||
|
SELECT "wiki_urlpath"."id",
2 similar queries.
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level", "wiki_article"."id", "wiki_article"."current_revision_id", "wiki_article"."created", "wiki_article"."modified", "wiki_article"."owner_id", "wiki_article"."group_id", "wiki_article"."group_read", "wiki_article"."group_write", "wiki_article"."other_read", "wiki_article"."other_write", "wiki_articlerevision"."id", "wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", T2."id", T2."article_id", T2."slug", T2."site_id", T2."parent_id", T2."moved_to_id", T2."lft", T2."rght", T2."tree_id", T2."level" FROM "wiki_urlpath" INNER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" = 1 AND UPPER("wiki_urlpath"."slug"::text) = UPPER('page-content')) LIMIT 21SELECT ••• FROM "wiki_urlpath" INNER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" = 1 AND UPPER("wiki_urlpath"."slug"::text) = UPPER('page-content')) LIMIT 21 |
1.32 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(112) article, urlpath = which_article(path, article_id) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in which_article(42) urlpath = models.URLPath.get_by_path(path, select_related=True) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in get_by_path(258) parent.get_children() |
|||||||||||||||||||||
|
SELECT "wiki_urlpath"."id",
2 similar queries.
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level", "wiki_article"."id", "wiki_article"."current_revision_id", "wiki_article"."created", "wiki_article"."modified", "wiki_article"."owner_id", "wiki_article"."group_id", "wiki_article"."group_read", "wiki_article"."group_write", "wiki_article"."other_read", "wiki_article"."other_write", "wiki_articlerevision"."id", "wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", T2."id", T2."article_id", T2."slug", T2."site_id", T2."parent_id", T2."moved_to_id", T2."lft", T2."rght", T2."tree_id", T2."level" FROM "wiki_urlpath" INNER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" = 28 AND UPPER("wiki_urlpath"."slug"::text) = UPPER('home-page')) LIMIT 21SELECT ••• FROM "wiki_urlpath" INNER JOIN "wiki_urlpath" T2 ON ("wiki_urlpath"."parent_id" = T2."id") INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") WHERE ("wiki_urlpath"."parent_id" = 28 AND UPPER("wiki_urlpath"."slug"::text) = UPPER('home-page')) LIMIT 21 |
0.92 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(112) article, urlpath = which_article(path, article_id) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in which_article(42) urlpath = models.URLPath.get_by_path(path, select_related=True) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in get_by_path(258) parent.get_children() |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 3 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.40 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(112) article, urlpath = which_article(path, article_id) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in which_article(42) urlpath = models.URLPath.get_by_path(path, select_related=True) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in get_by_path(262) child.cached_ancestors = parent.cached_ancestors + [parent] /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists(): |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.26 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(143) if urlpath.is_deleted(): # This also checks all ancestors /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in is_deleted(148) return self.first_deleted_ancestor() is not None /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in first_deleted_ancestor(151) for ancestor in self.cached_ancestors + [self]: /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists(): |
|||||||||||||||||||||
|
SELECT "wiki_articleforobject"."id",
"wiki_articleforobject"."article_id", "wiki_articleforobject"."content_type_id", "wiki_articleforobject"."object_id", "wiki_articleforobject"."is_mptt" FROM "wiki_articleforobject" WHERE ("wiki_articleforobject"."article_id" = 29 AND "wiki_articleforobject"."is_mptt")SELECT ••• FROM "wiki_articleforobject" WHERE ("wiki_articleforobject"."article_id" = 29 AND "wiki_articleforobject"."is_mptt") |
0.44 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(176) return func(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/article.py in dispatch(639) return super().dispatch(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/mixins.py in dispatch(22) for child in self.article.get_children( /usr/local/lib/python3.10/site-packages/wiki/models/article.py in get_children(120) for obj in self.articleforobject_set.filter(is_mptt=True): |
|||||||||||||||||||||
|
SELECT "wiki_urlpath"."id",
2 similar queries.
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level" FROM "wiki_urlpath" WHERE "wiki_urlpath"."id" = 29 LIMIT 21SELECT ••• FROM "wiki_urlpath" WHERE "wiki_urlpath"."id" = 29 LIMIT 21 |
0.25 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(176) return func(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/article.py in dispatch(639) return super().dispatch(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/mixins.py in dispatch(22) for child in self.article.get_children( /usr/local/lib/python3.10/site-packages/wiki/models/article.py in get_children(123) obj.content_object.get_children() /usr/local/lib/python3.10/site-packages/django/contrib/contenttypes/fields.py in __get__(262) rel_obj = ct.get_object_for_this_type( /usr/local/lib/python3.10/site-packages/django/contrib/contenttypes/models.py in get_object_for_this_type(179) return self.model_class()._base_manager.using(using).get(**kwargs) |
|||||||||||||||||||||
|
SELECT COUNT(*) AS "__count"
FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."article_id" = 29SELECT COUNT(*) AS "__count" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."article_id" = 29 |
0.67 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in view(104) return self.dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/decorators.py in wrapper(176) return func(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/article.py in dispatch(639) return super().dispatch(request, article, *args, **kwargs) /usr/local/lib/python3.10/site-packages/wiki/views/mixins.py in dispatch(34) return super().dispatch(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/django/views/generic/base.py in dispatch(143) return handler(request, *args, **kwargs) /usr/local/lib/python3.10/site-packages/django/views/generic/list.py in get(174) context = self.get_context_data() /usr/local/lib/python3.10/site-packages/wiki/views/article.py in get_context_data(631) kwargs_listview = ListView.get_context_data(self, **kwargs) /usr/local/lib/python3.10/site-packages/django/views/generic/list.py in get_context_data(128) paginator, page, queryset, is_paginated = self.paginate_queryset( /usr/local/lib/python3.10/site-packages/django/views/generic/list.py in paginate_queryset(73) page = paginator.page(page_number) /usr/local/lib/python3.10/site-packages/wiki/core/paginator.py in page(15) return super().page(number) /usr/local/lib/python3.10/site-packages/django/core/paginator.py in page(89) number = self.validate_number(number) /usr/local/lib/python3.10/site-packages/django/core/paginator.py in validate_number(70) if number > self.num_pages: /usr/local/lib/python3.10/site-packages/django/core/paginator.py in num_pages(116) if self.count == 0 and not self.allow_empty_first_page: /usr/local/lib/python3.10/site-packages/django/core/paginator.py in count(110) return c() |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.36 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(194) values = self.sequence.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 3 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.41 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT "wiki_urlpath"."id",
2 similar queries.
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level" FROM "wiki_urlpath" WHERE "wiki_urlpath"."id" = 1 LIMIT 21SELECT ••• FROM "wiki_urlpath" WHERE "wiki_urlpath"."id" = 1 LIMIT 21 |
0.37 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(130) if not self.parent:
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 3 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT "wiki_urlpath"."id",
"wiki_urlpath"."article_id", "wiki_urlpath"."slug", "wiki_urlpath"."site_id", "wiki_urlpath"."parent_id", "wiki_urlpath"."moved_to_id", "wiki_urlpath"."lft", "wiki_urlpath"."rght", "wiki_urlpath"."tree_id", "wiki_urlpath"."level", "wiki_article"."id", "wiki_article"."current_revision_id", "wiki_article"."created", "wiki_article"."modified", "wiki_article"."owner_id", "wiki_article"."group_id", "wiki_article"."group_read", "wiki_article"."group_write", "wiki_article"."other_read", "wiki_article"."other_write", "wiki_articlerevision"."id", "wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title", "auth_user"."id", "auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined", T5."id", T5."article_id", T5."slug", T5."site_id", T5."parent_id", T5."moved_to_id", T5."lft", T5."rght", T5."tree_id", T5."level" FROM "wiki_urlpath" INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") LEFT OUTER JOIN "wiki_urlpath" T5 ON ("wiki_urlpath"."parent_id" = T5."id") WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) ORDER BY "wiki_urlpath"."lft" ASCSELECT ••• FROM "wiki_urlpath" INNER JOIN "wiki_article" ON ("wiki_urlpath"."article_id" = "wiki_article"."id") LEFT OUTER JOIN "wiki_articlerevision" ON ("wiki_article"."current_revision_id" = "wiki_articlerevision"."id") LEFT OUTER JOIN "auth_user" ON ("wiki_article"."owner_id" = "auth_user"."id") LEFT OUTER JOIN "wiki_urlpath" T5 ON ("wiki_urlpath"."parent_id" = T5."id") WHERE ("wiki_urlpath"."lft" <= 59 AND "wiki_urlpath"."rght" >= 66 AND "wiki_urlpath"."tree_id" = 1) ORDER BY "wiki_urlpath"."lft" ASC |
1.00 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(113) self._cached_ancestors = list(
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.27 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/breadcrumbs.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(423) return strip_spaces_between_tags(self.nodelist.render(context).strip()) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/code/templates/base_site.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.25 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/code/templates/base_site.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.36 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(550) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/article_menu.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.40 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(550) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/article_menu.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(550) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/article_menu.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.36 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(550) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/article_menu.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title", "wiki_article"."id", "wiki_article"."current_revision_id", "wiki_article"."created", "wiki_article"."modified", "wiki_article"."owner_id", "wiki_article"."group_id", "wiki_article"."group_read", "wiki_article"."group_write", "wiki_article"."other_read", "wiki_article"."other_write" FROM "wiki_articlerevision" INNER JOIN "wiki_article" ON ("wiki_articlerevision"."article_id" = "wiki_article"."id") WHERE "wiki_articlerevision"."article_id" = 29 ORDER BY "wiki_articlerevision"."created" DESC LIMIT 10 OFFSET 110SELECT ••• FROM "wiki_articlerevision" INNER JOIN "wiki_article" ON ("wiki_articlerevision"."article_id" = "wiki_article"."id") WHERE "wiki_articlerevision"."article_id" = 29 ORDER BY "wiki_articlerevision"."created" DESC LIMIT 10 OFFSET 110 |
1.18 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(199) len_values = len(values)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
0.40 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 241 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 241 LIMIT 21 |
2.19 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.99 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
2.77 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 240 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 240 LIMIT 21 |
0.32 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
6.71 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
1.16 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 239 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 239 LIMIT 21 |
2.70 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.39 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
3.65 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 238 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 238 LIMIT 21 |
0.32 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.33 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
0.68 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 237 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 237 LIMIT 21 |
0.44 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.32 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
0.34 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 235 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 235 LIMIT 21 |
1.60 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.40 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
0.36 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 233 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 233 LIMIT 21 |
0.27 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
0.56 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 231 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 231 LIMIT 21 |
0.67 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.36 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 40 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 40 LIMIT 21 |
0.38 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 156 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 156 LIMIT 21 |
0.30 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
|
SELECT "auth_user"."id",
10 similar queries.
Duplicated 9 times.
"auth_user"."password", "auth_user"."last_login", "auth_user"."is_superuser", "auth_user"."username", "auth_user"."first_name", "auth_user"."last_name", "auth_user"."email", "auth_user"."is_staff", "auth_user"."is_active", "auth_user"."date_joined" FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21SELECT ••• FROM "auth_user" WHERE "auth_user"."id" = 51 LIMIT 21 |
2.09 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT "wiki_articlerevision"."id",
10 similar queries.
"wiki_articlerevision"."revision_number", "wiki_articlerevision"."user_message", "wiki_articlerevision"."automatic_log", "wiki_articlerevision"."ip_address", "wiki_articlerevision"."user_id", "wiki_articlerevision"."modified", "wiki_articlerevision"."created", "wiki_articlerevision"."previous_revision_id", "wiki_articlerevision"."deleted", "wiki_articlerevision"."locked", "wiki_articlerevision"."article_id", "wiki_articlerevision"."content", "wiki_articlerevision"."title" FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 155 LIMIT 21SELECT ••• FROM "wiki_articlerevision" WHERE "wiki_articlerevision"."id" = 155 LIMIT 21 |
0.38 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(210) return template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(173) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(320) match = condition.eval(context) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in eval(61) return func(context, self.first, self.second) /usr/local/lib/python3.10/site-packages/django/template/smartif.py in <lambda>(99) "and": infix(7, lambda context, x, y: x.eval(context) and y.eval(context)), /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in eval(886) return self.value.resolve(context, ignore_failures=True) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit)
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/includes/revision_info.html |
|||||||||||||||||||||
|
SELECT 1 AS "a"
23 similar queries.
Duplicated 20 times.
FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1SELECT 1 AS "a" FROM "wiki_urlpath" WHERE ("wiki_urlpath"."lft" <= 60 AND "wiki_urlpath"."rght" >= 63 AND "wiki_urlpath"."tree_id" = 1) LIMIT 1 |
0.35 | ||||||||||||||||||||
|
Connection: default Transaction status: Idle /usr/local/lib/python3.10/site-packages/gevent/baseserver.py in _handle_and_close_when_done(34) return handle(*args_tuple) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle(123) super().handle(listener, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle(54) self.handle_request(listener_name, req, client, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/ggevent.py in handle_request(127) super().handle_request(listener_name, req, sock, addr) /usr/local/lib/python3.10/site-packages/gunicorn/workers/base_async.py in handle_request(107) respiter = self.wsgi(environ, resp.start_response) /code/wsgi.py in application(33) return django_app(environ, start_response) /usr/local/lib/python3.10/site-packages/whitenoise/middleware.py in __call__(123) return self.get_response(request) /usr/local/lib/python3.10/site-packages/django/template/response.py in render(114) self.content = self.rendered_content /usr/local/lib/python3.10/site-packages/django/template/response.py in rendered_content(92) return template.render(context, self._request) /usr/local/lib/python3.10/site-packages/django/template/backends/django.py in render(107) return self.template.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(171) return self._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(159) return compiled_parent._render(context) /usr/local/lib/python3.10/site-packages/django/test/utils.py in instrumented_test_render(114) return self.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/classytags/core.py in render(142) return str(self.render_tag(context, **kwargs)) /usr/local/lib/python3.10/site-packages/sekizai/templatetags/sekizai_tags.py in render_tag(87) rendered_contents = nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/loader_tags.py in render(65) result = block.nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(243) nodelist.append(node.render_annotated(context)) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(327) return nodelist.render(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in render(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in <listcomp>(1008) return SafeString("".join([node.render_annotated(context) for node in self])) /usr/local/lib/python3.10/site-packages/django/template/base.py in render_annotated(969) return self.render(context) /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in render(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py in <dictcomp>(467) kwargs = {k: v.resolve(context) for k, v in self.kwargs.items()} /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(718) obj = self.var.resolve(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in resolve(850) value = self._resolve_lookup(context) /usr/local/lib/python3.10/site-packages/django/template/base.py in _resolve_lookup(893) current = getattr(current, bit) /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in path(137) self.cached_ancestors, /usr/local/lib/python3.10/site-packages/wiki/models/urlpath.py in __cached_ancestors(110) if not self.pk or not self.get_ancestors().exists():
/usr/local/lib/python3.10/site-packages/wiki/templates/wiki/history.html |
|||||||||||||||||||||
None
| Path | Location |
|---|---|
| admin/js/actions.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/actions.js |
| admin/js/nav_sidebar.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js |
| admin/js/unusable_password_field.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/unusable_password_field.js |
| admin/js/prepopulate.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate.js |
| admin/js/core.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/core.js |
| admin/js/SelectFilter2.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js |
| admin/js/inlines.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/inlines.js |
| admin/js/SelectBox.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/SelectBox.js |
| admin/js/autocomplete.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/autocomplete.js |
| admin/js/filters.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/filters.js |
| admin/js/prepopulate_init.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js |
| admin/js/popup_response.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/popup_response.js |
| admin/js/theme.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/theme.js |
| admin/js/calendar.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/calendar.js |
| admin/js/urlify.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/urlify.js |
| admin/js/cancel.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/cancel.js |
| admin/js/change_form.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/change_form.js |
| admin/js/jquery.init.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/jquery.init.js |
| admin/js/vendor/select2/LICENSE.md | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md |
| admin/js/vendor/select2/select2.full.min.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js |
| admin/js/vendor/select2/select2.full.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js |
| admin/js/vendor/select2/i18n/vi.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js |
| admin/js/vendor/select2/i18n/he.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js |
| admin/js/vendor/select2/i18n/az.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js |
| admin/js/vendor/select2/i18n/cs.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js |
| admin/js/vendor/select2/i18n/tk.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js |
| admin/js/vendor/select2/i18n/sv.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js |
| admin/js/vendor/select2/i18n/uk.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js |
| admin/js/vendor/select2/i18n/sl.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js |
| admin/js/vendor/select2/i18n/el.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js |
| admin/js/vendor/select2/i18n/nl.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js |
| admin/js/vendor/select2/i18n/nb.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js |
| admin/js/vendor/select2/i18n/en.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js |
| admin/js/vendor/select2/i18n/lt.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js |
| admin/js/vendor/select2/i18n/sq.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js |
| admin/js/vendor/select2/i18n/sr.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js |
| admin/js/vendor/select2/i18n/hr.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js |
| admin/js/vendor/select2/i18n/da.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js |
| admin/js/vendor/select2/i18n/ar.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js |
| admin/js/vendor/select2/i18n/ja.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js |
| admin/js/vendor/select2/i18n/is.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js |
| admin/js/vendor/select2/i18n/fr.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js |
| admin/js/vendor/select2/i18n/ro.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js |
| admin/js/vendor/select2/i18n/ru.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js |
| admin/js/vendor/select2/i18n/zh-TW.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js |
| admin/js/vendor/select2/i18n/bg.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js |
| admin/js/vendor/select2/i18n/ps.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js |
| admin/js/vendor/select2/i18n/ca.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js |
| admin/js/vendor/select2/i18n/hu.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js |
| admin/js/vendor/select2/i18n/es.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js |
| admin/js/vendor/select2/i18n/fi.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js |
| admin/js/vendor/select2/i18n/it.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js |
| admin/js/vendor/select2/i18n/eu.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js |
| admin/js/vendor/select2/i18n/gl.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js |
| admin/js/vendor/select2/i18n/th.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js |
| admin/js/vendor/select2/i18n/mk.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js |
| admin/js/vendor/select2/i18n/pt.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js |
| admin/js/vendor/select2/i18n/km.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js |
| admin/js/vendor/select2/i18n/sk.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js |
| admin/js/vendor/select2/i18n/pt-BR.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js |
| admin/js/vendor/select2/i18n/dsb.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js |
| admin/js/vendor/select2/i18n/fa.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js |
| admin/js/vendor/select2/i18n/tr.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js |
| admin/js/vendor/select2/i18n/zh-CN.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js |
| admin/js/vendor/select2/i18n/pl.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js |
| admin/js/vendor/select2/i18n/ne.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js |
| admin/js/vendor/select2/i18n/bs.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js |
| admin/js/vendor/select2/i18n/et.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js |
| admin/js/vendor/select2/i18n/ms.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js |
| admin/js/vendor/select2/i18n/lv.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js |
| admin/js/vendor/select2/i18n/hy.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js |
| admin/js/vendor/select2/i18n/bn.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js |
| admin/js/vendor/select2/i18n/hi.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js |
| admin/js/vendor/select2/i18n/id.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js |
| admin/js/vendor/select2/i18n/de.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js |
| admin/js/vendor/select2/i18n/sr-Cyrl.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js |
| admin/js/vendor/select2/i18n/ka.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js |
| admin/js/vendor/select2/i18n/hsb.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js |
| admin/js/vendor/select2/i18n/af.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js |
| admin/js/vendor/select2/i18n/ko.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js |
| admin/js/vendor/jquery/jquery.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js |
| admin/js/vendor/jquery/jquery.min.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js |
| admin/js/vendor/jquery/LICENSE.txt | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt |
| admin/js/vendor/xregexp/xregexp.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js |
| admin/js/vendor/xregexp/xregexp.min.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js |
| admin/js/vendor/xregexp/LICENSE.txt | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt |
| admin/js/admin/DateTimeShortcuts.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js |
| admin/js/admin/RelatedObjectLookups.js | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js |
| admin/css/dashboard.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dashboard.css |
| admin/css/changelists.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/changelists.css |
| admin/css/nav_sidebar.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css |
| admin/css/unusable_password_field.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css |
| admin/css/base.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/base.css |
| admin/css/responsive_rtl.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css |
| admin/css/widgets.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/widgets.css |
| admin/css/responsive.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/responsive.css |
| admin/css/dark_mode.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/dark_mode.css |
| admin/css/autocomplete.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/autocomplete.css |
| admin/css/rtl.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/rtl.css |
| admin/css/login.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/login.css |
| admin/css/forms.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/forms.css |
| admin/css/vendor/select2/select2.min.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css |
| admin/css/vendor/select2/select2.css | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css |
| admin/css/vendor/select2/LICENSE-SELECT2.md | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md |
| admin/img/icon-no.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-no.svg |
| admin/img/icon-alert.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg |
| admin/img/icon-deletelink.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg |
| admin/img/search.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/search.svg |
| admin/img/icon-unknown-alt.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg |
| admin/img/inline-delete.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg |
| admin/img/icon-addlink.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg |
| admin/img/README.txt | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/README.txt |
| admin/img/icon-yes.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg |
| admin/img/tooltag-add.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg |
| admin/img/icon-clock.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg |
| admin/img/icon-changelink.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg |
| admin/img/LICENSE | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/LICENSE |
| admin/img/tooltag-arrowright.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg |
| admin/img/icon-viewlink.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg |
| admin/img/sorting-icons.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg |
| admin/img/icon-hidelink.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg |
| admin/img/selector-icons.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg |
| admin/img/icon-unknown.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg |
| admin/img/icon-calendar.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg |
| admin/img/calendar-icons.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg |
| admin/img/gis/move_vertex_off.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg |
| admin/img/gis/move_vertex_on.svg | /usr/local/lib/python3.10/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg |
| debug_toolbar/js/timer.js | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/timer.js |
| debug_toolbar/js/redirect.js | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/redirect.js |
| debug_toolbar/js/utils.js | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/utils.js |
| debug_toolbar/js/history.js | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/history.js |
| debug_toolbar/js/toolbar.js | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/js/toolbar.js |
| debug_toolbar/css/print.css | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/print.css |
| debug_toolbar/css/toolbar.css | /usr/local/lib/python3.10/site-packages/debug_toolbar/static/debug_toolbar/css/toolbar.css |
| energy/js/pod.js | /code/apps/energy/static/energy/js/pod.js |
| energy/js/jquery.js | /code/apps/energy/static/energy/js/jquery.js |
| energy/js/energy.js | /code/apps/energy/static/energy/js/energy.js |
| energy/js/jquery-ui.js | /code/apps/energy/static/energy/js/jquery-ui.js |
| energy/css/ui-lightness/jquery-ui.css | /code/apps/energy/static/energy/css/ui-lightness/jquery-ui.css |
| energy/css/ui-lightness/images/ui-icons_ffd27a_256x240.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-icons_ffd27a_256x240.png |
| energy/css/ui-lightness/images/ui-icons_228ef1_256x240.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-icons_228ef1_256x240.png |
| energy/css/ui-lightness/images/ui-icons_ffffff_256x240.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-icons_ffffff_256x240.png |
| energy/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png |
| energy/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png |
| energy/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png |
| energy/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png |
| energy/css/ui-lightness/images/animated-overlay.gif | /code/apps/energy/static/energy/css/ui-lightness/images/animated-overlay.gif |
| energy/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png |
| energy/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png |
| energy/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png |
| energy/css/ui-lightness/images/ui-icons_ef8c08_256x240.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-icons_ef8c08_256x240.png |
| energy/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png |
| energy/css/ui-lightness/images/ui-icons_222222_256x240.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-icons_222222_256x240.png |
| energy/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png | /code/apps/energy/static/energy/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png |
| energy/css/le-frog/jquery-ui.css | /code/apps/energy/static/energy/css/le-frog/jquery-ui.css |
| energy/css/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png |
| energy/css/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png |
| energy/css/le-frog/images/ui-icons_cd0a0a_256x240.png | /code/apps/energy/static/energy/css/le-frog/images/ui-icons_cd0a0a_256x240.png |
| energy/css/le-frog/images/ui-icons_ffffff_256x240.png | /code/apps/energy/static/energy/css/le-frog/images/ui-icons_ffffff_256x240.png |
| energy/css/le-frog/images/ui-icons_72b42d_256x240.png | /code/apps/energy/static/energy/css/le-frog/images/ui-icons_72b42d_256x240.png |
| energy/css/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png |
| energy/css/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png |
| energy/css/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png |
| energy/css/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png |
| energy/css/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png |
| energy/css/le-frog/images/animated-overlay.gif | /code/apps/energy/static/energy/css/le-frog/images/animated-overlay.gif |
| energy/css/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png |
| energy/css/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png | /code/apps/energy/static/energy/css/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png |
| energy/css/le-frog/images/ui-icons_4eb305_256x240.png | /code/apps/energy/static/energy/css/le-frog/images/ui-icons_4eb305_256x240.png |
| energy/img/ajax-loader.gif | /code/apps/energy/static/energy/img/ajax-loader.gif |
| maintenance.html | /code/apps/portal/static/maintenance.html |
| mghpccpop_20140107.pdf | /code/apps/portal/static/mghpccpop_20140107.pdf |
| MGHPCCPortalPrivacyStatement_20181207.pdf | /code/apps/portal/static/MGHPCCPortalPrivacyStatement_20181207.pdf |
| portal/js/mghpcc_base.js | /code/apps/portal/static/portal/js/mghpcc_base.js |
| portal/css/global.css | /code/apps/portal/static/portal/css/global.css |
| portal/img/logo_swish_16x16.png | /code/apps/portal/static/portal/img/logo_swish_16x16.png |
| portal/img/mghpcclogo-transparent50pixel.png | /code/apps/portal/static/portal/img/mghpcclogo-transparent50pixel.png |
| device_tenant_management/js/index.js | /code/apps/device_tenant_management/static/device_tenant_management/js/index.js |
| device_tenant_management/js/cabinet_tenant_management.js | /code/apps/device_tenant_management/static/device_tenant_management/js/cabinet_tenant_management.js |
| device_tenant_management/js/device_management.js | /code/apps/device_tenant_management/static/device_tenant_management/js/device_management.js |
| device_tenant_management/js/datatables.min.js | /code/apps/device_tenant_management/static/device_tenant_management/js/datatables.min.js |
| device_tenant_management/js/moment.min.js | /code/apps/device_tenant_management/static/device_tenant_management/js/moment.min.js |
| device_tenant_management/css/cabinet_tenant_management.css | /code/apps/device_tenant_management/static/device_tenant_management/css/cabinet_tenant_management.css |
| device_tenant_management/css/index.css | /code/apps/device_tenant_management/static/device_tenant_management/css/index.css |
| device_tenant_management/css/datatables.min.css | /code/apps/device_tenant_management/static/device_tenant_management/css/datatables.min.css |
| security_management/javascript/edit_user.js | /code/apps/security_management/static/security_management/javascript/edit_user.js |
| security_management/javascript/list_temp_badges.js | /code/apps/security_management/static/security_management/javascript/list_temp_badges.js |
| security_management/javascript/bootstrap-datetimepicker.min.js | /code/apps/security_management/static/security_management/javascript/bootstrap-datetimepicker.min.js |
| security_management/javascript/edit_keyring_access.js | /code/apps/security_management/static/security_management/javascript/edit_keyring_access.js |
| security_management/javascript/list_keyring_groups.js | /code/apps/security_management/static/security_management/javascript/list_keyring_groups.js |
| security_management/javascript/list_keyring_access.js | /code/apps/security_management/static/security_management/javascript/list_keyring_access.js |
| security_management/javascript/list_users.js | /code/apps/security_management/static/security_management/javascript/list_users.js |
| security_management/javascript/grant_keyring_access.js | /code/apps/security_management/static/security_management/javascript/grant_keyring_access.js |
| security_management/javascript/global.js | /code/apps/security_management/static/security_management/javascript/global.js |
| security_management/javascript/admins_box.js | /code/apps/security_management/static/security_management/javascript/admins_box.js |
| security_management/javascript/create_temporary_badge.js | /code/apps/security_management/static/security_management/javascript/create_temporary_badge.js |
| security_management/javascript/lookup_user_results.js | /code/apps/security_management/static/security_management/javascript/lookup_user_results.js |
| security_management/javascript/list_keyrings.js | /code/apps/security_management/static/security_management/javascript/list_keyrings.js |
| security_management/javascript/orgs_box.js | /code/apps/security_management/static/security_management/javascript/orgs_box.js |
| security_management/javascript/audit_log.js | /code/apps/security_management/static/security_management/javascript/audit_log.js |
| security_management/javascript/list_visitor_log.js | /code/apps/security_management/static/security_management/javascript/list_visitor_log.js |
| security_management/javascript/jquery-1.12.2.min.js | /code/apps/security_management/static/security_management/javascript/jquery-1.12.2.min.js |
| security_management/javascript/datatables.min.js | /code/apps/security_management/static/security_management/javascript/datatables.min.js |
| security_management/javascript/create_keyring_group.js | /code/apps/security_management/static/security_management/javascript/create_keyring_group.js |
| security_management/javascript/moment.min.js | /code/apps/security_management/static/security_management/javascript/moment.min.js |
| security_management/javascript/list_organizations.js | /code/apps/security_management/static/security_management/javascript/list_organizations.js |
| security_management/javascript/create_organization.js | /code/apps/security_management/static/security_management/javascript/create_organization.js |
| security_management/javascript/logon_actions.js | /code/apps/security_management/static/security_management/javascript/logon_actions.js |
| security_management/javascript/edit_keyring_group.js | /code/apps/security_management/static/security_management/javascript/edit_keyring_group.js |
| security_management/css/datatables.min.css | /code/apps/security_management/static/security_management/css/datatables.min.css |
| security_management/css/bootstrap-datetimepicker.min.css | /code/apps/security_management/static/security_management/css/bootstrap-datetimepicker.min.css |
| security_management/css/search_visitor_log.css | /code/apps/security_management/static/security_management/css/search_visitor_log.css |
| security_management/css/format_table_label.css | /code/apps/security_management/static/security_management/css/format_table_label.css |
| security_management/css/global.css | /code/apps/security_management/static/security_management/css/global.css |
| security_management/css/DataTables-1.10.22/images/sort_asc.png | /code/apps/security_management/static/security_management/css/DataTables-1.10.22/images/sort_asc.png |
| security_management/css/DataTables-1.10.22/images/sort_desc_disabled.png | /code/apps/security_management/static/security_management/css/DataTables-1.10.22/images/sort_desc_disabled.png |
| security_management/css/DataTables-1.10.22/images/sort_both.png | /code/apps/security_management/static/security_management/css/DataTables-1.10.22/images/sort_both.png |
| security_management/css/DataTables-1.10.22/images/sort_desc.png | /code/apps/security_management/static/security_management/css/DataTables-1.10.22/images/sort_desc.png |
| security_management/css/DataTables-1.10.22/images/sort_asc_disabled.png | /code/apps/security_management/static/security_management/css/DataTables-1.10.22/images/sort_asc_disabled.png |
| keys.js | /code/apps/key_management/static/keys.js |
| mptt/draggable-admin.js | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.js |
| mptt/arrow-move-black.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-black.png |
| mptt/disclosure-down-black.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-black.png |
| mptt/disclosure-right-black.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-black.png |
| mptt/draggable-admin.css | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/draggable-admin.css |
| mptt/arrow-move-white.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/arrow-move-white.png |
| mptt/disclosure-right-white.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-right-white.png |
| mptt/disclosure-down-white.png | /usr/local/lib/python3.10/site-packages/mptt/static/mptt/disclosure-down-white.png |
| wiki/select2/js/select2.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/select2/js/select2.min.js |
| wiki/select2/css/select2.min.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/select2/css/select2.min.css |
| wiki/bootstrap/LICENSE | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/LICENSE |
| wiki/bootstrap/js/bootstrap.bundle.min.js.map | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/js/bootstrap.bundle.min.js.map |
| wiki/bootstrap/js/bootstrap.min.js.map | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/js/bootstrap.min.js.map |
| wiki/bootstrap/js/bootstrap.bundle.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/js/bootstrap.bundle.min.js |
| wiki/bootstrap/js/bootstrap.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/js/bootstrap.min.js |
| wiki/bootstrap/scss/_tooltip.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_tooltip.scss |
| wiki/bootstrap/scss/_buttons.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_buttons.scss |
| wiki/bootstrap/scss/_custom-forms.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_custom-forms.scss |
| wiki/bootstrap/scss/_alert.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_alert.scss |
| wiki/bootstrap/scss/_admonition.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_admonition.scss |
| wiki/bootstrap/scss/_media.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_media.scss |
| wiki/bootstrap/scss/_mixins.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_mixins.scss |
| wiki/bootstrap/scss/_forms.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_forms.scss |
| wiki/bootstrap/scss/_input-group.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_input-group.scss |
| wiki/bootstrap/scss/_list-group.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_list-group.scss |
| wiki/bootstrap/scss/_navbar.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_navbar.scss |
| wiki/bootstrap/scss/_card.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_card.scss |
| wiki/bootstrap/scss/_code.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_code.scss |
| wiki/bootstrap/scss/_spinners.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_spinners.scss |
| wiki/bootstrap/scss/_grid.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_grid.scss |
| wiki/bootstrap/scss/_type.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_type.scss |
| wiki/bootstrap/scss/bootstrap-reboot.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/bootstrap-reboot.scss |
| wiki/bootstrap/scss/_modal.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_modal.scss |
| wiki/bootstrap/scss/_definition.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_definition.scss |
| wiki/bootstrap/scss/_carousel.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_carousel.scss |
| wiki/bootstrap/scss/_toasts.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_toasts.scss |
| wiki/bootstrap/scss/_breadcrumb.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_breadcrumb.scss |
| wiki/bootstrap/scss/_progress.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_progress.scss |
| wiki/bootstrap/scss/_badge.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_badge.scss |
| wiki/bootstrap/scss/_transitions.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_transitions.scss |
| wiki/bootstrap/scss/bootstrap-grid.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/bootstrap-grid.scss |
| wiki/bootstrap/scss/_button-group.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_button-group.scss |
| wiki/bootstrap/scss/_variables.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_variables.scss |
| wiki/bootstrap/scss/_dropdown.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_dropdown.scss |
| wiki/bootstrap/scss/_jumbotron.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_jumbotron.scss |
| wiki/bootstrap/scss/_images.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_images.scss |
| wiki/bootstrap/scss/_utilities.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_utilities.scss |
| wiki/bootstrap/scss/_functions.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_functions.scss |
| wiki/bootstrap/scss/_root.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_root.scss |
| wiki/bootstrap/scss/_pagination.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_pagination.scss |
| wiki/bootstrap/scss/_details.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_details.scss |
| wiki/bootstrap/scss/_tables.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_tables.scss |
| wiki/bootstrap/scss/_popover.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_popover.scss |
| wiki/bootstrap/scss/_close.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_close.scss |
| wiki/bootstrap/scss/_reboot.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_reboot.scss |
| wiki/bootstrap/scss/_print.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_print.scss |
| wiki/bootstrap/scss/bootstrap.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/bootstrap.scss |
| wiki/bootstrap/scss/_nav.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/_nav.scss |
| wiki/bootstrap/scss/wiki/wiki-bootstrap.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/wiki/wiki-bootstrap.scss |
| wiki/bootstrap/scss/wiki/_codehilite.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/wiki/_codehilite.scss |
| wiki/bootstrap/scss/wiki/_typeahead.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/wiki/_typeahead.scss |
| wiki/bootstrap/scss/wiki/wiki.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/wiki/wiki.scss |
| wiki/bootstrap/scss/vendor/_rfs.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/vendor/_rfs.scss |
| wiki/bootstrap/scss/utilities/_sizing.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_sizing.scss |
| wiki/bootstrap/scss/utilities/_screenreaders.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_screenreaders.scss |
| wiki/bootstrap/scss/utilities/_interactions.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_interactions.scss |
| wiki/bootstrap/scss/utilities/_text.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_text.scss |
| wiki/bootstrap/scss/utilities/_flex.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_flex.scss |
| wiki/bootstrap/scss/utilities/_align.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_align.scss |
| wiki/bootstrap/scss/utilities/_embed.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_embed.scss |
| wiki/bootstrap/scss/utilities/_visibility.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_visibility.scss |
| wiki/bootstrap/scss/utilities/_spacing.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_spacing.scss |
| wiki/bootstrap/scss/utilities/_shadows.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_shadows.scss |
| wiki/bootstrap/scss/utilities/_stretched-link.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_stretched-link.scss |
| wiki/bootstrap/scss/utilities/_display.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_display.scss |
| wiki/bootstrap/scss/utilities/_float.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_float.scss |
| wiki/bootstrap/scss/utilities/_clearfix.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_clearfix.scss |
| wiki/bootstrap/scss/utilities/_borders.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_borders.scss |
| wiki/bootstrap/scss/utilities/_background.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_background.scss |
| wiki/bootstrap/scss/utilities/_overflow.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_overflow.scss |
| wiki/bootstrap/scss/utilities/_position.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/utilities/_position.scss |
| wiki/bootstrap/scss/mixins/_box-shadow.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_box-shadow.scss |
| wiki/bootstrap/scss/mixins/_nav-divider.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_nav-divider.scss |
| wiki/bootstrap/scss/mixins/_buttons.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_buttons.scss |
| wiki/bootstrap/scss/mixins/_alert.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_alert.scss |
| wiki/bootstrap/scss/mixins/_reset-text.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_reset-text.scss |
| wiki/bootstrap/scss/mixins/_forms.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_forms.scss |
| wiki/bootstrap/scss/mixins/_breakpoints.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_breakpoints.scss |
| wiki/bootstrap/scss/mixins/_resize.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_resize.scss |
| wiki/bootstrap/scss/mixins/_list-group.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_list-group.scss |
| wiki/bootstrap/scss/mixins/_grid-framework.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_grid-framework.scss |
| wiki/bootstrap/scss/mixins/_transition.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_transition.scss |
| wiki/bootstrap/scss/mixins/_deprecate.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_deprecate.scss |
| wiki/bootstrap/scss/mixins/_grid.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_grid.scss |
| wiki/bootstrap/scss/mixins/_table-row.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_table-row.scss |
| wiki/bootstrap/scss/mixins/_visibility.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_visibility.scss |
| wiki/bootstrap/scss/mixins/_badge.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_badge.scss |
| wiki/bootstrap/scss/mixins/_screen-reader.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_screen-reader.scss |
| wiki/bootstrap/scss/mixins/_text-emphasis.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_text-emphasis.scss |
| wiki/bootstrap/scss/mixins/_background-variant.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_background-variant.scss |
| wiki/bootstrap/scss/mixins/_caret.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_caret.scss |
| wiki/bootstrap/scss/mixins/_lists.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_lists.scss |
| wiki/bootstrap/scss/mixins/_pagination.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_pagination.scss |
| wiki/bootstrap/scss/mixins/_float.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_float.scss |
| wiki/bootstrap/scss/mixins/_text-hide.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_text-hide.scss |
| wiki/bootstrap/scss/mixins/_clearfix.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_clearfix.scss |
| wiki/bootstrap/scss/mixins/_size.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_size.scss |
| wiki/bootstrap/scss/mixins/_gradients.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_gradients.scss |
| wiki/bootstrap/scss/mixins/_text-truncate.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_text-truncate.scss |
| wiki/bootstrap/scss/mixins/_image.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_image.scss |
| wiki/bootstrap/scss/mixins/_border-radius.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_border-radius.scss |
| wiki/bootstrap/scss/mixins/_hover.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/scss/mixins/_hover.scss |
| wiki/bootstrap/css/wiki-bootstrap.min.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css |
| wiki/js/editor.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/editor.js |
| wiki/js/jquery-3.6.0.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/jquery-3.6.0.min.js |
| wiki/js/core.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/core.js |
| wiki/js/popper.min.js.map | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/popper.min.js.map |
| wiki/js/diff.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/diff.js |
| wiki/js/forms.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/forms.js |
| wiki/js/jquery-3.4.1.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/jquery-3.4.1.min.js |
| wiki/js/respond.min.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/respond.min.js |
| wiki/js/diffview.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/diffview.js |
| wiki/js/urlify.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/urlify.js |
| wiki/js/popper.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/popper.js |
| wiki/js/article.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/js/article.js |
| wiki/markitup/frontend.init.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/frontend.init.js |
| wiki/markitup/jquery.markitup.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/jquery.markitup.js |
| wiki/markitup/admin.init.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/admin.init.js |
| wiki/markitup/templates/preview.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/templates/preview.css |
| wiki/markitup/templates/preview.html | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/templates/preview.html |
| wiki/markitup/skins/simple/style.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/simple/style.css |
| wiki/markitup/skins/simple/readme.txt | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/simple/readme.txt |
| wiki/markitup/skins/simple/images/menu.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/simple/images/menu.png |
| wiki/markitup/skins/simple/images/submenu.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/simple/images/submenu.png |
| wiki/markitup/skins/simple/images/handle.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/simple/images/handle.png |
| wiki/markitup/skins/markitup/style.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/style.css |
| wiki/markitup/skins/markitup/images/bg-editor-json.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-json.png |
| wiki/markitup/skins/markitup/images/bg-editor-dotclear.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-dotclear.png |
| wiki/markitup/skins/markitup/images/menu.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/menu.png |
| wiki/markitup/skins/markitup/images/bg-editor-markdown.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-markdown.png |
| wiki/markitup/skins/markitup/images/submenu.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/submenu.png |
| wiki/markitup/skins/markitup/images/bg-editor.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor.png |
| wiki/markitup/skins/markitup/images/bg-editor-xml.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-xml.png |
| wiki/markitup/skins/markitup/images/bg-editor-textile.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-textile.png |
| wiki/markitup/skins/markitup/images/bg-container.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-container.png |
| wiki/markitup/skins/markitup/images/bg-editor-bbcode.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-bbcode.png |
| wiki/markitup/skins/markitup/images/handle.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/handle.png |
| wiki/markitup/skins/markitup/images/bg-editor-wiki.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-wiki.png |
| wiki/markitup/skins/markitup/images/bg-editor-html.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/skins/markitup/images/bg-editor-html.png |
| wiki/markitup/sets/frontend/set.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/set.js |
| wiki/markitup/sets/frontend/style.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/style.css |
| wiki/markitup/sets/frontend/readme.txt | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/readme.txt |
| wiki/markitup/sets/frontend/images/list-bullet.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/list-bullet.png |
| wiki/markitup/sets/frontend/images/preview.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/preview.png |
| wiki/markitup/sets/frontend/images/h6.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h6.png |
| wiki/markitup/sets/frontend/images/list-numeric.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/list-numeric.png |
| wiki/markitup/sets/frontend/images/italic.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/italic.png |
| wiki/markitup/sets/frontend/images/h2.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h2.png |
| wiki/markitup/sets/frontend/images/picture.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/picture.png |
| wiki/markitup/sets/frontend/images/link.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/link.png |
| wiki/markitup/sets/frontend/images/h4.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h4.png |
| wiki/markitup/sets/frontend/images/code.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/code.png |
| wiki/markitup/sets/frontend/images/quotes.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/quotes.png |
| wiki/markitup/sets/frontend/images/h3.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h3.png |
| wiki/markitup/sets/frontend/images/h5.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h5.png |
| wiki/markitup/sets/frontend/images/h1.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/h1.png |
| wiki/markitup/sets/frontend/images/bold.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/frontend/images/bold.png |
| wiki/markitup/sets/default/set.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/set.js |
| wiki/markitup/sets/default/style.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/style.css |
| wiki/markitup/sets/default/images/list-bullet.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/list-bullet.png |
| wiki/markitup/sets/default/images/preview.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/preview.png |
| wiki/markitup/sets/default/images/list-numeric.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/list-numeric.png |
| wiki/markitup/sets/default/images/italic.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/italic.png |
| wiki/markitup/sets/default/images/picture.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/picture.png |
| wiki/markitup/sets/default/images/link.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/link.png |
| wiki/markitup/sets/default/images/image.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/image.png |
| wiki/markitup/sets/default/images/clean.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/clean.png |
| wiki/markitup/sets/default/images/stroke.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/stroke.png |
| wiki/markitup/sets/default/images/bold.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/default/images/bold.png |
| wiki/markitup/sets/admin/set.js | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/set.js |
| wiki/markitup/sets/admin/style.css | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/style.css |
| wiki/markitup/sets/admin/readme.txt | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/readme.txt |
| wiki/markitup/sets/admin/images/list-bullet.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/list-bullet.png |
| wiki/markitup/sets/admin/images/preview.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/preview.png |
| wiki/markitup/sets/admin/images/h6.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h6.png |
| wiki/markitup/sets/admin/images/list-numeric.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/list-numeric.png |
| wiki/markitup/sets/admin/images/italic.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/italic.png |
| wiki/markitup/sets/admin/images/h2.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h2.png |
| wiki/markitup/sets/admin/images/picture.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/picture.png |
| wiki/markitup/sets/admin/images/link.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/link.png |
| wiki/markitup/sets/admin/images/h4.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h4.png |
| wiki/markitup/sets/admin/images/code.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/code.png |
| wiki/markitup/sets/admin/images/quotes.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/quotes.png |
| wiki/markitup/sets/admin/images/h3.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h3.png |
| wiki/markitup/sets/admin/images/h5.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h5.png |
| wiki/markitup/sets/admin/images/h1.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/h1.png |
| wiki/markitup/sets/admin/images/bold.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/markitup/sets/admin/images/bold.png |
| wiki/font-awesome/LICENSE.txt | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/LICENSE.txt |
| wiki/font-awesome/webfonts/fa-solid-900.svg | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-solid-900.svg |
| wiki/font-awesome/webfonts/fa-regular-400.eot | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-regular-400.eot |
| wiki/font-awesome/webfonts/fa-solid-900.eot | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-solid-900.eot |
| wiki/font-awesome/webfonts/fa-brands-400.eot | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-brands-400.eot |
| wiki/font-awesome/webfonts/fa-brands-400.woff2 | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-brands-400.woff2 |
| wiki/font-awesome/webfonts/fa-brands-400.ttf | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-brands-400.ttf |
| wiki/font-awesome/webfonts/fa-regular-400.woff | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-regular-400.woff |
| wiki/font-awesome/webfonts/fa-regular-400.svg | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-regular-400.svg |
| wiki/font-awesome/webfonts/fa-solid-900.woff | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-solid-900.woff |
| wiki/font-awesome/webfonts/fa-regular-400.woff2 | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-regular-400.woff2 |
| wiki/font-awesome/webfonts/fa-regular-400.ttf | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-regular-400.ttf |
| wiki/font-awesome/webfonts/fa-solid-900.woff2 | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-solid-900.woff2 |
| wiki/font-awesome/webfonts/fa-brands-400.woff | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-brands-400.woff |
| wiki/font-awesome/webfonts/fa-solid-900.ttf | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-solid-900.ttf |
| wiki/font-awesome/webfonts/fa-brands-400.svg | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/webfonts/fa-brands-400.svg |
| wiki/font-awesome/scss/_icons.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_icons.scss |
| wiki/font-awesome/scss/_mixins.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_mixins.scss |
| wiki/font-awesome/scss/v4-shims.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/v4-shims.scss |
| wiki/font-awesome/scss/_bordered-pulled.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_bordered-pulled.scss |
| wiki/font-awesome/scss/_larger.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_larger.scss |
| wiki/font-awesome/scss/_stacked.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_stacked.scss |
| wiki/font-awesome/scss/regular.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/regular.scss |
| wiki/font-awesome/scss/_animated.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_animated.scss |
| wiki/font-awesome/scss/_list.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_list.scss |
| wiki/font-awesome/scss/_rotated-flipped.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_rotated-flipped.scss |
| wiki/font-awesome/scss/_screen-reader.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_screen-reader.scss |
| wiki/font-awesome/scss/_shims.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_shims.scss |
| wiki/font-awesome/scss/_variables.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_variables.scss |
| wiki/font-awesome/scss/_fixed-width.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_fixed-width.scss |
| wiki/font-awesome/scss/solid.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/solid.scss |
| wiki/font-awesome/scss/brands.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/brands.scss |
| wiki/font-awesome/scss/fontawesome.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/fontawesome.scss |
| wiki/font-awesome/scss/_core.scss | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/font-awesome/scss/_core.scss |
| wiki/img/github_icon.png | /usr/local/lib/python3.10/site-packages/wiki/static/wiki/img/github_icon.png |
| wiki/plugins/notifications/js/ui.js | /usr/local/lib/python3.10/site-packages/wiki/plugins/notifications/static/wiki/plugins/notifications/js/ui.js |
| wiki/colorbox/jquery.colorbox-min.js | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/jquery.colorbox-min.js |
| wiki/colorbox/example1/index.html | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/index.html |
| wiki/colorbox/example1/colorbox.css | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/colorbox.css |
| wiki/colorbox/example1/images/overlay.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/overlay.png |
| wiki/colorbox/example1/images/controls.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/controls.png |
| wiki/colorbox/example1/images/loading.gif | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/loading.gif |
| wiki/colorbox/example1/images/loading_background.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/loading_background.png |
| wiki/colorbox/example1/images/border.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/border.png |
| wiki/colorbox/example1/images/ie6/borderBottomCenter.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderBottomCenter.png |
| wiki/colorbox/example1/images/ie6/borderTopCenter.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderTopCenter.png |
| wiki/colorbox/example1/images/ie6/borderTopRight.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderTopRight.png |
| wiki/colorbox/example1/images/ie6/borderMiddleLeft.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderMiddleLeft.png |
| wiki/colorbox/example1/images/ie6/borderMiddleRight.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderMiddleRight.png |
| wiki/colorbox/example1/images/ie6/borderBottomLeft.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderBottomLeft.png |
| wiki/colorbox/example1/images/ie6/borderBottomRight.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderBottomRight.png |
| wiki/colorbox/example1/images/ie6/borderTopLeft.png | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/colorbox/example1/images/ie6/borderTopLeft.png |
| wiki/js/images.js | /usr/local/lib/python3.10/site-packages/wiki/plugins/images/static/wiki/js/images.js |
| django_extensions/js/jquery.autocomplete.js | /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.js |
| django_extensions/js/jquery.ajaxQueue.js | /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js |
| django_extensions/js/jquery.bgiframe.js | /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/js/jquery.bgiframe.js |
| django_extensions/css/jquery.autocomplete.css | /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/css/jquery.autocomplete.css |
| django_extensions/img/indicator.gif | /usr/local/lib/python3.10/site-packages/django_extensions/static/django_extensions/img/indicator.gif |
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'block': <Block Node: wiki_breadcrumbs. Contents: [<TextNode: '\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/breadcrumbs.html"'>>, <TextNode: '\n'>]>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'forloop': {'counter': 1,
'counter0': 0,
'first': True,
'last': False,
'parentloop': {},
'revcounter': 10,
'revcounter0': 9},
'revision': <ArticleRevision: Home Page (73)>}
{'current_revision': <ArticleRevision: Home Page (183)>}
{'False': False, 'None': None, 'True': True}
{'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10,
'ERROR': 40,
'INFO': 20,
'SUCCESS': 25,
'WARNING': 30},
'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {}),
'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>,
'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>),
'request': '<<request>>',
'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>}
{'article': <Article: Home Page>,
'article_tabs': [<wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>],
'children_slice': [],
'children_slice_more': False,
'is_paginated': True,
'object_list': '<<articlefkqueryset of wiki.ArticleRevision>>',
'page_obj': <Page 12 of 19>,
'paginator': <wiki.core.paginator.WikiPaginator object at 0x7f1f7eb4f280>,
'plugins': {<class 'wiki.plugins.attachments.wiki_plugin.AttachmentPlugin'>: <wiki.plugins.attachments.wiki_plugin.AttachmentPlugin object at 0x7f1f89b9fd90>,
<class 'wiki.plugins.notifications.wiki_plugin.NotifyPlugin'>: <wiki.plugins.notifications.wiki_plugin.NotifyPlugin object at 0x7f1f89bbc5b0>,
<class 'wiki.plugins.images.wiki_plugin.ImagePlugin'>: <wiki.plugins.images.wiki_plugin.ImagePlugin object at 0x7f1f89bbf340>,
<class 'wiki.plugins.macros.wiki_plugin.MacroPlugin'>: <wiki.plugins.macros.wiki_plugin.MacroPlugin object at 0x7f1f89bbf460>},
'revisions': '<<articlefkqueryset of wiki.ArticleRevision>>',
'selected_tab': 'history',
'urlpath': '<<triggers database query>>',
'view': <wiki.views.article.History object at 0x7f1f7e72f5e0>}
{'block': <Block Node: wiki_body. Contents: [<TextNode: '\n\n '>, <Block Node: wiki_navbar. Contents: [<TextNode: '\n <nav class="navbar n'>, <Block Node: wiki_header_branding. Contents: [<TextNode: '\n <a class'>, <URLNode view_name=''wiki:root'' args=[] kwargs={} as=None>, <TextNode: '">django-\\/\\/ i K |</a>\n '>]>, <TextNode: '\n <button clas'>, <Block Node: wiki_header_navlinks. Contents: [<TextNode: '\n <ul clas'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89f9a0>, <TextNode: '</a>\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e89fa60>, <TextNode: '</a>\n '>]>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </div>\n '>]>, <TextNode: '\n\n <div class="contain'>, <Block Node: wiki_breadcrumbs. Contents: []>, <TextNode: '\n </div>\n '>, <IfNode>, <TextNode: '\n </div>\n '>, <django.template.library.InclusionNode object at 0x7f1f7e8a96f0>, <TextNode: '\n\n <!-- Main page '>, <Block Node: wiki_contents. Contents: []>, <TextNode: '\n\n <footer id="wik'>, <Block Node: wiki_footer_prepend. Contents: [<TextNode: '\n '>]>, <TextNode: '\n <div class="'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>,
'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>}
{'block': <Block Node: wiki_contents. Contents: [<TextNode: '\n\n <div id="article-cont'>, <Variable Node: article.current_revision.title>, <TextNode: '\n <small style="'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n </small>\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/article_menu.html"'>>, <TextNode: '\n </ul>\n </nav>\n '>, <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n '>]>, <TextNode: '\n </div>\n </div>\n\n'>]>}
{'block': <Block Node: wiki_contents_tab. Contents: [<TextNode: '\n\n'>, <IncludeNode: template=<FilterExpression '"wiki/includes/modals.html"'>>, <TextNode: '\n\n'>, <Tag: addtoblock>, <TextNode: '\n'>, <Tag: addtoblock>, <TextNode: '\n\n<p class="lead">\n '>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7ea6e7d0>, <TextNode: '\n</p>\n\n<form method="GET"'>, <ForNode: for revision in revisions, tail_len: 31>, <TextNode: '\n\n '>, <IncludeNode: template=<FilterExpression '"wiki/includes/pagination.html"'>>, <TextNode: '\n\n '>, <IfNode>, <TextNode: '\n\n </div>\n <input type='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e878e80>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879270>, <TextNode: '</h1>\n <p class='>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879300>, <TextNode: ' <strong>'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879390>, <TextNode: '</strong></p>\n </d'>, <django.templatetags.i18n.TranslateNode object at 0x7f1f7e879420>, <TextNode: '\n </a>\n '>, <IfNode>, <TextNode: '\n </div>\n </d'>]>}
{'csrf_token': <SimpleLazyObject: 'N0qVKXz1LYIt4Uo7VD6dEWQtKKzqOxIx4Cwk11kZ2oI7Fncf4SMmWgtl5NHYoLsU'>}
{'request': <WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>}
{'user': <SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>, 'perms': PermWrapper(<SimpleLazyObject: <django.contrib.auth.models.AnonymousUser object at 0x7f1f7eb4f130>>)}
{}
{'messages': <FallbackStorage: request=<WSGIRequest: GET '/docs/page-content/home-page/_history/?page=++++++++12'>>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}
{'SEKIZAI_CONTENT_HOLDER': defaultdict(<class 'sekizai.data.UniqueSequence'>, {'js': <sekizai.data.UniqueSequence object at 0x7f1f7e72f400>, 'css': <sekizai.data.UniqueSequence object at 0x7f1f7e72eef0>})}
| Total calls | Total time | Cache hits | Cache misses |
|---|---|---|---|
| 0 | 0 ms | 0 | 0 |
| add | get | set | get_or_set | touch | delete | clear | get_many | set_many | delete_many | has_key | incr | decr | incr_version | decr_version |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Signal | Receivers |
|---|---|
| class_prepared | |
| connection_created | |
| got_request_exception | |
| m2m_changed | |
| post_delete | clear_notification_type_cache |
| post_init | ImageField.update_dimension_fields |
| post_migrate | create_permissions, create_contenttypes, create_default_site |
| post_save | clear_notification_type_cache, on_article_revision_post_save, on_article_save_clear_cache, update_simple_plugins, on_article_plugin_post_save, on_reusable_plugin_post_save, on_revision_plugin_revision_post_save, on_article_relation_save, on_attachment_revision_post_save, post_article_revision_save, plugin_notification, plugin_notification |
| pre_delete | clear_site_cache, on_article_delete_clear_cache, on_article_delete, on_revision_delete, on_image_revision_delete |
| pre_init | |
| pre_migrate | inject_rename_contenttypes_operations |
| pre_save | clear_site_cache, on_article_revision_pre_save, on_reusable_plugin_pre_save, on_revision_plugin_revision_pre_save, on_simple_plugins_pre_save, on_attachment_revision_pre_save |
| request_finished | close_old_connections, close_caches, reset_urlconf |
| request_started | reset_queries, close_old_connections |
| setting_changed | reset_cache, clear_cache_handlers, update_installed_apps, update_connections_time_zone, clear_routers_cache, reset_template_engines, storages_changed, clear_serializers_cache, language_changed, localize_settings_changed, complex_setting_changed, root_urlconf_changed, static_storage_changed, static_finders_changed, form_renderer_changed, auth_password_validators_changed, user_model_swapped, update_toolbar_config, reset_hashers, Options.setting_changed, FileSystemStorage._clear_cached_properties, update_level_tags, clear_caches, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, FileSystemStorage._clear_cached_properties, CompressedManifestStaticFilesStorage._clear_cached_properties, DebugStaticFilesStorage._clear_cached_properties |