Created
January 7, 2016 20:21
-
-
Save ipmb/75be883defe09fc3dc32 to your computer and use it in GitHub Desktop.
Django 1.9.1 makemigrations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python -m cProfile -s time ./manage.py makemigrations --empty pages | |
Migrations for 'pages': | |
0014_auto_20160107_1519.py: | |
66325365 function calls (65778093 primitive calls) in 157.981 seconds | |
Ordered by: internal time | |
ncalls tottime percall cumtime percall filename:lineno(function) | |
306135 10.721 0.000 16.741 0.000 __init__.py:139(__init__) | |
203638 8.801 0.000 14.381 0.000 __init__.py:370(deconstruct) | |
111408 8.177 0.000 8.178 0.000 base.py:43(subclass_exception) | |
407449 7.307 0.000 9.728 0.000 options.py:739(_expire_cache) | |
7840937/7838761 4.827 0.000 4.831 0.000 {getattr} | |
55749/22243 4.409 0.000 110.926 0.005 base.py:71(__new__) | |
405871 4.087 0.000 5.061 0.000 {built-in method __new__ of type object at 0x102a8e798} | |
4959193/4959191 3.554 0.000 6.537 0.000 {isinstance} | |
281205/215675 3.483 0.000 8.479 0.000 options.py:770(_get_fields) | |
34330 3.124 0.000 4.735 0.000 related.py:1587(contribute_to_related_class) | |
55748 3.092 0.000 9.185 0.000 options.py:210(contribute_to_class) | |
3389498 2.692 0.000 2.692 0.000 {hasattr} | |
167412 2.448 0.000 8.015 0.000 related.py:67(lazy_related_operation) | |
33506 2.307 0.000 62.769 0.002 related.py:1051(create_many_to_many_intermediary_model) | |
368194 2.259 0.000 2.626 0.000 registry.py:249(get_registered_model) | |
2576010 2.185 0.000 2.185 0.000 {delattr} | |
63304 2.158 0.000 2.648 0.000 collections.py:38(__init__) | |
368194/355516 2.097 0.000 7.750 0.000 registry.py:366(lazy_model_operation) | |
304254 1.945 0.000 12.277 0.000 options.py:302(add_field) | |
55704 1.902 0.000 6.310 0.000 dispatcher.py:169(send) | |
97545 1.854 0.000 11.596 0.000 related.py:741(__init__) | |
55748 1.706 0.000 4.241 0.000 options.py:94(__init__) | |
91236 1.677 0.000 2.774 0.000 collections.py:109(values) | |
3451174 1.620 0.000 1.620 0.000 {method 'startswith' of 'unicode' objects} | |
389928 1.557 0.000 1.654 0.000 signals.py:20(_resolve_references) | |
159531 1.494 0.000 7.994 0.000 state.py:43(_related_models) | |
55748 1.485 0.000 5.073 0.000 registry.py:230(get_containing_app_config) | |
517602 1.455 0.000 2.983 0.000 abc.py:128(__instancecheck__) | |
888160 1.432 0.000 1.432 0.000 _weakrefset.py:70(__contains__) | |
528869/294327 1.363 0.000 84.593 0.000 base.py:296(add_to_class) | |
203638 1.325 0.000 31.716 0.000 __init__.py:458(clone) | |
1138771 1.302 0.000 1.699 0.000 {method 'extend' of 'list' objects} | |
272288 1.288 0.000 1.289 0.000 functional.py:11(curry) | |
1878176 1.240 0.000 1.443 0.000 {method 'update' of 'dict' objects} | |
304247 1.226 0.000 2.066 0.000 __init__.py:658(set_attributes_from_name) | |
2723582 1.226 0.000 1.226 0.000 collections.py:78(__iter__) | |
55704 1.223 0.000 2.641 0.000 dispatcher.py:248(_live_receivers) | |
245 1.151 0.005 3.414 0.014 options.py:700(_populate_directed_relation_graph) | |
4940518 1.120 0.000 1.148 0.000 {method 'get' of 'dict' objects} | |
24434 1.075 0.000 144.012 0.006 state.py:559(render) | |
131743 1.067 0.000 15.790 0.000 related.py:291(contribute_to_class) | |
200782/188104 1.045 0.000 5.877 0.000 registry.py:382(function) | |
412304 1.022 0.000 1.899 0.000 utils.py:4(make_model_tuple) | |
55865 1.006 0.000 1.876 0.000 {method 'sub' of '_sre.SRE_Pattern' objects} | |
303624 0.981 0.000 15.312 0.000 __init__.py:666(contribute_to_class) | |
53509 0.968 0.000 3.833 0.000 __init__.py:920(__init__) | |
55704 0.967 0.000 20.172 0.000 base.py:303(_prepare) | |
132263 0.910 0.000 0.910 0.000 reverse_related.py:42(__init__) | |
713 0.888 0.001 8.960 0.013 state.py:32(get_related_models_recursive) | |
775502/775464 0.868 0.000 0.869 0.000 {setattr} | |
407522 0.855 0.000 0.855 0.000 weakref_backports.py:47(__call__) | |
14795 0.854 0.000 1.447 0.000 __init__.py:1284(contribute_to_class) | |
55703 0.804 0.000 4.911 0.000 options.py:403(fields) | |
4374 0.799 0.000 1.103 0.000 dispatcher.py:57(connect) | |
228036 0.765 0.000 2.580 0.000 options.py:84(make_immutable_fields_list) | |
97548 0.697 0.000 8.961 0.000 related.py:438(__init__) | |
304244 0.679 0.000 1.462 0.000 {_bisect.bisect} | |
628483 0.670 0.000 0.901 0.000 __init__.py:53(__getattr__) | |
97100 0.659 0.000 1.352 0.000 related.py:929(contribute_to_related_class) | |
34715 0.637 0.000 3.080 0.000 related.py:1118(__init__) | |
55704 0.598 0.000 10.990 0.000 registry.py:399(do_pending_operations) | |
15718 0.589 0.000 1.164 0.000 functional.py:76(__prepare_class__) | |
2059734 0.569 0.000 0.569 0.000 {method 'append' of 'list' objects} | |
34715 0.563 0.000 1.132 0.000 reverse_related.py:281(__init__) | |
362605/229277 0.560 0.000 9.509 0.000 functional.py:30(__get__) | |
346222 0.539 0.000 1.208 0.000 encoding.py:58(force_text) | |
55704 0.536 0.000 2.598 0.000 manager.py:11(ensure_default_manager) | |
528959 0.531 0.000 1.114 0.000 inspect.py:59(isclass) | |
522312 0.529 0.000 0.735 0.000 __init__.py:472(__lt__) | |
34476 0.519 0.000 67.178 0.002 related.py:1550(contribute_to_class) | |
97267 0.512 0.000 13.240 0.000 related.py:702(contribute_to_class) | |
242625 0.501 0.000 0.638 0.000 related.py:42(resolve_relation) | |
22071 0.481 0.000 32.027 0.001 state.py:574(<dictcomp>) | |
55437 0.473 0.000 12.903 0.000 state.py:319(register_model) | |
40911 0.473 0.000 2.357 0.000 __init__.py:1071(__init__) | |
373140 0.450 0.000 0.971 0.000 options.py:427(<genexpr>) | |
4664 0.445 0.000 0.527 0.000 fields.py:246(contribute_to_related_class) | |
228036 0.433 0.000 1.816 0.000 datastructures.py:249(__new__) | |
56810 0.392 0.000 0.632 0.000 manager.py:152(contribute_to_class) | |
535742 0.377 0.000 2.029 0.000 related.py:83(<genexpr>) | |
657146 0.371 0.000 0.371 0.000 {method 'lower' of 'str' objects} | |
85441 0.358 0.000 0.506 0.000 sre_parse.py:822(expand_template) | |
56214 0.353 0.000 1.063 0.000 lru_cache.py:159(cache_clear) | |
136206 0.348 0.000 0.348 0.000 collections.py:59(__setitem__) | |
1115463 0.346 0.000 0.346 0.000 options.py:839(<genexpr>) | |
57049 0.342 0.000 0.527 0.000 manager.py:65(__init__) | |
111506 0.334 0.000 0.446 0.000 options.py:62(normalize_together) | |
97545 0.330 0.000 0.671 0.000 reverse_related.py:219(__init__) | |
30224 0.327 0.000 2.899 0.000 related.py:519(deconstruct) | |
990620 0.320 0.000 0.320 0.000 {method 'pop' of 'dict' objects} | |
56203/56197 0.320 0.000 0.467 0.000 {method 'join' of 'unicode' objects} | |
347890 0.314 0.000 0.314 0.000 {method 'replace' of 'unicode' objects} | |
332837 0.306 0.000 0.306 0.000 {method 'items' of 'dict' objects} | |
164626 0.304 0.000 0.592 0.000 config.py:168(get_models) | |
34483 0.291 0.000 2.979 0.000 related.py:1401(deconstruct) | |
56211 0.287 0.000 3.122 0.000 registry.py:350(clear_cache) | |
208567 0.282 0.000 0.341 0.000 __init__.py:687(get_attname_column) | |
97103 0.279 0.000 0.693 0.000 related.py:706(contribute_to_related_class) | |
56493 0.266 0.000 0.395 0.000 threading.py:147(acquire) | |
33506 0.264 0.000 0.503 0.000 related.py:1475(_get_m2m_db_table) | |
55704 0.260 0.000 4.529 0.000 options.py:265(_prepare) | |
304280 0.251 0.000 0.251 0.000 {method 'insert' of 'list' objects} | |
64707 0.248 0.000 0.963 0.000 related.py:337(swappable_setting) | |
82300/41155 0.247 0.000 0.266 0.000 deconstruct.py:16(__new__) | |
198385 0.247 0.000 0.579 0.000 options.py:716(<genexpr>) | |
131433 0.246 0.000 7.066 0.000 related.py:368(do_related_class) | |
166852 0.236 0.000 0.236 0.000 reverse_related.py:155(is_hidden) | |
159711 0.222 0.000 6.041 0.000 options.py:756(get_fields) | |
131433 0.219 0.000 7.285 0.000 related.py:305(resolve_related_class) | |
269159 0.211 0.000 0.211 0.000 options.py:332(setup_pk) | |
97267 0.204 0.000 0.356 0.000 related_descriptors.py:86(__init__) | |
378427/378393 0.202 0.000 0.202 0.000 {issubclass} | |
55748 0.199 0.000 0.199 0.000 base.py:166(<setcomp>) | |
336 0.199 0.001 155.169 0.462 state.py:89(reload_model) | |
53282 0.190 0.000 2.128 0.000 __init__.py:978(contribute_to_class) | |
56493 0.188 0.000 0.238 0.000 threading.py:187(release) | |
317440 0.186 0.000 0.240 0.000 options.py:422(<lambda>) | |
55228 0.186 0.000 0.359 0.000 state.py:328(unregister_model) | |
57077 0.185 0.000 0.185 0.000 manager.py:174(_set_creation_counter) | |
352531 0.182 0.000 0.182 0.000 options.py:420(<lambda>) | |
63713 0.182 0.000 0.253 0.000 _abcoll.py:545(update) | |
139130 0.179 0.000 0.179 0.000 {method 'split' of 'str' objects} | |
365796 0.174 0.000 0.174 0.000 manager.py:22(<genexpr>) | |
241837 0.173 0.000 0.173 0.000 {method 'startswith' of 'str' objects} | |
65812/65753 0.172 0.000 0.976 0.000 lru_cache.py:93(wrapper) | |
30224 0.170 0.000 3.133 0.000 related.py:838(deconstruct) | |
97100 0.168 0.000 0.278 0.000 related.py:352(set_attributes_from_rel) | |
68806 0.162 0.000 0.234 0.000 related_descriptors.py:685(__init__) | |
97888 0.162 0.000 0.162 0.000 related.py:891(get_attname) | |
57077 0.160 0.000 0.188 0.000 manager.py:59(__new__) | |
110399 0.159 0.000 0.173 0.000 collections.py:69(__delitem__) | |
55748 0.157 0.000 2.096 0.000 text.py:430(camel_case_to_spaces) | |
132392 0.156 0.000 0.193 0.000 related.py:109(related_model) | |
756602/754875 0.152 0.000 0.153 0.000 {len} | |
97267 0.152 0.000 0.152 0.000 __init__.py:692(get_cache_name) | |
77705 0.150 0.000 0.150 0.000 reverse_related.py:175(get_accessor_name) | |
204407 0.147 0.000 0.348 0.000 encoding.py:49(is_protected_type) | |
65812 0.147 0.000 0.320 0.000 lru_cache.py:26(_make_key) | |
372570 0.146 0.000 0.146 0.000 base.py:326(<genexpr>) | |
352265 0.145 0.000 0.165 0.000 options.py:378(swapped) | |
55083 0.142 0.000 0.394 0.000 __init__.py:35(__getattr__) | |
97888 0.141 0.000 0.303 0.000 related.py:894(get_attname_column) | |
77726 0.135 0.000 0.135 0.000 {method 'split' of 'unicode' objects} | |
85441 0.133 0.000 0.638 0.000 re.py:290(filter) | |
65811 0.132 0.000 0.154 0.000 lru_cache.py:19(__init__) | |
55577 0.129 0.000 0.129 0.000 {method 'copy' of 'dictproxy' objects} | |
206716 0.128 0.000 0.128 0.000 {method 'lower' of 'unicode' objects} | |
55769 0.121 0.000 0.231 0.000 re.py:284(_subx) | |
63755/63738 0.115 0.000 0.228 0.000 abc.py:148(__subclasscheck__) | |
85960 0.114 0.000 0.115 0.000 {method 'join' of 'str' objects} | |
20251 0.114 0.000 0.166 0.000 text.py:22(<lambda>) | |
97100 0.111 0.000 0.111 0.000 reverse_related.py:247(set_field_name) | |
19775 0.109 0.000 1.664 0.000 __init__.py:942(deconstruct) | |
441953 0.106 0.000 0.106 0.000 {method 'add' of 'set' objects} | |
58253 0.105 0.000 0.286 0.000 {any} | |
131457 0.104 0.000 0.104 0.000 reverse_related.py:90(related_model) | |
57829 0.102 0.000 0.102 0.000 options.py:183(label_lower) | |
8103 0.102 0.000 0.867 0.000 related.py:1000(__init__) | |
317443 0.100 0.000 0.100 0.000 options.py:421(<lambda>) | |
6561 0.097 0.000 0.978 0.000 stream_block.py:29(__init__) | |
56239 0.096 0.000 0.213 0.000 utils.py:205(__getitem__) | |
88302 0.095 0.000 0.095 0.000 related_descriptors.py:444(__init__) | |
19916 0.095 0.000 0.545 0.000 base.py:101(set_name) | |
252 0.094 0.000 145.776 0.578 state.py:282(render_multiple) | |
7944 0.093 0.000 0.095 0.000 base.py:88(__init__) | |
23374 0.090 0.000 0.094 0.000 {sorted} | |
64452 0.086 0.000 0.236 0.000 dispatcher.py:17(_make_id) | |
20314 0.083 0.000 0.272 0.000 functional.py:188(wrapper) | |
14941 0.080 0.000 0.665 0.000 __init__.py:1181(__init__) | |
2705/2515 0.077 0.000 1.511 0.001 {__import__} | |
10051 0.074 0.000 0.427 0.000 __init__.py:996(__init__) | |
56444 0.073 0.000 0.073 0.000 {method 'acquire' of 'thread.lock' objects} | |
55769 0.073 0.000 0.110 0.000 re.py:264(_compile_repl) | |
14786 0.071 0.000 1.030 0.000 __init__.py:1232(deconstruct) | |
67837 0.071 0.000 0.071 0.000 {method 'replace' of 'str' objects} | |
23109 0.071 0.000 0.202 0.000 state.py:534(construct_managers) | |
60078 0.069 0.000 0.108 0.000 dispatcher.py:237(_clear_dead_receivers) | |
56219 0.064 0.000 0.301 0.000 threading.py:215(__exit__) | |
16809 0.062 0.000 0.062 0.000 {method 'mro' of 'type' objects} | |
58112 0.062 0.000 0.151 0.000 base.py:115(<genexpr>) | |
47178 0.061 0.000 0.061 0.000 {method 'keys' of 'dictproxy' objects} | |
6561 0.060 0.000 1.317 0.000 fields.py:45(__init__) | |
208567 0.059 0.000 0.059 0.000 __init__.py:684(get_attname) | |
1930/695 0.058 0.000 0.157 0.000 sre_parse.py:395(_parse) | |
22289 0.057 0.000 0.057 0.000 {_codecs.utf_8_decode} | |
58112 0.055 0.000 0.140 0.000 base.py:124(<genexpr>) | |
15718 0.055 0.000 1.219 0.000 functional.py:63(__init__) | |
47814 0.054 0.000 0.175 0.000 state.py:568(<genexpr>) | |
112997 0.053 0.000 0.053 0.000 threading.py:64(_note) | |
171655 0.052 0.000 0.052 0.000 options.py:848(<genexpr>) | |
295 0.052 0.000 0.316 0.001 registry.py:158(get_models) | |
55083 0.051 0.000 0.067 0.000 utils.py:178(truncate_name) | |
4407 0.048 0.000 0.067 0.000 inspect.py:744(getargs) | |
443 0.047 0.000 0.048 0.000 urlresolvers.py:210(__init__) | |
22277 0.046 0.000 0.124 0.000 {method 'decode' of 'str' objects} | |
67062 0.043 0.000 0.043 0.000 options.py:77(<genexpr>) | |
5308 0.042 0.000 0.243 0.000 files.py:239(__init__) | |
33370 0.042 0.000 0.042 0.000 related.py:1054(set_managed) | |
4336 0.042 0.000 0.050 0.000 weakref_backports.py:25(__new__) | |
56800 0.041 0.000 0.041 0.000 manager.py:245(__init__) | |
6460 0.041 0.000 0.506 0.000 fields.py:61(deconstruct) | |
138251 0.041 0.000 0.041 0.000 registry.py:126(check_models_ready) | |
40911 0.041 0.000 0.041 0.000 __init__.py:539(validators) | |
61389 0.038 0.000 0.038 0.000 registry.py:119(check_apps_ready) | |
15718 0.038 0.000 1.257 0.000 functional.py:167(__wrapper__) | |
5564 0.038 0.000 0.109 0.000 registry.py:181(get_model) | |
31353 0.038 0.000 0.044 0.000 sre_parse.py:193(__next) | |
18167 0.037 0.000 0.078 0.000 functools.py:56(<lambda>) | |
9931 0.036 0.000 0.688 0.000 __init__.py:1018(deconstruct) | |
3505/666 0.035 0.000 0.075 0.000 sre_compile.py:64(_compile) | |
5991 0.035 0.000 0.386 0.000 __init__.py:2103(__init__) | |
86401 0.034 0.000 0.034 0.000 {method 'group' of '_sre.SRE_Match' objects} | |
6813 0.034 0.000 0.052 0.000 collections.py:113(items) | |
5940 0.033 0.000 0.417 0.000 __init__.py:2113(deconstruct) | |
113106 0.033 0.000 0.033 0.000 {thread.get_ident} | |
6457 0.031 0.000 0.266 0.000 subclassing.py:56(contribute_to_class) | |
55509 0.031 0.000 0.031 0.000 {method 'strip' of 'unicode' objects} | |
2 0.031 0.015 0.032 0.016 __init__.py:18(<module>) | |
4407 0.030 0.000 0.115 0.000 inspect.py:804(getargspec) | |
5559 0.029 0.000 0.034 0.000 config.py:155(get_model) | |
66188 0.028 0.000 0.028 0.000 lru_cache.py:23(__hash__) | |
5255 0.028 0.000 0.362 0.000 files.py:281(deconstruct) | |
4326 0.028 0.000 1.329 0.000 files.py:428(contribute_to_class) | |
41124 0.028 0.000 0.028 0.000 validators.py:295(__init__) | |
8053 0.027 0.000 0.893 0.000 related.py:1029(deconstruct) | |
162 0.027 0.000 1.094 0.007 __init__.py:1(<module>) | |
54710 0.026 0.000 0.026 0.000 manager.py:248(__get__) | |
5256 0.025 0.000 0.219 0.000 files.py:314(contribute_to_class) | |
159569 0.024 0.000 0.024 0.000 {method '__subclasses__' of 'type' objects} | |
8103 0.024 0.000 0.072 0.000 reverse_related.py:259(__init__) | |
111023 0.023 0.000 0.023 0.000 {callable} | |
3527 0.022 0.000 0.032 0.000 {_warnings.warn} | |
66367/66366 0.022 0.000 0.022 0.000 {hash} | |
6778 0.021 0.000 0.209 0.000 collections.py:192(copy) | |
1180 0.021 0.000 0.037 0.000 fields.py:72(__init__) | |
7944 0.021 0.000 0.024 0.000 base.py:61(__new__) | |
4367 0.021 0.000 0.226 0.000 files.py:394(__init__) | |
8053 0.020 0.000 0.048 0.000 related_descriptors.py:270(__init__) | |
22289 0.020 0.000 0.077 0.000 utf_8.py:15(decode) | |
312 0.020 0.000 0.036 0.000 related.py:186(_check_clashes) | |
56433 0.019 0.000 0.019 0.000 {method 'release' of 'thread.lock' objects} | |
34 0.019 0.001 1.227 0.036 models.py:1(<module>) | |
4901/2119 0.019 0.000 0.022 0.000 sre_parse.py:151(getwidth) | |
5622 0.018 0.000 0.021 0.000 registry.py:140(get_app_config) | |
4343 0.018 0.000 1.123 0.000 signals.py:33(connect) | |
71042 0.018 0.000 0.018 0.000 {id} | |
8053 0.017 0.000 0.028 0.000 reverse_related.py:197(get_cache_name) | |
60598 0.017 0.000 0.017 0.000 {method 'clear' of 'dict' objects} | |
959 0.017 0.000 0.017 0.000 {method 'update' of 'set' objects} | |
24 0.016 0.001 0.021 0.001 collections.py:293(namedtuple) | |
55209 0.016 0.000 0.016 0.000 operations.py:194(max_name_length) | |
4325 0.015 0.000 0.313 0.000 files.py:420(deconstruct) | |
27380 0.015 0.000 0.052 0.000 sre_parse.py:212(get) | |
33415 0.014 0.000 0.014 0.000 config.py:147(check_models_ready) | |
4370 0.013 0.000 0.127 0.000 inspect.py:84(func_accepts_kwargs) | |
13269 0.012 0.000 0.019 0.000 sre_parse.py:141(__getitem__) | |
126 0.012 0.000 0.209 0.002 state.py:379(from_model) | |
27 0.012 0.000 0.020 0.001 graph.py:229(ensure_not_cyclic) | |
30 0.011 0.000 0.226 0.008 utils.py:1(<module>) | |
1060 0.010 0.000 0.017 0.000 sre_compile.py:256(_optimize_charset) | |
39039/39014 0.010 0.000 0.013 0.000 {next} | |
35483 0.010 0.000 0.010 0.000 {iter} | |
11358 0.010 0.000 0.014 0.000 __init__.py:466(__eq__) | |
1 0.009 0.009 0.015 0.015 _lxml.py:2(<module>) | |
1322 0.009 0.000 0.290 0.000 re.py:230(_compile) | |
218 0.009 0.000 0.020 0.000 regex_helper.py:50(normalize) | |
623 0.008 0.000 0.106 0.000 managers.py:346(contribute_to_class) | |
622 0.008 0.000 0.057 0.000 managers.py:317(deconstruct) | |
11 0.008 0.001 0.116 0.011 __init__.py:3(<module>) | |
1052 0.008 0.000 0.021 0.000 manager.py:78(deconstruct) | |
34330 0.008 0.000 0.008 0.000 related.py:1605(set_attributes_from_rel) | |
131 0.008 0.000 76.401 0.583 fields.py:172(state_forwards) | |
1620/669 0.007 0.000 0.160 0.000 sre_parse.py:317(_parse_sub) | |
1238 0.007 0.000 0.066 0.000 related.py:88(add_lazy_relation) | |
1554 0.007 0.000 0.108 0.000 __init__.py:2307(deconstruct) | |
20399 0.007 0.000 0.007 0.000 {method 'upper' of 'unicode' objects} | |
1578 0.007 0.000 0.097 0.000 __init__.py:2303(__init__) | |
188 0.007 0.000 0.007 0.000 {imp.find_module} | |
2 0.007 0.003 0.081 0.040 __init__.py:15(<module>) | |
2650/2482 0.006 0.000 1.486 0.001 __init__.py:20(import_module) | |
12196 0.006 0.000 0.009 0.000 sre_parse.py:149(append) | |
629 0.006 0.000 0.033 0.000 managers.py:283(__init__) | |
5675 0.006 0.000 0.006 0.000 {range} | |
59 0.006 0.000 0.062 0.001 registry.py:263(get_swappable_settings_name) | |
7 0.006 0.001 0.069 0.010 __init__.py:2(<module>) | |
5024 0.006 0.000 0.007 0.000 inspect.py:67(ismethod) | |
1 0.006 0.006 0.006 0.006 socket.py:45(<module>) | |
1027 0.005 0.000 0.018 0.000 __init__.py:202(check) | |
4343 0.005 0.000 0.007 0.000 UserDict.py:26(clear) | |
4 0.005 0.001 0.057 0.014 base.py:5(<module>) | |
217 0.005 0.000 0.047 0.000 struct_block.py:29(__init__) | |
27 0.005 0.000 0.010 0.000 graph.py:202(root_nodes) | |
10137 0.005 0.000 0.010 0.000 sre_parse.py:206(match) | |
17 0.005 0.000 0.071 0.004 views.py:1(<module>) | |
2 0.005 0.002 0.019 0.009 connectionpool.py:1(<module>) | |
4376 0.005 0.000 0.005 0.000 __init__.py:71(configured) | |
3984 0.005 0.000 0.006 0.000 weakref_backports.py:32(_cb) | |
13 0.005 0.000 0.009 0.001 base.py:1(<module>) | |
666 0.005 0.000 0.029 0.000 sre_compile.py:433(_compile_info) | |
20316 0.004 0.000 0.004 0.000 {method 'values' of 'dict' objects} | |
76 0.004 0.000 0.004 0.000 {posix.listdir} | |
1032 0.004 0.000 0.007 0.000 functools.py:17(update_wrapper) | |
4408 0.004 0.000 0.005 0.000 inspect.py:142(isfunction) | |
1027 0.004 0.000 0.007 0.000 __init__.py:313(_check_backend_specific_checks) | |
56 0.004 0.000 0.004 0.000 pkgutil.py:34(wrapper) | |
1 0.004 0.004 0.018 0.018 urllib.py:23(<module>) | |
252 0.004 0.000 0.011 0.000 state.py:347(__init__) | |
666 0.004 0.000 0.280 0.000 sre_compile.py:567(compile) | |
691 0.004 0.000 0.005 0.000 widgets.py:271(__init__) | |
397 0.004 0.000 0.031 0.000 __init__.py:867(formfield) | |
1060 0.004 0.000 0.021 0.000 sre_compile.py:228(_compile_charset) | |
3 0.004 0.001 0.042 0.014 pages.py:1(<module>) | |
669/666 0.004 0.000 0.168 0.000 sre_parse.py:706(parse) | |
771 0.004 0.000 0.031 0.000 fields.py:223(__init__) | |
472 0.004 0.000 0.004 0.000 {posix.stat} | |
1080 0.004 0.000 0.013 0.000 module_loading.py:9(import_string) | |
5256 0.004 0.000 0.004 0.000 files.py:169(__init__) | |
15 0.004 0.000 0.219 0.015 urls.py:1(<module>) | |
2565 0.004 0.000 0.008 0.000 base.py:287(copy_managers) | |
1922 0.004 0.000 0.015 0.000 __init__.py:246(rel) | |
4407 0.004 0.000 0.004 0.000 inspect.py:209(iscode) | |
6457 0.004 0.000 0.004 0.000 subclassing.py:35(__init__) | |
622 0.004 0.000 0.006 0.000 managers.py:391(post_through_setup) | |
182 0.003 0.000 0.006 0.000 query.py:265(clone) | |
1 0.003 0.003 0.024 0.024 htmlserializer.py:1(<module>) | |
503 0.003 0.000 1.935 0.004 contextlib.py:21(__exit__) | |
2565 0.003 0.000 0.003 0.000 options.py:196(abstract_managers) | |
218 0.003 0.000 0.005 0.000 regex_helper.py:298(flatten_result) | |
7 0.003 0.000 0.018 0.003 __init__.py:8(<module>) | |
75 0.003 0.000 0.013 0.000 forms.py:31(__new__) | |
5094 0.003 0.000 0.004 0.000 graph.py:209(<genexpr>) | |
629 0.003 0.000 0.003 0.000 managers.py:54(__init__) | |
1790 0.003 0.000 0.003 0.000 {method 'copy' of 'dict' objects} | |
4 0.003 0.001 0.005 0.001 six.py:1(<module>) | |
619 0.003 0.000 0.013 0.000 managers.py:370(resolve_related_class) | |
1 0.003 0.003 0.005 0.005 subprocess.py:387(<module>) | |
32 0.003 0.000 0.058 0.002 models.py:111(fields_for_model) | |
1443 0.003 0.000 0.005 0.000 sre_compile.py:428(_simple) | |
553/432 0.003 0.000 0.018 0.000 copy.py:145(deepcopy) | |
4266 0.003 0.000 0.003 0.000 graph.py:149(<lambda>) | |
1 0.003 0.003 0.054 0.054 0013_auto_20160107_1259.py:13(Migration) | |
6532 0.003 0.000 0.003 0.000 regex_helper.py:205(next_char) | |
2 0.003 0.001 0.011 0.006 widgets.py:3(<module>) | |
2 0.003 0.001 0.241 0.121 log.py:1(<module>) | |
20 0.003 0.000 0.056 0.003 forms.py:1(<module>) | |
4696 0.003 0.000 0.003 0.000 six.py:184(find_module) | |
1 0.003 0.003 0.003 0.003 local.py:1(<module>) | |
1 0.003 0.003 0.004 0.004 models.py:151(Subject) | |
20 0.003 0.000 0.012 0.001 apps.py:1(<module>) | |
2 0.003 0.001 0.084 0.042 __init__.py:9(<module>) | |
1 0.003 0.003 0.006 0.006 image.py:1(<module>) | |
263 0.003 0.000 0.003 0.000 {method '__reduce_ex__' of 'object' objects} | |
10314 0.003 0.000 0.003 0.000 graph.py:149(<genexpr>) | |
126 0.003 0.000 0.005 0.000 base.py:1572(_check_long_column_names) | |
3565 0.003 0.000 0.003 0.000 sre_parse.py:92(__init__) | |
126 0.003 0.000 0.012 0.000 base.py:1304(_check_field_name_clashes) | |
6592 0.003 0.000 0.003 0.000 sre_parse.py:137(__len__) | |
1 0.003 0.003 0.004 0.004 Image.py:27(<module>) | |
1 0.003 0.003 0.012 0.012 version.py:1(<module>) | |
1 0.003 0.003 0.152 0.152 expressions.py:1(<module>) | |
3 0.003 0.001 0.075 0.025 __init__.py:7(<module>) | |
7400 0.003 0.000 0.003 0.000 {min} | |
126 0.003 0.000 0.134 0.001 base.py:1163(check) | |
1 0.003 0.003 0.003 0.003 __init__.py:4(<module>) | |
126 0.002 0.000 29.146 0.231 state.py:75(add_model) | |
12 0.002 0.000 0.019 0.002 wagtail_hooks.py:1(<module>) | |
21 0.002 0.000 0.104 0.005 admin.py:1(<module>) | |
1 0.002 0.002 0.015 0.015 element.py:1(<module>) | |
12 0.002 0.000 0.004 0.000 inspect.py:247(getmembers) | |
2 0.002 0.001 0.004 0.002 query.py:3(<module>) | |
961 0.002 0.000 0.014 0.000 copy.py:66(copy) | |
8 0.002 0.000 0.002 0.000 exceptions.py:1(<module>) | |
8 0.002 0.000 0.081 0.010 fields.py:1(<module>) | |
3 0.002 0.001 0.010 0.003 options.py:1(<module>) | |
1 0.002 0.002 0.002 0.002 tokens.py:13(_TokenType) | |
503 0.002 0.000 0.003 0.000 contextlib.py:82(helper) | |
2898 0.002 0.000 0.002 0.000 {method 'sort' of 'list' objects} | |
888/126 0.002 0.000 0.007 0.000 state.py:517(force_text_recursive) | |
197 0.002 0.000 0.010 0.000 module_loading.py:84(module_has_submodule) | |
2 0.002 0.001 0.017 0.008 edit_handlers.py:1(<module>) | |
24 0.002 0.000 0.084 0.003 0001_initial.py:2(<module>) | |
1006 0.002 0.000 1.933 0.002 state.py:270(bulk_update) | |
82 0.002 0.000 23.452 0.286 fields.py:43(state_forwards) | |
14/1 0.002 0.000 0.231 0.231 urlresolvers.py:288(_populate) | |
1 0.002 0.002 0.038 0.038 0001_initial.py:17(Migration) | |
1 0.002 0.002 156.330 156.330 base.py:362(execute) | |
1 0.002 0.002 0.003 0.003 pdb.py:3(<module>) | |
312 0.002 0.000 0.003 0.000 related.py:123(_check_related_name_is_valid) | |
1 0.002 0.002 0.012 0.012 message.py:1(<module>) | |
1219 0.002 0.000 0.002 0.000 {method 'rsplit' of 'str' objects} | |
960 0.002 0.000 0.002 0.000 related.py:1575(resolve_through_model) | |
1038 0.002 0.000 0.002 0.000 state.py:537(<lambda>) | |
165 0.002 0.000 0.006 0.000 related.py:477(<setcomp>) | |
11 0.002 0.000 0.034 0.003 0001_initial.py:8(Migration) | |
769 0.002 0.000 0.003 0.000 fields.py:242(widget_attrs) | |
5836 0.002 0.000 0.002 0.000 {method 'endswith' of 'str' objects} | |
6 0.002 0.000 0.181 0.030 response.py:1(<module>) | |
1 0.002 0.002 0.006 0.006 testcases.py:1(<module>) | |
144 0.002 0.000 0.007 0.000 related.py:1203(_check_relationship_model) | |
116 0.002 0.000 0.014 0.000 __init__.py:2098(find_on_path) | |
38 0.002 0.000 0.003 0.000 base.py:28(__new__) | |
810 0.002 0.000 0.003 0.000 posixpath.py:61(join) | |
1238 0.002 0.000 0.016 0.000 related.py:94(<lambda>) | |
372 0.002 0.000 0.017 0.000 field_block.py:81(__init__) | |
1 0.002 0.002 0.008 0.008 dammit.py:8(<module>) | |
534 0.002 0.000 0.004 0.000 state.py:24(_get_app_label_and_model_name) | |
263 0.002 0.000 0.005 0.000 copy.py:306(_reconstruct) | |
1 0.002 0.002 0.004 0.004 cElementTree.py:3(<module>) | |
312 0.002 0.000 0.054 0.000 related.py:115(check) | |
4036 0.002 0.000 0.002 0.000 related.py:256(<genexpr>) | |
2 0.002 0.001 0.018 0.009 fields.py:3(<module>) | |
2894 0.002 0.000 0.002 0.000 {method 'find' of 'bytearray' objects} | |
65/1 0.002 0.000 0.051 0.051 urls.py:13(check_resolver) | |
1014 0.002 0.000 0.287 0.000 re.py:192(compile) | |
666 0.002 0.000 0.002 0.000 {_sre.compile} | |
312 0.002 0.000 0.004 0.000 related.py:151(_check_relation_model_exists) | |
495 0.002 0.000 0.005 0.000 related.py:589(foreign_related_fields) | |
4 0.002 0.000 0.030 0.008 exceptions.py:3(<module>) | |
245 0.002 0.000 3.416 0.014 options.py:735(_relation_tree) | |
680 0.002 0.000 0.066 0.000 urlresolvers.py:186(regex) | |
165 0.002 0.000 0.017 0.000 related.py:463(_check_unique_target) | |
156 0.002 0.000 0.002 0.000 query.py:127(__init__) | |
142 0.002 0.000 0.002 0.000 sre_compile.py:411(_mk_bitmap) | |
126 0.002 0.000 0.103 0.001 base.py:1241(_check_fields) | |
6 0.002 0.000 0.023 0.004 request.py:1(<module>) | |
2 0.002 0.001 0.002 0.001 connection.py:166(HTTPSConnection) | |
1254 0.002 0.000 0.003 0.000 writer.py:36(__new__) | |
260 0.002 0.000 0.003 0.000 version.py:54(get_docs_version) | |
2 0.002 0.001 0.004 0.002 files.py:1(<module>) | |
2 0.002 0.001 0.002 0.001 models.py:5(<module>) | |
127 0.002 0.000 0.008 0.000 field_block.py:202(__init__) | |
666 0.002 0.000 0.105 0.000 sre_compile.py:552(_code) | |
548 0.002 0.000 0.002 0.000 copy.py:267(_keep_alive) | |
364/322 0.002 0.000 0.012 0.000 options.py:669(get_parent_list) | |
1 0.002 0.002 0.038 0.038 __init__.py:12(<module>) | |
453 0.002 0.000 0.026 0.000 __init__.py:1692(__init__) | |
22 0.002 0.000 0.008 0.000 six.py:807(__new__) | |
1 0.002 0.002 0.010 0.010 TiffImagePlugin.py:42(<module>) | |
1030 0.002 0.000 0.002 0.000 sre_parse.py:268(_escape) | |
13157 0.002 0.000 0.002 0.000 {ord} | |
1 0.002 0.002 0.002 0.002 shutil.py:5(<module>) | |
1 0.002 0.002 0.006 0.006 thumbnail.py:1(<module>) | |
338 0.002 0.000 0.004 0.000 query.py:167(__init__) | |
1 0.002 0.002 0.211 0.211 loader.py:59(load_disk) | |
1 0.002 0.002 0.011 0.011 JpegImagePlugin.py:35(<module>) | |
1027 0.002 0.000 0.002 0.000 __init__.py:212(_check_field_name) | |
267 0.002 0.000 0.035 0.000 registry.py:199(register_model) | |
1 0.001 0.001 0.005 0.005 zipfile.py:3(<module>) | |
1 0.001 0.001 0.002 0.002 io.py:34(<module>) | |
71 0.001 0.000 0.001 0.000 {dir} | |
1 0.001 0.001 0.013 0.013 html5parser.py:1(<module>) | |
1 0.001 0.001 0.225 0.225 loader.py:163(build_graph) | |
1 0.001 0.001 0.086 0.086 timezone.py:5(<module>) | |
1 0.001 0.001 0.008 0.008 inputstream.py:1(<module>) | |
1 0.001 0.001 0.010 0.010 makemigrations.py:1(<module>) | |
266 0.001 0.000 0.001 0.000 version.py:41(get_complete_version) | |
82 0.001 0.000 0.017 0.000 checks.py:118(_check_fieldsets_item) | |
875 0.001 0.000 0.003 0.000 trans_real.py:235(get_language) | |
448 0.001 0.000 0.029 0.000 __init__.py:1697(deconstruct) | |
95 0.001 0.000 155.651 1.638 migration.py:77(mutate_state) | |
91 0.001 0.000 0.001 0.000 pkgutil.py:366(get_importer) | |
2 0.001 0.001 0.015 0.008 Image.py:342(preinit) | |
3 0.001 0.000 0.006 0.002 utils.py:5(<module>) | |
90 0.001 0.000 0.003 0.000 struct_block.py:156(check) | |
7 0.001 0.000 0.007 0.001 search_indexes.py:1(<module>) | |
1 0.001 0.001 9.159 9.159 models.py:157(state_forwards) | |
3 0.001 0.000 0.245 0.082 __init__.py:17(<module>) | |
1254 0.001 0.000 0.001 0.000 writer.py:39(__init__) | |
507 0.001 0.000 0.056 0.000 __init__.py:96(url) | |
1 0.001 0.001 0.016 0.016 compat.py:5(<module>) | |
1 0.001 0.001 0.007 0.007 decimal.py:116(<module>) | |
4 0.001 0.000 0.013 0.003 __init__.py:6(<module>) | |
3 0.001 0.000 0.013 0.004 client.py:1(<module>) | |
1 0.001 0.001 0.027 0.027 encoding.py:2(<module>) | |
459 0.001 0.000 0.014 0.000 datastructures.py:13(__init__) | |
1 0.001 0.001 0.008 0.008 text.py:1(<module>) | |
1181 0.001 0.000 0.001 0.000 widgets.py:185(__init__) | |
1 0.001 0.001 0.002 0.002 collections.py:1(<module>) | |
126 0.001 0.000 0.002 0.000 base.py:1365(_check_column_name_clashes) | |
3984 0.001 0.000 0.001 0.000 dispatcher.py:287(_remove_receiver) | |
1 0.001 0.001 0.005 0.005 extras.py:5(<module>) | |
4 0.001 0.000 0.011 0.003 __init__.py:55(__getattr__) | |
4 0.001 0.000 0.001 0.000 storage.py:1(<module>) | |
1 0.001 0.001 0.010 0.010 trans_real.py:1(<module>) | |
1 0.001 0.001 0.006 0.006 signing.py:34(<module>) | |
5 0.001 0.000 0.003 0.001 widgets.py:1(<module>) | |
517 0.001 0.000 0.003 0.000 encoding.py:32(smart_text) | |
4 0.001 0.000 0.008 0.002 connection.py:1(<module>) | |
1 0.001 0.001 0.035 0.035 __init__.py:42(<module>) | |
6 0.001 0.000 0.012 0.002 managers.py:1(<module>) | |
85 0.001 0.000 0.003 0.000 version.py:208(__init__) | |
1 0.001 0.001 0.003 0.003 password_validation.py:1(<module>) | |
240 0.001 0.000 0.009 0.000 widgets.py:150(__new__) | |
2604 0.001 0.000 0.001 0.000 {method 'pop' of 'list' objects} | |
1 0.001 0.001 0.001 0.001 handlers.py:24(<module>) | |
1 0.001 0.001 0.002 0.002 related.py:1(<module>) | |
182 0.001 0.000 0.008 0.000 query.py:1058(_clone) | |
126 0.001 0.000 0.004 0.000 base.py:1503(_check_ordering) | |
126 0.001 0.000 29.152 0.231 models.py:46(state_forwards) | |
3228 0.001 0.000 0.001 0.000 __init__.py:654(unique) | |
503 0.001 0.000 0.002 0.000 contextlib.py:15(__enter__) | |
1 0.001 0.001 0.019 0.019 utils.py:10(<module>) | |
3 0.001 0.000 0.002 0.001 __init__.py:5(<module>) | |
419 0.001 0.000 0.012 0.000 __init__.py:481(__deepcopy__) | |
2 0.001 0.001 0.221 0.111 debug.py:1(<module>) | |
330 0.001 0.000 0.024 0.000 {map} | |
1 0.001 0.001 0.010 0.010 multipartparser.py:6(<module>) | |
1 0.001 0.001 0.004 0.004 manager.py:1(<module>) | |
2 0.001 0.001 0.003 0.001 staticfiles.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 _parseaddr.py:7(<module>) | |
58 0.001 0.000 0.002 0.000 options.py:503(_forward_fields_map) | |
863 0.001 0.000 0.015 0.000 options.py:533(get_field) | |
1 0.001 0.001 0.001 0.001 timer.py:1(<module>) | |
419 0.001 0.000 0.003 0.000 __init__.py:492(__copy__) | |
196 0.001 0.000 0.004 0.000 inspect.py:424(getmoduleinfo) | |
240 0.001 0.000 0.016 0.000 __init__.py:2229(deconstruct) | |
2 0.001 0.001 0.008 0.004 engine.py:1(<module>) | |
27 0.001 0.000 0.013 0.000 options.py:518(fields_map) | |
1 0.001 0.001 0.001 0.001 zipfile.py:433(_GenerateCRCTable) | |
112 0.001 0.000 0.001 0.000 migration.py:51(__init__) | |
75 0.001 0.000 0.022 0.000 checks.py:25(check) | |
120 0.001 0.000 0.019 0.000 related.py:1617(formfield) | |
1332 0.001 0.000 0.001 0.000 sre_compile.py:546(isstring) | |
1 0.001 0.001 0.002 0.002 pickle.py:25(<module>) | |
1 0.001 0.001 0.011 0.011 uuid.py:45(<module>) | |
41 0.001 0.000 0.003 0.000 functional.py:46(lazy) | |
1 0.001 0.001 0.004 0.004 lru_cache.py:1(<module>) | |
1 0.001 0.001 0.004 0.004 config.py:25(<module>) | |
42 0.001 0.000 0.068 0.002 models.py:205(__new__) | |
2 0.001 0.001 0.001 0.001 _collections.py:101(HTTPHeaderDict) | |
3 0.001 0.000 0.004 0.001 loader.py:1(<module>) | |
238 0.001 0.000 0.001 0.000 {posix.lstat} | |
2996 0.001 0.000 0.001 0.000 graph.py:42(__getitem__) | |
504 0.001 0.000 0.037 0.000 urls.py:59(check_pattern_startswith_slash) | |
4 0.001 0.000 0.007 0.002 admin_urls.py:1(<module>) | |
2 0.001 0.001 0.004 0.002 dates.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 __init__.py:24(<module>) | |
1 0.001 0.001 0.004 0.004 autodetector.py:1(<module>) | |
144 0.001 0.000 0.035 0.000 related.py:1159(check) | |
3 0.001 0.000 0.182 0.061 blocks.py:1(<module>) | |
1 0.001 0.001 0.005 0.005 oauth1_auth.py:2(<module>) | |
1 0.001 0.001 0.004 0.004 __init__.py:45(<module>) | |
312 0.001 0.000 0.003 0.000 related.py:167(_check_referencing_to_swapped_model) | |
1 0.001 0.001 0.002 0.002 fields.py:2(<module>) | |
17 0.001 0.000 0.006 0.000 base.py:403(__new__) | |
1 0.001 0.001 0.023 0.023 elasticsearch_backend.py:3(<module>) | |
1 0.001 0.001 0.079 0.079 models.py:3(<module>) | |
1 0.001 0.001 0.003 0.003 mp_tree.py:1(<module>) | |
1 0.001 0.001 0.015 0.015 cookielib.py:26(<module>) | |
39 0.001 0.000 0.052 0.001 options.py:536(get_urls) | |
1 0.001 0.001 0.002 0.002 simple_server.py:11(<module>) | |
1 0.001 0.001 0.001 0.001 autoreload.py:31(<module>) | |
2 0.001 0.000 0.007 0.004 checks.py:1(<module>) | |
4 0.001 0.000 0.002 0.000 checks.py:12(<genexpr>) | |
242 0.001 0.000 0.001 0.000 sre_parse.py:227(isname) | |
2 0.001 0.000 0.001 0.000 errors.py:8(<module>) | |
320/126 0.001 0.000 0.002 0.000 state.py:435(flatten_bases) | |
1 0.001 0.001 0.001 0.001 lookups.py:1(<module>) | |
150 0.001 0.000 0.012 0.000 related.py:383(formfield) | |
1 0.001 0.001 157.993 157.993 manage.py:2(<module>) | |
165 0.001 0.000 0.002 0.000 related.py:559(resolve_related_fields) | |
1 0.001 0.001 0.001 0.001 defaulttags.py:1(<module>) | |
163/27 0.001 0.000 0.008 0.000 graph.py:59(ancestors) | |
1 0.001 0.001 0.153 0.153 aggregates.py:3(<module>) | |
242 0.001 0.000 0.010 0.000 __init__.py:2175(__init__) | |
4 0.001 0.000 0.002 0.000 cache.py:1(<module>) | |
483 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects} | |
152 0.001 0.000 0.005 0.000 fields.py:794(__init__) | |
649 0.001 0.000 0.001 0.000 base.py:241(_check_name) | |
3 0.001 0.000 1.308 0.436 registry.py:58(populate) | |
609 0.001 0.000 0.001 0.000 sre_parse.py:74(opengroup) | |
1 0.001 0.001 0.011 0.011 filters.py:7(<module>) | |
15 0.001 0.000 8.189 0.546 fields.py:110(state_forwards) | |
3 0.001 0.000 0.020 0.007 deprecation.py:1(<module>) | |
1 0.001 0.001 0.003 0.003 defaultfilters.py:1(<module>) | |
1 0.001 0.001 0.026 0.026 boundfield.py:1(<module>) | |
1 0.001 0.001 0.002 0.002 helpers.py:1(<module>) | |
1 0.001 0.001 0.005 0.005 validators.py:1(<module>) | |
157 0.001 0.000 0.006 0.000 models.py:1129(__init__) | |
1 0.001 0.001 0.019 0.019 inspect.py:25(<module>) | |
1 0.001 0.001 0.005 0.005 tempfile.py:18(<module>) | |
1 0.001 0.001 0.239 0.239 articles.py:1(<module>) | |
5 0.001 0.000 0.002 0.000 graph.py:214(leaf_nodes) | |
13 0.001 0.000 0.002 0.000 loading.py:231(collect_fields) | |
35 0.001 0.000 0.003 0.000 abc.py:86(__new__) | |
234 0.001 0.000 0.001 0.000 decorators.py:121(available_attrs) | |
466 0.001 0.000 0.001 0.000 {method 'items' of 'dictproxy' objects} | |
1 0.001 0.001 0.002 0.002 ElementTree.py:59(<module>) | |
44 0.001 0.000 0.002 0.000 functools.py:53(total_ordering) | |
47 0.001 0.000 0.005 0.000 gettext.py:424(find) | |
448 0.001 0.000 0.001 0.000 sre_parse.py:236(_class_escape) | |
1 0.001 0.001 0.002 0.002 minidom.py:16(<module>) | |
2 0.001 0.000 0.031 0.015 panel.py:1(<module>) | |
673 0.001 0.000 0.002 0.000 sre_parse.py:189(__init__) | |
624 0.001 0.000 0.001 0.000 functools.py:39(wraps) | |
133 0.001 0.000 0.007 0.000 pkgutil.py:191(iter_modules) | |
2 0.001 0.000 0.146 0.073 common.py:1(<module>) | |
1 0.001 0.001 0.055 0.055 base_user.py:4(<module>) | |
1027 0.001 0.000 0.001 0.000 __init__.py:282(_check_db_index) | |
153 0.001 0.000 0.014 0.000 manager.py:121(manager_method) | |
1 0.001 0.001 0.003 0.003 lexer.py:8(<module>) | |
24 0.001 0.000 7.050 0.294 models.py:546(state_forwards) | |
1 0.001 0.001 155.680 155.680 graph.py:259(make_state) | |
416 0.001 0.000 0.014 0.000 checks.py:168(_check_field_spec_item) | |
1 0.001 0.001 0.003 0.003 indexes.py:3(<module>) | |
1 0.001 0.001 0.003 0.003 basehttp.py:8(<module>) | |
1 0.001 0.001 0.001 0.001 heapq.py:31(<module>) | |
402 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects} | |
1 0.001 0.001 0.014 0.014 tokenize.py:23(<module>) | |
491 0.001 0.000 0.001 0.000 collections.py:105(keys) | |
1 0.001 0.001 0.001 0.001 httplib.py:67(<module>) | |
85 0.001 0.000 0.001 0.000 version.py:353(_cmpkey) | |
1 0.001 0.001 0.003 0.003 ssl.py:88(<module>) | |
1 0.001 0.001 0.006 0.006 base.py:50(<module>) | |
1 0.001 0.001 0.002 0.002 random.py:40(<module>) | |
1 0.001 0.001 0.211 0.211 state.py:169(from_apps) | |
1 0.001 0.001 0.206 0.206 urlresolvers.py:7(<module>) | |
46 0.001 0.000 0.036 0.001 sites.py:67(register) | |
308 0.001 0.000 0.001 0.000 widgets.py:509(__init__) | |
231 0.001 0.000 0.001 0.000 widgets.py:118(media_property) | |
43 0.001 0.000 0.003 0.000 checks.py:569(_check_list_display) | |
43 0.001 0.000 0.001 0.000 {method 'write' of 'file' objects} | |
509 0.001 0.000 0.001 0.000 urlresolvers.py:179(__init__) | |
619 0.001 0.000 0.001 0.000 managers.py:360(resolve_related_class) | |
10 0.001 0.000 0.003 0.000 signals.py:1(<module>) | |
39 0.001 0.000 0.002 0.000 __init__.py:243(__init__) | |
43 0.001 0.000 0.033 0.001 checks.py:494(check) | |
103 0.001 0.000 0.001 0.000 checks.py:677(_check_list_filter_item) | |
2 0.001 0.000 0.001 0.001 schema.py:1(<module>) | |
5 0.001 0.000 0.001 0.000 chooser.py:1(<module>) | |
1 0.001 0.001 0.003 0.003 __init__.py:458(get_build_platform) | |
37 0.001 0.000 0.001 0.000 {open} | |
18 0.001 0.000 0.002 0.000 gettext.py:264(_parse) | |
2 0.001 0.000 0.001 0.000 creation.py:1(<module>) | |
2 0.001 0.000 0.001 0.000 wsgi.py:1(<module>) | |
1 0.001 0.001 0.036 0.036 binder.py:5(<module>) | |
1 0.001 0.001 0.039 0.039 _html5lib.py:2(<module>) | |
1 0.001 0.001 0.001 0.001 pillow.py:1(<module>) | |
40 0.001 0.000 0.002 0.000 deprecation.py:49(__new__) | |
1 0.001 0.001 0.001 0.001 pooling.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 models.py:8(<module>) | |
1117 0.001 0.000 0.001 0.000 collections.py:337(<genexpr>) | |
2232 0.001 0.000 0.001 0.000 py.py:11(<genexpr>) | |
933 0.001 0.000 0.001 0.000 base.py:1555(<genexpr>) | |
450 0.001 0.000 0.002 0.000 options.py:495(<genexpr>) | |
165 0.001 0.000 0.046 0.000 related.py:799(check) | |
45 0.001 0.000 0.002 0.000 __init__.py:2700(insert_on) | |
34 0.001 0.000 0.080 0.002 admin_utils.py:125(register_modeladmin) | |
1 0.001 0.001 0.001 0.001 {function seed at 0x1034f12a8} | |
784 0.001 0.000 0.001 0.000 inspect.py:427(<lambda>) | |
875 0.001 0.000 0.003 0.000 __init__.py:175(get_language) | |
65 0.001 0.000 0.003 0.000 models.py:958(_get_foreign_key) | |
3 0.001 0.000 0.002 0.001 __init__.py:14(<module>) | |
669 0.001 0.000 0.001 0.000 sre_parse.py:67(__init__) | |
1 0.001 0.001 0.001 0.001 hashers.py:1(<module>) | |
1027 0.001 0.000 0.001 0.000 __init__.py:253(_check_choices) | |
1 0.001 0.001 0.001 0.001 wagtailadmin_tags.py:1(<module>) | |
495 0.001 0.000 0.003 0.000 related.py:575(related_fields) | |
1 0.001 0.001 0.014 0.014 auth.py:1(<module>) | |
20 0.001 0.000 0.002 0.000 indexes.py:25(__new__) | |
1 0.001 0.001 0.001 0.001 exceptions.py:9(<module>) | |
2 0.001 0.000 0.003 0.001 conf.py:1(<module>) | |
1 0.001 0.001 0.006 0.006 _os.py:1(<module>) | |
1 0.001 0.001 0.014 0.014 transport.py:1(<module>) | |
1 0.001 0.001 0.002 0.002 plistlib.py:400(parse) | |
2 0.001 0.000 0.001 0.000 operations.py:1(<module>) | |
833 0.001 0.000 0.001 0.000 related.py:403(related_query_name) | |
503 0.001 0.000 0.001 0.000 contextlib.py:12(__init__) | |
1 0.001 0.001 0.001 0.001 domreg.py:3(<module>) | |
126 0.001 0.000 0.006 0.000 state.py:529(<dictcomp>) | |
1027 0.001 0.000 0.001 0.000 __init__.py:320(_check_deprecation_details) | |
14 0.001 0.000 0.001 0.000 {method 'readlines' of 'file' objects} | |
3 0.001 0.000 0.004 0.001 forms.py:3(<module>) | |
1028 0.001 0.000 0.001 0.000 utils.py:223(__iter__) | |
113 0.001 0.000 0.003 0.000 __init__.py:1023(getLogger) | |
1 0.001 0.001 0.072 0.072 whitelist.py:4(<module>) | |
1 0.001 0.001 0.001 0.001 menu.py:1(<module>) | |
2 0.001 0.000 0.111 0.056 module_loading.py:30(autodiscover_modules) | |
22 0.001 0.000 0.001 0.000 six.py:800(with_metaclass) | |
1 0.001 0.001 0.173 0.173 base.py:3(<module>) | |
217 0.001 0.000 0.002 0.000 field_block.py:265(__init__) | |
35 0.001 0.000 0.001 0.000 __init__.py:2994(_get_mro) | |
1153 0.001 0.000 0.001 0.000 utils.py:293(allow_migrate) | |
12 0.001 0.000 0.004 0.000 __init__.py:104(lazy_number) | |
75 0.001 0.000 0.001 0.000 checks.py:238(_check_filter_horizontal) | |
3 0.001 0.000 0.002 0.001 base.py:8(<module>) | |
18 0.001 0.000 0.046 0.003 models.py:466(modelform_factory) | |
137 0.001 0.000 0.001 0.000 graph.py:117(add_dependency) | |
243 0.001 0.000 0.002 0.000 genericpath.py:23(exists) | |
1 0.001 0.001 0.001 0.001 utils.py:4(<module>) | |
726 0.001 0.000 0.001 0.000 {method 'rfind' of 'str' objects} | |
93 0.001 0.000 0.006 0.000 __init__.py:2470(from_location) | |
75 0.001 0.000 0.017 0.000 checks.py:104(_check_fieldsets) | |
126 0.001 0.000 0.001 0.000 base.py:1284(_check_id_field) | |
1 0.001 0.001 0.002 0.002 query.py:8(<module>) | |
485 0.001 0.000 0.001 0.000 urlparse.py:332(<genexpr>) | |
457 0.001 0.000 0.001 0.000 base.py:35(__new__) | |
5 0.001 0.000 0.001 0.000 middleware.py:1(<module>) | |
368 0.001 0.000 0.001 0.000 options.py:179(label) | |
1 0.001 0.001 0.005 0.005 dyld.py:6(<module>) | |
942 0.001 0.000 0.001 0.000 graph.py:224(<genexpr>) | |
41 0.001 0.000 0.047 0.001 config.py:81(create) | |
1467 0.001 0.000 0.001 0.000 sre_parse.py:145(__setitem__) | |
1 0.001 0.001 0.080 0.080 sites.py:253(get_urls) | |
2 0.001 0.000 0.001 0.000 message.py:5(<module>) | |
1 0.001 0.001 0.007 0.007 HTMLParser.py:1(<module>) | |
30/28 0.001 0.000 0.003 0.000 posixpath.py:380(_joinrealpath) | |
1 0.001 0.001 0.036 0.036 config.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 hashlib.py:56(<module>) | |
1193 0.001 0.000 0.001 0.000 {_sre.getlower} | |
2 0.001 0.000 0.001 0.000 main.py:1(<module>) | |
2 0.001 0.000 0.001 0.000 constants.py:1(<module>) | |
52 0.001 0.000 0.001 0.000 gettext.py:132(_expand_lang) | |
1180 0.001 0.000 0.001 0.000 fields.py:182(widget_attrs) | |
1 0.001 0.001 0.001 0.001 processors.py:1(<module>) | |
459 0.001 0.000 0.002 0.000 datastructures.py:28(__iter__) | |
176 0.001 0.000 0.002 0.000 field_block.py:333(__init__) | |
151 0.001 0.000 0.003 0.000 manager.py:209(get_queryset) | |
150 0.001 0.000 0.001 0.000 regex_helper.py:226(walk_to_end) | |
1 0.001 0.001 0.001 0.001 mimetools.py:1(<module>) | |
206 0.001 0.000 0.005 0.000 __init__.py:1075(check) | |
1 0.001 0.001 0.006 0.006 util.py:4(<module>) | |
1 0.001 0.001 0.009 0.009 http_urllib3.py:1(<module>) | |
1 0.001 0.001 0.001 0.001 csv.py:4(<module>) | |
5 0.001 0.000 0.005 0.001 manager.py:118(_get_queryset_methods) | |
1 0.001 0.001 0.001 0.001 ImageFilter.py:18(<module>) | |
485 0.001 0.000 0.001 0.000 urllib.py:1221(<genexpr>) | |
2 0.000 0.000 0.001 0.000 wand.py:32(get_wand_image) | |
1 0.000 0.000 0.000 0.000 expat.py:1(<module>) | |
143 0.000 0.000 0.002 0.000 {all} | |
1 0.000 0.000 0.001 0.001 handlers.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 argparse.py:62(<module>) | |
265 0.000 0.000 0.000 0.000 copy.py:113(_copy_with_constructor) | |
2 0.000 0.000 0.006 0.003 introspection.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 sysconfig.py:353(_init_posix) | |
1 0.000 0.000 0.001 0.001 crypto.py:3(<module>) | |
1 0.000 0.000 0.001 0.001 sql.py:3(<module>) | |
43 0.000 0.000 0.002 0.000 checks.py:668(_check_list_filter) | |
120 0.000 0.000 0.005 0.000 models.py:1237(__init__) | |
1 0.000 0.000 0.004 0.004 deletion.py:1(<module>) | |
80 0.000 0.000 0.003 0.000 field_block.py:119(__init__) | |
1 0.000 0.000 0.138 0.138 model_checks.py:11(check_all_models) | |
2 0.000 0.000 0.001 0.000 api.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 GifImagePlugin.py:27(<module>) | |
93 0.000 0.000 0.001 0.000 __init__.py:754(add) | |
1 0.000 0.000 0.006 0.006 charset.py:6(<module>) | |
165 0.000 0.000 0.045 0.000 related.py:458(check) | |
41 0.000 0.000 0.001 0.000 functional.py:327(__init__) | |
1 0.000 0.000 0.058 0.058 embeds.py:1(<module>) | |
93 0.000 0.000 0.005 0.000 __init__.py:2458(__init__) | |
64 0.000 0.000 0.033 0.001 __init__.py:21(include) | |
279 0.000 0.000 0.000 0.000 datastructures.py:146(setlist) | |
1 0.000 0.000 0.001 0.001 migration.py:1(<module>) | |
416 0.000 0.000 0.015 0.000 checks.py:155(_check_field_spec) | |
289 0.000 0.000 0.001 0.000 datastructures.py:156(setlistdefault) | |
110 0.000 0.000 0.011 0.000 __init__.py:1114(formfield) | |
50 0.000 0.000 0.001 0.000 posixpath.py:329(normpath) | |
2 0.000 0.000 0.000 0.000 {method 'decode' of 'ImagingDecoder' objects} | |
1333 0.000 0.000 0.000 0.000 sre_parse.py:221(isident) | |
100 0.000 0.000 0.006 0.000 options.py:481(related_objects) | |
1 0.000 0.000 0.002 0.002 related_lookups.py:1(<module>) | |
32 0.000 0.000 0.006 0.000 checks.py:539(_check_inlines_item) | |
1 0.000 0.000 0.001 0.001 authorization_code.py:5(<module>) | |
2 0.000 0.000 0.001 0.000 users.py:1(<module>) | |
2 0.000 0.000 0.004 0.002 formats.py:1(<module>) | |
95 0.000 0.000 0.000 0.000 graph.py:28(__init__) | |
428 0.000 0.000 0.000 0.000 datastructures.py:134(getlist) | |
39 0.000 0.000 0.004 0.000 stream_block.py:228(check) | |
38 0.000 0.000 0.001 0.000 logging.py:34(emit) | |
75 0.000 0.000 0.001 0.000 checks.py:41(_check_raw_id_fields) | |
1 0.000 0.000 0.001 0.001 query_utils.py:7(<module>) | |
109 0.000 0.000 0.002 0.000 utils.py:57(_wrapper) | |
79 0.000 0.000 0.002 0.000 config.py:16(__init__) | |
1 0.000 0.000 0.004 0.004 images.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 scanner.py:2(<module>) | |
580 0.000 0.000 0.001 0.000 related.py:1277(<genexpr>) | |
609 0.000 0.000 0.001 0.000 sre_parse.py:85(closegroup) | |
1 0.000 0.000 0.001 0.001 BmpImagePlugin.py:27(<module>) | |
15 0.000 0.000 0.019 0.001 models.py:444(check) | |
1 0.000 0.000 0.008 0.008 account.py:1(<module>) | |
22 0.000 0.000 0.001 0.000 admin.py:53(__init__) | |
126 0.000 0.000 0.001 0.000 base.py:1252(_check_m2m_through_same_relationship) | |
440 0.000 0.000 0.000 0.000 urls.py:75(check_pattern_name) | |
126 0.000 0.000 0.000 0.000 base.py:1232(_check_managers) | |
126 0.000 0.000 0.000 0.000 base.py:1288(<genexpr>) | |
143 0.000 0.000 0.002 0.000 checks.py:581(_check_list_display_item) | |
43 0.000 0.000 0.006 0.000 checks.py:528(_check_inlines) | |
182 0.000 0.000 0.001 0.000 where.py:133(clone) | |
23 0.000 0.000 0.001 0.000 __init__.py:28(permalink) | |
1 0.000 0.000 0.001 0.001 csrf.py:6(<module>) | |
1 0.000 0.000 0.001 0.001 grouping.py:3(<module>) | |
73 0.000 0.000 0.006 0.000 blocks.py:24(__init__) | |
188 0.000 0.000 0.002 0.000 genericpath.py:46(isdir) | |
347 0.000 0.000 0.000 0.000 tree.py:19(__init__) | |
1 0.000 0.000 0.001 0.001 cgi.py:16(<module>) | |
1 0.000 0.000 0.037 0.037 api.py:5(<module>) | |
2124 0.000 0.000 0.000 0.000 {chr} | |
1 0.000 0.000 0.001 0.001 admin.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 dispatcher.py:1(<module>) | |
754 0.000 0.000 0.001 0.000 sre_compile.py:101(fixup) | |
133 0.000 0.000 0.013 0.000 pkgutil.py:129(iter_modules) | |
30 0.000 0.000 0.007 0.000 related.py:934(formfield) | |
1 0.000 0.000 0.000 0.000 {built-in method utcfromtimestamp} | |
3 0.000 0.000 0.004 0.001 features.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:1(<module>) | |
152 0.000 0.000 0.000 0.000 fields.py:808(_set_choices) | |
1 0.000 0.000 0.001 0.001 feeds.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 filepost.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 signals.py:6(<module>) | |
66 0.000 0.000 0.001 0.000 urlresolvers.py:260(__init__) | |
1 0.000 0.000 0.002 0.002 sysconfig.py:522(get_platform) | |
1 0.000 0.000 0.003 0.003 questioner.py:1(<module>) | |
4 0.000 0.000 0.073 0.018 rich_text.py:1(<module>) | |
4 0.000 0.000 0.005 0.001 0001_initial.py:9(Migration) | |
68 0.000 0.000 0.006 0.000 __init__.py:2156(formfield) | |
1 0.000 0.000 0.002 0.002 pre_configured.py:8(<module>) | |
1 0.000 0.000 0.007 0.007 0010_auto_20160106_1222.py:11(Migration) | |
936 0.000 0.000 0.001 0.000 decorators.py:130(<genexpr>) | |
276 0.000 0.000 0.001 0.000 __init__.py:2526(key) | |
1635 0.000 0.000 0.000 0.000 datastructures.py:14(<genexpr>) | |
22 0.000 0.000 0.005 0.000 admin.py:62(get_urls) | |
1027 0.000 0.000 0.000 0.000 __init__.py:295(_check_null_allowed_for_primary_keys) | |
75 0.000 0.000 0.001 0.000 checks.py:338(_check_prepopulated_fields) | |
882 0.000 0.000 0.000 0.000 functional.py:103(__promise__) | |
1 0.000 0.000 0.001 0.001 tzinfo.py:1(<module>) | |
1 0.000 0.000 0.012 0.012 loading.py:176(collect_indexes) | |
288 0.000 0.000 0.002 0.000 {sum} | |
20 0.000 0.000 0.003 0.000 models.py:232(__init__) | |
87 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects} | |
1 0.000 0.000 0.056 0.056 oembed_providers.py:307(compile_endpoints) | |
631 0.000 0.000 0.001 0.000 reverse_related.py:67(hidden) | |
1 0.000 0.000 0.004 0.004 urlparse.py:29(<module>) | |
1 0.000 0.000 0.001 0.001 query.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 state.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 utils.py:40(import_simplejson) | |
1 0.000 0.000 0.000 0.000 case.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:5(setup) | |
36 0.000 0.000 0.008 0.000 trans_real.py:278(do_translate) | |
82 0.000 0.000 0.001 0.000 utils.py:97(flatten) | |
234 0.000 0.000 0.002 0.000 options.py:539(wrap) | |
39 0.000 0.000 0.001 0.000 validators.py:18(_lazy_re_compile) | |
1 0.000 0.000 0.002 0.002 managers.py:3(<module>) | |
1 0.000 0.000 0.003 0.003 __init__.py:99(<module>) | |
1 0.000 0.000 0.000 0.000 serializer.py:1(<module>) | |
126 0.000 0.000 0.001 0.000 base.py:1390(_check_index_together) | |
47 0.000 0.000 0.008 0.000 gettext.py:464(translation) | |
1 0.000 0.000 0.001 0.001 result.py:1(<module>) | |
670 0.000 0.000 0.000 0.000 {method 'setdefault' of 'dict' objects} | |
1 0.000 0.000 0.001 0.001 dis.py:1(<module>) | |
1 0.000 0.000 0.012 0.012 __init__.py:21(<module>) | |
1 0.000 0.000 0.001 0.001 thrift.py:1(<module>) | |
791 0.000 0.000 0.000 0.000 {method 'endswith' of 'unicode' objects} | |
23/2 0.000 0.000 0.003 0.002 urlpatterns.py:1(decorate_urlpatterns) | |
1 0.000 0.000 0.010 0.010 __init__.py:43(get_commands) | |
1 0.000 0.000 0.001 0.001 auth.py:8(<module>) | |
61 0.000 0.000 0.001 0.000 base.py:46(as_view) | |
41 0.000 0.000 0.000 0.000 functional.py:54(__proxy__) | |
1 0.000 0.000 0.001 0.001 serve.py:1(<module>) | |
122 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__) | |
111 0.000 0.000 0.003 0.000 __init__.py:924(check) | |
86 0.000 0.000 0.000 0.000 lazy.py:145(lazy) | |
1 0.000 0.000 0.001 0.001 settings.py:156(check_middleware) | |
41 0.000 0.000 0.002 0.000 field_block.py:304(__init__) | |
133 0.000 0.000 0.001 0.000 {method 'encode' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 Rest.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 uri_validate.py:10(<module>) | |
851 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects} | |
116 0.000 0.000 0.005 0.000 __init__.py:744(handle) | |
430 0.000 0.000 0.000 0.000 collections.py:126(iteritems) | |
1 0.000 0.000 0.001 0.001 sites.py:1(<module>) | |
38 0.000 0.000 0.000 0.000 {built-in method fromtimestamp} | |
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 memcached.py:1(<module>) | |
626 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects} | |
84 0.000 0.000 0.001 0.000 version.py:246(__str__) | |
625 0.000 0.000 0.000 0.000 __init__.py:785(has_default) | |
1 0.000 0.000 0.002 0.002 caches.py:1(<module>) | |
126 0.000 0.000 0.001 0.000 base.py:1420(_check_unique_together) | |
75 0.000 0.000 0.000 0.000 checks.py:225(_check_filter_vertical) | |
315 0.000 0.000 0.000 0.000 version.py:217(<genexpr>) | |
238 0.000 0.000 0.002 0.000 posixpath.py:132(islink) | |
1 0.000 0.000 0.000 0.000 mimetypes.py:24(<module>) | |
33 0.000 0.000 0.005 0.000 __init__.py:79(patterns) | |
1748 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 certs.py:13(<module>) | |
1 0.000 0.000 0.000 0.000 0001_upgrade_bcrypt_passwords.py:2(<module>) | |
75 0.000 0.000 0.000 0.000 checks.py:266(_check_radio_fields) | |
1 0.000 0.000 0.000 0.000 cookies.py:7(<module>) | |
1 0.000 0.000 0.001 0.001 inputs.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 exceptions.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 pyopenssl.py:45(<module>) | |
23 0.000 0.000 0.001 0.000 lru_cache.py:69(decorating_function) | |
1 0.000 0.000 0.008 0.008 __init__.py:40(<module>) | |
1 0.000 0.000 0.000 0.000 finders.py:1(<module>) | |
201 0.000 0.000 0.000 0.000 {imp.get_suffixes} | |
304 0.000 0.000 0.000 0.000 registry.py:247(<lambda>) | |
2 0.000 0.000 0.001 0.000 base.py:2(<module>) | |
1 0.000 0.000 0.002 0.002 filters.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 htmlentitydefs.py:1(<module>) | |
157 0.000 0.000 0.001 0.000 models.py:1166(_set_queryset) | |
19 0.000 0.000 0.001 0.000 __init__.py:446(__init__) | |
580 0.000 0.000 0.001 0.000 related.py:1279(<genexpr>) | |
10 0.000 0.000 0.001 0.000 collections.py:516(update) | |
73 0.000 0.000 0.002 0.000 __init__.py:1139(check) | |
1 0.000 0.000 0.001 0.001 PngImagePlugin.py:34(<module>) | |
83 0.000 0.000 0.001 0.000 abc.py:89(<genexpr>) | |
92 0.000 0.000 0.000 0.000 posixpath.py:120(dirname) | |
1 0.000 0.000 0.000 0.000 datrie.py:1(<module>) | |
990 0.000 0.000 0.000 0.000 related.py:591(<genexpr>) | |
263 0.000 0.000 0.000 0.000 copy_reg.py:92(__newobj__) | |
165 0.000 0.000 0.000 0.000 related.py:805(_check_on_delete) | |
289 0.000 0.000 0.002 0.000 datastructures.py:165(appendlist) | |
41 0.000 0.000 0.871 0.021 config.py:193(import_models) | |
1 0.000 0.000 0.000 0.000 uploadedfile.py:3(<module>) | |
1 0.000 0.000 0.001 0.001 uploadhandler.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:23(<module>) | |
1 0.000 0.000 0.006 0.006 models.py:268(Page) | |
131 0.000 0.000 0.000 0.000 models.py:18(__init__) | |
182 0.000 0.000 0.000 0.000 tree.py:30(_new_instance) | |
42 0.000 0.000 0.009 0.000 __init__.py:21(find_commands) | |
1 0.000 0.000 0.000 0.000 index.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 overextends_tags.py:2(<module>) | |
210 0.000 0.000 0.000 0.000 options.py:477(<genexpr>) | |
1 0.000 0.000 0.004 0.004 dammit.py:56(_populate_class_variables) | |
1 0.000 0.000 0.001 0.001 edit.py:1(<module>) | |
43 0.000 0.000 0.001 0.000 loader.py:51(migrations_module) | |
55 0.000 0.000 0.000 0.000 fields.py:26(__init__) | |
12 0.000 0.000 0.001 0.000 base.py:1450(_check_local_fields) | |
1 0.000 0.000 0.000 0.000 signal_handlers.py:1(<module>) | |
73 0.000 0.000 0.000 0.000 __init__.py:1145(_check_mutually_exclusive_options) | |
42 0.000 0.000 0.001 0.000 models.py:192(__init__) | |
47 0.000 0.000 0.000 0.000 __init__.py:1069(_fixupParents) | |
1 0.000 0.000 0.001 0.001 compress.py:1(<module>) | |
84 0.000 0.000 0.004 0.000 __init__.py:1369(safe_version) | |
1 0.000 0.000 0.000 0.000 sessions.py:10(<module>) | |
39 0.000 0.000 0.005 0.000 __init__.py:1318(callHandlers) | |
1 0.000 0.000 0.002 0.002 decoder.py:2(<module>) | |
1 0.000 0.000 0.002 0.002 0007_aboutpagesubnavigationitem_analysispagesubnavigationitem_impactpagesubnavigationitem_learnlandingpag.py:10(Migration) | |
2 0.000 0.000 0.000 0.000 userbar.py:1(<module>) | |
157 0.000 0.000 0.001 0.000 models.py:1182(_get_choices) | |
1 0.000 0.000 0.002 0.002 treaties.py:1(<module>) | |
311 0.000 0.000 0.001 0.000 reverse_related.py:71(name) | |
1 0.000 0.000 0.000 0.000 cache.py:5(<module>) | |
1 0.000 0.000 0.014 0.014 html.py:1(<module>) | |
95 0.000 0.000 0.001 0.000 graph.py:111(add_node) | |
39 0.000 0.000 0.002 0.000 warnings.py:40(formatwarning) | |
196 0.000 0.000 0.004 0.000 inspect.py:435(getmodulename) | |
131 0.000 0.000 0.000 0.000 fields.py:154(model_name_lower) | |
32 0.000 0.000 0.005 0.000 checks.py:854(check) | |
2 0.000 0.000 0.001 0.000 parameters.py:9(<module>) | |
1 0.000 0.000 1.550 1.550 __init__.py:8(setup) | |
109 0.000 0.000 0.000 0.000 widgets.py:431(__init__) | |
75/43 0.000 0.000 0.033 0.001 options.py:112(check) | |
1 0.000 0.000 0.000 0.000 {time.tzset} | |
206 0.000 0.000 0.000 0.000 __init__.py:1080(_check_max_length_attribute) | |
1 0.000 0.000 0.001 0.001 xmlreader.py:2(<module>) | |
173/153 0.000 0.000 0.000 0.000 library.py:57(filter) | |
1 0.000 0.000 0.000 0.000 calendar.py:6(<module>) | |
1 0.000 0.000 0.001 0.001 __init__.py:20(<module>) | |
2 0.000 0.000 0.001 0.000 queryset.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 threading.py:1(<module>) | |
132 0.000 0.000 0.000 0.000 genericpath.py:93(_splitext) | |
27 0.000 0.000 0.000 0.000 dispatcher.py:36(__init__) | |
166 0.000 0.000 0.000 0.000 six.py:141(__init__) | |
1 0.000 0.000 0.000 0.000 context.py:1(<module>) | |
252 0.000 0.000 0.000 0.000 state.py:375(name_lower) | |
120 0.000 0.000 0.000 0.000 config.py:441(convert) | |
2 0.000 0.000 0.001 0.000 models.py:4(<module>) | |
73 0.000 0.000 0.000 0.000 {method 'read' of 'file' objects} | |
253 0.000 0.000 0.000 0.000 state.py:461(<genexpr>) | |
1 0.000 0.000 0.000 0.000 ImagePalette.py:19(<module>) | |
1 0.000 0.000 0.001 0.001 TiffTags.py:303(_populate) | |
1 0.000 0.000 0.000 0.000 loading.py:3(<module>) | |
192 0.000 0.000 0.003 0.000 re.py:138(match) | |
125 0.000 0.000 0.000 0.000 manager.py:225(__eq__) | |
1 0.000 0.000 0.000 0.000 writer.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:1(<module>) | |
253 0.000 0.000 0.000 0.000 posixpath.py:112(basename) | |
3 0.000 0.000 0.000 0.000 compat.py:1(<module>) | |
2 0.000 0.000 0.001 0.000 lazy.py:135(__new__) | |
103 0.000 0.000 0.000 0.000 utils.py:467(get_fields_from_path) | |
1 0.000 0.000 0.007 0.007 admin_utils.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 i18n.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 generator.py:4(<module>) | |
38 0.000 0.000 0.001 0.000 logging.py:21(collect) | |
3 0.000 0.000 0.000 0.000 checks.py:2(<module>) | |
35 0.000 0.000 0.016 0.000 __init__.py:679(add_entry) | |
1 0.000 0.000 0.000 0.000 admin_list.py:1(<module>) | |
2 0.000 0.000 0.003 0.002 http.py:1(<module>) | |
113 0.000 0.000 0.003 0.000 __init__.py:1565(getLogger) | |
1 0.000 0.000 0.000 0.000 json.py:3(<module>) | |
126 0.000 0.000 0.000 0.000 utils.py:326(allow_migrate_model) | |
48 0.000 0.000 0.000 0.000 __init__.py:1125(__init__) | |
1 0.000 0.000 0.000 0.000 runner.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 related_descriptors.py:61(<module>) | |
38 0.000 0.000 0.000 0.000 state.py:196(__init__) | |
1 0.000 0.000 0.277 0.277 settings.py:225(patch_all) | |
1323 0.000 0.000 0.000 0.000 base.py:126(js_initializer) | |
1 0.000 0.000 0.000 0.000 base64.py:3(<module>) | |
41 0.000 0.000 0.001 0.000 config.py:54(_path_from_module) | |
1 0.000 0.000 0.001 0.001 legacy.py:9(HomePage) | |
32 0.000 0.000 0.000 0.000 options.py:1758(__init__) | |
459 0.000 0.000 0.000 0.000 datastructures.py:40(__len__) | |
39 0.000 0.000 0.002 0.000 __init__.py:847(emit) | |
324 0.000 0.000 0.000 0.000 {method 'get' of 'dictproxy' objects} | |
1 0.000 0.000 0.012 0.012 legacy.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 generic.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 api.py:18(API) | |
1 0.000 0.000 0.001 0.001 documents.py:1(<module>) | |
1 0.000 0.000 0.005 0.005 __init__.py:90(__init__) | |
1 0.000 0.000 0.000 0.000 {posix.urandom} | |
1 0.000 0.000 0.000 0.000 http_requests.py:1(<module>) | |
39 0.000 0.000 0.000 0.000 __init__.py:1231(findCaller) | |
1 0.000 0.000 0.000 0.000 humanize.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 home.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 lazy.py:80(__new__) | |
97 0.000 0.000 0.001 0.000 cache.py:40(_cache_controller) | |
14 0.000 0.000 0.001 0.000 linecache.py:72(updatecache) | |
1 0.000 0.000 0.000 0.000 saxutils.py:4(<module>) | |
2 0.000 0.000 0.000 0.000 0003_capitalizeverbose.py:2(<module>) | |
226 0.000 0.000 0.000 0.000 utils.py:76(surrogatePairToCodepoint) | |
789 0.000 0.000 0.002 0.000 __init__.py:2264(_normalize_cached) | |
1 0.000 0.000 0.000 0.000 static.py:4(<module>) | |
53 0.000 0.000 0.000 0.000 six.py:828(python_2_unicode_compatible) | |
157 0.000 0.000 0.000 0.000 models.py:1098(__init__) | |
1 0.000 0.000 0.000 0.000 tzfile.py:4(<module>) | |
273 0.000 0.000 0.000 0.000 base.py:1266(<genexpr>) | |
1 0.000 0.000 0.000 0.000 datastructures.py:1(<module>) | |
38 0.000 0.000 0.000 0.000 query_utils.py:206(register_lookup) | |
1 0.000 0.000 0.004 0.004 dateformat.py:12(<module>) | |
1 0.000 0.000 0.000 0.000 view_utils.py:1(<module>) | |
5 0.000 0.000 0.001 0.000 ssl.py:114(_import_symbols) | |
1 0.000 0.000 0.000 0.000 bdb.py:14(Bdb) | |
158 0.000 0.000 0.001 0.000 __init__.py:211(_acquireLock) | |
1 0.000 0.000 0.000 0.000 library.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 api.py:12(<module>) | |
1 0.000 0.000 0.000 0.000 tokens.py:9(<module>) | |
1 0.000 0.000 0.000 0.000 http.py:3(<module>) | |
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE) | |
1 0.000 0.000 0.042 0.042 middleware.py:3(<module>) | |
1 0.000 0.000 0.003 0.003 tokenizer.py:1(<module>) | |
77 0.000 0.000 0.000 0.000 __init__.py:318(getMessage) | |
2 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 color.py:3(<module>) | |
69 0.000 0.000 0.011 0.000 loader.py:135(check_key) | |
76 0.000 0.000 0.002 0.000 __init__.py:1819(check) | |
1 0.000 0.000 0.001 0.001 0004_auto_20160104_1334.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 registry.py:1(<module>) | |
1 0.000 0.000 0.006 0.006 version.py:14(<module>) | |
1 0.000 0.000 0.006 0.006 0003_basicpage.py:10(Migration) | |
1 0.000 0.000 0.005 0.005 base64mime.py:25(<module>) | |
150 0.000 0.000 0.007 0.000 query.py:993(using) | |
96 0.000 0.000 0.001 0.000 decorators.py:19(decorator) | |
1 0.000 0.000 0.001 0.001 indices.py:1(<module>) | |
14/13 0.000 0.000 0.022 0.002 apps.py:16(get_app_submodules) | |
23 0.000 0.000 0.003 0.000 managers.py:91(get_queryset) | |
1 0.000 0.000 0.001 0.001 urllib2.py:76(<module>) | |
1 0.000 0.000 0.000 0.000 tz.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 registry.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 extensions.py:12(<module>) | |
155 0.000 0.000 0.001 0.000 __init__.py:605(filter) | |
144 0.000 0.000 0.000 0.000 related.py:1166(_check_unique) | |
2 0.000 0.000 0.003 0.001 snippets.py:1(<module>) | |
43 0.000 0.000 0.000 0.000 checks.py:639(_check_list_display_links) | |
4 0.000 0.000 0.000 0.000 decorators.py:1(<module>) | |
237/236 0.000 0.000 0.000 0.000 __init__.py:83(__setattr__) | |
4 0.000 0.000 0.000 0.000 {eval} | |
1 0.000 0.000 0.000 0.000 hmac.py:4(<module>) | |
97 0.000 0.000 0.000 0.000 functional.py:25(__init__) | |
1 0.000 0.000 0.000 0.000 oauth1_session.py:1(<module>) | |
55 0.000 0.000 0.000 0.000 locale.py:363(normalize) | |
1 0.000 0.000 0.003 0.003 Cookie.py:203(<module>) | |
28 0.000 0.000 0.000 0.000 TiffImagePlugin.py:310(_delegate) | |
1 0.000 0.000 0.000 0.000 status_codes.py:3(<module>) | |
30 0.000 0.000 0.000 0.000 fields.py:349(__init__) | |
1 0.000 0.000 0.000 0.000 functional.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 datastructures.py:4(<module>) | |
1 0.000 0.000 0.017 0.017 projects.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:18(<module>) | |
512 0.000 0.000 0.000 0.000 {max} | |
1 0.000 0.000 0.000 0.000 signals.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 query.py:18(SearchQuerySet) | |
1 0.000 0.000 0.001 0.001 parser.py:5(<module>) | |
20 0.000 0.000 0.000 0.000 files.py:404(_check_image_library_installed) | |
16 0.000 0.000 0.001 0.000 admin_utils.py:39(generate_image_inline) | |
131 0.000 0.000 0.000 0.000 state.py:449(<lambda>) | |
1 0.000 0.000 0.044 0.044 settings.py:185(is_toolbar_middleware_installed) | |
126 0.000 0.000 0.000 0.000 base.py:1185(_check_swappable) | |
340 0.000 0.000 0.000 0.000 options.py:442(<genexpr>) | |
114 0.000 0.000 0.003 0.000 re.py:148(sub) | |
138 0.000 0.000 0.000 0.000 __init__.py:2655(__getattr__) | |
39 0.000 0.000 0.010 0.000 __init__.py:1710(_showwarning) | |
257 0.000 0.000 0.000 0.000 state.py:453(<genexpr>) | |
1 0.000 0.000 0.000 0.000 image_operations.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 ordered_dict.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 termcolors.py:3(<module>) | |
17 0.000 0.000 0.002 0.000 argparse.py:1263(add_argument) | |
68 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__) | |
1 0.000 0.000 0.000 0.000 alias.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 settings.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 0002_add_verbose_names.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 lazy.py:1(<module>) | |
39 0.000 0.000 0.008 0.000 __init__.py:1167(warning) | |
1 0.000 0.000 0.000 0.000 paginator.py:1(<module>) | |
43 0.000 0.000 0.000 0.000 checks.py:757(_check_list_editable) | |
274 0.000 0.000 0.000 0.000 graph.py:39(__hash__) | |
1 0.000 0.000 0.000 0.000 graph.py:1(<module>) | |
11 0.000 0.000 0.000 0.000 smartif.py:47(infix) | |
64 0.000 0.000 0.001 0.000 options.py:466(many_to_many) | |
1 0.000 0.000 0.000 0.000 errors.py:5(<module>) | |
2 0.000 0.000 0.000 0.000 authorization.py:8(<module>) | |
1027 0.000 0.000 0.000 0.000 validation.py:8(check_field) | |
364 0.000 0.000 0.000 0.000 related.py:486(<genexpr>) | |
158 0.000 0.000 0.001 0.000 __init__.py:220(_releaseLock) | |
1 0.000 0.000 0.007 0.007 oauth2_auth.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 django.py:2(<module>) | |
5 0.000 0.000 0.005 0.001 manager.py:142(from_queryset) | |
152/143 0.000 0.000 0.026 0.000 urlresolvers.py:342(reverse_dict) | |
1 0.000 0.000 0.058 0.058 format.py:1(<module>) | |
4 0.000 0.000 0.000 0.000 sre_compile.py:416(_bytes_to_codes) | |
166 0.000 0.000 0.000 0.000 __init__.py:265(<genexpr>) | |
39 0.000 0.000 0.000 0.000 log.py:151(filter) | |
100 0.000 0.000 0.000 0.000 TiffTags.py:26(__new__) | |
1 0.000 0.000 0.000 0.000 admin_views.py:1(<module>) | |
20 0.000 0.000 0.001 0.000 fields.py:855(__init__) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 common.py:109(apply_default_edit_handler) | |
1 0.000 0.000 0.002 0.002 0001_squashed_0016_change_page_url_path_to_text_field.py:94(Migration) | |
1 0.000 0.000 0.000 0.000 ratelimitcache.py:1(<module>) | |
27 0.000 0.000 0.028 0.001 graph.py:139(forwards_plan) | |
41 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects} | |
2 0.000 0.000 0.000 0.000 static.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 reverse_related.py:10(<module>) | |
59 0.000 0.000 0.001 0.000 field_block.py:97(__init__) | |
1 0.000 0.000 0.020 0.020 specifiers.py:14(<module>) | |
210 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects} | |
2 0.000 0.000 0.000 0.000 poolmanager.py:1(<module>) | |
39 0.000 0.000 0.005 0.000 fields.py:128(check) | |
74 0.000 0.000 0.000 0.000 base.py:20(prefixed_name) | |
29 0.000 0.000 0.000 0.000 query.py:1649(add_ordering) | |
2 0.000 0.000 0.000 0.000 groups.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 messages.py:2(<module>) | |
864 0.000 0.000 0.000 0.000 {method 'pop' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 minidom.py:1424(ElementInfo) | |
29 0.000 0.000 0.002 0.000 query.py:920(order_by) | |
172/112 0.000 0.000 0.001 0.000 state.py:524(<genexpr>) | |
116 0.000 0.000 0.001 0.000 __init__.py:701(acquire) | |
978 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects} | |
1 0.000 0.000 0.023 0.023 base_models.py:4(<module>) | |
17 0.000 0.000 0.001 0.000 argparse.py:154(__init__) | |
78 0.000 0.000 0.000 0.000 options.py:115(__init__) | |
1 0.000 0.000 0.017 0.017 newsroom.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 app_settings.py:1(<module>) | |
18 0.000 0.000 0.000 0.000 models.py:163(<genexpr>) | |
1 0.000 0.000 0.005 0.005 0009_objectlistpage.py:10(Migration) | |
1 0.000 0.000 0.000 0.000 minicompat.py:1(<module>) | |
9 0.000 0.000 0.002 0.000 six.py:195(load_module) | |
5 0.000 0.000 0.002 0.000 0001_initial.py:7(Migration) | |
2 0.000 0.000 0.001 0.001 base.py:33(__new__) | |
55 0.000 0.000 0.000 0.000 widgets.py:478(__init__) | |
177 0.000 0.000 0.000 0.000 base.py:1538(<genexpr>) | |
85 0.000 0.000 0.000 0.000 reverse_related.py:232(__getstate__) | |
1 0.000 0.000 0.000 0.000 safestring.py:6(<module>) | |
2 0.000 0.000 0.000 0.000 csrf.py:1(<module>) | |
75 0.000 0.000 0.000 0.000 checks.py:322(_check_view_on_site_url) | |
61 0.000 0.000 0.000 0.000 decorators.py:14(__get__) | |
1 0.000 0.000 0.000 0.000 opcode.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 struct_block.py:1(<module>) | |
1 0.000 0.000 0.024 0.024 django.py:25(__init__) | |
39 0.000 0.000 0.001 0.000 __init__.py:836(flush) | |
45 0.000 0.000 0.003 0.000 __init__.py:2619(activate) | |
46 0.000 0.000 0.000 0.000 options.py:512(__init__) | |
1 0.000 0.000 0.000 0.000 python.py:5(<module>) | |
1 0.000 0.000 0.008 0.008 password_reset.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 makemigrations.py:152(write_migration_files) | |
1 0.000 0.000 0.000 0.000 related.py:98(RelatedField) | |
261 0.000 0.000 0.001 0.000 urlresolvers.py:250(callback) | |
1 0.000 0.000 0.024 0.024 django.py:110(get_installed_libraries) | |
66/55 0.000 0.000 0.185 0.003 urlresolvers.py:414(url_patterns) | |
22 0.000 0.000 0.000 0.000 checks.py:385(_check_prepopulated_fields_value) | |
50 0.000 0.000 0.001 0.000 __init__.py:1000(check) | |
1 0.000 0.000 0.000 0.000 sendfile_streaming_backend.py:4(<module>) | |
13 0.000 0.000 0.000 0.000 indexes.py:106(__init__) | |
1 0.000 0.000 0.000 0.000 wagtailimages_tags.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 signature.py:23(<module>) | |
273 0.000 0.000 0.000 0.000 base.py:1263(<genexpr>) | |
9 0.000 0.000 1.648 0.183 models.py:347(state_forwards) | |
39 0.000 0.000 0.000 0.000 __init__.py:458(format) | |
1 0.000 0.000 0.000 0.000 tracking.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 list_block.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 0021_capitalizeverbose.py:9(Migration) | |
14 0.000 0.000 0.001 0.000 state.py:467(reconstruct_manager) | |
39 0.000 0.000 0.007 0.000 __init__.py:1265(_log) | |
1 0.000 0.000 0.000 0.000 sql.py:1(<module>) | |
116 0.000 0.000 0.001 0.000 __init__.py:708(release) | |
1 0.000 0.000 0.002 0.002 TiffTags.py:20(<module>) | |
1 0.000 0.000 0.000 0.000 0011_page_first_published_at.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 introspect.py:1(<module>) | |
144 0.000 0.000 0.000 0.000 related.py:1178(_check_ignored_options) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:1(<module>) | |
167 0.000 0.000 0.000 0.000 fields.py:144(__init__) | |
28 0.000 0.000 0.001 0.000 manager.py:182(_copy_to_model) | |
77 0.000 0.000 0.000 0.000 threading.py:1152(currentThread) | |
1 0.000 0.000 0.002 0.002 0006_auto_20160104_1422.py:10(Migration) | |
107 0.000 0.000 0.000 0.000 checks.py:197(_check_exclude) | |
1 0.000 0.000 0.025 0.025 views.py:3(<module>) | |
2 0.000 0.000 0.000 0.000 __init__.py:349(__init__) | |
1 0.000 0.000 0.000 0.000 base.py:348(Model) | |
304 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 <string>:1(ParseResult) | |
27 0.000 0.000 0.000 0.000 {repr} | |
64 0.000 0.000 0.003 0.000 checks.py:895(_check_relation) | |
1 0.000 0.000 0.000 0.000 ffiplatform.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 cursor.py:5(<module>) | |
391 0.000 0.000 0.000 0.000 stat.py:24(S_IFMT) | |
20 0.000 0.000 0.000 0.000 re.py:208(escape) | |
1 0.000 0.000 0.007 0.007 trans_real.py:146(_add_installed_apps_translations) | |
96 0.000 0.000 0.000 0.000 checks.py:251(_check_filter_item) | |
1 0.000 0.000 0.000 0.000 _htmlparser.py:1(<module>) | |
132 0.000 0.000 0.001 0.000 posixpath.py:97(splitext) | |
1 0.000 0.000 0.000 0.000 service_application.py:8(<module>) | |
231 0.000 0.000 0.000 0.000 stat.py:55(S_ISLNK) | |
21 0.000 0.000 0.000 0.000 utils.py:16(resolve_model_string) | |
1 0.000 0.000 0.000 0.000 _elementpath.py:56(<module>) | |
2 0.000 0.000 0.001 0.001 0001_initial.py:10(Migration) | |
64 0.000 0.000 0.011 0.000 urls.py:42(check_include_trailing_dollar) | |
29 0.000 0.000 0.012 0.000 fields.py:256(check) | |
252 0.000 0.000 0.000 0.000 six.py:88(__init__) | |
1 0.000 0.000 0.000 0.000 tz.py:6(<module>) | |
1 0.000 0.000 0.001 0.001 indices.py:4(IndicesClient) | |
1 0.000 0.000 0.001 0.001 0002_thumbnaildimensions.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 subclassing.py:8(<module>) | |
1 0.000 0.000 0.001 0.001 0004_ntiimage_wagtail.py:22(Migration) | |
1 0.000 0.000 0.004 0.004 cookie.py:1(<module>) | |
77 0.000 0.000 0.000 0.000 library.py:99(filter_function) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:8(<module>) | |
139 0.000 0.000 0.000 0.000 collections.py:363(<genexpr>) | |
30 0.000 0.000 0.002 0.000 __init__.py:1056(formfield) | |
1 0.000 0.000 0.000 0.000 bdb.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 html.py:3(<module>) | |
2 0.000 0.000 0.000 0.000 six.py:689(exec_) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:120(<module>) | |
1 0.000 0.000 0.000 0.000 0001_create_admin_access_permissions.py:2(<module>) | |
2 0.000 0.000 0.000 0.000 _base.py:1(<module>) | |
39 0.000 0.000 0.000 0.000 log.py:156(filter) | |
123 0.000 0.000 0.000 0.000 related.py:828(_check_unique) | |
175 0.000 0.000 0.000 0.000 base.py:1542(<genexpr>) | |
38 0.000 0.000 0.000 0.000 utils.py:247(get_collection) | |
204 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects} | |
312 0.000 0.000 0.000 0.000 version.py:254(<genexpr>) | |
1 0.000 0.000 0.042 0.042 toolbar.py:135(get_urls) | |
1 0.000 0.000 0.599 0.599 fields.py:252(state_forwards) | |
1 0.000 0.000 0.000 0.000 where.py:3(<module>) | |
139 0.000 0.000 0.000 0.000 collections.py:361(<genexpr>) | |
29 0.000 0.000 0.033 0.001 six.py:91(__get__) | |
1 0.000 0.000 0.000 0.000 smartif.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 message.py:92(Message) | |
11 0.000 0.000 0.025 0.002 query.py:43(_determine_backend) | |
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>) | |
120 0.000 0.000 0.001 0.000 config.py:288(convert_with_key) | |
45 0.000 0.000 0.001 0.000 __init__.py:2614(_get_metadata) | |
156 0.000 0.000 0.000 0.000 deprecation.py:19(__init__) | |
1 0.000 0.000 0.000 0.000 formsets.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 0004_alter_user_username_opts.py:2(<module>) | |
158 0.000 0.000 0.000 0.000 stat.py:40(S_ISDIR) | |
131 0.000 0.000 0.000 0.000 {method 'index' of 'tuple' objects} | |
20 0.000 0.000 0.000 0.000 __init__.py:804(get_choices) | |
1 0.000 0.000 0.002 0.002 plistlib.py:51(<module>) | |
1 0.000 0.000 0.001 0.001 0002_articlepage_hero.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 gravatar.py:10(<module>) | |
1 0.000 0.000 0.001 0.001 common.py:8(<module>) | |
1 0.000 0.000 0.001 0.001 0004_ntiimage_wagtail.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>) | |
39 0.000 0.000 0.021 0.001 django.py:137(get_package_libraries) | |
177 0.000 0.000 0.000 0.000 itercompat.py:8(is_iterable) | |
32 0.000 0.000 0.000 0.000 threading.py:132(__init__) | |
76 0.000 0.000 0.000 0.000 manager.py:120(create_method) | |
1 0.000 0.000 0.000 0.000 0002_alter_domain_unique.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 detail.py:1(<module>) | |
21 0.000 0.000 0.001 0.000 field_block.py:130(__init__) | |
1 0.000 0.000 0.003 0.003 0006_auto_20160104_1422.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 __init__.py:62(Elasticsearch) | |
23 0.000 0.000 0.000 0.000 {posix.access} | |
280 0.000 0.000 0.000 0.000 __init__.py:478(__hash__) | |
1 0.000 0.000 0.000 0.000 base.py:96(_configure) | |
688 0.000 0.000 0.000 0.000 base.py:234(check) | |
165 0.000 0.000 0.000 0.000 related.py:485(<setcomp>) | |
2 0.000 0.000 0.002 0.001 config.py:495(configure) | |
1 0.000 0.000 0.000 0.000 {built-in method ParseFile} | |
147 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 list.py:1(<module>) | |
5 0.000 0.000 0.000 0.000 TiffImagePlugin.py:553(decorator) | |
1 0.000 0.000 0.000 0.000 socket.py:183(_socketobject) | |
1 0.000 0.000 0.001 0.001 models.py:242(Project) | |
17 0.000 0.000 0.000 0.000 library.py:103(simple_tag) | |
106 0.000 0.000 0.000 0.000 library.py:30(tag) | |
75 0.000 0.000 0.000 0.000 checks.py:216(_check_form) | |
46 0.000 0.000 0.001 0.000 _os.py:35(upath) | |
21 0.000 0.000 0.000 0.000 widgets.py:25(__init__) | |
100 0.000 0.000 0.000 0.000 six.py:177(_add_module) | |
1 0.000 0.000 0.000 0.000 py.py:1(<module>) | |
1 0.000 0.000 0.232 0.232 urlresolvers.py:537(reverse) | |
1 0.000 0.000 0.000 0.000 models.py:43(TagBase) | |
1 0.000 0.000 0.000 0.000 streaming.py:7(<module>) | |
44 0.000 0.000 0.000 0.000 admin.py:66(wrap) | |
1 0.000 0.000 0.003 0.003 tokens.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 page_privacy.py:1(<module>) | |
2 0.000 0.000 0.001 0.000 util.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 0002_initial_data.py:2(<module>) | |
717 0.000 0.000 0.000 0.000 {method 'islower' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 admin_modify.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 legacy.py:139(ListPage) | |
1 0.000 0.000 0.000 0.000 keywords.py:1(<module>) | |
137 0.000 0.000 0.000 0.000 graph.py:54(add_parent) | |
1 0.000 0.000 0.000 0.000 0005_copy_image_field.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 suite.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 ImageFile.py:30(<module>) | |
2 0.000 0.000 0.000 0.000 six.py:317(exec_) | |
1 0.000 0.000 0.000 0.000 0008_populate_latest_revision_created_at.py:2(<module>) | |
20 0.000 0.000 0.000 0.000 fields.py:152(__init__) | |
1 0.000 0.000 0.000 0.000 extras.py:260(NamedTupleCursor) | |
1 0.000 0.000 0.000 0.000 wagtailcore_tags.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE) | |
2 0.000 0.000 0.002 0.001 url.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 taggable.py:1(<module>) | |
39 0.000 0.000 0.054 0.001 options.py:560(urls) | |
2 0.000 0.000 0.001 0.000 ImageFile.py:120(load) | |
1 0.000 0.000 0.000 0.000 adapters.py:9(<module>) | |
2 0.000 0.000 0.000 0.000 retry.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 rect.py:1(<module>) | |
46 0.000 0.000 0.000 0.000 functional.py:221(__init__) | |
1 0.000 0.000 0.000 0.000 Image.py:478(Image) | |
1 0.000 0.000 0.000 0.000 special.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 parsers.py:5(<module>) | |
5 0.000 0.000 0.001 0.000 copy.py:253(_deepcopy_dict) | |
25 0.000 0.000 0.001 0.000 fields.py:386(__init__) | |
1 0.000 0.000 0.000 0.000 0004_make_focal_point_key_not_nullable.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 logging.py:19(LogCollector) | |
1 0.000 0.000 0.000 0.000 images.py:5(<module>) | |
569 0.000 0.000 0.000 0.000 trans_real.py:232(<lambda>) | |
1 0.000 0.000 0.003 0.003 pages.py:21(HomePagePage) | |
1 0.000 0.000 0.000 0.000 mptt_admin.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 base_search_indexes.py:8(BaseIndex) | |
2 0.000 0.000 0.000 0.000 {method 'strftime' of 'datetime.date' objects} | |
1 0.000 0.000 0.000 0.000 case.py:133(TestCase) | |
1 0.000 0.000 0.000 0.000 site_views.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 0004_migrate_event_projects_m2m.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0001_migrate_redirects.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>) | |
1 0.000 0.000 0.000 0.000 hooks.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 site_summary.py:1(<module>) | |
27 0.000 0.000 0.000 0.000 manager.py:260(__get__) | |
1 0.000 0.000 0.002 0.002 0008_homepagepage_post_hero_section.py:11(Migration) | |
27 0.000 0.000 0.000 0.000 registry.py:47(inner) | |
21 0.000 0.000 0.001 0.000 fields.py:9(formfield) | |
86 0.000 0.000 0.000 0.000 six.py:105(__init__) | |
1 0.000 0.000 0.000 0.000 subqueries.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 os.py:35(_get_exports_list) | |
137 0.000 0.000 0.000 0.000 graph.py:51(add_child) | |
1 0.000 0.000 0.232 0.232 settings.py:211(patch_root_urlconf) | |
1 0.000 0.000 0.000 0.000 decimal.py:505(Decimal) | |
36 0.000 0.000 0.000 0.000 gettext.py:401(ugettext) | |
79 0.000 0.000 0.001 0.000 base.py:1546(<setcomp>) | |
56 0.000 0.000 0.000 0.000 pkgutil.py:154(iter_importer_modules) | |
1 0.000 0.000 0.000 0.000 model_checks.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 versions.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 formatter.py:6(<module>) | |
1 0.000 0.000 0.001 0.001 0015_add_more_verbose_names.py:9(Migration) | |
82 0.000 0.000 0.000 0.000 fields.py:25(model_name_lower) | |
1 0.000 0.000 0.000 0.000 __init__.py:16(<module>) | |
79 0.000 0.000 0.000 0.000 __init__.py:183(_checkLevel) | |
252 0.000 0.000 0.000 0.000 {unichr} | |
30 0.000 0.000 0.001 0.000 validators.py:38(__init__) | |
1 0.000 0.000 0.000 0.000 queryset.py:30(FakeQuerySet) | |
1 0.000 0.000 0.000 0.000 workflow.py:1(<module>) | |
164/82 0.000 0.000 0.000 0.000 graph.py:36(__lt__) | |
1 0.000 0.000 0.054 0.054 0013_auto_20160107_1259.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 Queue.py:1(<module>) | |
85 0.000 0.000 0.000 0.000 functional.py:226(__setattr__) | |
27 0.000 0.000 0.000 0.000 registry.py:29(register) | |
17 0.000 0.000 0.001 0.000 library.py:111(dec) | |
27 0.000 0.000 0.000 0.000 genericpath.py:34(isfile) | |
100 0.000 0.000 0.000 0.000 <string>:8(__new__) | |
8 0.000 0.000 0.000 0.000 __init__.py:978(_clone) | |
1 0.000 0.000 0.000 0.000 logging.py:1(<module>) | |
25 0.000 0.000 0.001 0.000 files.py:249(check) | |
1 0.000 0.000 0.000 0.000 django_1_8_0.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 0001_initial.py:11(Migration) | |
15 0.000 0.000 0.000 0.000 models.py:763(clean_subpage_models) | |
1 0.000 0.000 0.006 0.006 0003_basicpage.py:2(<module>) | |
1 0.000 0.000 0.002 0.002 difflib.py:27(<module>) | |
34 0.000 0.000 0.000 0.000 tokens.py:28(__getattr__) | |
82 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects} | |
12 0.000 0.000 0.000 0.000 common.py:120(apply_pagewithhero_panels) | |
1 0.000 0.000 0.000 0.000 dates.py:137(DayMixin) | |
21 0.000 0.000 0.001 0.000 __init__.py:1308(formfield) | |
84 0.000 0.000 0.000 0.000 apps.py:7(get_app_modules) | |
3 0.000 0.000 0.000 0.000 constants.py:3(<module>) | |
56 0.000 0.000 0.000 0.000 _weakrefset.py:83(add) | |
32 0.000 0.000 0.001 0.000 checks.py:865(_check_exclude_of_parent_model) | |
48 0.000 0.000 0.001 0.000 posixpath.py:358(abspath) | |
14 0.000 0.000 0.000 0.000 minicompat.py:102(defproperty) | |
240 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects} | |
1 0.000 0.000 0.001 0.001 0012_auto_20160106_1803.py:10(Migration) | |
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size) | |
75 0.000 0.000 0.000 0.000 checks.py:409(_check_ordering) | |
1 0.000 0.000 0.000 0.000 sendfile.py:4(<module>) | |
92 0.000 0.000 0.000 0.000 urlresolvers.py:226(add_prefix) | |
1 0.000 0.000 0.000 0.000 datetime_safe.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 tokens.py:1(<module>) | |
38 0.000 0.000 0.000 0.000 utils.py:264(collect) | |
1 0.000 0.000 0.002 0.002 0001_squashed_0016_change_page_url_path_to_text_field.py:2(<module>) | |
15 0.000 0.000 0.003 0.000 related.py:1035(formfield) | |
1 0.000 0.000 0.000 0.000 regex_helper.py:7(<module>) | |
86 0.000 0.000 0.000 0.000 fields.py:15(__init__) | |
1 0.000 0.000 0.000 0.000 search.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 timeout.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:140(GSNIssue) | |
198 0.000 0.000 0.000 0.000 {method 'copy' of 'set' objects} | |
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2318.py:7(Migration) | |
1 0.000 0.000 0.001 0.001 field_block.py:1(<module>) | |
4 0.000 0.000 0.001 0.000 __init__.py:71(search_function) | |
1 0.000 0.000 0.000 0.000 xmlutils.py:3(<module>) | |
4 0.000 0.000 0.000 0.000 {posix.uname} | |
1 0.000 0.000 0.000 0.000 wagtailembeds_tags.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 module_loading.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 shortcuts.py:5(<module>) | |
3 0.000 0.000 0.001 0.000 query.py:1117(build_filter) | |
1 0.000 0.000 0.000 0.000 backends.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:341(AttributesNSImpl) | |
1 0.000 0.000 0.001 0.001 models.py:216(Speech) | |
2 0.000 0.000 0.000 0.000 exceptions.py:6(<module>) | |
229 0.000 0.000 0.000 0.000 {method 'partition' of 'str' objects} | |
15 0.000 0.000 0.001 0.000 fields.py:1207(__init__) | |
4 0.000 0.000 0.000 0.000 common.py:133(apply_sectionpage_panels) | |
1 0.000 0.000 0.003 0.003 framework.py:6(<module>) | |
9 0.000 0.000 0.000 0.000 {built-in method now} | |
1 0.000 0.000 0.436 0.436 state.py:212(__init__) | |
39 0.000 0.000 0.002 0.000 __init__.py:1252(makeRecord) | |
15 0.000 0.000 0.000 0.000 argparse.py:1400(_get_optional_kwargs) | |
1 0.000 0.000 0.041 0.041 toolbar.py:105(get_panel_classes) | |
6 0.000 0.000 0.001 0.000 argparse.py:1182(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:255(_Condition) | |
127 0.000 0.000 0.000 0.000 {vars} | |
1 0.000 0.000 0.000 0.000 proxy.py:4(<module>) | |
40 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__) | |
18 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager) | |
20 0.000 0.000 0.003 0.000 utils.py:11(camelcase_to_underscore) | |
1 0.000 0.000 0.001 0.001 encoder.py:2(<module>) | |
791 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 smartif.py:155(IfParser) | |
49 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects} | |
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER} | |
4 0.000 0.000 0.000 0.000 sre_parse.py:734(parse_template) | |
1 0.000 0.000 0.014 0.014 loading.py:208(build) | |
232 0.000 0.000 0.000 0.000 graph.py:132(clear_cache) | |
5 0.000 0.000 0.000 0.000 threading.py:260(__init__) | |
10 0.000 0.000 0.001 0.000 fields.py:257(__init__) | |
69 0.000 0.000 0.000 0.000 {thread.allocate_lock} | |
1 0.000 0.000 0.000 0.000 <string>:65(iterparse) | |
1 0.000 0.000 0.001 0.001 models.py:55(AbstractImage) | |
1 0.000 0.000 0.001 0.001 models.py:380(Person) | |
28 0.000 0.000 0.002 0.000 options.py:432(concrete_fields) | |
39 0.000 0.000 0.001 0.000 linecache.py:33(getlines) | |
13 0.000 0.000 0.000 0.000 library.py:154(dec) | |
1 0.000 0.000 0.000 0.000 cluster.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 wand.py:1(<module>) | |
68 0.000 0.000 0.000 0.000 lazy.py:92(lazy) | |
3 0.000 0.000 0.001 0.000 dyld.py:125(dyld_find) | |
20 0.000 0.000 0.001 0.000 urlresolvers.py:82(get_callable) | |
1 0.000 0.000 0.001 0.001 models.py:19(GSNArticle) | |
36 0.000 0.000 0.020 0.001 __init__.py:84(ugettext) | |
1 0.000 0.000 0.000 0.000 gzip.py:1(<module>) | |
94 0.000 0.000 0.000 0.000 base.py:34(<genexpr>) | |
1 0.000 0.000 0.000 0.000 cache.py:44(<module>) | |
66/55 0.000 0.000 0.184 0.003 urlresolvers.py:407(urlconf_module) | |
32 0.000 0.000 0.000 0.000 threading.py:114(RLock) | |
18 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects} | |
16 0.000 0.000 0.000 0.000 fields.py:383(handle_facet_parameters) | |
2 0.000 0.000 0.000 0.000 0004_capitalizeverbose.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 modtimeurls.py:41(<module>) | |
2 0.000 0.000 0.000 0.000 resource.py:8(<module>) | |
126 0.000 0.000 0.000 0.000 base.py:1217(_check_model) | |
11 0.000 0.000 0.025 0.002 query.py:24(__init__) | |
140 0.000 0.000 0.000 0.000 six.py:595(itervalues) | |
1 0.000 0.000 0.000 0.000 pipeline.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 0002_auto_20150616_2121.py:2(<module>) | |
126 0.000 0.000 0.000 0.000 state.py:497(<lambda>) | |
1 0.000 0.000 156.119 156.119 makemigrations.py:40(handle) | |
1 0.000 0.000 0.056 0.056 oembed_providers.py:1(<module>) | |
15 0.000 0.000 0.001 0.000 __init__.py:2128(formfield) | |
42 0.000 0.000 0.000 0.000 _os.py:44(npath) | |
255 0.000 0.000 0.000 0.000 version.py:308(_parse_letter_version) | |
110 0.000 0.000 0.000 0.000 fields.py:54(set_instance_name) | |
40 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__) | |
45 0.000 0.000 0.000 0.000 __init__.py:2224(fixup_namespace_packages) | |
10 0.000 0.000 0.000 0.000 Queue.py:107(put) | |
1 0.000 0.000 0.001 0.001 0002_articlepage_hero.py:10(Migration) | |
209 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects} | |
3 0.000 0.000 0.000 0.000 utils.py:3(<module>) | |
110 0.000 0.000 0.000 0.000 {_struct.unpack} | |
257 0.000 0.000 0.000 0.000 Cookie.py:310(<genexpr>) | |
1 0.000 0.000 0.001 0.001 base_session.py:4(<module>) | |
39 0.000 0.000 0.005 0.000 __init__.py:1286(handle) | |
1 0.000 0.000 0.000 0.000 transaction.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 cat.py:1(<module>) | |
31 0.000 0.000 0.000 0.000 defaultfilters.py:38(stringfilter) | |
1 0.000 0.000 0.000 0.000 oauth2_session.py:1(<module>) | |
67 0.000 0.000 0.000 0.000 {sys._getframe} | |
11 0.000 0.000 0.000 0.000 fields.py:565(__init__) | |
1 0.000 0.000 0.000 0.000 log.py:3(<module>) | |
7 0.000 0.000 0.001 0.000 signals.py:15(__init__) | |
1 0.000 0.000 0.001 0.001 0014_add_verbose_name.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 cmd.py:55(Cmd) | |
88 0.000 0.000 0.000 0.000 hooks.py:7(register) | |
2 0.000 0.000 0.004 0.002 models.py:219(__new__) | |
62 0.000 0.000 0.000 0.000 six.py:93(__init__) | |
1 0.000 0.000 0.001 0.001 models.py:13(Country) | |
9/3 0.000 0.000 0.000 0.000 conf.py:46(__getattribute__) | |
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2324.py:2(<module>) | |
63 0.000 0.000 0.000 0.000 __init__.py:791(get_default) | |
1 0.000 0.000 0.001 0.001 models.py:201(TreatyAndRegime) | |
26 0.000 0.000 0.003 0.000 settings.py:177(is_middleware_class) | |
1 0.000 0.000 0.008 0.008 0010_auto_20160106_1222.py:2(<module>) | |
109 0.000 0.000 0.000 0.000 utils.py:52(query_params) | |
39 0.000 0.000 0.001 0.000 linecache.py:13(getline) | |
23 0.000 0.000 0.002 0.000 functional.py:179(allow_lazy) | |
1 0.000 0.000 0.000 0.000 writer.py:153(as_string) | |
11 0.000 0.000 0.000 0.000 models.py:327(__init__) | |
3 0.000 0.000 0.001 0.000 query.py:1248(_add_q) | |
17 0.000 0.000 0.001 0.000 argparse.py:2326(_get_formatter) | |
177 0.000 0.000 0.000 0.000 base.py:1535(<genexpr>) | |
1 0.000 0.000 0.000 0.000 numconv.py:6(<module>) | |
1 0.000 0.000 0.209 0.209 registry.py:63(run_checks) | |
1 0.000 0.000 0.000 0.000 error.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 0005_remove_event_projects.py:2(<module>) | |
1 0.000 0.000 0.042 0.042 toolbar.py:3(<module>) | |
94 0.000 0.000 0.001 0.000 __init__.py:1361(safe_name) | |
1 0.000 0.000 0.001 0.001 models.py:185(CountryThreat) | |
14 0.000 0.000 0.000 0.000 __init__.py:663(__init__) | |
1 0.000 0.000 0.000 0.000 _util.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 highlight.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 headers.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 requests.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 headers.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 models.py:274(register) | |
1 0.000 0.000 157.911 157.911 __init__.py:272(execute) | |
1 0.000 0.000 0.001 0.001 version.py:3(<module>) | |
2 0.000 0.000 0.000 0.000 ssl_.py:1(<module>) | |
3 0.000 0.000 0.000 0.000 {posix.getcwd} | |
9 0.000 0.000 0.000 0.000 html.py:364(html_safe) | |
1 0.000 0.000 0.008 0.008 platform.py:10(<module>) | |
42 0.000 0.000 0.007 0.000 trans_real.py:124(_new_gnu_trans) | |
25 0.000 0.000 0.000 0.000 edit_handlers.py:702(__init__) | |
5 0.000 0.000 0.000 0.000 {filter} | |
16 0.000 0.000 0.000 0.000 fields.py:379(__init__) | |
1 0.000 0.000 0.000 0.000 0006_person_hero_image.py:2(<module>) | |
20 0.000 0.000 0.001 0.000 files.py:399(check) | |
428 0.000 0.000 0.000 0.000 {function __getitem__ at 0x1037db8c0} | |
1 0.000 0.000 0.000 0.000 cat.py:3(CatClient) | |
1 0.000 0.000 0.001 0.001 models.py:31(LogEntry) | |
1 0.000 0.000 0.000 0.000 extras.py:457(register_uuid) | |
1 0.000 0.000 0.000 0.000 quoprimime.py:27(<module>) | |
77 0.000 0.000 0.000 0.000 registry.py:95(<genexpr>) | |
35 0.000 0.000 0.001 0.000 __init__.py:3001(_find_adapter) | |
25 0.000 0.000 0.001 0.000 dispatcher.py:310(_decorator) | |
1 0.000 0.000 0.000 0.000 _paths.py:14(<module>) | |
2 0.000 0.000 0.000 0.000 __init__.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 ascii.py:8(<module>) | |
43 0.000 0.000 0.001 0.000 __init__.py:1715(_has) | |
43 0.000 0.000 0.000 0.000 __init__.py:1676(_fn) | |
30 0.000 0.000 0.000 0.000 {_struct.calcsize} | |
1 0.000 0.000 0.000 0.000 nodes.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:13(Article) | |
7 0.000 0.000 0.000 0.000 TiffImagePlugin.py:567(_register_basic) | |
1 0.000 0.000 0.001 0.001 0004_auto_20160104_1334.py:9(Migration) | |
35 0.000 0.000 0.001 0.000 __init__.py:2066(find_distributions) | |
39 0.000 0.000 0.000 0.000 __init__.py:154(getLevelName) | |
57 0.000 0.000 0.000 0.000 library.py:67(dec) | |
89 0.000 0.000 0.000 0.000 __init__.py:2035(__init__) | |
30 0.000 0.000 0.035 0.001 six.py:80(_import_module) | |
1 0.000 0.000 0.000 0.000 opencv.py:1(<module>) | |
5 0.000 0.000 0.000 0.000 copy.py:234(_deepcopy_tuple) | |
43 0.000 0.000 0.001 0.000 __init__.py:1610(has_metadata) | |
1 0.000 0.000 0.001 0.001 models.py:1336(PageRevision) | |
44 0.000 0.000 0.002 0.000 gettext.py:176(__init__) | |
3 0.000 0.000 0.000 0.000 fields.py:304(__init__) | |
26 0.000 0.000 0.000 0.000 dyld.py:103(dyld_default_search) | |
2 0.000 0.000 0.001 0.001 _collections.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 modal_workflow.py:1(<module>) | |
1 0.000 0.000 0.005 0.005 0009_objectlistpage.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0005_aboutpage_body.py:2(<module>) | |
17 0.000 0.000 0.000 0.000 argparse.py:573(_format_args) | |
1 0.000 0.000 0.000 0.000 connectionpool.py:161(__init__) | |
14 0.000 0.000 0.000 0.000 copy_reg.py:95(_slotnames) | |
68 0.000 0.000 0.000 0.000 argparse.py:1234(register) | |
6 0.000 0.000 0.000 0.000 config.py:693(configure_handler) | |
10 0.000 0.000 0.000 0.000 deconstruct.py:6(deconstructible) | |
40 0.000 0.000 0.000 0.000 UserDict.py:58(get) | |
11 0.000 0.000 0.000 0.000 loading.py:139(for_action) | |
50 0.000 0.000 0.000 0.000 config.py:321(__getitem__) | |
126 0.000 0.000 0.000 0.000 {method 'itervalues' of 'dictproxy' objects} | |
23 0.000 0.000 0.000 0.000 messages.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 snapshot.py:1(<module>) | |
46 0.000 0.000 0.000 0.000 __init__.py:1358(isEnabledFor) | |
1 0.000 0.000 0.000 0.000 compat.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 utils.py:28(templates) | |
33 0.000 0.000 0.000 0.000 html.py:71(<genexpr>) | |
1 0.000 0.000 0.001 0.001 newsroom.py:15(NewsRoomPage) | |
1 0.000 0.000 0.001 0.001 blocks.py:222(EmbeddedVideoBlock) | |
36 0.000 0.000 0.000 0.000 __init__.py:1329(_check_fix_default_value) | |
1 0.000 0.000 0.000 0.000 query.py:116(Query) | |
78 0.000 0.000 0.000 0.000 posixpath.py:52(isabs) | |
1 0.000 0.000 0.002 0.002 pages.py:168(AnalysisPage) | |
1 0.000 0.000 0.000 0.000 future.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 routers.py:3(<module>) | |
63 0.000 0.000 0.000 0.000 edit_handlers.py:482(__init__) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:3(<module>) | |
29 0.000 0.000 0.000 0.000 library.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 ImageColor.py:20(<module>) | |
94 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects} | |
21 0.000 0.000 0.001 0.000 validators.py:101(__init__) | |
17 0.000 0.000 0.000 0.000 argparse.py:1320(_add_action) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:287(_open) | |
1 0.000 0.000 0.000 0.000 admin_static.py:1(<module>) | |
2 0.000 0.000 0.001 0.000 argparse.py:1742(_parse_known_args) | |
1 0.000 0.000 0.000 0.000 options.py:88(Options) | |
59 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects} | |
18 0.000 0.000 0.000 0.000 copy.py:123(_copy_inst) | |
24 0.000 0.000 0.000 0.000 widgets.py:451(__init__) | |
75 0.000 0.000 0.000 0.000 checks.py:70(_check_fields) | |
16 0.000 0.000 0.000 0.000 __init__.py:84(get_facet_field_name) | |
5 0.000 0.000 0.000 0.000 inspect.py:440(getsourcefile) | |
1 0.000 0.000 0.002 0.002 pages.py:122(LearnLandingPage) | |
1 0.000 0.000 0.001 0.001 models.py:26(Document) | |
1 0.000 0.000 0.001 0.001 numbers.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 _structures.py:14(<module>) | |
16 0.000 0.000 0.000 0.000 special.py:137(__init__) | |
40 0.000 0.000 0.005 0.000 pkgutil.py:71(walk_packages) | |
8 0.000 0.000 0.000 0.000 timezone.py:316(now) | |
46 0.000 0.000 0.000 0.000 __init__.py:1344(getEffectiveLevel) | |
21 0.000 0.000 0.021 0.001 six.py:159(_resolve) | |
43 0.000 0.000 0.000 0.000 checks.py:732(_check_list_select_related) | |
1 0.000 0.000 0.000 0.000 _binary.py:14(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(_ASN1Object) | |
10 0.000 0.000 0.000 0.000 deconstruct.py:15(decorator) | |
7 0.000 0.000 0.000 0.000 __init__.py:894(add_field_facet) | |
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:354(ImageFileDirectory_v2) | |
1 0.000 0.000 0.000 0.000 image.py:13(Image) | |
7 0.000 0.000 0.000 0.000 fields.py:52(contribute_to_class) | |
1 0.000 0.000 0.000 0.000 temp.py:17(<module>) | |
1 0.000 0.000 0.000 0.000 common.py:39(SectionPage) | |
1 0.000 0.000 0.001 0.001 feedparser.py:20(<module>) | |
1 0.000 0.000 0.002 0.002 0007_aboutpagesubnavigationitem_analysispagesubnavigationitem_impactpagesubnavigationitem_learnlandingpag.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 tags.py:1(<module>) | |
46 0.000 0.000 0.000 0.000 __init__.py:737(__iter__) | |
20 0.000 0.000 0.000 0.000 urlresolvers.py:164(get_mod_func) | |
165 0.000 0.000 0.000 0.000 related.py:482(<setcomp>) | |
39 0.000 0.000 0.000 0.000 six.py:598(iteritems) | |
28 0.000 0.000 0.000 0.000 collections.py:121(itervalues) | |
1 0.000 0.000 0.000 0.000 locks.py:18(<module>) | |
11 0.000 0.000 0.001 0.000 files.py:346(formfield) | |
1 0.000 0.000 0.000 0.000 multiple.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 datastructures.py:70(__init__) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:1(<module>) | |
7 0.000 0.000 0.001 0.000 collections.py:446(__init__) | |
1 0.000 0.000 0.000 0.000 wagtailroutablepage_tags.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 _sysconfigdata.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 wagtailusers_tags.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 structures.py:9(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:297(AbstractUser) | |
1 0.000 0.000 0.000 0.000 0009_capitalizeverbose.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 utils.py:4(import_attribute) | |
1 0.000 0.000 0.001 0.001 glossary.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 pdb.py:59(Pdb) | |
1 0.000 0.000 0.000 0.000 move.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 manager.py:3(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:59(Site) | |
1 0.000 0.000 0.001 0.001 models.py:824(modelformset_factory) | |
1 0.000 0.000 0.000 0.000 0002_auto_20151125_2324.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 lock.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 encoder.py:212(iterencode) | |
3 0.000 0.000 0.000 0.000 decimal.py:3783(__init__) | |
17 0.000 0.000 0.001 0.000 registry.py:133(get_app_configs) | |
1 0.000 0.000 0.002 0.002 0008_homepagepage_post_hero_section.py:2(<module>) | |
157 0.000 0.000 0.000 0.000 models.py:1163(_get_queryset) | |
1 0.000 0.000 0.002 0.002 recorder.py:1(<module>) | |
39 0.000 0.000 0.000 0.000 threading.py:59(__init__) | |
39 0.000 0.000 0.000 0.000 __init__.py:721(format) | |
1 0.000 0.000 0.001 0.001 articles.py:15(ArticlePage) | |
1 0.000 0.000 0.000 0.000 l10n.py:1(<module>) | |
17 0.000 0.000 0.000 0.000 argparse.py:765(__init__) | |
3 0.000 0.000 0.042 0.014 lru_cache.py:107(wrapper) | |
2 0.000 0.000 0.000 0.000 {_ssl.txt2obj} | |
1 0.000 0.000 0.000 0.000 optimizer.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:18(<module>) | |
1 0.000 0.000 0.001 0.001 0012_auto_20160106_1803.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:68(EmploymentOpportunity) | |
14 0.000 0.000 0.000 0.000 __init__.py:644(_addHandlerRef) | |
11 0.000 0.000 0.000 0.000 __init__.py:49(normalize_encoding) | |
1 0.000 0.000 0.000 0.000 stream_block.py:1(<module>) | |
43 0.000 0.000 0.024 0.001 loading.py:107(__getitem__) | |
62 0.000 0.000 0.000 0.000 __init__.py:585(__init__) | |
1 0.000 0.000 0.000 0.000 color.py:30(make_style) | |
22 0.000 0.000 0.000 0.000 checks.py:353(_check_prepopulated_fields_key) | |
39 0.000 0.000 0.000 0.000 __init__.py:452(usesTime) | |
136 0.000 0.000 0.000 0.000 {method 'extendleft' of 'collections.deque' objects} | |
1 0.000 0.000 0.000 0.000 more_like_this.py:3(<module>) | |
42 0.000 0.000 0.000 0.000 trans_real.py:175(merge) | |
43 0.000 0.000 0.000 0.000 checks.py:510(_check_save_as) | |
1 0.000 0.000 0.000 0.000 models.py:72(Primer) | |
28 0.000 0.000 0.003 0.000 posixpath.py:372(realpath) | |
1 0.000 0.000 0.000 0.000 cache.py:18(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:17(Taggable) | |
4 0.000 0.000 0.000 0.000 decorators.py:1(register) | |
1 0.000 0.000 0.000 0.000 models.py:48(File) | |
7 0.000 0.000 0.000 0.000 transaction.py:276(atomic) | |
1 0.000 0.000 0.002 0.002 0021_capitalizeverbose.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 query.py:162(QuerySet) | |
40 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__) | |
43 0.000 0.000 0.000 0.000 checks.py:824(_check_search_fields) | |
1 0.000 0.000 0.000 0.000 __init__.py:2936(__init__) | |
1 0.000 0.000 0.001 0.001 models.py:266(FacilityOverview) | |
1 0.000 0.000 0.000 0.000 implicit.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:8(DescribableBaseIndex) | |
1 0.000 0.000 0.004 0.004 fractions.py:4(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:12(NTINews) | |
68 0.000 0.000 0.000 0.000 forms.py:38(<lambda>) | |
1 0.000 0.000 0.000 0.000 token.py:1(<module>) | |
80 0.000 0.000 0.000 0.000 six.py:80(__init__) | |
1 0.000 0.000 0.000 0.000 tzinfo.py:16(memorized_timedelta) | |
127 0.000 0.000 0.000 0.000 base.py:1403(<genexpr>) | |
12 0.000 0.000 0.000 0.000 six.py:126(__init__) | |
18 0.000 0.000 0.000 0.000 six.py:108(__init__) | |
1 0.000 0.000 0.000 0.000 autodetector.py:37(<setcomp>) | |
137 0.000 0.000 0.000 0.000 base.py:1433(<genexpr>) | |
39 0.000 0.000 0.000 0.000 {method 'flush' of 'file' objects} | |
7 0.000 0.000 0.000 0.000 loading.py:312(get_facet_fieldname) | |
1 0.000 0.000 0.001 0.001 element.py:122(PageElement) | |
1 0.000 0.000 0.002 0.002 utils.py:44(valid_processor_options) | |
47 0.000 0.000 0.000 0.000 edit_handlers.py:365(__init__) | |
19 0.000 0.000 0.000 0.000 __init__.py:1296(addHandler) | |
1 0.000 0.000 0.000 0.000 models.py:19(AnnualReport) | |
1 0.000 0.000 0.000 0.000 0011_auto_20160106_1627.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 fractions.py:44(Fraction) | |
79 0.000 0.000 0.000 0.000 pkgutil.py:173(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:220(PartnerOrganization) | |
36 0.000 0.000 0.000 0.000 __init__.py:1189(_check_fix_default_value) | |
21 0.000 0.000 0.000 0.000 messages.py:70(__init__) | |
1 0.000 0.000 0.000 0.000 querysets.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 argparse.py:147(HelpFormatter) | |
36 0.000 0.000 0.008 0.000 trans_real.py:317(ugettext) | |
27 0.000 0.000 0.000 0.000 __init__.py:225(__init__) | |
1 0.000 0.000 0.000 0.000 0009_capitalizeverbose.py:10(Migration) | |
33 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects} | |
43 0.000 0.000 0.000 0.000 checks.py:749(_check_list_max_show_all) | |
45 0.000 0.000 0.003 0.000 __init__.py:3109(<lambda>) | |
12 0.000 0.000 0.000 0.000 log.py:10(getLogger) | |
18 0.000 0.000 0.000 0.000 utils.py:82(decorator) | |
1 0.000 0.000 0.000 0.000 __init__.py:17(_normalize_hosts) | |
1 0.000 0.000 0.000 0.000 0023_alter_page_revision_on_delete_behaviour.py:2(<module>) | |
3 0.000 0.000 0.001 0.000 registry.py:20(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:265(_reset_cache) | |
1 0.000 0.000 0.000 0.000 client_credentials.py:5(<module>) | |
184 0.000 0.000 0.000 0.000 manager.py:115(check) | |
6 0.000 0.000 0.000 0.000 query.py:1277(names_to_path) | |
1 0.000 0.000 0.000 0.000 access_token.py:10(<module>) | |
1 0.000 0.000 0.000 0.000 revocation.py:9(<module>) | |
1 0.000 0.000 0.003 0.003 __init__.py:959(subscribe) | |
8 0.000 0.000 0.000 0.000 __init__.py:262(__deepcopy__) | |
1 0.000 0.000 0.000 0.000 lexer.py:155(Lexer) | |
1 0.000 0.000 0.000 0.000 0002_logentry_remove_auto_add.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 options.py:477(ModelAdmin) | |
1 0.000 0.000 0.001 0.001 forms.py:45(UserCreationForm) | |
1 0.000 0.000 0.000 0.000 request_validator.py:8(<module>) | |
1 0.000 0.000 0.000 0.000 0003_make_site_field_editable.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 forms.py:27(SearchForm) | |
75 0.000 0.000 0.000 0.000 checks.py:454(_check_readonly_fields) | |
1 0.000 0.000 0.000 0.000 0004_capitalizeverbose.py:9(Migration) | |
1 0.000 0.000 0.000 0.000 baseconv.py:38(<module>) | |
8 0.000 0.000 0.000 0.000 weakref.py:282(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:251(Testimony) | |
1 0.000 0.000 0.000 0.000 weakref_backports.py:13(<module>) | |
1 0.000 0.000 0.000 0.000 getpass.py:12(<module>) | |
31 0.000 0.000 0.000 0.000 base.py:131(__getattr__) | |
1 0.000 0.000 0.000 0.000 0010_change_on_delete_behaviour.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 blocks.py:205(EmbeddedMediaBlock) | |
111 0.000 0.000 0.000 0.000 __init__.py:929(_check_primary_key) | |
1 0.000 0.000 0.000 0.000 0002_alter_permission_name_max_length.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0010_migrate_pdfs_to_wagtail.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 uu.py:31(<module>) | |
1 0.000 0.000 0.001 0.001 0015_add_more_verbose_names.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:7(Redirect) | |
1 0.000 0.000 0.000 0.000 0008_auto_20151125_1819.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0004_set_unique_on_path_and_site.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0003_event_project_pages.py:2(<module>) | |
32 0.000 0.000 0.000 0.000 checks.py:903(_check_extra) | |
10 0.000 0.000 0.000 0.000 config.py:380(resolve) | |
1 0.000 0.000 0.000 0.000 request_validator.py:5(<module>) | |
14 0.000 0.000 0.000 0.000 urlresolvers.py:349(namespace_dict) | |
1 0.000 0.000 0.000 0.000 uuid.py:53(UUID) | |
3 0.000 0.000 0.000 0.000 termcolors.py:15(colorize) | |
1 0.000 0.000 0.000 0.000 0010_change_page_owner_to_null_on_delete.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 base_user.py:48(AbstractBaseUser) | |
1 0.000 0.000 0.000 0.000 resource_owner_password_credentials.py:5(<module>) | |
13 0.000 0.000 0.000 0.000 abc.py:105(register) | |
1 0.000 0.000 0.000 0.000 0002_facility_treaties.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0022_add_site_name.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0005_alter_user_last_login_null.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:489(_open) | |
1 0.000 0.000 0.000 0.000 0006_auto_20151125_1817.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:287(Transcript) | |
1 0.000 0.000 0.000 0.000 refresh_token.py:5(<module>) | |
43 0.000 0.000 0.000 0.000 checks.py:741(_check_list_per_page) | |
2 0.000 0.000 0.000 0.000 locale.py:493(getdefaultlocale) | |
40 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals) | |
1 0.000 0.000 0.000 0.000 0011_page_first_published_at.py:2(<module>) | |
41 0.000 0.000 0.000 0.000 __init__.py:73(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 ssl.py:129(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 base_models.py:25(Describable) | |
7 0.000 0.000 0.000 0.000 decorators.py:180(__call__) | |
7 0.000 0.000 0.000 0.000 tokenize.py:270(generate_tokens) | |
2 0.000 0.000 0.002 0.001 argparse.py:1556(__init__) | |
1 0.000 0.000 0.001 0.001 projects.py:78(ProjectPage) | |
1 0.000 0.000 0.000 0.000 request_token.py:10(<module>) | |
42 0.000 0.000 0.000 0.000 django.py:120(<genexpr>) | |
1 0.000 0.000 0.000 0.000 0007_page_latest_revision_created_at.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 0014_add_verbose_name.py:2(<module>) | |
2 0.000 0.000 0.001 0.000 argparse.py:1707(parse_known_args) | |
1 0.000 0.000 0.000 0.000 0003_add_uniqueness_constraint_on_group_page_permission.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 common.py:64(SubNavigationItem) | |
36 0.000 0.000 0.000 0.000 config.py:329(pop) | |
1 0.000 0.000 0.000 0.000 formsets.py:427(formset_factory) | |
1 0.000 0.000 0.000 0.000 web_application.py:8(<module>) | |
45 0.000 0.000 0.000 0.000 base.py:90(add_to_class) | |
1 0.000 0.000 0.015 0.015 query.py:331(models) | |
1 0.000 0.000 0.000 0.000 0017_change_edit_page_permission_description.py:2(<module>) | |
2 0.000 0.000 0.000 0.000 forms.py:144(__new__) | |
20 0.000 0.000 0.000 0.000 manager.py:9(__init__) | |
1 0.000 0.000 0.000 0.000 0009_auto_20151127_2234.py:2(<module>) | |
23 0.000 0.000 0.000 0.000 managers.py:358(tree_id_attr) | |
1 0.000 0.000 0.000 0.000 0007_auto_20151125_1817.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:36(ElasticsearchSearchBackend) | |
1 0.000 0.000 0.000 0.000 models.py:300(Facility) | |
1 0.000 0.000 0.000 0.000 models.py:103(Event) | |
1 0.000 0.000 0.000 0.000 0006_add_lock_page_permission.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0003_ntiimage.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0005_make_filter_spec_unique.py:2(<module>) | |
2 0.000 0.000 0.016 0.008 pillow.py:31(from_file) | |
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>) | |
14 0.000 0.000 0.000 0.000 {method 'rsplit' of 'unicode' objects} | |
3 0.000 0.000 0.001 0.000 query.py:1230(add_q) | |
1 0.000 0.000 0.000 0.000 0009_remove_auto_now_add_from_pagerevision_created_at.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2318.py:2(<module>) | |
39 0.000 0.000 0.000 0.000 __init__.py:82(<lambda>) | |
1 0.000 0.000 0.000 0.000 legacy_application.py:8(<module>) | |
1 0.000 0.000 0.000 0.000 managers.py:274(TaggableManager) | |
4 0.000 0.000 0.000 0.000 uuid.py:101(__init__) | |
1 0.000 0.000 0.000 0.000 0016_change_page_url_path_to_text_field.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0005_add_page_lock_permission_to_moderators.py:2(<module>) | |
7 0.000 0.000 0.000 0.000 locale.py:347(_replace_encoding) | |
11 0.000 0.000 0.001 0.000 __init__.py:1031(get_query) | |
1 0.000 0.000 0.000 0.000 0006_add_verbose_names.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 token.py:8(<module>) | |
3 0.000 0.000 0.000 0.000 common.py:153(apply_taxonomy_panel) | |
1 0.000 0.000 0.000 0.000 0013_update_golive_expire_help_text.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0018_pagerevision_submitted_for_moderation_index.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 highlighting.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 legacy.py:89(SecondaryLandingPage) | |
19 0.000 0.000 0.002 0.000 __init__.py:2260(normalize_path) | |
1 0.000 0.000 0.000 0.000 0004_alter_user_username_opts.py:8(Migration) | |
1 0.000 0.000 0.000 0.000 signature_only.py:7(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:61(AbstractFormField) | |
1 0.000 0.000 0.000 0.000 validation.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 random.py:100(seed) | |
29 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__) | |
1 0.000 0.000 0.000 0.000 0007_image_file_size.py:2(<module>) | |
24 0.000 0.000 0.000 0.000 models.py:531(name_lower) | |
32 0.000 0.000 0.000 0.000 checks.py:931(_check_formset) | |
15 0.000 0.000 0.000 0.000 models.py:799(clean_parent_page_models) | |
1 0.000 0.000 0.000 0.000 sessions.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 0005_capitalizeverbose.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:377(AnonymousUser) | |
1 0.000 0.000 0.001 0.001 gettext.py:77(c2py) | |
1 0.000 0.000 0.000 0.000 models.py:45(OfficialDocument) | |
3 0.000 0.000 0.000 0.000 query_utils.py:188(get_lookup) | |
1 0.000 0.000 0.000 0.000 0005_capitalizeverbose.py:7(Migration) | |
1 0.000 0.000 0.001 0.001 models.py:207(PermissionsMixin) | |
2 0.000 0.000 0.000 0.000 __init__.py:2871(parse_requirements) | |
1 0.000 0.000 0.000 0.000 0003_alter_user_email_max_length.py:2(<module>) | |
31 0.000 0.000 0.000 0.000 library.py:53(tag_function) | |
1 0.000 0.000 0.000 0.000 0004_page_locked.py:2(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:9(UserProfile) | |
8 0.000 0.000 0.000 0.000 files.py:493(formfield) | |
1 0.000 0.000 0.000 0.000 models.py:16(Embed) | |
1 0.000 0.000 0.000 0.000 models.py:173(Report) | |
3 0.000 0.000 0.000 0.000 0002_add_verbose_names.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 models.py:383(MPTTModel) | |
1 0.000 0.000 0.000 0.000 0006_add_verbose_names.py:8(Migration) | |
1 0.000 0.000 0.001 0.001 models.py:1012(inlineformset_factory) | |
1 0.000 0.000 0.001 0.001 forms.py:117(UserEditForm) | |
1 0.000 0.000 0.001 0.001 models.py:8(Redirect) | |
1 0.000 0.000 0.001 0.001 __init__.py:135(__init__) | |
40 0.000 0.000 0.000 0.000 inspect.py:340(getmro) | |
1 0.000 0.000 0.000 0.000 global_settings.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 JpegPresets.py:67(<module>) | |
7 0.000 0.000 0.000 0.000 vary.py:18(decorator) | |
12 0.000 0.000 0.004 0.000 __init__.py:138(ungettext_lazy) | |
1 0.000 0.000 0.001 0.001 elasticsearch_backend.py:97(__init__) | |
17 0.000 0.000 0.000 0.000 argparse.py:1508(_add_action) | |
1 0.000 0.000 0.000 0.000 redirects.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 0002_remove_content_type_name.py:2(<module>) | |
4 0.000 0.000 0.000 0.000 codecs.py:83(__new__) | |
1 0.000 0.000 0.000 0.000 0003_fix_focal_point_fields.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0020_add_index_on_page_first_published_at.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 ImageMode.py:17(<module>) | |
1 0.000 0.000 0.016 0.016 checks.py:9(has_jpeg_support) | |
1 0.000 0.000 0.000 0.000 0007_alter_validators_add_error_messages.py:2(<module>) | |
2 0.000 0.000 0.000 0.000 argparse.py:1887(consume_positionals) | |
1 0.000 0.000 0.000 0.000 cache.py:31(Cache) | |
1 0.000 0.000 0.000 0.000 0012_extend_page_slug_field.py:2(<module>) | |
76 0.000 0.000 0.000 0.000 __init__.py:1824(_check_max_length_warning) | |
1 0.000 0.000 0.000 0.000 0019_verbose_names_cleanup.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0008_image_created_at_index.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 0006_require_contenttypes_0002.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 mobile_application.py:8(<module>) | |
170 0.000 0.000 0.000 0.000 _structures.py:43(__neg__) | |
1 0.000 0.000 0.000 0.000 models.py:63(NewsroomPage) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:44(DOMBuilder) | |
1 0.000 0.000 0.209 0.209 base.py:415(check) | |
1 0.000 0.000 0.002 0.002 timesince.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 actions.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:183(FAQContent) | |
1 0.000 0.000 0.000 0.000 utils.py:393(CaptureQueriesContext) | |
10/3 0.000 0.000 0.000 0.000 image.py:125(register_loader) | |
91 0.000 0.000 0.000 0.000 sre_parse.py:216(tell) | |
1 0.000 0.000 0.000 0.000 base.py:26(BaseDatabaseWrapper) | |
1 0.000 0.000 0.000 0.000 blocks.py:59(GenericHeroBlock) | |
6 0.000 0.000 0.000 0.000 __init__.py:679(set_name) | |
50 0.000 0.000 0.000 0.000 __init__.py:1005(_check_null) | |
1 0.000 0.000 0.000 0.000 ipv6.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 repr.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:93(Field) | |
1 0.000 0.000 0.000 0.000 model_checks.py:32(check_model_signals) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:554(MP_Node) | |
2 0.000 0.000 0.001 0.000 image.py:79(check_backends) | |
2 0.000 0.000 0.000 0.000 models.py:68(__init__) | |
3 0.000 0.000 0.000 0.000 posixpath.py:251(expanduser) | |
2 0.000 0.000 0.000 0.000 response.py:68(HTTPResponse) | |
1 0.000 0.000 0.000 0.000 tree.py:4(<module>) | |
56 0.000 0.000 0.000 0.000 pkgutil.py:44(cls) | |
1 0.000 0.000 0.000 0.000 0002_add_verbose_name_on_userprofile.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 backend_application.py:8(<module>) | |
1 0.000 0.000 0.000 0.000 0002_thumbnaildimensions.py:7(Migration) | |
18 0.000 0.000 0.000 0.000 __init__.py:967(__init__) | |
10 0.000 0.000 0.000 0.000 decorators.py:137(_decorator) | |
1 0.000 0.000 0.000 0.000 {binascii.hexlify} | |
4 0.000 0.000 0.000 0.000 __init__.py:32(register) | |
5 0.000 0.000 0.000 0.000 __init__.py:1093(_fixupChildren) | |
1 0.000 0.000 0.000 0.000 source_generators.py:1(<module>) | |
14 0.000 0.000 0.000 0.000 widgets.py:292(__init__) | |
48 0.000 0.000 0.000 0.000 {method 'rpartition' of 'str' objects} | |
1 0.000 0.000 0.001 0.001 base_session.py:29(AbstractBaseSession) | |
3 0.000 0.000 0.000 0.000 argparse.py:2200(_get_values) | |
1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>) | |
1 0.000 0.000 0.001 0.001 models.py:82(Site) | |
1 0.000 0.000 0.000 0.000 url_routing.py:1(<module>) | |
1 0.000 0.000 0.001 0.001 base_search_indexes.py:1(<module>) | |
49 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__) | |
12 0.000 0.000 0.000 0.000 pyexpat.c:566(StartElement) | |
3 0.000 0.000 0.000 0.000 query.py:2053(update_join_types) | |
2 0.000 0.000 0.001 0.000 Image.py:2269(_open_core) | |
1 0.000 0.000 0.000 0.000 __init__.py:2967(__contains__) | |
8 0.000 0.000 0.001 0.000 query.py:573(_clone) | |
3 0.000 0.000 0.000 0.000 __init__.py:291(register_treebuilders_from) | |
1 0.000 0.000 0.000 0.000 cmd.py:46(<module>) | |
43 0.000 0.000 0.000 0.000 checks.py:832(_check_date_hierarchy) | |
1 0.000 0.000 0.000 0.000 reverse_related.py:24(ForeignObjectRel) | |
11 0.000 0.000 0.000 0.000 threading.py:373(notify) | |
6 0.000 0.000 0.000 0.000 decimal.py:514(__new__) | |
15 0.000 0.000 0.000 0.000 fields.py:95(model_name_lower) | |
3 0.000 0.000 0.000 0.000 base.py:106(write) | |
34 0.000 0.000 0.000 0.000 config.py:325(get) | |
5 0.000 0.000 0.000 0.000 models.py:224(get_queryset) | |
1 0.000 0.000 0.001 0.001 autodetector.py:1062(arrange_for_graph) | |
1 0.000 0.000 0.000 0.000 models.py:238(GSNWeekInReview) | |
1 0.000 0.000 0.002 0.002 header.py:5(<module>) | |
43 0.000 0.000 0.000 0.000 checks.py:519(_check_save_on_top) | |
12 0.000 0.000 0.000 0.000 plistlib.py:415(handleEndElement) | |
119 0.000 0.000 0.000 0.000 opcode.py:27(def_op) | |
99 0.000 0.000 0.000 0.000 posixpath.py:44(normcase) | |
1 0.000 0.000 0.001 0.001 forms.py:91(PrimerAdminForm) | |
2 0.000 0.000 0.001 0.000 ImageFile.py:78(__init__) | |
89 0.000 0.000 0.000 0.000 extensions.py:163(<lambda>) | |
1 0.000 0.000 0.000 0.000 element.py:779(Tag) | |
1 0.000 0.000 0.000 0.000 models.py:95(Tutorial) | |
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:230(IFDRational) | |
30 0.000 0.000 0.000 0.000 inspect.py:8(getargspec) | |
1 0.000 0.000 0.000 0.000 forms.py:63(UserCreationForm) | |
3 0.000 0.000 0.000 0.000 charset.py:200(__init__) | |
3 0.000 0.000 0.001 0.000 query.py:799(_filter_or_exclude) | |
8 0.000 0.000 0.000 0.000 edit.py:20(__new__) | |
1 0.000 0.000 0.000 0.000 forms.py:16(SQLSelectForm) | |
12 0.000 0.000 0.000 0.000 Image.py:2450(register_extension) | |
1 0.000 0.000 0.000 0.000 handlers.py:42(BaseHandler) | |
1 0.000 0.000 0.000 0.000 index.py:8(Indexed) | |
22 0.000 0.000 0.000 0.000 six.py:805(metaclass) | |
11 0.000 0.000 0.000 0.000 warnings.py:78(simplefilter) | |
1 0.000 0.000 0.000 0.000 menu.py:51(Menu) | |
1 0.000 0.000 0.000 0.000 models.py:140(Opinion) | |
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month) | |
1 0.000 0.000 0.000 0.000 models.py:202(GSNTopStoryMembership) | |
6 0.000 0.000 0.002 0.000 utils.py:31(dynamic_import) | |
9 0.000 0.000 0.000 0.000 decorators.py:28(_dec) | |
1 0.000 0.000 0.006 0.006 dateparse.py:1(<module>) | |
1 0.000 0.000 0.002 0.002 base.py:253(create_parser) | |
3/1 0.000 0.000 0.000 0.000 writer.py:334(serialize) | |
4 0.000 0.000 0.001 0.000 decorators.py:16(_model_admin_wrapper) | |
3 0.000 0.000 0.000 0.000 fields.py:379(contribute_to_class) | |
3 0.000 0.000 0.000 0.000 query.py:1026(solve_lookup_type) | |
45 0.000 0.000 0.000 0.000 __init__.py:967(_added_new) | |
23 0.000 0.000 0.000 0.000 checks.py:397(_check_prepopulated_fields_value_item) | |
29 0.000 0.000 0.000 0.000 query.py:1674(clear_ordering) | |
44 0.000 0.000 0.000 0.000 hooks.py:24(decorator) | |
4 0.000 0.000 0.000 0.000 collections.py:472(most_common) | |
6 0.000 0.000 0.000 0.000 config.py:759(common_logger_config) | |
1 0.000 0.000 0.000 0.000 models.py:37(Permission) | |
109 0.000 0.000 0.000 0.000 version.py:362(<lambda>) | |
42 0.000 0.000 0.000 0.000 base.py:412(<lambda>) | |
1 0.000 0.000 0.000 0.000 0002_remove_content_type_name.py:17(Migration) | |
6 0.000 0.000 0.000 0.000 Image.py:2401(register_open) | |
32 0.000 0.000 0.000 0.000 query.py:1577(can_filter) | |
1 0.000 0.000 0.000 0.000 models.py:158(ContentType) | |
1 0.000 0.000 0.000 0.000 models.py:170(CountryFact) | |
1 0.000 0.000 0.002 0.002 checks.py:8(check_generic_foreign_keys) | |
2 0.000 0.000 0.000 0.000 warnings.py:49(filterwarnings) | |
4 0.000 0.000 0.000 0.000 argparse.py:1486(__init__) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:60(APP) | |
4 0.000 0.000 0.000 0.000 PngImagePlugin.py:138(crc) | |
1 0.000 0.000 0.000 0.000 models.py:13(NTIImage) | |
1 0.000 0.000 0.000 0.000 formsets.py:50(BaseFormSet) | |
1 0.000 0.000 0.000 0.000 blocks.py:111(BaseTeaserBlock) | |
1 0.000 0.000 0.000 0.000 models.py:118(NewsroomFeature) | |
1 0.000 0.000 0.000 0.000 _compat.py:30(with_metaclass) | |
28 0.000 0.000 0.000 0.000 _binary.py:52(i16be) | |
1 0.000 0.000 0.000 0.000 models.py:213(GenericUUIDTaggedItemBase) | |
1 0.000 0.000 0.000 0.000 models.py:78(TreatyArticle) | |
2 0.000 0.000 0.000 0.000 __init__.py:382(__getitem__) | |
6 0.000 0.000 0.000 0.000 {zip} | |
3 0.000 0.000 0.024 0.008 loading.py:27(import_class) | |
22 0.000 0.000 0.000 0.000 reverse_related.py:97(many_to_many) | |
1 0.000 0.000 0.000 0.000 dammit.py:324(UnicodeDammit) | |
1 0.000 0.000 0.000 0.000 __init__.py:427(BaseSearchQuery) | |
7 0.000 0.000 0.000 0.000 utils.py:131(require_instance_manager) | |
32 0.000 0.000 0.000 0.000 sites.py:126(is_registered) | |
1 0.000 0.000 0.000 0.000 models.py:168(FAQGroup) | |
39 0.000 0.000 0.000 0.000 threading.py:967(name) | |
1 0.000 0.000 0.000 0.000 {PIL._imaging.jpeg_decoder} | |
1 0.000 0.000 0.000 0.000 models.py:449(AbstractRendition) | |
1 0.000 0.000 0.000 0.000 _LWPCookieJar.py:12(<module>) | |
26 0.000 0.000 0.000 0.000 __init__.py:974(append) | |
6 0.000 0.000 0.001 0.000 __init__.py:1876(formfield) | |
1 0.000 0.000 0.000 0.000 management.py:3(<module>) | |
5 0.000 0.000 0.000 0.000 PngImagePlugin.py:132(call) | |
1 0.000 0.000 0.000 0.000 urlparse.py:168(urlsplit) | |
41 0.000 0.000 0.000 0.000 {time.time} | |
1 0.000 0.000 0.000 0.000 transport.py:150(_create_connection) | |
1 0.000 0.000 0.000 0.000 cluster.py:3(ClusterClient) | |
1 0.000 0.000 0.000 0.000 smartif.py:72(prefix) | |
6 0.000 0.000 0.000 0.000 _abcoll.py:24(_hasattr) | |
3 0.000 0.000 0.000 0.000 query.py:991(prepare_lookup_value) | |
1 0.000 0.000 0.000 0.000 ImageSequence.py:19(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:129(PDF) | |
24 0.000 0.000 0.001 0.000 state.py:526(<genexpr>) | |
1 0.000 0.000 0.225 0.225 loader.py:43(__init__) | |
2 0.000 0.000 0.000 0.000 retry.py:18(Retry) | |
1 0.000 0.000 0.000 0.000 checks.py:9(check_user_model) | |
1 0.000 0.000 0.000 0.000 imghdr.py:1(<module>) | |
22 0.000 0.000 0.000 0.000 library.py:40(dec) | |
1 0.000 0.000 0.000 0.000 snapshot.py:3(SnapshotClient) | |
1 0.000 0.000 0.000 0.000 <string>:1(_TagInfo) | |
7 0.000 0.000 0.000 0.000 migration.py:188(swappable_dependency) | |
20 0.000 0.000 0.000 0.000 {method 'rindex' of 'unicode' objects} | |
4 0.000 0.000 0.000 0.000 config.py:469(configure_custom) | |
1 0.000 0.000 0.000 0.000 managers.py:67(TreeManager) | |
1 0.000 0.000 0.000 0.000 files.py:19(FieldFile) | |
79 0.000 0.000 0.000 0.000 {built-in method from_iterable} | |
1 0.000 0.000 0.000 0.000 stream_block.py:241(StreamValue) | |
1 0.000 0.000 0.000 0.000 validators.py:77(URLValidator) | |
1 0.000 0.000 0.000 0.000 management.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 numberformat.py:1(<module>) | |
12 0.000 0.000 0.000 0.000 plistlib.py:409(handleBeginElement) | |
1 0.000 0.000 0.000 0.000 __init__.py:357(cached_col) | |
1 0.000 0.000 0.000 0.000 http_urllib3.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:640(Thread) | |
1 0.000 0.000 0.000 0.000 FixTk.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 managers.py:101(_TaggableManager) | |
1 0.000 0.000 0.001 0.001 pages.py:92(ImpactPage) | |
10 0.000 0.000 0.000 0.000 fields.py:286(widget_attrs) | |
5 0.000 0.000 0.001 0.000 __init__.py:2081(formfield) | |
1 0.000 0.000 0.000 0.000 forms.py:50(URLGeneratorForm) | |
19 0.000 0.000 0.001 0.000 __init__.py:1026(get_backend) | |
2 0.000 0.000 0.001 0.001 query.py:181(as_manager) | |
3 0.000 0.000 0.000 0.000 decorators.py:20(method_decorator) | |
90 0.000 0.000 0.000 0.000 copy.py:198(_deepcopy_atomic) | |
1 0.000 0.000 0.000 0.000 testcases.py:158(SimpleTestCase) | |
1 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:8(Migration) | |
12 0.000 0.000 0.000 0.000 base.py:1457(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:546(get_distribution) | |
9 0.000 0.000 0.000 0.000 tree.py:84(add) | |
1 0.000 0.000 0.000 0.000 transport.py:45(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:98(Group) | |
1 0.000 0.000 0.000 0.000 models.py:14(GlossaryTerm) | |
1 0.000 0.000 0.000 0.000 loader.py:317(detect_conflicts) | |
1 0.000 0.000 0.000 0.000 features.py:6(BaseDatabaseFeatures) | |
1 0.000 0.000 0.009 0.009 __init__.py:624(__init__) | |
1 0.000 0.000 0.000 0.000 0005_remove_event_projects.py:7(Migration) | |
2 0.000 0.000 0.000 0.000 {PIL._imaging.new} | |
7 0.000 0.000 0.001 0.000 query.py:360(facet) | |
23 0.000 0.000 0.000 0.000 lru_cache.py:45(lru_cache) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:134(SOF) | |
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler) | |
7 0.000 0.000 0.000 0.000 specifiers.py:276(_require_version_compare) | |
4 0.000 0.000 0.000 0.000 base.py:5(__init__) | |
1 0.000 0.000 0.000 0.000 <string>:1(SplitResult) | |
3 0.000 0.000 0.000 0.000 fields.py:83(check) | |
1 0.000 0.000 0.000 0.000 models.py:15(Node) | |
14/1 0.000 0.000 0.231 0.231 urlresolvers.py:356(app_dict) | |
29 0.000 0.000 0.000 0.000 reverse_related.py:59(to) | |
32 0.000 0.000 0.000 0.000 checks.py:921(_check_min_num) | |
1 0.000 0.000 0.001 0.001 cookielib.py:1217(CookieJar) | |
1 0.000 0.000 0.019 0.019 base_models.py:46(_Content) | |
37 0.000 0.000 0.000 0.000 argparse.py:1238(_registry_get) | |
1 0.000 0.000 0.000 0.000 minidom.py:1474(Document) | |
6 0.000 0.000 0.000 0.000 query.py:759(demote_joins) | |
1 0.000 0.000 0.000 0.000 0004_capitalizeverbose.py:7(Migration) | |
8 0.000 0.000 0.000 0.000 argparse.py:807(__init__) | |
17 0.000 0.000 0.000 0.000 argparse.py:199(__init__) | |
5 0.000 0.000 0.000 0.000 admin_utils.py:54(generate_order_inline) | |
1 0.000 0.000 0.000 0.000 request_validator.py:14(RequestValidator) | |
1 0.000 0.000 0.000 0.000 forms.py:327(AdminPasswordChangeForm) | |
2 0.000 0.000 0.000 0.000 ascii.py:41(getregentry) | |
1 0.000 0.000 0.000 0.000 __init__.py:2984(parse) | |
39 0.000 0.000 0.000 0.000 edit_handlers.py:784(__init__) | |
1 0.000 0.000 0.000 0.000 features.py:6(SubFeature) | |
1 0.000 0.000 0.000 0.000 widgets.py:790(MultiWidget) | |
1 0.000 0.000 0.000 0.000 deconstruct.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 recorder.py:25(Migration) | |
32 0.000 0.000 0.000 0.000 checks.py:911(_check_max_num) | |
5 0.000 0.000 0.001 0.000 utils.py:31(get_module_path) | |
1 0.000 0.000 0.000 0.000 base.py:142(__init__) | |
68 0.000 0.000 0.000 0.000 related_descriptors.py:455(__get__) | |
15 0.000 0.000 0.000 0.000 index.py:96(__init__) | |
2 0.000 0.000 0.000 0.000 {posix.putenv} | |
1 0.000 0.000 0.000 0.000 validators.py:278(int_list_validator) | |
1 0.000 0.000 0.001 0.001 common.py:29(PageWithHero) | |
3 0.000 0.000 0.000 0.000 query_utils.py:55(__init__) | |
37 0.000 0.000 0.000 0.000 argparse.py:95(_callable) | |
1 0.000 0.000 0.000 0.000 models.py:220(GSNRecentStoryMembership) | |
1 0.000 0.000 0.000 0.000 wagtailuserbar.py:1(<module>) | |
85 0.000 0.000 0.000 0.000 version.py:342(_parse_local_version) | |
1 0.000 0.000 0.001 0.001 checks.py:23(has_png_support) | |
17 0.000 0.000 0.000 0.000 argparse.py:566(format) | |
1 0.000 0.000 0.007 0.007 html_parser.py:1(<module>) | |
1 0.000 0.000 156.332 156.332 base.py:327(run_from_argv) | |
1 0.000 0.000 0.000 0.000 schema.py:21(BaseDatabaseSchemaEditor) | |
1 0.000 0.000 0.000 0.000 <string>:1(FieldInfo) | |
2 0.000 0.000 0.000 0.000 imghdr.py:9(what) | |
1 0.000 0.000 0.000 0.000 registry.py:13(Apps) | |
3 0.000 0.000 0.000 0.000 lookups.py:56(get_prep_lookup) | |
1 0.000 0.000 0.000 0.000 extras.py:136(DictRow) | |
1 0.000 0.000 0.000 0.000 sites.py:30(AdminSite) | |
1 0.000 0.000 0.000 0.000 0007_alter_validators_add_error_messages.py:8(Migration) | |
9 0.000 0.000 0.000 0.000 decorators.py:48(decorate) | |
4 0.000 0.000 0.000 0.000 __init__.py:825(__init__) | |
3 0.000 0.000 0.000 0.000 query.py:1076(build_lookup) | |
3 0.000 0.000 0.000 0.000 index.py:141(__init__) | |
1 0.000 0.000 0.000 0.000 gzip.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 conf.py:10(CompressorConf) | |
1 0.000 0.000 0.000 0.000 <string>:1(Match) | |
17 0.000 0.000 0.000 0.000 argparse.py:1435(_pop_action_class) | |
1 0.000 0.000 0.000 0.000 0003_fix_focal_point_fields.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 forms.py:236(GroupPagePermissionForm) | |
1 0.000 0.000 0.000 0.000 models.py:74(ThumbnailDimensions) | |
1 0.000 0.000 0.000 0.000 response.py:31(HttpResponseBase) | |
1 0.000 0.000 0.018 0.018 specifiers.py:285(Specifier) | |
28 0.000 0.000 0.000 0.000 _binary.py:17(i8) | |
1 0.000 0.000 0.000 0.000 templates.py:2(<module>) | |
1 0.000 0.000 0.000 0.000 blocks.py:266(ExpertBlock) | |
2 0.000 0.000 0.000 0.000 __init__.py:2279(yield_lines) | |
1 0.000 0.000 0.000 0.000 base.py:42(__init__) | |
2 0.000 0.000 0.017 0.009 image.py:56(open) | |
1 0.000 0.000 0.000 0.000 models.py:163(Table) | |
2 0.000 0.000 0.000 0.000 urlresolvers.py:147(get_resolver) | |
1 0.000 0.000 0.000 0.000 zipfile.py:709(ZipFile) | |
2 0.000 0.000 0.000 0.000 views.py:20(__init__) | |
1 0.000 0.000 0.000 0.000 admin.py:43(UserAdmin) | |
1 0.000 0.000 0.000 0.000 models.py:266(GSNWeekInReviewMembership) | |
1 0.000 0.000 0.000 0.000 base.py:67(DatabaseWrapper) | |
77 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 models.py:73(Author) | |
1 0.000 0.000 0.000 0.000 expressions.py:121(BaseExpression) | |
20 0.000 0.000 0.000 0.000 __init__.py:75(__init__) | |
3 0.000 0.000 0.000 0.000 query.py:689(table_alias) | |
1 0.000 0.000 0.002 0.002 models.py:28(BaseWorkflowMixin) | |
1 0.000 0.000 0.000 0.000 request.py:41(HttpRequest) | |
3 0.000 0.000 0.002 0.001 models.py:174(get_top_level_subjects) | |
1 0.000 0.000 0.000 0.000 forms.py:10(RedirectForm) | |
1 0.000 0.000 0.000 0.000 forms.py:79(SubjectAdminForm) | |
1 0.000 0.000 0.000 0.000 __init__.py:27(<module>) | |
1 0.000 0.000 0.002 0.002 forms.py:38(ImageInsertionForm) | |
1 0.000 0.000 0.000 0.000 0002_add_verbose_name_on_userprofile.py:7(Migration) | |
2 0.000 0.000 0.016 0.008 Image.py:2227(open) | |
5 0.000 0.000 0.000 0.000 fractions.py:280(_operator_fallbacks) | |
2 0.000 0.000 0.000 0.000 JpegImagePlugin.py:182(DQT) | |
1 0.000 0.000 0.000 0.000 cookielib.py:854(DefaultCookiePolicy) | |
2 0.000 0.000 0.000 0.000 0003_capitalizeverbose.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 0010_change_on_delete_behaviour.py:9(Migration) | |
6 0.000 0.000 0.000 0.000 config.py:751(add_handlers) | |
1 0.000 0.000 0.000 0.000 __init__.py:698(find) | |
10 0.000 0.000 0.000 0.000 plistlib.py:433(getData) | |
1 0.000 0.000 0.001 0.001 models.py:1467(GroupPagePermission) | |
1 0.000 0.000 0.000 0.000 blocks.py:189(BasicMediaBlock) | |
1 0.000 0.000 0.000 0.000 __init__.py:1398(MarkerEvaluation) | |
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex) | |
3 0.000 0.000 0.000 0.000 __init__.py:1855(get_prep_lookup) | |
6 0.000 0.000 0.000 0.000 cache.py:50(never_cache) | |
1 0.000 0.000 0.000 0.000 manager.py:50(BaseManager) | |
10 0.000 0.000 0.000 0.000 {method 'seek' of 'file' objects} | |
1 0.000 0.000 0.000 0.000 forms.py:103(SelectDateForm) | |
1 0.000 0.000 0.000 0.000 forms.py:7(GSNIssueForm) | |
9 0.000 0.000 0.000 0.000 views.py:32(deprecate_current_app) | |
1 0.000 0.000 0.000 0.000 files.py:228(FileField) | |
8 0.000 0.000 0.000 0.000 {PIL._imaging.crc32} | |
2 0.000 0.000 0.000 0.000 argparse.py:2039(_match_arguments_partial) | |
17 0.000 0.000 0.000 0.000 argparse.py:557(_metavar_formatter) | |
4 0.000 0.000 0.000 0.000 fields.py:324(__init__) | |
1 0.000 0.000 0.000 0.000 admin_utils.py:68(ContentInstanceModelForm) | |
1 0.000 0.000 0.002 0.002 platform.py:776(_mac_ver_xml) | |
17 0.000 0.000 0.000 0.000 related_descriptors.py:690(through) | |
41 0.000 0.000 0.000 0.000 __init__.py:182(<lambda>) | |
5 0.000 0.000 0.000 0.000 checks.py:423(_check_ordering_item) | |
6 0.000 0.000 0.000 0.000 weakref.py:81(__contains__) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:170(_getuserbase) | |
1 0.000 0.000 0.000 0.000 base_models.py:77(ContentWorkflow) | |
4 0.000 0.000 0.000 0.000 managers.py:72(contribute_to_class) | |
1 0.000 0.000 0.000 0.000 models.py:373(Region) | |
5 0.000 0.000 0.000 0.000 threading.py:242(Condition) | |
11 0.000 0.000 0.000 0.000 loading.py:155(for_read) | |
1 0.000 0.000 0.000 0.000 helpers.py:29(ActionForm) | |
1 0.000 0.000 0.000 0.000 files.py:144(ThumbnailFile) | |
3 0.000 0.000 0.000 0.000 models.py:15(decorator) | |
2 0.000 0.000 0.001 0.000 _osx_support.py:83(_get_system_version) | |
45 0.000 0.000 0.000 0.000 extras.py:977(<lambda>) | |
2 0.000 0.000 0.000 0.000 __init__.py:2313(formfield) | |
1 0.000 0.000 0.000 0.000 base_models.py:12(MetaTag) | |
1 0.000 0.000 0.000 0.000 headers.py:10(HeadersPanel) | |
3 0.000 0.000 0.000 0.000 version.py:10(get_version) | |
1 0.000 0.000 0.000 0.000 boundfield.py:21(BoundField) | |
1 0.000 0.000 0.000 0.000 _MozillaCookieJar.py:1(<module>) | |
2 0.000 0.000 0.000 0.000 writer.py:240(basedir) | |
1 0.000 0.000 0.000 0.000 decimal.py:3764(Context) | |
1 0.000 0.000 0.008 0.008 trans_real.py:103(__init__) | |
3 0.000 0.000 0.000 0.000 query.py:2031(__init__) | |
2 0.000 0.000 0.000 0.000 __init__.py:64(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:146(activate) | |
1 0.000 0.000 0.000 0.000 argparse.py:1025(_SubParsersAction) | |
1 0.000 0.000 0.001 0.001 zipfile.py:420(_ZipDecrypter) | |
1 0.000 0.000 0.000 0.000 models.py:80(WorkflowMixin) | |
1 0.000 0.000 0.000 0.000 options.py:93(BaseModelAdmin) | |
1 0.000 0.000 0.000 0.000 Queue.py:26(__init__) | |
3 0.000 0.000 0.000 0.000 argparse.py:1789(take_action) | |
1 0.000 0.000 0.000 0.000 0011_auto_20160106_1627.py:8(Migration) | |
5 0.000 0.000 0.001 0.000 gettext.py:530(dgettext) | |
2 0.000 0.000 0.000 0.000 apps.py:14(ready) | |
1 0.000 0.000 0.000 0.000 0013_update_golive_expire_help_text.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 views.py:8(Index) | |
33 0.000 0.000 0.000 0.000 plistlib.py:420(handleData) | |
1 0.000 0.000 0.000 0.000 common.py:192(AbstractSubject) | |
1 0.000 0.000 0.001 0.001 markupbase.py:7(<module>) | |
1 0.000 0.000 0.000 0.000 base_search_indexes.py:18(DescribableBaseIndex) | |
1 0.000 0.000 0.000 0.000 static.py:9(static) | |
1 0.000 0.000 0.000 0.000 client.py:383(Client) | |
1 0.000 0.000 0.000 0.000 operations.py:15(BaseDatabaseOperations) | |
1 0.000 0.000 0.000 0.000 tokenizer.py:24(HTMLTokenizer) | |
1 0.000 0.000 0.024 0.024 sites.py:175(check_dependencies) | |
1 0.000 0.000 0.000 0.000 models.py:210(AbstractEmailForm) | |
1 0.000 0.000 0.000 0.000 forms.py:21(SubjectTreeAdminForm) | |
1 0.000 0.000 0.000 0.000 app_loading.py:2(<module>) | |
1 0.000 0.000 0.022 0.022 hooks.py:36(search_for_hooks) | |
46 0.000 0.000 0.000 0.000 graph.py:33(__eq__) | |
3 0.000 0.000 0.000 0.000 query.py:880(get_initial_alias) | |
11 0.000 0.000 0.000 0.000 threading.py:300(_is_owned) | |
1 0.000 0.000 0.000 0.000 common.py:185(AbstractPrimer) | |
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:114(BaseHTTPRequestHandler) | |
1 0.000 0.000 0.000 0.000 threading.py:656(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:76(Link) | |
1 0.000 0.000 0.000 0.000 models.py:42(FormSubmission) | |
3 0.000 0.000 0.000 0.000 __init__.py:730(get_prep_lookup) | |
2 0.000 0.000 0.000 0.000 base.py:450(<genexpr>) | |
28 0.000 0.000 0.000 0.000 models.py:527(__init__) | |
5 0.000 0.000 0.000 0.000 base.py:43(catch_errors_and_unavailability) | |
1 0.000 0.000 0.000 0.000 <string>:1(Attribute) | |
2/1 0.000 0.000 0.002 0.002 sysconfig.py:443(get_config_vars) | |
1 0.000 0.000 0.000 0.000 <string>:1(TableInfo) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:372(chunk_pHYs) | |
25 0.000 0.000 0.000 0.000 dispatcher.py:297(receiver) | |
2 0.000 0.000 0.000 0.000 poolmanager.py:32(PoolManager) | |
16 0.000 0.000 0.000 0.000 copy.py:226(_deepcopy_list) | |
4 0.000 0.000 0.000 0.000 encoding.py:112(force_bytes) | |
1 0.000 0.000 0.000 0.000 fields.py:10(AddField) | |
1 0.000 0.000 0.001 0.001 ElementPath.py:59(<module>) | |
1 0.000 0.000 0.000 0.000 newsroom.py:75(NewsItemPage) | |
1 0.000 0.000 0.000 0.000 oauth2_session.py:19(OAuth2Session) | |
4 0.000 0.000 0.000 0.000 utils.py:180(_get_tree_model) | |
1 0.000 0.000 0.000 0.000 functional.py:209(LazyObject) | |
1 0.000 0.000 0.000 0.000 0010_change_page_owner_to_null_on_delete.py:9(Migration) | |
1 0.000 0.000 0.024 0.024 engine.py:66(get_default) | |
1 0.000 0.000 0.000 0.000 forms.py:262(SetPasswordForm) | |
1 0.000 0.000 0.000 0.000 __init__.py:1016(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:67(Thumbnail) | |
6 0.000 0.000 0.000 0.000 hashlib.py:100(__get_openssl_constructor) | |
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>) | |
7 0.000 0.000 0.000 0.000 migration.py:182(__new__) | |
1 0.000 0.000 0.000 0.000 blocks.py:158(RichTeaserBlock) | |
2 0.000 0.000 0.000 0.000 timeout.py:21(Timeout) | |
1 0.000 0.000 0.000 0.000 permissions.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 related.py:718(ForeignKey) | |
1 0.000 0.000 0.000 0.000 minidom.py:630(Element) | |
1 0.000 0.000 0.000 0.000 forms.py:62(BaseForm) | |
8 0.000 0.000 0.000 0.000 dyld.py:40(dyld_env) | |
1 0.000 0.000 0.000 0.000 transport.py:141(set_connections) | |
1 0.000 0.000 0.000 0.000 <string>:1(DefaultVerifyPaths) | |
2 0.000 0.000 0.000 0.000 widgets.py:15(<genexpr>) | |
1 0.000 0.000 0.000 0.000 <string>:1(Traceback) | |
1 0.000 0.000 0.025 0.025 views.py:17(SearchView) | |
1 0.000 0.000 0.000 0.000 ImageChops.py:18(<module>) | |
1 0.000 0.000 0.019 0.019 __init__.py:3084(_initialize_master_working_set) | |
1 0.000 0.000 0.000 0.000 {pyexpat.ParserCreate} | |
2 0.000 0.000 0.000 0.000 urlparse.py:107(port) | |
7 0.000 0.000 0.000 0.000 sites.py:263(wrap) | |
1 0.000 0.000 0.000 0.000 blocks.py:36(TwitterWidgetBlock) | |
1 0.000 0.000 0.000 0.000 ssl.py:492(SSLSocket) | |
1 0.000 0.000 0.000 0.000 utils.py:7(<module>) | |
4 0.000 0.000 0.000 0.000 __init__.py:1703(formfield) | |
18 0.000 0.000 0.000 0.000 utils.py:77(user_passes_test) | |
1 0.000 0.000 0.002 0.002 py.py:10(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:173(TreatyChapter) | |
1 0.000 0.000 0.024 0.024 utils.py:84(__getitem__) | |
6 0.000 0.000 0.000 0.000 weakref.py:98(__setitem__) | |
5 0.000 0.000 0.000 0.000 PngImagePlugin.py:107(read) | |
33 0.000 0.000 0.000 0.000 pyexpat.c:441(CharacterData) | |
20 0.000 0.000 0.000 0.000 _abcoll.py:98(__subclasshook__) | |
1 0.000 0.000 0.001 0.001 util.py:76(find_library) | |
1 0.000 0.000 0.000 0.000 0006_person_hero_image.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 specifiers.py:601(__init__) | |
9 0.000 0.000 0.000 0.000 models.py:332(name_lower) | |
1 0.000 0.000 0.000 0.000 models.py:284(GSNPage) | |
9 0.000 0.000 0.014 0.002 six.py:114(_resolve) | |
2 0.000 0.000 0.278 0.139 apps.py:13(ready) | |
4 0.000 0.000 0.000 0.000 six.py:83(__get__) | |
1 0.000 0.000 0.000 0.000 <string>:1(_Version) | |
1 0.000 0.000 0.000 0.000 pickle.py:171(Pickler) | |
43 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod) | |
11 0.000 0.000 0.000 0.000 models.py:371(raise_if_unsaved) | |
1 0.000 0.000 0.000 0.000 __init__.py:224(HTMLTreeBuilder) | |
1 0.000 0.000 0.000 0.000 menu.py:99(SubmenuMenuItem) | |
4 0.000 0.000 0.000 0.000 pillow.py:38(get_pillow_image) | |
23 0.000 0.000 0.000 0.000 managers.py:350(left_attr) | |
2 0.000 0.000 0.111 0.056 __init__.py:25(autodiscover) | |
1 0.000 0.000 0.000 0.000 __init__.py:2454(Distribution) | |
1 0.000 0.000 0.000 0.000 views.py:15(FacetedSiteSearchView) | |
1 0.000 0.000 0.000 0.000 alias.py:23(populate_from_settings) | |
1 0.000 0.000 0.000 0.000 <string>:1(Url) | |
20 0.000 0.000 0.000 0.000 base.py:23(wrapper) | |
1 0.000 0.000 0.000 0.000 __init__.py:3074(_initialize) | |
1 0.000 0.000 0.000 0.000 autodetector.py:20(MigrationAutodetector) | |
17 0.000 0.000 0.000 0.000 argparse.py:1448(_check_conflict) | |
6 0.000 0.000 0.000 0.000 edit_handlers.py:407(__init__) | |
1 0.000 0.000 0.000 0.000 utils.py:171(ensure_defaults) | |
1 0.000 0.000 0.000 0.000 <string>:1(Column) | |
3 0.000 0.000 0.000 0.000 argparse.py:2252(_get_value) | |
27 0.000 0.000 0.000 0.000 decimal.py:3810(<genexpr>) | |
1 0.000 0.000 0.000 0.000 checks.py:17(check_admin_app) | |
1 0.000 0.000 0.000 0.000 models.py:302(GSNReaderAlert) | |
1 0.000 0.000 0.000 0.000 inspect.py:895(getcallargs) | |
1 0.000 0.000 0.000 0.000 __init__.py:67(BaseSearchBackend) | |
1 0.000 0.000 0.000 0.000 blocks.py:138(FocalTeaserBlock) | |
1 0.000 0.000 0.002 0.002 engine.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 forms.py:61(LoginForm) | |
2 0.000 0.000 0.000 0.000 __init__.py:145(get_user_model) | |
2 0.000 0.000 0.000 0.000 forms.py:27(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:135(StoryCard) | |
1 0.000 0.000 0.000 0.000 storage.py:174(FileSystemStorage) | |
1 0.000 0.000 0.000 0.000 blocks.py:273(DonateBlock) | |
4 0.000 0.000 0.000 0.000 widgets.py:747(__init__) | |
6 0.000 0.000 0.001 0.000 config.py:777(configure_logger) | |
1 0.000 0.000 0.000 0.000 rect.py:29(Rect) | |
16 0.000 0.000 0.000 0.000 _abcoll.py:26(<genexpr>) | |
1 0.000 0.000 0.000 0.000 utils.py:16(CursorWrapper) | |
1 0.000 0.000 0.001 0.001 recorder.py:12(MigrationRecorder) | |
86 0.000 0.000 0.000 0.000 global_settings.py:6(<lambda>) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:259(RegexURLResolver) | |
1 0.000 0.000 0.000 0.000 __init__.py:2373(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:1712(PageViewRestriction) | |
5 0.000 0.000 0.000 0.000 config.py:685(add_filters) | |
1 0.000 0.000 0.000 0.000 app_loading.py:18(haystack_get_app_modules) | |
1 0.000 0.000 0.000 0.000 __init__.py:50(BeautifulSoup) | |
39 0.000 0.000 0.000 0.000 {posix.getpid} | |
1 0.000 0.000 0.000 0.000 autodetector.py:1138(suggest_name) | |
6 0.000 0.000 0.000 0.000 timezone.py:343(is_naive) | |
2 0.000 0.000 0.000 0.000 {method 'format' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 0004_set_unique_on_path_and_site.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 models.py:29(SearchResult) | |
1 0.000 0.000 0.002 0.002 plistlib.py:68(readPlist) | |
4 0.000 0.000 0.000 0.000 warnings.py:343(__enter__) | |
1 0.000 0.000 0.000 0.000 checks.py:492(ModelAdminChecks) | |
11 0.000 0.000 0.000 0.000 ImageFile.py:492(_safe_read) | |
9 0.000 0.000 0.000 0.000 _binary.py:56(i32be) | |
4 0.000 0.000 0.000 0.000 __init__.py:228(_declare_state) | |
1 0.000 0.000 0.000 0.000 urllib.py:120(URLopener) | |
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral) | |
1 0.000 0.000 0.000 0.000 0023_alter_page_revision_on_delete_behaviour.py:9(Migration) | |
5 0.000 0.000 0.000 0.000 http.py:31(decorator) | |
1 0.000 0.000 0.024 0.024 utils.py:109(all) | |
3 0.000 0.000 0.000 0.000 __init__.py:348(get_col) | |
1 0.000 0.000 0.000 0.000 base.py:221(__init__) | |
33 0.000 0.000 0.000 0.000 state.py:203(import_models) | |
1 0.000 0.000 0.000 0.000 minidom.py:33(Node) | |
1 0.000 0.000 0.000 0.000 common.py:178(AbstractPartnerOrganization) | |
1 0.000 0.000 0.005 0.005 __init__.py:28(_setup) | |
3 0.000 0.000 0.000 0.000 csrf.py:50(csrf_exempt) | |
1 0.000 0.000 0.000 0.000 fields.py:552(FileField) | |
1 0.000 0.000 0.002 0.002 log.py:55(configure_logging) | |
1 0.000 0.000 0.000 0.000 vary.py:1(<module>) | |
17 0.000 0.000 0.000 0.000 argparse.py:1680(_add_action) | |
29 0.000 0.000 0.000 0.000 graph.py:283(__contains__) | |
1 0.000 0.000 0.000 0.000 0019_verbose_names_cleanup.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 whitelist.py:65(Whitelister) | |
1 0.000 0.000 0.013 0.013 __init__.py:33(load_command_class) | |
4 0.000 0.000 0.000 0.000 warnings.py:322(__init__) | |
1 0.000 0.000 0.000 0.000 logging.py:59(LoggingPanel) | |
3 0.000 0.000 0.000 0.000 locale.py:447(_parse_localename) | |
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 models.py:112(Chapter) | |
1 0.000 0.000 0.000 0.000 collections.py:26(OrderedDict) | |
1 0.000 0.000 0.000 0.000 nonmultipart.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>) | |
1 0.000 0.000 0.000 0.000 mimetypes.py:378(_default_mime_types) | |
1 0.000 0.000 0.000 0.000 zipfile.py:262(ZipInfo) | |
1 0.000 0.000 0.001 0.001 widgets.py:919(SelectDateWidget) | |
1 0.000 0.000 0.000 0.000 blocks.py:123(BasicTeaserBlock) | |
12 0.000 0.000 0.000 0.000 __init__.py:109(NumberAwareString) | |
1 0.000 0.000 0.000 0.000 timer.py:16(TimerPanel) | |
1 0.000 0.000 0.000 0.000 projects.py:174(PriorityProject) | |
1 0.000 0.000 0.000 0.000 ordered_dict.py:16(OrderedDict) | |
2 0.000 0.000 0.000 0.000 connectionpool.py:98(HTTPConnectionPool) | |
1 0.000 0.000 0.000 0.000 nodes.py:3(NodesClient) | |
1 0.000 0.000 0.000 0.000 models.py:103(ItemBase) | |
2 0.000 0.000 0.001 0.000 image.py:140(find_loader) | |
1 0.000 0.000 0.000 0.000 0005_aboutpage_body.py:7(Migration) | |
22 0.000 0.000 0.000 0.000 models.py:330(<genexpr>) | |
3 0.000 0.000 0.000 0.000 conf.py:23(get_isolated) | |
1 0.000 0.000 0.000 0.000 utils.py:4(FileProxyMixin) | |
2 0.000 0.000 0.000 0.000 six.py:469(Module_six_moves_urllib) | |
1 0.000 0.000 0.000 0.000 0003_add_uniqueness_constraint_on_group_page_permission.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 handler.py:10(<module>) | |
3 0.000 0.000 0.000 0.000 lookups.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 filter.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>) | |
3 0.000 0.000 0.000 0.000 fields.py:118(_check_content_type_field) | |
1 0.000 0.000 0.000 0.000 related.py:423(ForeignObject) | |
1 0.000 0.000 0.000 0.000 messages.py:32(__str__) | |
1 0.000 0.000 0.000 0.000 blocks.py:242(ExpertChooserBlock) | |
3 0.000 0.000 0.000 0.000 __init__.py:1849(get_prep_value) | |
1 0.000 0.000 0.000 0.000 specifiers.py:710(contains) | |
1 0.000 0.000 0.000 0.000 forms.py:300(PasswordChangeForm) | |
2 0.000 0.000 0.000 0.000 {_csv.register_dialect} | |
16 0.000 0.000 0.000 0.000 six.py:75(_add_doc) | |
72 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects} | |
1 0.000 0.000 0.000 0.000 forms.py:124(AuthenticationForm) | |
1 0.000 0.000 0.000 0.000 forms.py:176(PageViewRestrictionForm) | |
19 0.000 0.000 0.000 0.000 tokenize.py:45(group) | |
4 0.000 0.000 0.000 0.000 argparse.py:1310(add_argument_group) | |
4 0.000 0.000 0.000 0.000 _abcoll.py:83(__subclasshook__) | |
1 0.000 0.000 0.000 0.000 messages.py:54(is_silenced) | |
1 0.000 0.000 0.000 0.000 password_validation.py:156(CommonPasswordValidator) | |
1 0.000 0.000 0.000 0.000 admin.py:42(WorkflowAdmin) | |
19 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects} | |
1 0.000 0.000 0.000 0.000 text.py:5(<module>) | |
26 0.000 0.000 0.000 0.000 sre_parse.py:139(__delitem__) | |
1 0.000 0.000 0.000 0.000 UserList.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 versions.py:13(VersionsPanel) | |
1 0.000 0.000 0.000 0.000 subprocess.py:647(Popen) | |
7 0.000 0.000 0.000 0.000 argparse.py:842(__init__) | |
1 0.000 0.000 0.000 0.000 encoder.py:186(encode) | |
1 0.000 0.000 0.000 0.000 panel.py:94(TemplatesPanel) | |
4 0.000 0.000 0.000 0.000 library.py:137(assignment_tag) | |
7 0.000 0.000 0.000 0.000 __init__.py:692(createLock) | |
1 0.000 0.000 0.002 0.002 dylib.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 urllib.py:616(FancyURLopener) | |
1 0.000 0.000 0.000 0.000 socket.py:239(_fileobject) | |
2 0.000 0.000 0.000 0.000 registry.py:221(is_installed) | |
6 0.000 0.000 0.000 0.000 framework.py:22(framework_info) | |
1 0.000 0.000 0.000 0.000 shortcuts.py:2(<module>) | |
4 0.000 0.000 0.000 0.000 Image.py:748(load) | |
25 0.000 0.000 0.000 0.000 files.py:268(_check_primary_key) | |
1 0.000 0.000 0.000 0.000 UserList.py:5(UserList) | |
2 0.000 0.000 0.000 0.000 repr.py:10(__init__) | |
1 0.000 0.000 0.000 0.000 <string>:1(PathInfo) | |
3 0.000 0.000 0.000 0.000 query.py:900(join) | |
2 0.000 0.000 0.000 0.000 ssl.py:304(__new__) | |
2 0.000 0.000 0.000 0.000 {posix.readlink} | |
1 0.000 0.000 0.000 0.000 related.py:1098(ManyToManyField) | |
1 0.000 0.000 0.000 0.000 handlers.py:637(SysLogHandler) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:605(ElementTree) | |
1 0.000 0.000 0.000 0.000 models.py:254(CountryThreatOrder) | |
1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin) | |
2 0.000 0.000 0.000 0.000 url.py:10(Url) | |
1 0.000 0.000 0.000 0.000 fields.py:923(TypedMultipleChoiceField) | |
1 0.000 0.000 0.000 0.000 messages.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 toolbar.py:20(DebugToolbar) | |
1 0.000 0.000 0.000 0.000 trans_real.py:139(_init_translation_catalog) | |
13 0.000 0.000 0.000 0.000 __init__.py:1037(get_unified_index) | |
1 0.000 0.000 0.009 0.009 __init__.py:637(_build_master) | |
1 0.000 0.000 0.004 0.004 dammit.py:52(EntitySubstitution) | |
1 0.000 0.000 0.000 0.000 gzip.py:36(GzipFile) | |
1 0.000 0.000 0.000 0.000 models.py:358(FacilityCategory) | |
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:744(ElasticsearchSearchQuery) | |
1 0.000 0.000 0.000 0.000 0003_event_project_pages.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 api.py:21(__init__) | |
6 0.000 0.000 0.000 0.000 debug.py:64(decorator) | |
6 0.000 0.000 0.000 0.000 checks.py:53(_check_raw_id_fields_item) | |
1 0.000 0.000 0.000 0.000 0009_auto_20151127_2234.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 api.py:30(FFI) | |
1 0.000 0.000 0.000 0.000 base.py:40(Block) | |
1 0.000 0.000 0.000 0.000 engine.py:19(Engine) | |
74 0.000 0.000 0.000 0.000 {globals} | |
3 0.000 0.000 0.000 0.000 __init__.py:1307(removeHandler) | |
1 0.000 0.000 0.000 0.000 color.py:67(color_style) | |
1 0.000 0.000 0.022 0.022 __init__.py:169(fetch_command) | |
1 0.000 0.000 0.000 0.000 forms.py:4(PasswordPageViewRestrictionForm) | |
1 0.000 0.000 0.000 0.000 models.py:12(Session) | |
3 0.000 0.000 0.000 0.000 query.py:1422(trim_joins) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:256(DOMInputSource) | |
1 0.000 0.000 0.000 0.000 models.py:204(GenericTaggedItemBase) | |
1 0.000 0.000 0.000 0.000 common.py:213(AbstractProject) | |
1 0.000 0.000 0.000 0.000 random.py:72(Random) | |
1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>) | |
7 0.000 0.000 0.000 0.000 vary.py:7(vary_on_headers) | |
1 0.000 0.000 0.000 0.000 shortcuts.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 field_block.py:414(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 forms.py:80(MoveNodeForm) | |
1 0.000 0.000 0.000 0.000 loading.py:161(__init__) | |
1 0.000 0.000 0.000 0.000 minicompat.py:75(EmptyNodeList) | |
1 0.000 0.000 0.000 0.000 __init__.py:203(deactivate_all) | |
1 0.000 0.000 0.000 0.000 inspect.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day) | |
1 0.000 0.000 0.001 0.001 config.py:350(BaseConfigurator) | |
1 0.000 0.000 0.000 0.000 0016_change_page_url_path_to_text_field.py:7(Migration) | |
2 0.000 0.000 0.001 0.000 wand.py:42(check) | |
1 0.000 0.000 0.000 0.000 creation.py:16(BaseDatabaseCreation) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:157(EditHandler) | |
5 0.000 0.000 0.001 0.000 gettext.py:568(gettext) | |
1 0.000 0.000 0.000 0.000 html5parser.py:51(HTMLParser) | |
1 0.000 0.000 0.000 0.000 makemigrations.py:23(add_arguments) | |
1 0.000 0.000 0.000 0.000 testcases.py:989(TestCase) | |
3 0.000 0.000 0.001 0.000 query.py:785(filter) | |
1 0.000 0.000 0.000 0.000 urlparse.py:137(urlparse) | |
12 0.000 0.000 0.000 0.000 registry.py:228(<genexpr>) | |
1 0.000 0.000 0.000 0.000 0020_add_index_on_page_first_published_at.py:7(Migration) | |
10 0.000 0.000 0.000 0.000 Queue.py:237(_qsize) | |
1 0.000 0.000 0.000 0.000 <string>:1(Mismatch) | |
45 0.000 0.000 0.000 0.000 {imp.acquire_lock} | |
23 0.000 0.000 0.000 0.000 __init__.py:2997(cls) | |
1 0.000 0.000 0.000 0.000 0022_add_site_name.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 blocks.py:174(MediaTeaserBlock) | |
4 0.000 0.000 0.000 0.000 {method 'tolist' of 'array.array' objects} | |
1 0.000 0.000 0.000 0.000 forms.py:8(CountryThreatAdminForm) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:70(getregentry) | |
1 0.000 0.000 0.000 0.000 0006_auto_20151125_1817.py:7(Migration) | |
1 0.000 0.000 0.001 0.001 subclassing.py:20(__new__) | |
1 0.000 0.000 0.000 0.000 projects.py:152(ProjectSubject) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:1778(FloatField) | |
1 0.000 0.000 0.000 0.000 forms.py:73(Meta) | |
1 0.000 0.000 0.000 0.000 checks.py:305(_check_radio_fields_value) | |
1 0.000 0.000 0.000 0.000 common.py:199(AbstractCountry) | |
7 0.000 0.000 0.000 0.000 transaction.py:147(__init__) | |
1 0.000 0.000 0.000 0.000 encoding.py:268(get_system_encoding) | |
1 0.000 0.000 0.000 0.000 argparse.py:1538(ArgumentParser) | |
1 0.000 0.000 0.000 0.000 models.py:129(RenameModel) | |
3 0.000 0.000 0.000 0.000 termcolors.py:70(<lambda>) | |
1 0.000 0.000 0.000 0.000 pages.py:220(ObjectListPage) | |
1 0.000 0.000 0.000 0.000 httplib.py:725(HTTPConnection) | |
1 0.000 0.000 0.000 0.000 taggable.py:13(TagSearchable) | |
69 0.000 0.000 0.000 0.000 config.py:204(ready) | |
1 0.000 0.000 0.000 0.000 widgets.py:934(__init__) | |
1 0.000 0.000 0.000 0.000 common.py:164(AbstractPerson) | |
1 0.000 0.000 0.000 0.000 response.py:17(SimpleTemplateResponse) | |
1 0.000 0.000 0.000 0.000 <string>:1(CacheInfo) | |
1 0.000 0.000 0.000 0.000 widgets.py:65(AdminChooser) | |
1 0.000 0.000 0.000 0.000 validators.py:30(RegexValidator) | |
7 0.000 0.000 0.000 0.000 {method 'tell' of 'file' objects} | |
1 0.000 0.000 0.000 0.000 fields.py:218(RenameField) | |
13 0.000 0.000 0.000 0.000 cache.py:30(send_signal) | |
1 0.000 0.000 0.000 0.000 decoder.py:304(__init__) | |
6 0.000 0.000 0.000 0.000 argparse.py:1439(_get_handler) | |
1 0.000 0.000 0.000 0.000 state.py:63(ProjectState) | |
11 0.000 0.000 0.000 0.000 {method 'partition' of 'unicode' objects} | |
1 0.000 0.000 155.680 155.680 loader.py:331(project_state) | |
1 0.000 0.000 0.000 0.000 specifiers.py:31(BaseSpecifier) | |
1 0.000 0.000 0.000 0.000 threading.py:1090(__init__) | |
1 0.000 0.000 0.000 0.000 forms.py:186(GroupForm) | |
1 0.000 0.000 0.000 0.000 indexes.py:84(SearchIndex) | |
6 0.000 0.000 0.000 0.000 weakref.py:267(__init__) | |
11 0.000 0.000 0.000 0.000 smartif.py:52(Operator) | |
1 0.000 0.000 0.000 0.000 _lxml.py:28(LXMLTreeBuilderForXML) | |
2 0.000 0.000 0.000 0.000 writer.py:305(path) | |
1 0.000 0.000 0.000 0.000 autodetector.py:1160(parse_number) | |
1 0.000 0.000 0.000 0.000 extras.py:335(LoggingConnection) | |
2 0.000 0.000 0.000 0.000 ImageFile.py:247(load_prepare) | |
1 0.000 0.000 0.000 0.000 models.py:1322(Orderable) | |
6 0.000 0.000 0.000 0.000 {method 'lstrip' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 sql.py:147(TokenList) | |
12 0.000 0.000 0.000 0.000 log.py:16(__init__) | |
27 0.000 0.000 0.000 0.000 decimal.py:3817(<genexpr>) | |
1 0.000 0.000 0.000 0.000 sessions.py:266(Session) | |
8 0.000 0.000 0.000 0.000 {_bisect.insort_right} | |
6 0.000 0.000 0.014 0.002 loading.py:293(get_indexed_models) | |
1 0.000 0.000 0.000 0.000 0003_make_site_field_editable.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 0002_alter_domain_unique.py:8(Migration) | |
5 0.000 0.000 0.000 0.000 utils.py:113(any_permission_required) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:10(CountryIndex) | |
1 0.000 0.000 0.000 0.000 indexes.py:387(ModelSearchIndex) | |
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo) | |
1 0.000 0.000 0.000 0.000 expressions.py:223(output_field) | |
12 0.000 0.000 0.000 0.000 version.py:38(<genexpr>) | |
1 0.000 0.000 0.000 0.000 base.py:27(psycopg2_version) | |
2 0.000 0.000 0.000 0.000 module_loading.py:150(module_dir) | |
1 0.000 0.000 0.000 0.000 decoder.py:17(_floatconstants) | |
1 0.000 0.000 0.000 0.000 utils.py:229(close_all) | |
1 0.000 0.000 0.000 0.000 cookies.py:164(RequestsCookieJar) | |
1 0.000 0.000 0.000 0.000 0008_auto_20151125_1819.py:7(Migration) | |
2 0.000 0.000 0.000 0.000 {math.log} | |
6 0.000 0.000 0.000 0.000 __init__.py:49(create) | |
1 0.000 0.000 0.000 0.000 tzinfo.py:69(StaticTzInfo) | |
1 0.000 0.000 0.000 0.000 0002_alter_permission_name_max_length.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 forms.py:10(Meta) | |
3 0.000 0.000 0.000 0.000 version.py:34(get_main_version) | |
1 0.000 0.000 0.000 0.000 specifiers.py:88(_IndividualSpecifier) | |
1 0.000 0.000 0.000 0.000 utils.py:8(<module>) | |
17 0.000 0.000 0.000 0.000 models.py:203(get_page_models) | |
7 0.000 0.000 0.000 0.000 Image.py:618(__getattr__) | |
1 0.000 0.000 0.000 0.000 html.py:150(Parser) | |
5 0.000 0.000 0.000 0.000 edit_handlers.py:589(__init__) | |
1 0.000 0.000 0.000 0.000 base.py:52(BaseCache) | |
1 0.000 0.000 0.000 0.000 urlparse.py:160(_splitnetloc) | |
1 0.000 0.000 0.000 0.000 related_descriptors.py:257(ReverseOneToOneDescriptor) | |
1 0.000 0.000 0.000 0.000 0008_image_created_at_index.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 0001_migrate_redirects.py:18(Migration) | |
1 0.000 0.000 0.000 0.000 optimizer.py:11(MigrationOptimizer) | |
1 0.000 0.000 0.000 0.000 models.py:73(Status) | |
1 0.000 0.000 0.000 0.000 managers.py:424(formfield) | |
1 0.000 0.000 0.000 0.000 forms.py:124(FacetedModelSearchForm) | |
1 0.000 0.000 0.001 0.001 validators.py:329(MinLengthValidator) | |
13 0.000 0.000 0.000 0.000 library.py:145(inclusion_tag) | |
1 0.000 0.000 0.000 0.000 <string>:1(DecimalTuple) | |
1 0.000 0.000 0.024 0.024 django.py:44(get_templatetag_libraries) | |
3 0.000 0.000 0.000 0.000 manager.py:216(all) | |
1 0.000 0.000 0.000 0.000 models.py:157(CommonGenericTaggedItemBase) | |
2 0.000 0.000 0.002 0.001 base.py:50(__init__) | |
25 0.000 0.000 0.000 0.000 files.py:255(_check_unique) | |
1 0.000 0.000 0.000 0.000 0004_make_focal_point_key_not_nullable.py:45(Migration) | |
1 0.000 0.000 0.000 0.000 common.py:220(AbstractTreatyAndRegime) | |
1 0.000 0.000 0.000 0.000 bdb.py:449(Breakpoint) | |
1 0.000 0.000 0.000 0.000 minicompat.py:51(NodeList) | |
2 0.000 0.000 0.000 0.000 connectionpool.py:59(ConnectionPool) | |
1 0.000 0.000 0.000 0.000 0003_alter_user_email_max_length.py:7(Migration) | |
3 0.000 0.000 0.000 0.000 expressions.py:290(get_lookup) | |
1 0.000 0.000 0.000 0.000 common.py:206(AbstractRegion) | |
1 0.000 0.000 0.000 0.000 common.py:171(AbstractEvent) | |
4 0.000 0.000 0.000 0.000 decorators.py:112(decorator_from_middleware) | |
2 0.000 0.000 0.000 0.000 Image.py:402(_getdecoder) | |
1 0.000 0.000 0.000 0.000 state.py:224(<setcomp>) | |
1 0.000 0.000 0.000 0.000 __init__.py:2165(TimeField) | |
1 0.000 0.000 0.000 0.000 related_descriptors.py:73(ForwardManyToOneDescriptor) | |
1 0.000 0.000 0.000 0.000 numbers.py:169(Real) | |
1 0.000 0.000 0.000 0.000 articles.py:88(ArticleSubject) | |
1 0.000 0.000 0.000 0.000 Cookie.py:648(__ParseString) | |
1 0.000 0.000 0.000 0.000 minidom.py:335(Attr) | |
4 0.000 0.000 0.000 0.000 checks.py:769(_check_list_editable_item) | |
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo) | |
9 0.000 0.000 0.002 0.000 settings.py:187(<genexpr>) | |
1 0.000 0.000 0.000 0.000 {built-in method today} | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:725(jpeg_factory) | |
1 0.000 0.000 0.051 0.051 urls.py:6(check_url_config) | |
6 0.000 0.000 0.000 0.000 __init__.py:808(add_model) | |
1 0.000 0.000 0.000 0.000 multipart.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:9(PersonIndex) | |
20 0.000 0.000 0.000 0.000 base.py:21(register_operation) | |
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec) | |
2 0.000 0.000 0.000 0.000 log.py:81(__init__) | |
1 0.000 0.000 0.000 0.000 timeout.py:140(from_float) | |
1 0.000 0.000 0.002 0.002 extras.py:583(HstoreAdapter) | |
1 0.000 0.000 0.000 0.000 snippets.py:31(NavigationItem) | |
1 0.000 0.000 0.000 0.000 authorization.py:20(AuthorizationEndpoint) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:429(get_platform_osx) | |
4 0.000 0.000 0.000 0.000 six.py:72(_import_module) | |
2 0.000 0.000 0.000 0.000 request.py:13(RequestMethods) | |
3 0.000 0.000 0.000 0.000 element.py:15(_alias) | |
1 0.000 0.000 0.000 0.000 base.py:31(Client) | |
3 0.000 0.000 0.000 0.000 dyld.py:79(dyld_override_search) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:123(is_python_build) | |
2 0.000 0.000 0.001 0.000 re.py:143(search) | |
1 0.000 0.000 0.000 0.000 __init__.py:11(Panel) | |
1 0.000 0.000 0.000 0.000 base.py:29(__init__) | |
1 0.000 0.000 0.005 0.005 __init__.py:985(Environment) | |
1 0.000 0.000 0.000 0.000 client.py:222(RequestFactory) | |
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 options.py:1737(InlineModelAdmin) | |
4/3 0.000 0.000 0.000 0.000 conf.py:65(__setattr__) | |
1 0.000 0.000 0.000 0.000 expressions.py:451(F) | |
4 0.000 0.000 0.000 0.000 account.py:70(_wrap_password_reset_view) | |
1 0.000 0.000 0.000 0.000 blocks.py:79(TeaserHeroBlock) | |
2 0.000 0.000 0.000 0.000 deprecation.py:9(deprecated_resize_parameters) | |
1 0.000 0.000 0.000 0.000 datastructures.py:48(MultiValueDict) | |
1 0.000 0.000 0.000 0.000 fields.py:20(GenericForeignKey) | |
1 0.000 0.000 0.000 0.000 alias.py:6(Aliases) | |
2 0.000 0.000 0.000 0.000 response.py:18(DeflateDecoder) | |
19 0.000 0.000 0.000 0.000 termcolors.py:60(make_style) | |
37 0.000 0.000 0.000 0.000 {locals} | |
1 0.000 0.000 0.000 0.000 pagination.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 <string>:1(Arguments) | |
1 0.000 0.000 0.000 0.000 models.py:10(ResultSet) | |
4 0.000 0.000 0.000 0.000 config.py:676(configure_filter) | |
1 0.000 0.000 0.000 0.000 0007_page_latest_revision_created_at.py:7(Migration) | |
3 0.000 0.000 0.000 0.000 fields.py:103(_check_object_id_field) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:44(ArticleIndex) | |
1 0.000 0.000 0.000 0.000 utils.py:238(ConnectionRouter) | |
1 0.000 0.000 0.000 0.000 <string>:1(manifest_mod) | |
1 0.000 0.000 0.000 0.000 features.py:5(DatabaseFeatures) | |
1 0.000 0.000 0.000 0.000 widgets.py:112(AdminFileWidget) | |
6 0.000 0.000 0.000 0.000 tree.py:75(__nonzero__) | |
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op) | |
2 0.000 0.000 0.000 0.000 __init__.py:1468(formfield) | |
1 0.000 0.000 0.000 0.000 image.py:167(setup) | |
1 0.000 0.000 0.000 0.000 0004_page_locked.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 __init__.py:2323(BinaryField) | |
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:868(TiffImageFile) | |
1 0.000 0.000 0.000 0.000 files.py:389(ImageField) | |
10 0.000 0.000 0.000 0.000 Queue.py:240(_put) | |
1 0.000 0.000 0.000 0.000 fields.py:22(SearchField) | |
2 0.000 0.000 0.002 0.001 config.py:792(dictConfig) | |
1 0.000 0.000 0.000 0.000 models.py:442(AlterOrderWithRespectTo) | |
1 0.000 0.000 0.000 0.000 0002_auto_20150616_2121.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 collections.py:395(Counter) | |
1 0.000 0.000 0.000 0.000 views.py:20(Create) | |
2 0.000 0.000 0.000 0.000 retry.py:113(__init__) | |
1 0.000 0.000 0.000 0.000 iterators.py:5(<module>) | |
7 0.000 0.000 0.000 0.000 html.py:38(<genexpr>) | |
1 0.000 0.000 0.000 0.000 pages.py:162(LearnLandingPageSubNavigationItem) | |
1 0.000 0.000 0.000 0.000 minidom.py:1012(Text) | |
42 0.000 0.000 0.000 0.000 related.py:1046(_check_unique) | |
1 0.000 0.000 0.000 0.000 models.py:381(AlterIndexTogether) | |
1 0.000 0.000 0.000 0.000 models.py:137(TaggedItemBase) | |
1 0.000 0.000 0.000 0.000 loading.py:159(UnifiedIndex) | |
4 0.000 0.000 0.000 0.000 warnings.py:359(__exit__) | |
1 0.000 0.000 0.005 0.005 __init__.py:261(get_supported_platform) | |
1 0.000 0.000 0.000 0.000 __init__.py:193(dumps) | |
1 0.000 0.000 0.000 0.000 password_validation.py:19(get_default_password_validators) | |
1 0.000 0.000 0.000 0.000 expressions.py:637(__init__) | |
1 0.000 0.000 0.000 0.000 urlparse.py:95(hostname) | |
1 0.000 0.000 0.000 0.000 fields.py:250(IntegerField) | |
1 0.000 0.000 0.000 0.000 __init__.py:654(Handler) | |
1 0.000 0.000 0.000 0.000 models.py:92(WorkflowInlineMixin) | |
1 0.000 0.000 0.000 0.000 forms.py:101(UserChangeForm) | |
3 0.000 0.000 0.000 0.000 image.py:74(register_backend) | |
1 0.000 0.000 0.001 0.001 _osx_support.py:128(_supports_universal_builds) | |
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar) | |
1 0.000 0.000 0.000 0.000 __init__.py:205(SearchNode) | |
3 0.000 0.000 0.000 0.000 dyld.py:48(dyld_image_suffix) | |
1 0.000 0.000 0.000 0.000 projects.py:23(ProjectsPage) | |
1 0.000 0.000 0.000 0.000 models.py:528(Response) | |
1 0.000 0.000 0.000 0.000 0001_upgrade_bcrypt_passwords.py:21(Migration) | |
1 0.000 0.000 0.000 0.000 views.py:32(Edit) | |
1 0.000 0.000 0.000 0.000 files.py:286(Thumbnailer) | |
3 0.000 0.000 0.000 0.000 query.py:1377(setup_joins) | |
3 0.000 0.000 0.000 0.000 wagtail_hooks.py:12(register_admin_urls) | |
1 0.000 0.000 0.000 0.000 tzfile.py:16(_byte_string) | |
1 0.000 0.000 0.000 0.000 0002_facility_treaties.py:7(Migration) | |
2 0.000 0.000 0.000 0.000 views.py:157(__init__) | |
1 0.000 0.000 0.000 0.000 lorem_ipsum.py:3(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:428(get_provider) | |
1 0.000 0.000 0.000 0.000 _base.py:122(TreeBuilder) | |
1 0.000 0.000 0.000 0.000 timeout.py:96(__init__) | |
45 0.000 0.000 0.000 0.000 {imp.release_lock} | |
1 0.000 0.000 0.000 0.000 repr.py:8(Repr) | |
1 0.000 0.000 0.000 0.000 __init__.py:621(WorkingSet) | |
1 0.000 0.000 0.000 0.000 manager.py:8(SearchIndexManager) | |
1 0.000 0.000 0.000 0.000 compress.py:18(CompressorMixin) | |
9 0.000 0.000 0.000 0.000 library.py:76(dec) | |
1 0.000 0.000 0.000 0.000 snippets.py:9(HtmlSnippet) | |
5 0.000 0.000 0.000 0.000 Image.py:2416(register_mime) | |
1 0.000 0.000 0.004 0.004 state.py:81(remove_model) | |
2 0.000 0.000 0.000 0.000 Image.py:492(__init__) | |
1 0.000 0.000 0.000 0.000 views.py:85(CountryProfileOverview) | |
1 0.000 0.000 0.000 0.000 validators.py:150(EmailValidator) | |
1 0.000 0.000 0.000 0.000 query.py:1186(RawQuerySet) | |
1 0.000 0.000 0.000 0.000 __init__.py:1818(ZipProvider) | |
3 0.000 0.000 0.000 0.000 argparse.py:2156(_get_nargs_pattern) | |
1 0.000 0.000 0.000 0.000 _compat.py:14(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:1141(ResourceManager) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:97(ChunkStream) | |
1 0.000 0.000 0.000 0.000 panel.py:124(get_urls) | |
1 0.000 0.000 0.000 0.000 models.py:11(CreateModel) | |
1 0.000 0.000 0.000 0.000 GifImagePlugin.py:53(GifImageFile) | |
1 0.000 0.000 0.000 0.000 oauth1_session.py:58(OAuth1Session) | |
1 0.000 0.000 0.000 0.000 widgets.py:612(ChoiceInput) | |
1 0.000 0.000 0.000 0.000 utf_8.py:33(getregentry) | |
14 0.000 0.000 0.000 0.000 edit_handlers.py:350(__init__) | |
1 0.000 0.000 0.000 0.000 operations.py:9(DatabaseOperations) | |
1 0.000 0.000 0.000 0.000 graph.py:21(Node) | |
1 0.000 0.000 0.000 0.000 locale.py:546(getlocale) | |
1 0.000 0.000 0.000 0.000 opencv.py:8(OpenCVBackend) | |
1 0.000 0.000 0.000 0.000 extras.py:382(LoggingCursor) | |
3 0.000 0.000 0.000 0.000 result.py:14(failfast) | |
1 0.000 0.000 0.000 0.000 __init__.py:2366(UUIDField) | |
2 0.000 0.000 0.000 0.000 views.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 weakref.py:47(__init__) | |
1 0.000 0.000 0.000 0.000 Queue.py:21(Queue) | |
1 0.000 0.000 0.000 0.000 __init__.py:198(autocomplete) | |
1 0.000 0.000 0.000 0.000 __init__.py:1812(IntegerField) | |
13 0.000 0.000 0.000 0.000 utils.py:100(permission_required) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:160(BaseServer) | |
1 0.000 0.000 0.000 0.000 __init__.py:194(UTC) | |
1 0.000 0.000 0.000 0.000 testcases.py:1145(FSFilesHandler) | |
2 0.000 0.000 0.000 0.000 six.py:164(_SixMetaPathImporter) | |
1 0.000 0.000 0.000 0.000 forms.py:20(FacilityOverviewAdminForm) | |
1 0.000 0.000 0.000 0.000 base.py:138(Origin) | |
1 0.000 0.000 0.000 0.000 models.py:550(BaseModelFormSet) | |
1 0.000 0.000 0.000 0.000 __about__.py:14(<module>) | |
5 0.000 0.000 0.000 0.000 filters.py:141(register) | |
1 0.000 0.000 0.000 0.000 models.py:94(__iter__) | |
1 0.000 0.000 0.000 0.000 cookies.py:23(MockRequest) | |
1 0.000 0.000 0.000 0.000 resource.py:20(ResourceEndpoint) | |
6 0.000 0.000 0.000 0.000 argparse.py:865(__init__) | |
1 0.000 0.000 0.000 0.000 tempfile.py:507(SpooledTemporaryFile) | |
1 0.000 0.000 0.000 0.000 articles.py:92(ArticleTable) | |
1 0.000 0.000 0.000 0.000 htmlserializer.py:73(HTMLSerializer) | |
1 0.000 0.000 0.000 0.000 expressions.py:14(Combinable) | |
1 0.000 0.000 0.000 0.000 field_block.py:20(FieldBlock) | |
1 0.000 0.000 0.109 0.109 apps.py:20(ready) | |
1 0.000 0.000 0.000 0.000 __init__.py:2011(NullBooleanField) | |
2 0.000 0.000 0.000 0.000 models.py:28(register_snippet) | |
4 0.000 0.000 0.000 0.000 decorators.py:134(_make_decorator) | |
2 0.000 0.000 0.000 0.000 argparse.py:1384(_get_positional_kwargs) | |
3 0.000 0.000 0.000 0.000 writer.py:301(filename) | |
1 0.000 0.000 0.000 0.000 forms.py:34(SearchForm) | |
1 0.000 0.000 157.912 157.912 __init__.py:348(execute_from_command_line) | |
7 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 0007_image_file_size.py:7(Migration) | |
1 0.000 0.000 0.001 0.001 zipfile.py:501(ZipExtFile) | |
1 0.000 0.000 0.000 0.000 auth.py:29(OAuthHandler) | |
1 0.000 0.000 0.000 0.000 files.py:172(__get__) | |
1 0.000 0.000 0.000 0.000 common.py:227(AbstractDocument) | |
1 0.000 0.000 0.000 0.000 six.py:842(<lambda>) | |
1 0.000 0.000 0.000 0.000 errors.py:14(OAuth2Error) | |
1 0.000 0.000 0.000 0.000 result.py:26(TestResult) | |
2 0.000 0.000 0.000 0.000 messages.py:75(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:269(BaseModelForm) | |
9 0.000 0.000 0.000 0.000 options.py:48(__call__) | |
3 0.000 0.000 0.000 0.000 timeout.py:106(_validate_timeout) | |
1 0.000 0.000 0.000 0.000 cache.py:145(CachePanel) | |
1 0.000 0.000 0.000 0.000 query.py:128(PageQuerySet) | |
1 0.000 0.000 0.000 0.000 rfc822.py:85(Message) | |
1 0.000 0.000 0.004 0.004 version.py:201(Version) | |
1 0.000 0.000 0.000 0.000 0017_change_edit_page_permission_description.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 _html5lib.py:140(Element) | |
1 0.000 0.000 0.000 0.000 0018_pagerevision_submitted_for_moderation_index.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:605(clear_url_caches) | |
1 0.000 0.000 0.000 0.000 blocks.py:14(URLOrPathField) | |
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:775(ImageFileDirectory_v1) | |
6 0.000 0.000 0.000 0.000 Image.py:2427(register_save) | |
2 0.000 0.000 0.000 0.000 decorators.py:40(login_required) | |
1 0.000 0.000 0.000 0.000 inputs.py:96(AutoQuery) | |
1 0.000 0.000 0.000 0.000 response.py:273(HttpResponse) | |
1 0.000 0.000 0.000 0.000 minidom.py:454(NamedNodeMap) | |
1 0.000 0.000 0.000 0.000 Cookie.py:431(__init__) | |
1 0.000 0.000 0.002 0.002 formats.py:81(search_for_image_formats) | |
1 0.000 0.000 0.001 0.001 __init__.py:2319(EntryPoint) | |
1 0.000 0.000 0.000 0.000 utils.py:146(__init__) | |
1 0.000 0.000 0.000 0.000 pages.py:78(DonatePage) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:282(JpegImageFile) | |
1 0.000 0.000 0.000 0.000 fields.py:673(URLField) | |
1 0.000 0.000 0.000 0.000 newsroom.py:64(NewsRoomPageSubNavigationItem) | |
1 0.000 0.000 0.000 0.000 base.py:109(AppConf) | |
1 0.000 0.000 0.000 0.000 widgets.py:24(CKEditor) | |
1 0.000 0.000 0.000 0.000 special.py:8(SeparateDatabaseAndState) | |
1 0.000 0.000 0.000 0.000 base.py:12(BaseEngine) | |
2 0.000 0.000 0.000 0.000 manager.py:283(__init__) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:77(NTINewsIndex) | |
1 0.000 0.000 0.000 0.000 __init__.py:1587(NullProvider) | |
1 0.000 0.000 0.000 0.000 menu.py:15(MenuItem) | |
6 0.000 0.000 0.014 0.002 loading.py:287(get_indexes) | |
1 0.000 0.000 0.000 0.000 minidom.py:938(CharacterData) | |
1 0.000 0.000 0.000 0.000 deletion.py:72(Collector) | |
3 0.000 0.000 0.000 0.000 query.py:2046(add_votes) | |
1 0.000 0.000 0.000 0.000 response.py:339(StreamingHttpResponse) | |
1 0.000 0.000 0.000 0.000 forms.py:56(EmailLinkChooserWithLinkTextForm) | |
1 0.000 0.000 0.000 0.000 0006_add_lock_page_permission.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 0005_make_filter_spec_unique.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 models.py:152(ClusterableModel) | |
2 0.000 0.000 0.000 0.000 0002_initial_data.py:41(Migration) | |
1 0.000 0.000 0.000 0.000 minidom.py:1220(Identified) | |
1 0.000 0.000 0.000 0.000 panel.py:51(SQLPanel) | |
1 0.000 0.000 0.000 0.000 NodeFilter.py:4(<module>) | |
1 0.000 0.000 0.000 0.000 conf.py:95(configure_root) | |
1 0.000 0.000 0.000 0.000 __init__.py:1628(DurationField) | |
1 0.000 0.000 0.000 0.000 element.py:675(NavigableString) | |
1 0.000 0.000 0.000 0.000 context.py:32(BaseContext) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:393(_getmp) | |
1 0.000 0.000 0.000 0.000 models.py:221(Meta) | |
1 0.000 0.000 0.000 0.000 trans_real.py:206(activate) | |
1 0.000 0.000 0.000 0.000 testcases.py:1289(LiveServerTestCase) | |
24 0.000 0.000 0.000 0.000 legacy.py:183(<lambda>) | |
1 0.000 0.000 0.000 0.000 models.py:67(Rendition) | |
2 0.000 0.000 0.000 0.000 connection.py:66(HTTPConnection) | |
1 0.000 0.000 0.000 0.000 termcolors.py:8(<dictcomp>) | |
12 0.000 0.000 0.000 0.000 pyexpat.c:618(EndElement) | |
1 0.000 0.000 0.000 0.000 signals.py:78(setup) | |
1 0.000 0.000 0.000 0.000 refresh_token.py:18(RefreshTokenGrant) | |
2 0.000 0.000 0.000 0.000 decorators.py:5(staff_member_required) | |
1 0.000 0.000 0.000 0.000 fields.py:44(StreamField) | |
1 0.000 0.000 0.000 0.000 element.py:87(HTMLAwareEntitySubstitution) | |
1 0.000 0.000 0.000 0.000 trans_real.py:66(to_locale) | |
1 0.000 0.000 0.000 0.000 fields.py:58(Field) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:60(TestimonyIndex) | |
1 0.000 0.000 0.000 0.000 cgi.py:352(FieldStorage) | |
1 0.000 0.000 0.000 0.000 {_elementtree.Element} | |
1 0.000 0.000 0.000 0.000 models.py:471(ModelFactory) | |
1 0.000 0.000 0.000 0.000 base.py:114(BaseCommand) | |
1 0.000 0.000 0.000 0.000 admin_utils.py:78(Media) | |
1 0.000 0.000 0.000 0.000 __init__.py:2299(URLField) | |
1 0.000 0.000 0.000 0.000 state.py:207(StateApps) | |
1 0.000 0.000 0.000 0.000 feedparser.py:43(BufferedSubFile) | |
1 0.000 0.000 0.000 0.000 field_block.py:303(RawHTMLBlock) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:7(PrimerIndex) | |
10 0.000 0.000 0.000 0.000 manager.py:257(__init__) | |
1 0.000 0.000 0.000 0.000 specifiers.py:599(SpecifierSet) | |
1 0.000 0.000 0.000 0.000 views.py:89(TestimonySearchView) | |
1 0.000 0.000 0.000 0.000 0007_auto_20151125_1817.py:12(Migration) | |
1 0.000 0.000 0.000 0.000 __init__.py:1474(DecimalField) | |
1 0.000 0.000 0.000 0.000 models.py:108(RoutablePage) | |
1 0.000 0.000 0.000 0.000 checks.py:6(css_install_check) | |
1 0.000 0.000 0.000 0.000 state.py:336(ModelState) | |
1 0.000 0.000 0.000 0.000 color.py:11(supports_color) | |
1 0.000 0.000 0.000 0.000 cache.py:50(CacheStatTracker) | |
3 0.000 0.000 0.000 0.000 JpegImagePlugin.py:55(Skip) | |
1 0.000 0.000 0.000 0.000 stream_block.py:25(BaseStreamBlock) | |
1 0.000 0.000 0.000 0.000 mimetypes.py:56(MimeTypes) | |
1 0.000 0.000 0.000 0.000 conf.py:17(__init__) | |
2 0.000 0.000 0.001 0.000 random.py:91(__init__) | |
1 0.000 0.000 0.000 0.000 0005_alter_user_last_login_null.py:7(Migration) | |
3 0.000 0.000 0.000 0.000 fields.py:279(__init__) | |
9 0.000 0.000 0.000 0.000 six.py:189(__get_module) | |
2 0.000 0.000 0.000 0.000 {method 'isatty' of 'file' objects} | |
1 0.000 0.000 0.000 0.000 fields.py:82(RemoveField) | |
1 0.000 0.000 0.000 0.000 staticfiles.py:78(StaticFilesPanel) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:171(Element) | |
22 0.000 0.000 0.000 0.000 __init__.py:985(formfield) | |
8 0.000 0.000 0.000 0.000 sre_parse.py:741(literal) | |
1 0.000 0.000 0.000 0.000 BmpImagePlugin.py:61(BmpImageFile) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:276(AttributesImpl) | |
1 0.000 0.000 0.000 0.000 pages.py:74(AboutPageSubNavigationItem) | |
1 0.000 0.000 0.000 0.000 expressions.py:849(Date) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:9(TreatyRegimeIndex) | |
5 0.000 0.000 0.000 0.000 {psycopg2._psycopg.register_type} | |
1 0.000 0.000 0.000 0.000 alias.py:12(__init__) | |
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader) | |
1 0.000 0.000 0.000 0.000 __init__.py:2783(DistInfoDistribution) | |
1 0.000 0.000 0.000 0.000 storage.py:54(HashedFilesMixin) | |
1 0.000 0.000 0.000 0.000 models.py:220(TaggedItem) | |
1 0.000 0.000 0.000 0.000 widgets.py:25(FilteredSelectMultiple) | |
1 0.000 0.000 0.000 0.000 models.py:254(PreparedRequest) | |
1 0.000 0.000 0.000 0.000 request_validator.py:13(RequestValidator) | |
1 0.000 0.000 0.000 0.000 base.py:644(FilterExpression) | |
2 0.000 0.000 0.000 0.000 {method 'groupdict' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.024 0.024 loading.py:41(load_backend) | |
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult) | |
1 0.000 0.000 0.000 0.000 models.py:1454(Meta) | |
1 0.000 0.000 0.000 0.000 query.py:583(EmptySearchQuerySet) | |
1 0.000 0.000 0.000 0.000 models.py:133(AbstractForm) | |
4 0.000 0.000 0.000 0.000 base.py:29(<genexpr>) | |
1 0.000 0.000 0.000 0.000 _base.py:6(Trie) | |
1 0.000 0.000 0.000 0.000 blocks.py:7(ImageChooserBlock) | |
1 0.000 0.000 0.000 0.000 images.py:12(ImageFile) | |
1 0.000 0.000 0.000 0.000 utils.py:154(databases) | |
1 0.000 0.000 0.000 0.000 models.py:388(__init__) | |
1 0.000 0.000 0.000 0.000 tz.py:34(FixedOffsetTimezone) | |
15 0.000 0.000 0.000 0.000 fields.py:87(__init__) | |
8 0.000 0.000 0.000 0.000 six.py:67(_add_doc) | |
3 0.000 0.000 0.000 0.000 {method 'rfind' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 request.py:12(RequestPanel) | |
5 0.000 0.000 0.000 0.000 inspect.py:398(getfile) | |
1 0.000 0.000 0.000 0.000 context.py:136(Context) | |
1 0.000 0.000 0.000 0.000 models.py:1120(ModelChoiceField) | |
1 0.000 0.000 0.000 0.000 forms.py:15(EmbedForm) | |
2 0.000 0.000 0.000 0.000 config.py:370(__init__) | |
1 0.000 0.000 0.000 0.000 library.py:19(Library) | |
1 0.000 0.000 0.000 0.000 0009_remove_auto_now_add_from_pagerevision_created_at.py:7(Migration) | |
2 0.000 0.000 0.000 0.000 _abcoll.py:63(__subclasshook__) | |
1 0.000 0.000 0.000 0.000 forms.py:58(TreeNodePositionField) | |
1 0.000 0.000 0.000 0.000 version.py:34(parse) | |
1 0.000 0.000 0.001 0.001 validators.py:351(DecimalValidator) | |
1 0.000 0.000 0.000 0.000 models.py:496(Rendition) | |
1 0.000 0.000 0.049 0.049 utils.py:106(load_backend) | |
1 0.000 0.000 0.000 0.000 inputstream.py:568(EncodingBytes) | |
1 0.000 0.000 0.000 0.000 blocks.py:19(URLOrPathBlock) | |
20 0.000 0.000 0.000 0.000 string.py:222(lower) | |
1 0.000 0.000 0.000 0.000 fields.py:455(DateTimeField) | |
1 0.000 0.000 0.000 0.000 introspection.py:13(DatabaseIntrospection) | |
1 0.000 0.000 0.000 0.000 search.py:64(Search) | |
1 0.000 0.000 0.000 0.000 0002_logentry_remove_auto_add.py:8(Migration) | |
1 0.000 0.000 0.000 0.000 models.py:361(Filter) | |
2 0.000 0.000 0.000 0.000 {_ctypes.dlopen} | |
6 0.000 0.000 0.000 0.000 plistlib.py:423(addObject) | |
1 0.000 0.000 0.000 0.000 list.py:12(MultipleObjectMixin) | |
6 0.000 0.000 0.000 0.000 tree.py:69(__bool__) | |
1 0.000 0.000 0.000 0.000 struct_block.py:22(BaseStructBlock) | |
1 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:7(Migration) | |
7 0.000 0.000 0.000 0.000 __init__.py:1703(createLock) | |
1 0.000 0.000 0.000 0.000 cache.py:136(FileCache) | |
7 0.000 0.000 0.000 0.000 sites.py:113(unregister) | |
1 0.000 0.000 0.000 0.000 checks.py:23(BaseModelAdminChecks) | |
19 0.000 0.000 0.000 0.000 gettext.py:241(set_output_charset) | |
1 0.000 0.000 0.000 0.000 widgets.py:121(AdminPageChooser) | |
1 0.000 0.000 0.000 0.000 forms.py:72(__init__) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:1455(XMLParser) | |
1 0.000 0.000 0.000 0.000 forms.py:47(ExternalLinkChooserWithLinkTextForm) | |
1 0.000 0.000 0.000 0.000 signals.py:19(SignalsPanel) | |
1 0.000 0.000 0.000 0.000 0012_extend_page_slug_field.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 trans_real.py:160(_add_local_translations) | |
1 0.000 0.000 0.000 0.000 admin.py:8(ProjectPersonInline) | |
2 0.000 0.000 0.000 0.000 __init__.py:375(__getattr__) | |
2 0.000 0.000 0.000 0.000 os.py:472(__setitem__) | |
1 0.000 0.000 0.000 0.000 {math.exp} | |
5 0.000 0.000 0.000 0.000 plistlib.py:469(end_string) | |
1 0.000 0.000 0.000 0.000 utils.py:145(ConnectionHandler) | |
1 0.000 0.000 0.000 0.000 csv.py:73(DictReader) | |
1 0.000 0.000 0.000 0.000 dispatcher.py:27(Signal) | |
1 0.000 0.000 0.000 0.000 migration.py:9(Migration) | |
1 0.000 0.000 0.000 0.000 reverse_related.py:204(ManyToOneRel) | |
1 0.000 0.000 0.000 0.000 apps.py:9(DebugToolbarConfig) | |
2 0.000 0.000 0.000 0.000 argparse.py:1810(consume_optional) | |
1 0.000 0.000 0.000 0.000 utils.py:19(EngineHandler) | |
2 0.000 0.000 0.000 0.000 fields.py:44(__init__) | |
1 0.000 0.000 0.000 0.000 lookups.py:14(Lookup) | |
3 0.000 0.000 0.000 0.000 base.py:88(style_func) | |
1 0.000 0.000 0.000 0.000 urls.py:32(describe_pattern) | |
1 0.000 0.000 0.000 0.000 request.py:344(QueryDict) | |
6 0.000 0.000 0.000 0.000 extensions.py:111(register_adapter) | |
2 0.000 0.000 0.000 0.000 six.py:139(MovedAttribute) | |
2 0.000 0.000 0.000 0.000 base.py:95(__init__) | |
1 0.000 0.000 0.000 0.000 forms.py:136(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:374(_FixedOffset) | |
1 0.000 0.000 0.000 0.000 __init__.py:90(DefaultCacheProxy) | |
1 0.000 0.000 0.000 0.000 __init__.py:16(FilterStack) | |
1 0.000 0.000 0.000 0.000 sql.py:500(Identifier) | |
1 0.000 0.000 0.000 0.000 forms.py:145(Meta) | |
1 0.000 0.000 0.000 0.000 timezone.py:37(UTC) | |
1 0.000 0.000 0.000 0.000 HTMLParser.py:75(HTMLParser) | |
1 0.000 0.000 0.000 0.000 helpers.py:282(InlineAdminForm) | |
1 0.000 0.000 0.000 0.000 aggregates.py:90(Count) | |
1 0.000 0.000 0.000 0.000 _base.py:23(Node) | |
1 0.000 0.000 0.000 0.000 cache.py:313(RedisCache) | |
1 0.000 0.000 0.000 0.000 blocks.py:96(NewsBarBlock) | |
1 0.000 0.000 0.000 0.000 validators.py:288(BaseValidator) | |
11 0.000 0.000 0.000 0.000 routers.py:14(for_read) | |
1 0.000 0.000 0.000 0.000 related.py:981(OneToOneField) | |
1 0.000 0.000 0.000 0.000 base.py:12(__init__) | |
1 0.000 0.000 0.000 0.000 basehttp.py:65(WSGIServer) | |
1 0.000 0.000 0.000 0.000 models.py:125(Meta) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:27(hex_decode) | |
1 0.000 0.000 0.000 0.000 smartif.py:120(Literal) | |
38 0.000 0.000 0.000 0.000 {_ctypes.sizeof} | |
1 0.000 0.000 0.000 0.000 encoder.py:101(__init__) | |
1 0.000 0.000 0.000 0.000 paginator.py:19(Paginator) | |
1 0.000 0.000 0.000 0.000 __init__.py:1314(DateTimeField) | |
2 0.000 0.000 0.000 0.000 models.py:235(Meta) | |
1 0.000 0.000 0.000 0.000 projects.py:156(PriorityPage) | |
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:455(_getmp) | |
1 0.000 0.000 0.000 0.000 __init__.py:22(LazySettings) | |
1 0.000 0.000 0.000 0.000 models.py:568(AlterModelManagers) | |
1 0.000 0.000 0.000 0.000 __init__.py:1171(DateField) | |
1 0.000 0.000 0.000 0.000 filters.py:21(ListFilter) | |
1 0.000 0.000 0.000 0.000 0001_create_admin_access_permissions.py:40(Migration) | |
1 0.000 0.000 0.000 0.000 fields.py:788(ChoiceField) | |
1 0.000 0.000 0.000 0.000 contextlib.py:132(closing) | |
1 0.000 0.000 0.000 0.000 base.py:259(close) | |
2 0.000 0.000 0.000 0.000 password_validation.py:68(password_validators_help_texts) | |
1 0.000 0.000 0.000 0.000 json.py:22(Serializer) | |
1 0.000 0.000 0.000 0.000 models.py:508(AlterModelOptions) | |
1 0.000 0.000 0.001 0.001 admin.py:14(CarouselItemInline) | |
1 0.000 0.000 0.000 0.000 widgets.py:179(Widget) | |
2 0.000 0.000 0.000 0.000 models.py:391(<genexpr>) | |
1 0.000 0.000 0.000 0.000 pages.py:206(BasicPage) | |
1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher) | |
5 0.000 0.000 0.000 0.000 utils.py:75(__init__) | |
1 0.000 0.000 0.000 0.000 forms.py:43(ExternalLinkChooserForm) | |
1 0.000 0.000 0.000 0.000 static.py:8(PrefixNode) | |
1 0.000 0.000 0.000 0.000 views.py:125(Article) | |
7 0.000 0.000 0.000 0.000 decorators.py:12(user_passes_test) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:11(XMLReader) | |
1 0.000 0.000 0.000 0.000 __init__.py:336(VersionConflict) | |
1 0.000 0.000 0.000 0.000 questioner.py:77(InteractiveMigrationQuestioner) | |
1 0.000 0.000 0.000 0.000 fields.py:326(widget_attrs) | |
1 0.000 0.000 0.000 0.000 transport.py:38(Transport) | |
1 0.000 0.000 0.000 0.000 tokens.py:26(OAuth2Token) | |
1 0.000 0.000 0.000 0.000 urllib2.py:338(OpenerDirector) | |
1 0.000 0.000 0.000 0.000 safestring.py:46(SafeBytes) | |
1 0.000 0.000 0.000 0.000 features.py:87(CarouselItem) | |
1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill) | |
1 0.000 0.000 0.000 0.000 models.py:1226(ModelMultipleChoiceField) | |
1 0.000 0.000 0.000 0.000 list_block.py:19(ListBlock) | |
9 0.000 0.000 0.000 0.000 options.py:45(__init__) | |
1 0.000 0.000 0.000 0.000 argparse.py:1180(_ActionsContainer) | |
1 0.000 0.000 0.000 0.000 special.py:61(RunSQL) | |
1 0.000 0.000 0.000 0.000 _htmlparser.py:51(BeautifulSoupHTMLParser) | |
1 0.000 0.000 0.000 0.000 auth.py:152(AppAuthHandler) | |
1 0.000 0.000 0.000 0.000 views.py:31(Feed) | |
1 0.000 0.000 0.000 0.000 wsgi.py:77(WSGIRequest) | |
1 0.000 0.000 0.000 0.000 threading.py:576(set) | |
1 0.000 0.000 0.000 0.000 0003_ntiimage.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 loading.py:201(reset) | |
3 0.000 0.000 0.000 0.000 query.py:723(promote_joins) | |
1 0.000 0.000 0.000 0.000 widgets.py:106(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:2879(scan_list) | |
1 0.000 0.000 0.000 0.000 views.py:198(CountryProfileAnalysis) | |
1 0.000 0.000 0.002 0.002 __init__.py:440(_macosx_vers) | |
3 0.000 0.000 0.000 0.000 {_codecs.lookup} | |
1 0.000 0.000 0.000 0.000 expressions.py:633(Col) | |
1 0.000 0.000 0.000 0.000 base.py:13(File) | |
1 0.000 0.000 0.000 0.000 models.py:857(BaseInlineFormSet) | |
1 0.000 0.000 0.000 0.000 saxutils.py:112(XMLGenerator) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:311(chunk_IHDR) | |
1 0.000 0.000 0.000 0.000 0002_initial_data.py:84(Migration) | |
3 0.000 0.000 0.000 0.000 _osx_support.py:138(<genexpr>) | |
1 0.000 0.000 0.000 0.000 urllib2.py:177(HTTPError) | |
1 0.000 0.000 0.000 0.000 argparse.py:2112(_get_option_tuples) | |
10 0.000 0.000 0.000 0.000 six.py:181(_get_module) | |
1 0.000 0.000 0.000 0.000 base.py:177(DeserializedObject) | |
1 0.000 0.000 0.000 0.000 text.py:66(Truncator) | |
1 0.000 0.000 0.000 0.000 datastructures.py:236(ImmutableList) | |
2 0.000 0.000 0.000 0.000 fields.py:50(RequestField) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:82(__new__) | |
1 0.000 0.000 0.000 0.000 streaming.py:30(StreamListener) | |
1 0.000 0.000 0.000 0.000 models.py:264(AlterModelTable) | |
1 0.000 0.000 0.000 0.000 base.py:80(OutputWrapper) | |
1 0.000 0.000 0.000 0.000 special.py:130(RunPython) | |
1 0.000 0.000 0.000 0.000 forms.py:12(FormBuilder) | |
1 0.000 0.000 0.000 0.000 __init__.py:80(TreeBuilder) | |
1 0.000 0.000 0.000 0.000 {_codecs.register_error} | |
4 0.000 0.000 0.000 0.000 decorators.py:133(make_middleware_decorator) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1244(HTTPCookieProcessor) | |
2 0.000 0.000 0.000 0.000 menu.py:52(__init__) | |
1 0.000 0.000 0.000 0.000 widgets.py:12(AdminImageChooser) | |
1 0.000 0.000 0.000 0.000 __init__.py:42(Client) | |
1 0.000 0.000 0.000 0.000 minidom.py:317(DocumentFragment) | |
1 0.000 0.000 0.000 0.000 features.py:110(FlexibleFeature) | |
1 0.000 0.000 0.000 0.000 plistlib.py:331(Plist) | |
1 0.000 0.000 0.000 0.000 signals.py:13(signal) | |
1 0.000 0.000 0.000 0.000 where.py:14(WhereNode) | |
1 0.000 0.000 0.000 0.000 models.py:87(DeleteModel) | |
1 0.000 0.000 0.000 0.000 utils.py:171(NestedObjects) | |
1 0.000 0.000 0.000 0.000 fields.py:139(AlterField) | |
1 0.000 0.000 0.000 0.000 atexit.py:6(<module>) | |
1 0.000 0.000 0.000 0.000 revocation.py:23(RevocationEndpoint) | |
1 0.000 0.000 0.001 0.001 pages.py:64(AboutPage) | |
3 0.000 0.000 0.000 0.000 fields.py:90(_check_field_name) | |
1 0.000 0.000 0.000 0.000 models.py:132(User) | |
1 0.000 0.000 0.000 0.000 forms.py:78(PasswordResetForm) | |
1 0.000 0.000 0.001 0.001 specifiers.py:224(LegacySpecifier) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:626(_idat) | |
1 0.000 0.000 0.000 0.000 fields.py:744(NullBooleanField) | |
1 0.000 0.000 0.000 0.000 models.py:366(User) | |
1 0.000 0.000 0.000 0.000 difflib.py:1670(HtmlDiff) | |
1 0.000 0.000 0.000 0.000 generic.py:60(CreateView) | |
1 0.000 0.000 0.000 0.000 related_descriptors.py:668(ManyToManyDescriptor) | |
1 0.000 0.000 0.000 0.000 forms.py:197(PasswordResetForm) | |
6 0.000 0.000 0.000 0.000 __init__.py:715(setLevel) | |
1 0.000 0.000 0.000 0.000 hashers.py:485(CryptPasswordHasher) | |
1 0.000 0.000 0.000 0.000 registry.py:23(CheckRegistry) | |
1 0.000 0.000 0.000 0.000 wagtailimages_tags.py:66(ImageNode) | |
1 0.000 0.000 0.000 0.000 plistlib.py:393(PlistParser) | |
1 0.000 0.000 0.000 0.000 writer.py:143(MigrationWriter) | |
1 0.000 0.000 0.000 0.000 base.py:44(CommandParser) | |
1 0.000 0.000 0.000 0.000 utils.py:19(__init__) | |
1 0.000 0.000 0.000 0.000 forms.py:26(Media) | |
1 0.000 0.000 0.000 0.000 testcases.py:1385(SerializeMixin) | |
1 0.000 0.000 0.000 0.000 __init__.py:381(DistributionNotFound) | |
1 0.000 0.000 0.000 0.000 debug.py:234(ExceptionReporter) | |
1 0.000 0.000 0.000 0.000 field_block.py:385(PageChooserBlock) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:285(BaseCompositeEditHandler) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:10(ExplorerMenuItem) | |
1 0.000 0.000 0.000 0.000 __init__.py:1110(Logger) | |
2 0.000 0.000 0.019 0.010 __init__.py:3069(_call_aside) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:733(PublishingPanel) | |
1 0.000 0.000 0.000 0.000 widgets.py:58(Media) | |
1 0.000 0.000 0.000 0.000 base.py:19(Connection) | |
1 0.000 0.000 0.000 0.000 token.py:21(TokenEndpoint) | |
1 0.000 0.000 0.000 0.000 forms.py:50(__init__) | |
1 0.000 0.000 0.017 0.017 checks.py:37(image_library_check) | |
1 0.000 0.000 0.000 0.000 base.py:147(ContentFile) | |
1 0.000 0.000 0.000 0.000 pages.py:116(ImpactPageSubNavigationItem) | |
6 0.000 0.000 0.000 0.000 weakref.py:262(__new__) | |
2 0.000 0.000 0.000 0.000 models.py:83(Meta) | |
1 0.000 0.000 0.000 0.000 extras.py:112(DictCursor) | |
1 0.000 0.000 0.000 0.000 newsroom.py:127(NewsItemTreatyAndRegime) | |
1 0.000 0.000 0.000 0.000 autodetector.py:33(__init__) | |
1 0.000 0.000 0.000 0.000 Cookie.py:312(_quote) | |
1 0.000 0.000 0.000 0.000 widgets.py:352(ClearableFileInput) | |
2 0.000 0.000 0.000 0.000 _collections.py:27(RecentlyUsedContainer) | |
1 0.000 0.000 0.000 0.000 minidom.py:867(Childless) | |
1 0.000 0.000 0.000 0.000 fields.py:983(MultiValueField) | |
1 0.000 0.000 0.000 0.000 dateformat.py:215(DateFormat) | |
1 0.000 0.000 0.000 0.000 models.py:285(List) | |
1 0.000 0.000 0.000 0.000 base.py:527(LabelCommand) | |
1 0.000 0.000 0.000 0.000 dates.py:193(WeekMixin) | |
1 0.000 0.000 0.000 0.000 parsers.py:47(__init__) | |
1 0.000 0.000 0.000 0.000 datastructures.py:7(OrderedSet) | |
1 0.000 0.000 0.000 0.000 wand.py:8(WandBackend) | |
1 0.000 0.000 0.000 0.000 __init__.py:912(AutoField) | |
1 0.000 0.000 0.000 0.000 newsroom.py:115(NewsItemCountry) | |
1 0.000 0.000 0.000 0.000 __init__.py:2293(formfield) | |
1 0.000 0.000 0.000 0.000 base_session.py:37(Meta) | |
3 0.000 0.000 0.000 0.000 related.py:617(get_attname_column) | |
1 0.000 0.000 0.000 0.000 web_application.py:17(WebApplicationClient) | |
1 0.000 0.000 0.000 0.000 _lxml.py:225(LXMLTreeBuilder) | |
1 0.000 0.000 0.000 0.000 adapters.py:58(HTTPAdapter) | |
1 0.000 0.000 0.000 0.000 platform.py:365(_popen) | |
7 0.000 0.000 0.000 0.000 edit_handlers.py:16(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:1568(PagePermissionTester) | |
1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence) | |
1 0.000 0.000 0.000 0.000 __init__.py:1713(FilePathField) | |
1 0.000 0.000 0.000 0.000 common.py:358(Request) | |
1 0.000 0.000 0.000 0.000 forms.py:9(BaseGenericInlineFormSet) | |
1 0.000 0.000 0.000 0.000 saxutils.py:199(XMLFilterBase) | |
1 0.000 0.000 0.000 0.000 version.py:82(LegacyVersion) | |
2 0.000 0.000 0.000 0.000 connection.py:188(VerifiedHTTPSConnection) | |
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1737(EmptyProvider) | |
3 0.000 0.000 0.000 0.000 models.py:70(Meta) | |
1 0.000 0.000 0.000 0.000 cookielib.py:1749(FileCookieJar) | |
1 0.000 0.000 0.000 0.000 utils.py:56(DatabaseErrorWrapper) | |
1 0.000 0.000 0.000 0.000 graph.py:82(MigrationGraph) | |
1 0.000 0.000 0.000 0.000 newsroom.py:123(NewsItemProject) | |
1 0.000 0.000 0.000 0.000 models.py:40(__init__) | |
1 0.000 0.000 0.000 0.000 socket.py:171(_closedsocket) | |
1 0.000 0.000 0.000 0.000 __init__.py:2099(SlugField) | |
1 0.000 0.000 0.000 0.000 __init__.py:129(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:10(BulkIndexError) | |
3 0.000 0.000 0.000 0.000 dyld.py:96(dyld_executable_path_search) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:268(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:26(TreeBuilderRegistry) | |
1 0.000 0.000 0.000 0.000 models.py:373(StaffType) | |
1 0.000 0.000 0.000 0.000 __init__.py:989(BooleanField) | |
3 0.000 0.000 0.002 0.001 library.py:314(import_library) | |
1 0.000 0.000 0.000 0.000 __init__.py:66(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 sites.py:61(__init__) | |
1 0.000 0.000 0.000 0.000 ssl.py:299(_ASN1Object) | |
1 0.000 0.000 0.000 0.000 Cookie.py:691(value_encode) | |
1 0.000 0.000 0.000 0.000 widgets.py:126(__init__) | |
1 0.000 0.000 0.000 0.000 articles.py:72(ArticleCountry) | |
1 0.000 0.000 0.000 0.000 common.py:16(CommonMiddleware) | |
2 0.000 0.000 0.008 0.004 trans_real.py:196(translation) | |
1 0.000 0.000 0.000 0.000 Cookie.py:405(Morsel) | |
5 0.000 0.000 0.000 0.000 __init__.py:591(addFilter) | |
1 0.000 0.000 0.000 0.000 extras.py:398(MinTimeLoggingConnection) | |
3 0.000 0.000 0.000 0.000 managers.py:46(_model_name) | |
1 0.000 0.000 0.000 0.000 projects.py:140(ProjectPerson) | |
1 0.000 0.000 0.000 0.000 loading.py:128(__init__) | |
3 0.000 0.000 0.000 0.000 _osx_support.py:455(<genexpr>) | |
1 0.000 0.000 0.000 0.000 articles.py:80(ArticleProject) | |
1 0.000 0.000 0.000 0.000 forms.py:8(SiteForm) | |
1 0.000 0.000 0.000 0.000 edit.py:126(ModelFormMixin) | |
1 0.000 0.000 0.000 0.000 articles.py:84(ArticleTreatyAndRegime) | |
11 0.000 0.000 0.000 0.000 deprecation.py:25(__call__) | |
1 0.000 0.000 0.000 0.000 forms.py:24(URLOrAbsolutePathField) | |
1 0.000 0.000 0.000 0.000 templates.py:15(check_setting_app_dirs_loaders) | |
1 0.000 0.000 0.000 0.000 exceptions.py:84(ValidationError) | |
1 0.000 0.000 0.000 0.000 files.py:649(ThumbnailerFieldFile) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:588(PageChooserPanel) | |
1 0.000 0.000 0.000 0.000 base.py:23(BaseEndpoint) | |
1 0.000 0.000 0.000 0.000 config.py:11(AppConfig) | |
1 0.000 0.000 0.000 0.000 __init__.py:178(SAXTreeBuilder) | |
1 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle) | |
1 0.000 0.000 0.000 0.000 argparse.py:2020(_match_argument) | |
1 0.000 0.000 0.000 0.000 generator.py:296(DecodedGenerator) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:405(ChunkIter) | |
1 0.000 0.000 0.000 0.000 mimetools.py:20(Message) | |
1 0.000 0.000 0.000 0.000 utils.py:85(ErrorList) | |
1 0.000 0.000 0.000 0.000 recorder.py:31(Meta) | |
2 0.000 0.000 0.000 0.000 models.py:90(Meta) | |
1 0.000 0.000 0.000 0.000 utils.py:152(override_settings) | |
1 0.000 0.000 0.000 0.000 fields.py:409(DateField) | |
1 0.000 0.000 0.001 0.001 admin.py:20(FlexibleFeatureInline) | |
1 0.000 0.000 0.000 0.000 datastructures.py:28(Join) | |
1 0.000 0.000 0.000 0.000 sql.py:563(SquareBrackets) | |
1 0.000 0.000 0.000 0.000 edit.py:19(FormMixinBase) | |
1 0.000 0.000 0.000 0.000 conf.py:8(AppSettings) | |
1 0.000 0.000 0.000 0.000 0005_copy_image_field.py:18(Migration) | |
1 0.000 0.000 0.000 0.000 UserDict.py:62(setdefault) | |
12 0.000 0.000 0.000 0.000 __init__.py:2094(find_nothing) | |
1 0.000 0.000 0.000 0.000 __init__.py:1897(IPAddressField) | |
1 0.000 0.000 0.000 0.000 ratelimitcache.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__) | |
1 0.000 0.000 0.000 0.000 message.py:197(EmailMessage) | |
2 0.000 0.000 0.000 0.000 six.py:91(MovedModule) | |
2 0.000 0.000 0.000 0.000 {method 'setimage' of 'ImagingDecoder' objects} | |
1 0.000 0.000 0.000 0.000 query.py:607(ValuesListSearchQuerySet) | |
1 0.000 0.000 0.000 0.000 ssl.py:328(SSLContext) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:9(OpinionIndex) | |
9 0.000 0.000 0.000 0.000 query.py:257(get_meta) | |
1 0.000 0.000 0.000 0.000 highlighting.py:8(Highlighter) | |
1 0.000 0.000 0.000 0.000 newsroom.py:107(NewsItemPerson) | |
1 0.000 0.000 0.000 0.000 charset.py:156(Charset) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:77(TranscriptIndex) | |
1 0.000 0.000 0.000 0.000 fields.py:432(ReverseGenericManyToOneDescriptor) | |
1 0.000 0.000 0.000 0.000 forms.py:9(FlexibleFeatureModelForm) | |
1 0.000 0.000 0.000 0.000 __init__.py:1928(GenericIPAddressField) | |
1 0.000 0.000 0.044 0.044 settings.py:205(patch_middleware_classes) | |
1 0.000 0.000 0.000 0.000 urllib.py:860(ftpwrapper) | |
6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op) | |
1 0.000 0.000 0.000 0.000 tokens.py:9(PasswordResetTokenGenerator) | |
1 0.000 0.000 0.000 0.000 safestring.py:117(mark_safe) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:65(FileUploadHandler) | |
1 0.000 0.000 0.000 0.000 projects.py:136(ProjectPartnerOrganization) | |
1 0.000 0.000 0.000 0.000 ratelimitcache.py:9(ratelimit) | |
1 0.000 0.000 0.000 0.000 minidom.py:1236(DocumentType) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:297(IfNode) | |
1 0.000 0.000 0.000 0.000 paginator.py:106(Page) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:209(RegexURLPattern) | |
1 0.000 0.000 0.000 0.000 fields.py:220(IntegerField) | |
1 0.000 0.000 0.000 0.000 timezone.py:57(FixedOffset) | |
1 0.000 0.000 0.000 0.000 dammit.py:197(EncodingDetector) | |
1 0.000 0.000 0.000 0.000 sendfile.py:11(_lazy_load) | |
1 0.000 0.000 0.000 0.000 threading.py:561(__init__) | |
1 0.000 0.000 0.000 0.000 pillow.py:8(PillowBackend) | |
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner) | |
5 0.000 0.000 0.000 0.000 debug.py:41(sensitive_post_parameters) | |
1 0.000 0.000 0.000 0.000 utils.py:192(prepare_test_settings) | |
1 0.000 0.000 0.000 0.000 query.py:673(RelatedSearchQuerySet) | |
4 0.000 0.000 0.000 0.000 argparse.py:2055(_parse_optional) | |
1 0.000 0.000 0.000 0.000 logging.py:30(__init__) | |
2 0.000 0.000 0.000 0.000 wagtail_hooks.py:18(register_admin_urls) | |
1 0.000 0.000 0.000 0.000 testcases.py:813(TransactionTestCase) | |
1 0.000 0.000 0.000 0.000 projects.py:132(ProjectPrimer) | |
1 0.000 0.000 0.000 0.000 forms.py:7(DocumentForm) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:86(RelatedLookupMixin) | |
1 0.000 0.000 0.000 0.000 settings.py:12(SettingsPanel) | |
1 0.000 0.000 0.000 0.000 managers.py:54(GSNArticleManager) | |
2 0.000 0.000 0.000 0.000 __init__.py:2567(version) | |
1 0.000 0.000 0.000 0.000 certs.py:19(where) | |
6 0.000 0.000 0.000 0.000 {method 'utcoffset' of 'datetime.datetime' objects} | |
1 0.000 0.000 0.000 0.000 introspection.py:13(BaseDatabaseIntrospection) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:235(RssFeed) | |
3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType) | |
2 0.000 0.000 0.000 0.000 six.py:126(_resolve) | |
1 0.000 0.000 0.000 0.000 0005_add_page_lock_permission_to_moderators.py:25(Migration) | |
1 0.000 0.000 0.000 0.000 views.py:351(FacilitiesListView) | |
1 0.000 0.000 0.000 0.000 index.py:93(BaseField) | |
1 0.000 0.000 0.000 0.000 related_descriptors.py:428(ReverseManyToOneDescriptor) | |
1 0.000 0.000 0.000 0.000 models.py:320(AlterUniqueTogether) | |
1 0.000 0.000 0.000 0.000 streaming.py:139(ReadBuffer) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:43(SpeechIndex) | |
1 0.000 0.000 0.000 0.000 0004_migrate_event_projects_m2m.py:16(Migration) | |
1 0.000 0.000 0.000 0.000 aggregates.py:124(StdDev) | |
1 0.000 0.000 0.000 0.000 __init__.py:28(__init__) | |
1 0.000 0.000 0.000 0.000 articles.py:76(ArticleRegion) | |
3 0.000 0.000 0.000 0.000 {method 'rstrip' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 models.py:37(Model) | |
1 0.000 0.000 0.000 0.000 articles.py:64(ArticleAuthor) | |
2 0.000 0.000 0.000 0.000 {method 'rpartition' of 'unicode' objects} | |
5 0.000 0.000 0.000 0.000 plistlib.py:451(end_key) | |
1 0.000 0.000 0.000 0.000 dates.py:263(DateMixin) | |
1 0.000 0.000 0.000 0.000 fields.py:881(MultipleChoiceField) | |
1 0.000 0.000 0.000 0.000 handler.py:47(ContentHandler) | |
2 0.000 0.000 0.000 0.000 deprecation.py:29(deprecated_crop_parameters) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:232(__init__) | |
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:12(Options) | |
1 0.000 0.000 0.000 0.000 admin.py:28(PrimerAdmin) | |
1 0.000 0.000 0.436 0.436 state.py:160(apps) | |
1 0.000 0.000 0.000 0.000 extras.py:47(DictCursorBase) | |
1 0.000 0.000 0.000 0.000 backends.py:7(ModelBackend) | |
1 0.000 0.000 0.001 0.001 __init__.py:1778(MemoizedZipManifests) | |
1 0.000 0.000 0.000 0.000 utils.py:245(routers) | |
1 0.000 0.000 0.000 0.000 graph.py:106(__init__) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:61(ProjectIndex) | |
1 0.000 0.000 0.000 0.000 widgets.py:743(RendererMixin) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:484(UDPServer) | |
1 0.000 0.000 0.000 0.000 exceptions.py:27(TransportError) | |
2 0.000 0.000 0.000 0.000 models.py:57(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:15(GrantTypeBase) | |
1 0.000 0.000 0.000 0.000 html.py:20(Element) | |
6 0.000 0.000 0.000 0.000 baseconv.py:51(__init__) | |
1 0.000 0.000 0.000 0.000 trans_real.py:225(deactivate_all) | |
1 0.000 0.000 0.000 0.000 fields.py:289(GenericRelation) | |
1 0.000 0.000 0.000 0.000 utils.py:106(__iter__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1691(EggProvider) | |
1 0.000 0.000 0.000 0.000 newsroom.py:119(NewsItemRegion) | |
1 0.000 0.000 0.000 0.000 newsroom.py:131(NewsItemSubject) | |
1 0.000 0.000 0.000 0.000 checks.py:280(_check_radio_fields_key) | |
1 0.000 0.000 0.000 0.000 base.py:53(Serializer) | |
1 0.000 0.000 0.000 0.000 models.py:1263(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:21(BaseEndpoint) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1438(CacheFTPHandler) | |
1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper) | |
3 0.000 0.000 0.000 0.000 decorators.py:55(permission_required) | |
1 0.000 0.000 0.000 0.000 projects.py:144(ProjectCountry) | |
1 0.000 0.000 0.000 0.000 pages.py:202(AnalysisPageSubNavigationItem) | |
1 0.000 0.000 0.000 0.000 views.py:48(Delete) | |
1 0.000 0.000 0.000 0.000 models.py:30(SiteManager) | |
1 0.000 0.000 0.000 0.000 functional.py:320(SimpleLazyObject) | |
1 0.000 0.000 0.000 0.000 Queue.py:231(LifoQueue) | |
1 0.000 0.000 0.000 0.000 hashers.py:220(PBKDF2PasswordHasher) | |
1 0.000 0.000 0.000 0.000 _MozillaCookieJar.py:8(MozillaCookieJar) | |
1 0.000 0.000 0.000 0.000 base.py:6(Operation) | |
1 0.000 0.000 0.000 0.000 loading.py:98(ensure_defaults) | |
2 0.000 0.000 0.000 0.000 base.py:470(<genexpr>) | |
3 0.000 0.000 0.000 0.000 __init__.py:1137(setLevel) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:290(LazyStream) | |
1 0.000 0.000 0.000 0.000 __init__.py:1068(CharField) | |
1 0.000 0.000 0.000 0.000 element.py:1531(SoupStrainer) | |
1 0.000 0.000 0.000 0.000 query.py:13(TreeQuerySet) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:48(BlockNode) | |
1 0.000 0.000 0.000 0.000 0008_populate_latest_revision_created_at.py:18(Migration) | |
1 0.000 0.000 0.000 0.000 ratelimitcache.py:21(__call__) | |
1 0.000 0.000 0.000 0.000 json.py:88(DjangoJSONEncoder) | |
1 0.000 0.000 0.000 0.000 indexes.py:358(BasicSearchIndex) | |
1 0.000 0.000 0.000 0.000 field_block.py:96(TextBlock) | |
3 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects} | |
1 0.000 0.000 0.000 0.000 loading.py:68(load_router) | |
2 0.000 0.000 0.000 0.000 argparse.py:836(__call__) | |
1 0.000 0.000 0.000 0.000 inputs.py:137(AltParser) | |
1 0.000 0.000 0.000 0.000 base.py:25(BaseHandler) | |
1 0.000 0.000 0.000 0.000 httplib.py:369(HTTPResponse) | |
1 0.000 0.000 0.000 0.000 caches.py:14(check_default_cache_is_configured) | |
1 0.000 0.000 0.000 0.000 trans_real.py:84(to_language) | |
1 0.000 0.000 0.000 0.000 conf.py:123(configure_template_filter_context) | |
1 0.000 0.000 0.000 0.000 inputstream.py:151(HTMLUnicodeInputStream) | |
1 0.000 0.000 0.000 0.000 models.py:34(RoutablePageMixin) | |
1 0.000 0.000 0.000 0.000 connectionpool.py:68(__init__) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:187(InputSource) | |
1 0.000 0.000 0.000 0.000 base.py:439(BlockWidget) | |
1 0.000 0.000 0.000 0.000 UserDict.py:4(__init__) | |
7 0.000 0.000 0.000 0.000 __init__.py:1143(debug) | |
1 0.000 0.000 0.000 0.000 sql.py:600(Comment) | |
1 0.000 0.000 0.000 0.000 __init__.py:46(__init__) | |
1 0.000 0.000 0.000 0.000 extras.py:491(Inet) | |
1 0.000 0.000 0.000 0.000 cgi.py:865(FormContent) | |
1 0.000 0.000 0.000 0.000 argparse.py:1002(__init__) | |
1 0.000 0.000 0.000 0.000 NodeFilter.py:4(NodeFilter) | |
1 0.000 0.000 0.000 0.000 urllib2.py:224(Request) | |
1 0.000 0.000 0.000 0.000 client.py:50(FakePayload) | |
1 0.000 0.000 0.000 0.000 __init__.py:1123(CommaSeparatedIntegerField) | |
1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar) | |
15 0.000 0.000 0.000 0.000 functional.py:201(new_method_proxy) | |
1 0.000 0.000 0.000 0.000 validators.py:315(MaxValueValidator) | |
1 0.000 0.000 0.000 0.000 generic.py:89(EditView) | |
5 0.000 0.000 0.000 0.000 {_weakref.proxy} | |
3 0.000 0.000 0.000 0.000 dyld.py:65(dyld_image_suffix_search) | |
1 0.000 0.000 0.000 0.000 Cookie.py:586(__set) | |
1 0.000 0.000 0.000 0.000 helpers.py:226(InlineAdminFormSet) | |
1 0.000 0.000 0.000 0.000 subqueries.py:174(InsertQuery) | |
1 0.000 0.000 0.000 0.000 filters.py:357(AllValuesFieldListFilter) | |
1 0.000 0.000 0.000 0.000 base.py:20(BaseEndpoint) | |
1 0.000 0.000 0.000 0.000 argparse.py:983(__init__) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:260(_override_all_archs) | |
1 0.000 0.000 0.000 0.000 storage.py:24(Storage) | |
1 0.000 0.000 0.000 0.000 feedparser.py:158(FeedParser) | |
1 0.000 0.000 0.000 0.000 aggregates.py:13(Aggregate) | |
1 0.000 0.000 0.000 0.000 io.py:76(BufferedIOBase) | |
1 0.000 0.000 0.000 0.000 views.py:108(CountryProfileTreaties) | |
1 0.000 0.000 0.000 0.000 headers.py:30(Headers) | |
1 0.000 0.000 0.000 0.000 models.py:1476(Meta) | |
1 0.000 0.000 0.000 0.000 query.py:48(RawQuery) | |
1 0.000 0.000 0.000 0.000 forms.py:52(EmailLinkChooserForm) | |
1 0.000 0.000 0.000 0.000 base.py:446(Parser) | |
1 0.000 0.000 0.000 0.000 signals.py:9(ModelSignal) | |
1 0.000 0.000 0.000 0.000 resource.py:19(ResourceEndpoint) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:130(ForNode) | |
2 0.000 0.000 0.000 0.000 state.py:70(__init__) | |
1 0.000 0.000 0.000 0.000 fields.py:333(DecimalField) | |
4 0.000 0.000 0.000 0.000 __init__.py:1998(__init__) | |
1 0.000 0.000 0.000 0.000 expressions.py:720(When) | |
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType) | |
1 0.000 0.000 0.000 0.000 structures.py:91(__init__) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:334(DocumentLS) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:27(FacilityIndex) | |
1 0.000 0.000 0.000 0.000 forms.py:19(UsernameForm) | |
3 0.000 0.000 0.000 0.000 formats.py:46(register_image_format) | |
2 0.000 0.000 0.000 0.000 models.py:98(Meta) | |
1 0.000 0.000 0.000 0.000 extras.py:235(RealDictRow) | |
1 0.000 0.000 0.000 0.000 generator.py:32(Generator) | |
1 0.000 0.000 0.000 0.000 apps.py:10(ContentTypesConfig) | |
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode} | |
1 0.000 0.000 0.000 0.000 base.py:114(__init__) | |
1 0.000 0.000 0.000 0.000 element.py:61(ContentMetaAttributeValue) | |
1 0.000 0.000 0.000 0.000 __init__.py:368(ContextualVersionConflict) | |
1 0.000 0.000 0.000 0.000 TiffTags.py:23(TagInfo) | |
1 0.000 0.000 0.000 0.000 models.py:10(FileManager) | |
1 0.000 0.000 0.000 0.000 __init__.py:593(IResourceProvider) | |
1 0.000 0.000 0.000 0.000 filters.py:117(FieldListFilter) | |
1 0.000 0.000 0.000 0.000 Cookie.py:451(set) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:68(ConnectionPool) | |
1 0.000 0.000 0.000 0.000 schema.py:6(DatabaseSchemaEditor) | |
1 0.000 0.000 0.000 0.000 widgets.py:678(ChoiceFieldRenderer) | |
1 0.000 0.000 0.000 0.000 managers.py:53(TaggableRel) | |
1 0.000 0.000 0.000 0.000 timezone.py:82(ReferenceLocalTimezone) | |
1 0.000 0.000 0.000 0.000 html.py:135(MLStripper) | |
1 0.000 0.000 0.000 0.000 _parseaddr.py:172(AddrlistClass) | |
1 0.000 0.000 0.000 0.000 fields.py:507(RegexField) | |
1 0.000 0.000 0.000 0.000 utils.py:41(Approximate) | |
1 0.000 0.000 0.000 0.000 py.py:9(Trie) | |
1 0.000 0.000 0.002 0.002 engine.py:107(get_template_builtins) | |
1 0.000 0.000 0.000 0.000 __init__.py:1688(EmailField) | |
1 0.000 0.000 0.000 0.000 __init__.py:1882(BigIntegerField) | |
1 0.000 0.000 0.000 0.000 makemigrations.py:20(Command) | |
1 0.000 0.000 0.000 0.000 __init__.py:18(Node) | |
1 0.000 0.000 0.000 0.000 workflow.py:5(WorkflowDetailView) | |
1 0.000 0.000 0.000 0.000 streaming.py:187(Stream) | |
3 0.000 0.000 0.000 0.000 query_utils.py:173(_get_lookup) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:421(BaseFieldPanel) | |
1 0.000 0.000 0.000 0.000 widgets.py:891(SplitDateTimeWidget) | |
1 0.000 0.000 0.000 0.000 base.py:490(AppCommand) | |
1 0.000 0.000 0.000 0.000 settings.py:191(prepend_to_setting) | |
13 0.000 0.000 0.000 0.000 special.py:172(state_forwards) | |
1 0.000 0.000 0.000 0.000 files.py:155(FileDescriptor) | |
1 0.000 0.000 0.000 0.000 threading.py:542(Event) | |
2 0.000 0.000 0.000 0.000 argparse.py:1692(_get_positional_actions) | |
1 0.000 0.000 0.000 0.000 hashers.py:159(BasePasswordHasher) | |
1 0.000 0.000 0.000 0.000 query_utils.py:45(Q) | |
1 0.000 0.000 0.000 0.000 __init__.py:2935(Requirement) | |
2 0.000 0.000 0.000 0.000 password_validation.py:80(password_validators_help_text_html) | |
1 0.000 0.000 0.000 0.000 __init__.py:2141(TextField) | |
1 0.000 0.000 0.000 0.000 specifiers.py:634(__hash__) | |
1 0.000 0.000 0.000 0.000 connectionpool.py:670(HTTPSConnectionPool) | |
1 0.000 0.000 0.000 0.000 {posix.sysconf} | |
1 0.000 0.000 0.000 0.000 field_block.py:161(TimeBlock) | |
1 0.000 0.000 0.000 0.000 conf.py:104(configure_url) | |
1 0.000 0.000 0.000 0.000 Cookie.py:558(BaseCookie) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:326(chunk_IDAT) | |
1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL) | |
1 0.000 0.000 0.000 0.000 tzinfo.py:149(DstTzInfo) | |
1 0.000 0.000 0.000 0.000 _html5lib.py:70(TreeBuilderForHtml5lib) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:549(load_prepare) | |
1 0.000 0.000 0.000 0.000 base.py:8(Loader) | |
1 0.000 0.000 0.000 0.000 serializer.py:55(__init__) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:172(joinuser) | |
2 0.000 0.000 0.000 0.000 TiffImagePlugin.py:215(_accept) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:26(ReportIndex) | |
1 0.000 0.000 0.000 0.000 __init__.py:111(_SetuptoolsVersionMixin) | |
1 0.000 0.000 0.000 0.000 numconv.py:26(NumConv) | |
1 0.000 0.000 0.000 0.000 main.py:37(ChangeList) | |
1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO) | |
1 0.000 0.000 0.000 0.000 managers.py:75(ExtraJoinRestriction) | |
1 0.000 0.000 0.000 0.000 models.py:40(Meta) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:611(BaseInlinePanel) | |
1 0.000 0.000 0.000 0.000 models.py:56(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:97(Tag) | |
1 0.000 0.000 0.000 0.000 argparse.py:981(_HelpAction) | |
1 0.000 0.000 0.000 0.000 admin.py:19(GroupAdminWithPagePermissions) | |
1 0.000 0.000 0.000 0.000 cookielib.py:723(Cookie) | |
1 0.000 0.000 0.000 0.000 __init__.py:569(IMetadataProvider) | |
1 0.000 0.000 0.000 0.000 __init__.py:1011(BaseEngine) | |
1 0.000 0.000 0.000 0.000 __init__.py:1391(__init__) | |
1 0.000 0.000 0.000 0.000 rich_text.py:21(PageLinkHandler) | |
1 0.000 0.000 0.000 0.000 filters.py:162(RelatedFieldListFilter) | |
3 0.000 0.000 0.000 0.000 fields.py:387(matching_gfk) | |
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram) | |
3 0.000 0.000 0.000 0.000 datastructures.py:140(__init__) | |
2 0.000 0.000 0.000 0.000 six.py:173(__init__) | |
2 0.000 0.000 0.000 0.000 exceptions.py:82(HostChangedError) | |
1 0.000 0.000 0.000 0.000 models.py:1482(UserPagePermissionsProxy) | |
1 0.000 0.000 0.000 0.000 tree.py:9(Node) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:110(MobileApplicationServer) | |
1 0.000 0.000 0.000 0.000 writer.py:149(__init__) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:179(BackendApplicationServer) | |
1 0.000 0.000 0.000 0.000 testcases.py:99(_AssertTemplateUsedContext) | |
2 0.000 0.000 0.000 0.000 __init__.py:26(log_query) | |
1 0.000 0.000 0.000 0.000 helpers.py:148(AdminReadonlyField) | |
1 0.000 0.000 0.000 0.000 inputs.py:16(BaseInput) | |
2 0.000 0.000 0.000 0.000 models.py:44(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:54(parse_args) | |
1 0.000 0.000 0.000 0.000 _html5lib.py:26(HTML5TreeBuilder) | |
1 0.000 0.000 0.000 0.000 0010_migrate_pdfs_to_wagtail.py:17(Migration) | |
1 0.000 0.000 0.000 0.000 admin.py:89(GenericInlineModelAdmin) | |
1 0.000 0.000 0.000 0.000 settings.py:199(patch_internal_ips) | |
1 0.000 0.000 0.000 0.000 models.py:13(ContentTypeManager) | |
1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar) | |
4 0.000 0.000 0.000 0.000 __init__.py:554(__init__) | |
1 0.000 0.000 0.000 0.000 field_block.py:263(RichTextBlock) | |
3 0.000 0.000 0.000 0.000 managers.py:438(related_query_name) | |
1 0.000 0.000 0.000 0.000 io.py:69(IOBase) | |
1 0.000 0.000 0.000 0.000 i18n.py:35(GetLanguageInfoListNode) | |
1 0.000 0.000 0.000 0.000 expressions.py:664(Ref) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:583(load_end) | |
1 0.000 0.000 0.000 0.000 forms.py:268(NotificationPreferencesForm) | |
1 0.000 0.000 0.000 0.000 parsers.py:82(__init__) | |
1 0.000 0.000 0.000 0.000 newsroom.py:135(NewsItemDocument) | |
3 0.000 0.000 0.000 0.000 sessions.py:6(add_session_cookie_message) | |
1 0.000 0.000 0.000 0.000 makemigrations.py:116(<dictcomp>) | |
2 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr) | |
5 0.000 0.000 0.000 0.000 TiffImagePlugin.py:562(decorator) | |
1 0.000 0.000 0.000 0.000 projects.py:148(ProjectRegion) | |
1 0.000 0.000 0.000 0.000 models.py:352(Relation) | |
1 0.000 0.000 0.000 0.000 fields.py:1153(SplitDateTimeField) | |
1 0.000 0.000 0.000 0.000 {binascii.a2b_hex} | |
1 0.000 0.000 0.000 0.000 utils.py:74(NamespacedClient) | |
1 0.000 0.000 0.000 0.000 expressions.py:478(Func) | |
1 0.000 0.000 0.080 0.080 sites.py:301(urls) | |
1 0.000 0.000 0.000 0.000 admin.py:74(SearchModelAdminMixin) | |
1 0.000 0.000 0.000 0.000 __init__.py:291(_CountryTimezoneDict) | |
1 0.000 0.000 0.000 0.000 blocks.py:71(BasicHeroBlock) | |
1 0.000 0.000 0.000 0.000 minidom.py:907(ProcessingInstruction) | |
3 0.000 0.000 0.000 0.000 regex_helper.py:247(get_quantifier) | |
1 0.000 0.000 0.000 0.000 plistlib.py:444(begin_dict) | |
2 0.000 0.000 0.000 0.000 {method 'pixel_access' of 'ImagingCore' objects} | |
1 0.000 0.000 0.000 0.000 inputstream.py:390(HTMLBinaryInputStream) | |
1 0.000 0.000 0.000 0.000 rfc822.py:775(AddressList) | |
1 0.000 0.000 0.000 0.000 minidom.py:1296(Entity) | |
1 0.000 0.000 0.000 0.000 lookups.py:255(PatternLookup) | |
2 0.000 0.000 0.000 0.000 string.py:484(translate) | |
1 0.000 0.000 0.000 0.000 widgets.py:234(RelatedFieldWidgetWrapper) | |
1 0.000 0.000 0.000 0.000 extras.py:205(RealDictCursor) | |
1 0.000 0.000 0.000 0.000 fields.py:215(ChildObjectsDescriptor) | |
1 0.000 0.000 0.000 0.000 minidom.py:1154(ReadOnlySequentialNamedNodeMap) | |
3 0.000 0.000 0.000 0.000 dyld.py:56(dyld_library_path) | |
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader) | |
1 0.000 0.000 0.000 0.000 newsroom.py:111(NewsItemEvent) | |
3 0.000 0.000 0.000 0.000 inspect.py:926(is_assigned) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:305(DOMBuilderFilter) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:15(register_admin_urls) | |
6 0.000 0.000 0.000 0.000 dyld.py:34(ensure_utf8) | |
3 0.000 0.000 0.000 0.000 writer.py:180(<genexpr>) | |
1 0.000 0.000 0.000 0.000 views.py:156(FacetedSearchView) | |
1 0.000 0.000 0.000 0.000 filters.py:282(ReindentFilter) | |
6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op) | |
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational) | |
1 0.000 0.000 0.000 0.000 termcolors.py:9(<dictcomp>) | |
1 0.000 0.000 0.001 0.001 _osx_support.py:368(customize_config_vars) | |
2 0.000 0.000 0.000 0.000 Image.py:2213(_decompression_bomb_check) | |
1 0.000 0.000 0.000 0.000 models.py:1056(InlineForeignKeyField) | |
1 0.000 0.000 0.000 0.000 uploadedfile.py:18(UploadedFile) | |
1 0.000 0.000 0.000 0.000 models.py:164(Meta) | |
1 0.000 0.000 0.000 0.000 trans_real.py:166(_add_fallback) | |
1 0.000 0.000 0.000 0.000 models.py:15(Meta) | |
1 0.000 0.000 0.000 0.000 uploadedfile.py:88(InMemoryUploadedFile) | |
5 0.000 0.000 0.000 0.000 inspect.py:51(ismodule) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:511(LocaleRegexURLResolver) | |
1 0.000 0.000 0.000 0.000 ImageFile.py:299(Parser) | |
1 0.000 0.000 0.000 0.000 static.py:90(StaticNode) | |
1 0.000 0.000 0.000 0.000 base.py:20(ImageBackend) | |
1 0.000 0.000 0.000 0.000 __init__.py:1008(Manager) | |
1 0.000 0.000 0.000 0.000 sql.py:587(Comparison) | |
1 0.000 0.000 0.000 0.000 views.py:17(ArticleSearchView) | |
2 0.000 0.000 0.000 0.000 six.py:60(X) | |
1 0.000 0.000 0.000 0.000 admin.py:20(MPTTModelAdmin) | |
1 0.000 0.000 0.000 0.000 models.py:1716(Meta) | |
3 0.000 0.000 0.000 0.000 models.py:33(<lambda>) | |
1 0.000 0.000 0.000 0.000 rich_text.py:4(MediaEmbedHandler) | |
3 0.000 0.000 0.000 0.000 formats.py:8(__init__) | |
2 0.000 0.000 0.000 0.000 six.py:124(_LazyModule) | |
1 0.000 0.000 0.000 0.000 utils.py:429(ignore_warnings) | |
2 0.000 0.000 0.000 0.000 exceptions.py:42(ProxyError) | |
1 0.000 0.000 0.000 0.000 fields.py:1105(FilePathField) | |
1 0.000 0.000 0.000 0.000 models.py:234(MPTTMeta) | |
1 0.000 0.000 0.000 0.000 utils.py:52(ErrorDict) | |
3 0.000 0.000 0.000 0.000 models.py:85(Meta) | |
1 0.000 0.000 0.000 0.000 UserDict.py:40(items) | |
1 0.000 0.000 0.000 0.000 password_validation.py:90(MinimumLengthValidator) | |
1 0.000 0.000 0.000 0.000 log.py:74(AdminEmailHandler) | |
1 0.000 0.000 0.000 0.000 __init__.py:1986(FileMetadata) | |
1 0.000 0.000 0.000 0.000 minidom.py:609(TypeInfo) | |
2 0.000 0.000 0.000 0.000 six.py:106(MovedAttribute) | |
1 0.000 0.000 0.000 0.000 base.py:103(isatty) | |
1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager) | |
1 0.000 0.000 0.000 0.000 minidom.py:1336(Notation) | |
1 0.000 0.000 0.000 0.000 random.py:805(SystemRandom) | |
1 0.000 0.000 0.000 0.000 utils.py:65(memoize_generator) | |
1 0.000 0.000 0.000 0.000 dates.py:22(YearMixin) | |
2 0.000 0.000 0.000 0.000 imghdr.py:35(test_jpeg) | |
1 0.000 0.000 0.000 0.000 messages.py:14(CheckMessage) | |
1 0.000 0.000 0.000 0.000 views.py:41(TutorialDetail) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:514(get_config_var) | |
1 0.000 0.000 0.000 0.000 urllib.py:1018(addinfourl) | |
1 0.000 0.000 0.000 0.000 rich_text.py:6(DocumentLinkHandler) | |
1 0.000 0.000 0.000 0.000 memcached.py:11(MemcachedConnection) | |
1 0.000 0.000 0.000 0.000 cookielib.py:821(CookiePolicy) | |
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:942(ElasticsearchSearchEngine) | |
1 0.000 0.000 0.000 0.000 signals.py:10(BaseSignalProcessor) | |
1 0.000 0.000 0.000 0.000 lookups.py:398(DateTimeDateTransform) | |
1 0.000 0.000 0.000 0.000 client.py:96(ClientHandler) | |
1 0.000 0.000 0.000 0.000 forms.py:12(URLOrAbsolutePathValidator) | |
1 0.000 0.000 0.000 0.000 request.py:44(__init__) | |
1 0.000 0.000 0.000 0.000 dates.py:440(BaseYearArchiveView) | |
1 0.000 0.000 0.000 0.000 rich_text.py:5(ImageEmbedHandler) | |
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError) | |
1 0.000 0.000 0.000 0.000 weakref.py:48(remove) | |
1 0.000 0.000 0.000 0.000 constants.py:3097(DataLossWarning) | |
1 0.000 0.000 0.000 0.000 threading.py:125(_RLock) | |
1 0.000 0.000 0.000 0.000 redirects.py:9(RedirectsPanel) | |
3 0.000 0.000 0.000 0.000 query.py:1057(check_related_objects) | |
1 0.000 0.000 0.000 0.000 dates.py:331(BaseDateListView) | |
1 0.000 0.000 0.000 0.000 expressions.py:954(OrderBy) | |
1 0.000 0.000 0.000 0.000 extras.py:439(UUID_adapter) | |
1 0.000 0.000 0.000 0.000 helpers.py:66(Fieldset) | |
1 0.000 0.000 0.000 0.000 views.py:70(BaseCountryProfile) | |
1 0.000 0.000 0.000 0.000 difflib.py:764(Differ) | |
2 0.000 0.000 0.000 0.000 exceptions.py:15(PoolError) | |
1 0.000 0.000 0.000 0.000 field_block.py:332(ChooserBlock) | |
1 0.000 0.000 0.000 0.000 response.py:429(HttpResponseNotModified) | |
1 0.000 0.000 0.000 0.000 argparse.py:1700(parse_args) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:548(BasePageChooserPanel) | |
1 0.000 0.000 0.000 0.000 structures.py:14(CaseInsensitiveDict) | |
1 0.000 0.000 0.000 0.000 sql.py:554(Parenthesis) | |
1 0.000 0.000 0.000 0.000 __init__.py:122(ManagementUtility) | |
1 0.000 0.000 0.000 0.000 __init__.py:15(SettingsManager) | |
1 0.000 0.000 0.000 0.000 lookups.py:413(DateTransform) | |
1 0.000 0.000 0.000 0.000 __init__.py:1137(DateTimeCheckMixin) | |
1 0.000 0.000 0.000 0.000 views.py:438(FacilityDetailView) | |
1 0.000 0.000 0.000 0.000 plistlib.py:365(Data) | |
1 0.000 0.000 0.000 0.000 utils.py:72(CursorDebugWrapper) | |
1 0.000 0.000 0.000 0.000 exceptions.py:7(AmbiguityError) | |
2 0.000 0.000 0.000 0.000 six.py:229(_MovedItems) | |
1 0.000 0.000 0.000 0.000 extensions.py:140(NoneAdapter) | |
1 0.000 0.000 0.000 0.000 querysets.py:3(TreeQuerySet) | |
1 0.000 0.000 0.000 0.000 tracking.py:66(NormalCursorWrapper) | |
1 0.000 0.000 0.000 0.000 password_validation.py:188(NumericPasswordValidator) | |
1 0.000 0.000 0.000 0.000 query.py:1308(Prefetch) | |
2 0.000 0.000 0.000 0.000 lazy.py:140(LazySet) | |
1 0.000 0.000 0.000 0.000 __init__.py:2075(PositiveIntegerField) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:557(load_read) | |
1 0.000 0.000 0.000 0.000 argparse.py:882(__init__) | |
1 0.000 0.000 0.000 0.000 trans_real.py:93(DjangoTranslation) | |
1 0.000 0.000 0.000 0.000 __init__.py:1399(LoggerAdapter) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:189(PngInfo) | |
1 0.000 0.000 0.000 0.000 query.py:1610(RelatedPopulator) | |
1 0.000 0.000 0.000 0.000 models.py:52(RequestEncodingMixin) | |
1 0.000 0.000 0.000 0.000 pages.py:44(Meta) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:169(iTXt) | |
1 0.000 0.000 0.000 0.000 implicit.py:20(ImplicitGrant) | |
2 0.000 0.000 0.000 0.000 weakref.py:103(clear) | |
1 0.000 0.000 0.000 0.000 handlers.py:432(SocketHandler) | |
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL) | |
2 0.000 0.000 0.000 0.000 GifImagePlugin.py:45(_accept) | |
1 0.000 0.000 0.000 0.000 forms.py:77(FacetedSearchForm) | |
1 0.000 0.000 0.000 0.000 exceptions.py:9(DisallowedModelAdminToField) | |
1 0.000 0.000 0.000 0.000 search.py:17(SearchArea) | |
2 0.000 0.000 0.000 0.000 models.py:216(Meta) | |
1 0.000 0.000 0.000 0.000 common.py:327(CaseInsensitiveDict) | |
1 0.000 0.000 0.000 0.000 admin.py:18(FacilityInline) | |
1 0.000 0.000 0.000 0.000 blocks.py:216(Meta) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:46(SAXParseException) | |
1 0.000 0.000 0.000 0.000 _htmlparser.py:127(HTMLParserTreeBuilder) | |
1 0.000 0.000 0.000 0.000 filters.py:60(SimpleListFilter) | |
1 0.000 0.000 0.000 0.000 formats.py:7(Format) | |
1 0.000 0.000 0.000 0.000 hashers.py:273(BCryptSHA256PasswordHasher) | |
3 0.000 0.000 0.000 0.000 __init__.py:419(register_loader_type) | |
1 0.000 0.000 0.000 0.000 apps.py:10(AuthConfig) | |
1 0.000 0.000 0.000 0.000 index.py:151(RelatedFields) | |
1 0.000 0.000 0.000 0.000 expressions.py:129(__init__) | |
1 0.000 0.000 0.000 0.000 loader.py:18(MigrationLoader) | |
1 0.000 0.000 0.000 0.000 loading.py:93(__init__) | |
1 0.000 0.000 0.000 0.000 extras.py:197(RealDictConnection) | |
1 0.000 0.000 0.000 0.000 widgets.py:909(SplitHiddenDateTimeWidget) | |
1 0.000 0.000 0.000 0.000 managers.py:8(WorkflowManager) | |
1 0.000 0.000 0.000 0.000 validators.py:340(MaxLengthValidator) | |
2 0.000 0.000 0.000 0.000 base.py:230(use_argparse) | |
1 0.000 0.000 0.000 0.000 proxy.py:9(OrderWrt) | |
6 0.000 0.000 0.000 0.000 config.py:108(_encoded) | |
1 0.000 0.000 0.000 0.000 poolmanager.py:193(ProxyManager) | |
1 0.000 0.000 0.000 0.000 __init__.py:231(LogRecord) | |
2 0.000 0.000 0.000 0.000 exceptions.py:137(LocationParseError) | |
1 0.000 0.000 0.000 0.000 helpers.py:37(AdminForm) | |
1 0.000 0.000 0.000 0.000 admin.py:9(NewsroomFeatureInline) | |
1 0.000 0.000 0.000 0.000 hmac.py:23(HMAC) | |
1 0.000 0.000 0.000 0.000 admin.py:11(TagAdmin) | |
1 0.000 0.000 0.000 0.000 __init__.py:889(FileHandler) | |
1 0.000 0.000 0.000 0.000 smartif.py:15(TokenBase) | |
1 0.000 0.000 0.000 0.000 expressions.py:697(ExpressionWrapper) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:651(get_urlconf) | |
1 0.000 0.000 0.000 0.000 __init__.py:1013(__init__) | |
1 0.000 0.000 0.000 0.000 django.py:54(Template) | |
1 0.000 0.000 0.000 0.000 base.py:67(ModelBase) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:212(DOMEntityResolver) | |
1 0.000 0.000 0.000 0.000 minidom.py:1345(DOMImplementation) | |
2 0.000 0.000 0.000 0.000 base.py:84(style_func) | |
1 0.000 0.000 0.000 0.000 hashers.py:392(MD5PasswordHasher) | |
1 0.000 0.000 0.002 0.002 platform.py:797(mac_ver) | |
1 0.000 0.000 0.000 0.000 __init__.py:2087(PositiveSmallIntegerField) | |
1 0.000 0.000 0.000 0.000 conf.py:88(Settings) | |
2 0.000 0.000 0.000 0.000 connection.py:61(DummyConnection) | |
1 0.000 0.000 0.001 0.001 urllib2.py:854(AbstractBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 weakref_backports.py:17(WeakMethod) | |
1 0.000 0.000 0.000 0.000 dyld.py:53(dyld_framework_path) | |
1 0.000 0.000 0.022 0.022 hooks.py:43(get_hooks) | |
1 0.000 0.000 0.000 0.000 rfc822.py:501(AddrlistClass) | |
1 0.000 0.000 0.000 0.000 exceptions.py:42(NodeNotFoundError) | |
1 0.000 0.000 0.000 0.000 conf.py:128(configure_precompilers) | |
1 0.000 0.000 0.000 0.000 xmlbuilder.py:366(DOMImplementationLS) | |
1 0.000 0.000 0.000 0.000 threading.py:552(_Event) | |
1 0.000 0.000 0.000 0.000 __init__.py:61(DOMException) | |
1 0.000 0.000 0.000 0.000 expressions.py:544(Value) | |
1 0.000 0.000 0.000 0.000 query.py:650(ValuesSearchQuerySet) | |
1 0.000 0.000 0.000 0.000 fields.py:168(LocationField) | |
5 0.000 0.000 0.000 0.000 TiffImagePlugin.py:561(_register_writer) | |
1 0.000 0.000 0.000 0.000 auth.py:62(HTTPDigestAuth) | |
1 0.000 0.000 0.000 0.000 config.py:489(DictConfigurator) | |
1 0.000 0.000 0.000 0.000 calendar.py:488(TimeEncoding) | |
1 0.000 0.000 0.000 0.000 tracking.py:19(ThreadLocalState) | |
2 0.000 0.000 0.000 0.000 image.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:89(SyndicationFeed) | |
1 0.000 0.000 0.000 0.000 django.py:21(DjangoTemplates) | |
1 0.000 0.000 0.000 0.000 models.py:240(Category) | |
1 0.000 0.000 0.000 0.000 common.py:35(Meta) | |
2 0.000 0.000 0.000 0.000 six.py:54(__len__) | |
1 0.000 0.000 0.000 0.000 testcases.py:1222(LiveServerThread) | |
1 0.000 0.000 0.000 0.000 widgets.py:40(Media) | |
1 0.000 0.000 0.000 0.000 finders.py:116(AppDirectoriesFinder) | |
1 0.000 0.000 0.000 0.000 testcases.py:1196(_StaticFilesHandler) | |
1 0.000 0.000 0.000 0.000 questioner.py:22(__init__) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailSnippetsAppConfig) | |
1 0.000 0.000 0.000 0.000 requests.py:6(RequestSite) | |
2 0.000 0.000 0.000 0.000 exceptions.py:63(MaxRetryError) | |
1 0.000 0.000 0.000 0.000 inputstream.py:671(EncodingParser) | |
1 0.000 0.000 0.000 0.000 registry.py:9(Tags) | |
1 0.000 0.000 0.000 0.000 fields.py:236(model_name_lower) | |
1 0.000 0.000 0.000 0.000 filters.py:232(StripWhitespaceFilter) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:114(MP_ComplexAddMoveHandler) | |
1 0.000 0.000 0.000 0.000 atexit.py:37(register) | |
1 0.000 0.000 0.000 0.000 models.py:408(state_forwards) | |
1 0.000 0.000 0.000 0.000 Queue.py:212(PriorityQueue) | |
4 0.000 0.000 0.000 0.000 _util.py:7(isPath) | |
1 0.000 0.000 0.000 0.000 __init__.py:2134(SmallIntegerField) | |
1 0.000 0.000 0.000 0.000 admin.py:15(CountryThreatInline) | |
1 0.000 0.000 0.000 0.000 __init__.py:53(EmptyResults) | |
1 0.000 0.000 0.000 0.000 fields.py:296(FloatField) | |
1 0.000 0.000 0.000 0.000 edit.py:40(FormMixin) | |
1 0.000 0.000 0.000 0.000 admin.py:11(CountryFactInline) | |
5 0.000 0.000 0.000 0.000 {method 'span' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 context.py:218(RequestContext) | |
1 0.000 0.000 0.000 0.000 minidom.py:612(__init__) | |
1 0.000 0.000 0.000 0.000 oauth1_auth.py:24(OAuth1) | |
1 0.000 0.000 0.000 0.000 __init__.py:81(HierarchyRequestErr) | |
1 0.000 0.000 0.000 0.000 fields.py:486(DurationField) | |
1 0.000 0.000 0.000 0.000 hashers.py:420(UnsaltedSHA1PasswordHasher) | |
1 0.000 0.000 0.000 0.000 storage.py:14(CompressorFileStorage) | |
4 0.000 0.000 0.000 0.000 related_descriptors.py:143(__get__) | |
2 0.000 0.000 0.000 0.000 six.py:451(Module_six_moves_urllib_robotparser) | |
2 0.000 0.000 0.000 0.000 base.py:93(<lambda>) | |
1 0.000 0.000 0.000 0.000 httplib.py:1375(LineAndFileWrapper) | |
1 0.000 0.000 0.000 0.000 base.py:510(validate_thread_sharing) | |
1 0.000 0.000 0.000 0.000 field_block.py:180(DateTimeBlock) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:99(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:175(Meta) | |
1 0.000 0.000 0.000 0.000 Cookie.py:633(load) | |
1 0.000 0.000 0.000 0.000 base_search_indexes.py:14(ContentIndex) | |
1 0.000 0.000 0.000 0.000 authorization.py:21(AuthorizationEndpoint) | |
4 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 models.py:1326(Meta) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:444(TemplateTagNode) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:447(BoundaryIter) | |
1 0.000 0.000 0.000 0.000 urllib2.py:944(AbstractDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 storage.py:7(ThumbnailFileSystemStorage) | |
1 0.000 0.000 0.000 0.000 detail.py:10(SingleObjectMixin) | |
1 0.000 0.000 0.000 0.000 markupbase.py:24(ParserBase) | |
4 0.000 0.000 0.000 0.000 sre_parse.py:218(seek) | |
1 0.000 0.000 0.000 0.000 backends.py:98(RemoteUserBackend) | |
1 0.000 0.000 0.000 0.000 query_utils.py:172(RegisterLookupMixin) | |
1 0.000 0.000 0.000 0.000 cgi.py:327(MiniFieldStorage) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:761(BaseStreamFieldPanel) | |
1 0.000 0.000 0.000 0.000 models.py:250(SavedSearch) | |
1 0.000 0.000 0.000 0.000 __init__.py:580(Filterer) | |
1 0.000 0.000 0.000 0.000 struct_block.py:169(StructValue) | |
1 0.000 0.000 0.000 0.000 message.py:121(MIMEMixin) | |
1 0.000 0.000 0.000 0.000 decoder.py:274(JSONDecoder) | |
3 0.000 0.000 0.000 0.000 fields.py:394(make_generic_foreign_order_accessors) | |
1 0.000 0.000 0.000 0.000 base.py:776(Variable) | |
1 0.000 0.000 0.000 0.000 minidom.py:1126(Comment) | |
1 0.000 0.000 0.000 0.000 feeds.py:11(NewSyndicationFeed) | |
1 0.000 0.000 0.000 0.000 base.py:18(DeserializationError) | |
1 0.000 0.000 0.000 0.000 bdb.py:614(Tdb) | |
1 0.000 0.000 0.000 0.000 tokenize.py:148(StopTokenizing) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:266(PngStream) | |
1 0.000 0.000 0.000 0.000 uploadedfile.py:108(SimpleUploadedFile) | |
1 0.000 0.000 0.000 0.000 ImagePalette.py:23(ImagePalette) | |
1 0.000 0.000 0.000 0.000 models.py:192(Meta) | |
1 0.000 0.000 0.000 0.000 options.py:7(ThumbnailOptions) | |
1 0.000 0.000 0.000 0.000 storage.py:331(DefaultStorage) | |
1 0.000 0.000 0.000 0.000 password_validation.py:117(UserAttributeSimilarityValidator) | |
1 0.000 0.000 0.000 0.000 models.py:136(UserManager) | |
1 0.000 0.000 0.000 0.000 fields.py:15(RichTextArea) | |
1 0.000 0.000 0.000 0.000 extras.py:425(MinTimeLoggingCursor) | |
1 0.000 0.000 0.000 0.000 widgets.py:57(AdminDateWidget) | |
1 0.000 0.000 0.000 0.000 timezone.py:249(override) | |
1 0.000 0.000 0.000 0.000 writer.py:43(OperationWriter) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:351(Atom1Feed) | |
7 0.000 0.000 0.000 0.000 case.py:609(_deprecate) | |
1 0.000 0.000 0.000 0.000 cache.py:67(MemoryCache) | |
1 0.000 0.000 0.000 0.000 {PIL._imaging.zip_decoder} | |
1 0.000 0.000 0.000 0.000 handlers.py:1169(MemoryHandler) | |
2 0.000 0.000 0.000 0.000 six.py:78(_LazyDescr) | |
1 0.000 0.000 0.000 0.000 sql.py:11(Token) | |
1 0.000 0.000 0.000 0.000 models.py:38(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:353(Formatter) | |
1 0.000 0.000 0.000 0.000 datetime_safe.py:22(datetime) | |
1 0.000 0.000 0.000 0.000 header.py:144(Header) | |
1 0.000 0.000 0.000 0.000 testcases.py:1209(_MediaFilesHandler) | |
2 0.000 0.000 0.000 0.000 exceptions.py:147(ResponseError) | |
1 0.000 0.000 0.000 0.000 base_user.py:17(BaseUserManager) | |
1 0.000 0.000 0.000 0.000 articles.py:68(ArticleOrganization) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:358(TCPServer) | |
3 0.000 0.000 0.000 0.000 __init__.py:704(get_prep_value) | |
2 0.000 0.000 0.000 0.000 lazy.py:87(LazyList) | |
1 0.000 0.000 0.000 0.000 lexer.py:59(LexerMeta) | |
1 0.000 0.000 0.000 0.000 hashers.py:452(UnsaltedMD5PasswordHasher) | |
1 0.000 0.000 0.000 0.000 lookups.py:120(Transform) | |
1 0.000 0.000 0.000 0.000 django_1_8_0.py:8(check_duplicate_template_settings) | |
1 0.000 0.000 0.000 0.000 _compat.py:38(__new__) | |
1 0.000 0.000 0.000 0.000 wagtailadmin_tags.py:155(EscapeScriptNode) | |
1 0.000 0.000 0.000 0.000 message.py:412(EmailMultiAlternatives) | |
1 0.000 0.000 0.000 0.000 cache.py:274(MemCacheCache) | |
1 0.000 0.000 0.000 0.000 middleware.py:36(DebugToolbarMiddleware) | |
1 0.000 0.000 0.000 0.000 feeds.py:152(LatestArticlesFeed) | |
1 0.000 0.000 0.000 0.000 admin.py:11(ReportChapterInline) | |
1 0.000 0.000 0.000 0.000 apps.py:5(StaticFilesConfig) | |
1 0.000 0.000 0.000 0.000 models.py:343(Meta) | |
1 0.000 0.000 0.000 0.000 views.py:71(SpeechSearchView) | |
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder) | |
1 0.000 0.000 0.000 0.000 __init__.py:1712(DefaultProvider) | |
1 0.000 0.000 0.000 0.000 models.py:54(SiteManager) | |
1 0.000 0.000 0.000 0.000 encoder.py:70(JSONEncoder) | |
1 0.000 0.000 0.000 0.000 __init__.py:349(_CountryNameDict) | |
1 0.000 0.000 0.000 0.000 expressions.py:777(Case) | |
1 0.000 0.000 0.000 0.000 response.py:192(TemplateResponse) | |
1 0.000 0.000 0.000 0.000 aggregates.py:158(Variance) | |
1 0.000 0.000 0.000 0.000 httplib.py:1149(HTTP) | |
1 0.000 0.000 0.000 0.000 conf.py:118(configure_offline_context) | |
3 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 base.py:154(Deserializer) | |
1 0.000 0.000 0.000 0.000 signals.py:17(__init__) | |
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite) | |
1 0.000 0.000 0.000 0.000 hooks.py:14(<module>) | |
1 0.000 0.000 0.000 0.000 questioner.py:15(MigrationQuestioner) | |
1 0.000 0.000 0.000 0.000 debug.py:115(SafeExceptionReporterFilter) | |
2 0.000 0.000 0.000 0.000 BmpImagePlugin.py:54(_accept) | |
1 0.000 0.000 0.000 0.000 _parseaddr.py:452(AddressList) | |
2 0.000 0.000 0.000 0.000 six.py:53(X) | |
3 0.000 0.000 0.000 0.000 __init__.py:2148(register_namespace_handler) | |
1 0.000 0.000 0.000 0.000 models.py:51(MPTTOptions) | |
1 0.000 0.000 0.000 0.000 csv.py:26(Dialect) | |
1 0.000 0.000 0.000 0.000 ascii.py:13(Codec) | |
1 0.000 0.000 0.000 0.000 base_models.py:42(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:89(Settings) | |
1 0.000 0.000 0.000 0.000 response.py:400(HttpResponseRedirectBase) | |
1 0.000 0.000 0.000 0.000 overextends_tags.py:12(OverExtendsNode) | |
1 0.000 0.000 0.000 0.000 authorization_code.py:21(AuthorizationCodeGrant) | |
1 0.000 0.000 0.000 0.000 checks.py:852(InlineModelAdminChecks) | |
1 0.000 0.000 0.000 0.000 python.py:18(Serializer) | |
1 0.000 0.000 0.000 0.000 subqueries.py:85(UpdateQuery) | |
1 0.000 0.000 0.000 0.000 blocks.py:24(EmbedBlock) | |
2 0.000 0.000 0.000 0.000 exceptions.py:163(InsecureRequestWarning) | |
1 0.000 0.000 0.000 0.000 apps.py:12(ready) | |
1 0.000 0.000 0.000 0.000 {method 'splitlines' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 subqueries.py:17(DeleteQuery) | |
1 0.000 0.000 0.000 0.000 __init__.py:627(_removeHandlerRef) | |
3 0.000 0.000 0.000 0.000 models.py:14(route) | |
1 0.000 0.000 0.001 0.001 extras.py:799(CompositeCaster) | |
1 0.000 0.000 0.000 0.000 _html5lib.py:110(AttrList) | |
1 0.000 0.000 0.000 0.000 extras.py:104(DictConnection) | |
1 0.000 0.000 0.000 0.000 hashers.py:364(SHA1PasswordHasher) | |
1 0.000 0.000 0.000 0.000 admin.py:19(SubjectAdmin) | |
1 0.000 0.000 0.000 0.000 views.py:35(OpinionSearchView) | |
1 0.000 0.000 0.000 0.000 rich_text.py:87(DbWhitelister) | |
1 0.000 0.000 0.000 0.000 files.py:381(ImageFieldFile) | |
1 0.000 0.000 0.000 0.000 dateformat.py:43(TimeFormat) | |
1 0.000 0.000 0.000 0.000 utils.py:82(AddonClient) | |
2 0.000 0.000 0.000 0.000 utils.py:240(__init__) | |
1 0.000 0.000 0.000 0.000 fields.py:621(ImageField) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:11(register_admin_urls) | |
1 0.000 0.000 0.000 0.000 filters.py:201(StripCommentsFilter) | |
1 0.000 0.000 0.000 0.000 element.py:761(Doctype) | |
1 0.000 0.000 0.000 0.000 tokenize.py:179(Untokenizer) | |
1 0.000 0.000 0.000 0.000 base.py:161(RedirectView) | |
1 0.000 0.000 0.000 0.000 case.py:1020(FunctionTestCase) | |
1 0.000 0.000 0.000 0.000 {_locale.setlocale} | |
1 0.000 0.000 0.000 0.000 registry.py:88(get_checks) | |
1 0.000 0.000 0.000 0.000 feeds.py:107(LatestArticlesFeedNJ) | |
1 0.000 0.000 0.000 0.000 signals.py:16(_FakeSignal) | |
1 0.000 0.000 0.000 0.000 index.py:140(SearchField) | |
1 0.000 0.000 0.000 0.000 expressions.py:368(CombinedExpression) | |
1 0.000 0.000 0.000 0.000 errors.py:14(OAuth1Error) | |
1 0.000 0.000 0.000 0.000 fields.py:1214(UUIDField) | |
1 0.000 0.000 0.000 0.000 handlers.py:162(TimedRotatingFileHandler) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:484(PngImageFile) | |
2 0.000 0.000 0.000 0.000 pillow.py:9(__init__) | |
1 0.000 0.000 0.000 0.000 utils.py:221(modify_settings) | |
10 0.000 0.000 0.000 0.000 __init__.py:100(get_urls) | |
1 0.000 0.000 0.000 0.000 zipfile.py:1373(PyZipFile) | |
1 0.000 0.000 0.000 0.000 specifiers.py:735(<genexpr>) | |
2 0.000 0.000 0.000 0.000 models.py:26(__init__) | |
1 0.000 0.000 0.000 0.000 legacy.py:93(Mode) | |
1 0.000 0.000 0.000 0.000 {cStringIO.StringIO} | |
2 0.000 0.000 0.000 0.000 six.py:102(_resolve) | |
1 0.000 0.000 0.000 0.000 fields.py:6(HTMLField) | |
1 0.000 0.000 0.000 0.000 validators.py:322(MinValueValidator) | |
1 0.000 0.000 0.000 0.000 expressions.py:896(DateTime) | |
1 0.000 0.000 0.000 0.000 inputstream.py:58(BufferedStream) | |
1 0.000 0.000 0.000 0.000 fields.py:369(FacetField) | |
1 0.000 0.000 0.000 0.000 __init__.py:154(UserSettingsHolder) | |
1 0.000 0.000 0.000 0.000 subclassing.py:31(Creator) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:174(LocaleRegexProvider) | |
2 0.000 0.000 0.000 0.000 response.py:47(GzipDecoder) | |
1 0.000 0.000 0.000 0.000 stream_block.py:248(StreamChild) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:62(RankFilter) | |
1 0.000 0.000 0.000 0.000 base.py:28(View) | |
1 0.000 0.000 0.000 0.000 calendar.py:501(LocaleTextCalendar) | |
5 0.000 0.000 0.000 0.000 TiffImagePlugin.py:552(_register_loader) | |
1 0.000 0.000 0.000 0.000 fields.py:433(TimeField) | |
1 0.000 0.000 0.000 0.000 lookups.py:205(In) | |
1 0.000 0.000 0.000 0.000 models.py:88(Meta) | |
2 0.000 0.000 0.000 0.000 exceptions.py:122(EmptyPoolError) | |
2 0.000 0.000 0.000 0.000 search_indexes.py:73(get_model) | |
2 0.000 0.000 0.000 0.000 pillow.py:43(check) | |
1 0.000 0.000 0.000 0.000 subclassing.py:15(SubfieldBase) | |
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__) | |
2 0.000 0.000 0.000 0.000 JpegImagePlugin.py:275(_accept) | |
1 0.000 0.000 0.000 0.000 oauth1_session.py:36(TokenRequestDenied) | |
1 0.000 0.000 0.000 0.000 views.py:176(TreatyDetail) | |
1 0.000 0.000 0.000 0.000 __init__.py:123(UserDataHandler) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:45(MultiPartParser) | |
2 0.000 0.000 0.000 0.000 exceptions.py:117(NewConnectionError) | |
1 0.000 0.000 0.000 0.000 _structures.py:17(Infinity) | |
1 0.000 0.000 0.000 0.000 subprocess.py:400(CalledProcessError) | |
1 0.000 0.000 0.000 0.000 forms.py:245(BaseGroupPagePermissionFormSet) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:406(MultiFieldPanel) | |
3 0.000 0.000 0.000 0.000 whitelist.py:32(attribute_rule) | |
1 0.000 0.000 0.000 0.000 manager.py:242(ManagerDescriptor) | |
1 0.000 0.000 0.000 0.000 index.py:147(FilterField) | |
1 0.000 0.000 0.000 0.000 _osx_support.py:277(_check_for_unavailable_sdk) | |
1 0.000 0.000 0.000 0.000 utils.py:55(ContextList) | |
2 0.000 0.000 0.000 0.000 inspect.py:907(assign) | |
1 0.000 0.000 0.000 0.000 models.py:55(Meta) | |
1 0.000 0.000 0.000 0.000 safestring.py:79(SafeText) | |
1 0.000 0.000 0.000 0.000 connectionpool.py:669(HTTPSConnectionPool) | |
1 0.000 0.000 0.000 0.000 filters.py:116(IncludeStatement) | |
1 0.000 0.000 0.000 0.000 basehttp.py:95(WSGIRequestHandler) | |
1 0.000 0.000 0.000 0.000 _LWPCookieJar.py:49(LWPCookieJar) | |
2 0.000 0.000 0.000 0.000 exceptions.py:5(HTTPError) | |
1 0.000 0.000 0.000 0.000 models.py:214(MPTTModelBase) | |
1 0.000 0.000 0.000 0.000 fields.py:716(BooleanField) | |
1 0.000 0.000 0.000 0.000 ratelimitcache.py:90(ratelimit_post) | |
1 0.000 0.000 0.000 0.000 panel.py:173(get_urls) | |
1 0.000 0.000 0.000 0.000 query.py:2025(JoinPromoter) | |
1 0.000 0.000 0.000 0.000 __init__.py:2040(EggMetadata) | |
1 0.000 0.000 0.000 0.000 models.py:247(Meta) | |
1 0.000 0.000 0.000 0.000 element.py:745(ProcessingInstruction) | |
1 0.000 0.000 0.000 0.000 finders.py:180(BaseStorageFinder) | |
1 0.000 0.000 0.000 0.000 messages.py:64(Info) | |
1 0.000 0.000 0.000 0.000 element.py:1720(ResultSet) | |
1 0.000 0.000 0.000 0.000 threading.py:423(_Semaphore) | |
1 0.000 0.000 0.000 0.000 i18n.py:15(GetAvailableLanguagesNode) | |
1 0.000 0.000 0.000 0.000 apps.py:6(WagtailAdminAppConfig) | |
1 0.000 0.000 0.000 0.000 <string>:14(CommentProxy) | |
1 0.000 0.000 0.000 0.000 forms.py:107(Meta) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:99(MinFilter) | |
1 0.000 0.000 0.000 0.000 datastructures.py:130(BaseTable) | |
1 0.000 0.000 0.000 0.000 __init__.py:90(NoDataAllowedErr) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:204(DETAIL) | |
1 0.000 0.000 0.000 0.000 forms.py:54(TreeNodeMultipleChoiceField) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:57(BuiltinFilter) | |
1 0.000 0.000 0.000 0.000 forms.py:206(Meta) | |
1 0.000 0.000 0.000 0.000 testcases.py:137(_AssertTemplateNotUsedContext) | |
1 0.000 0.000 0.000 0.000 csv.py:166(Sniffer) | |
1 0.000 0.000 0.000 0.000 decorators.py:176(ContextDecorator) | |
1 0.000 0.000 0.000 0.000 models.py:365(Meta) | |
1 0.000 0.000 0.000 0.000 image_operations.py:41(FillOperation) | |
1 0.000 0.000 0.000 0.000 util.py:11(FileWrapper) | |
1 0.000 0.000 0.000 0.000 inputs.py:68(Exact) | |
1 0.000 0.000 0.000 0.000 blocks.py:276(Meta) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:109(MP_AddHandler) | |
1 0.000 0.000 0.000 0.000 tzinfo.py:59(BaseTzInfo) | |
1 0.000 0.000 0.000 0.000 formsets.py:33(ManagementForm) | |
1 0.000 0.000 0.000 0.000 cursor.py:11(Cursor) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:321(MP_AddChildHandler) | |
1 0.000 0.000 0.000 0.000 _html5lib.py:325(TextNode) | |
1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday) | |
1 0.000 0.000 0.000 0.000 element.py:756(Declaration) | |
1 0.000 0.000 0.000 0.000 cgi.py:837(InterpFormContentDict) | |
1 0.000 0.000 0.000 0.000 models.py:163(Meta) | |
1 0.000 0.000 0.000 0.000 edit.py:290(DeletionMixin) | |
1 0.000 0.000 0.000 0.000 errors.py:78(InvalidClientError) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:26(get_model) | |
1 0.000 0.000 0.000 0.000 exceptions.py:46(DisallowedHost) | |
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5} | |
1 0.000 0.000 0.000 0.000 fields.py:12(TreeForeignKey) | |
1 0.000 0.000 0.000 0.000 widgets.py:246(Input) | |
1 0.000 0.000 0.000 0.000 base.py:4(ImageBackendBase) | |
1 0.000 0.000 0.000 0.000 parser.py:86(HeaderParser) | |
1 0.000 0.000 0.000 0.000 models.py:46(ImageQuerySet) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:942(TemplateLiteral) | |
1 0.000 0.000 0.000 0.000 base_models.py:64(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:934(Node) | |
1 0.000 0.000 0.000 0.000 blocks.py:183(Meta) | |
1 0.000 0.000 0.000 0.000 wsgi.py:146(WSGIHandler) | |
1 0.000 0.000 0.000 0.000 HTMLParser.py:57(HTMLParseError) | |
1 0.000 0.000 0.000 0.000 models.py:240(Meta) | |
1 0.000 0.000 0.000 0.000 utils.py:611(ScriptPrefix) | |
1 0.000 0.000 0.000 0.000 cookies.py:95(MockResponse) | |
1 0.000 0.000 0.000 0.000 client.py:40(RedirectCycleError) | |
1 0.000 0.000 0.000 0.000 i18n.py:54(GetCurrentLanguageNode) | |
1 0.000 0.000 0.000 0.000 forms.py:135(ClusterFormOptions) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:138(ParseError) | |
1 0.000 0.000 0.000 0.000 models.py:63(Source) | |
1 0.000 0.000 0.000 0.000 exceptions.py:51(DisallowedRedirect) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:384(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:88(GroupManager) | |
2 0.000 0.000 0.000 0.000 six.py:430(Module_six_moves_urllib_response) | |
6 0.000 0.000 0.000 0.000 sre_parse.py:224(isdigit) | |
1 0.000 0.000 0.000 0.000 base.py:123(TemplateEncodingError) | |
1 0.000 0.000 0.000 0.000 widgets.py:328(AdminTextareaWidget) | |
1 0.000 0.000 0.000 0.000 __init__.py:460(FeatureNotFound) | |
1 0.000 0.000 0.000 0.000 forms.py:5(WorkflowAdminFormMixin) | |
1 0.000 0.000 0.000 0.000 errors.py:198(TemporarilyUnavailableError) | |
1 0.000 0.000 0.000 0.000 forms.py:10(TagWidget) | |
1 0.000 0.000 0.000 0.000 managers.py:9(GSNHomePageManager) | |
1 0.000 0.000 0.000 0.000 blocks.py:132(Meta) | |
1 0.000 0.000 0.000 0.000 decimal.py:5673(_Log10Memoize) | |
1 0.000 0.000 0.000 0.000 decimal.py:160(DecimalException) | |
1 0.000 0.000 0.000 0.000 forms.py:99(ModelSearchForm) | |
1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident) | |
1 0.000 0.000 0.000 0.000 deletion.py:10(ProtectedError) | |
1 0.000 0.000 0.000 0.000 decimal.py:261(DivisionUndefined) | |
1 0.000 0.000 0.000 0.000 exceptions.py:188(ProxySchemeUnknown) | |
1 0.000 0.000 0.000 0.000 argparse.py:934(_AppendConstAction) | |
1 0.000 0.000 0.000 0.000 userbar.py:58(ModeratePageItem) | |
1 0.000 0.000 0.000 0.000 cache.py:39(cache_control) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1224(HTTPHandler) | |
1 0.000 0.000 0.000 0.000 parser.py:17(Parser) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:227(Enclosure) | |
1 0.000 0.000 0.000 0.000 managers.py:165(GSNWeekInReviewManager) | |
1 0.000 0.000 0.000 0.000 models.py:267(Meta) | |
1 0.000 0.000 0.000 0.000 utils.py:20(Error) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1084(HTTPDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:1205(_IterParseIterator) | |
1 0.000 0.000 0.000 0.000 message.py:34(BadHeaderError) | |
1 0.000 0.000 0.000 0.000 widgets.py:142(ForeignKeyRawIdWidget) | |
1 0.000 0.000 0.000 0.000 plistlib.py:448(end_dict) | |
1 0.000 0.000 0.000 0.000 base.py:143(configure) | |
1 0.000 0.000 0.000 0.000 blocks.py:83(Meta) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:28(MultiPartParserError) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:15(ImageChooserPanel) | |
1 0.000 0.000 0.000 0.000 models.py:86(Meta) | |
1 0.000 0.000 0.000 0.000 Image.py:37(DecompressionBombWarning) | |
1 0.000 0.000 0.000 0.000 lookups.py:302(IStartsWith) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:25(DocumentsMenuItem) | |
1 0.000 0.000 0.000 0.000 widgets.py:71(AdminCKEditor) | |
1 0.000 0.000 0.000 0.000 files.py:139(FakeInstance) | |
1 0.000 0.000 0.000 0.000 edit.py:259(CreateView) | |
1 0.000 0.000 0.000 0.000 inputstream.py:852(ContentAttrParser) | |
1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta) | |
1 0.000 0.000 0.000 0.000 reverse_related.py:273(ManyToManyRel) | |
1 0.000 0.000 0.000 0.000 argparse.py:651(ArgumentDefaultsHelpFormatter) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:49(get_model) | |
1 0.000 0.000 0.000 0.000 cursor.py:182(ItemIterator) | |
1 0.000 0.000 0.000 0.000 element.py:27(NamespacedAttribute) | |
1 0.000 0.000 0.000 0.000 exceptions.py:13(ElasticsearchException) | |
1 0.000 0.000 0.000 0.000 models.py:310(Meta) | |
1 0.000 0.000 0.000 0.000 transaction.py:118(Atomic) | |
1 0.000 0.000 0.000 0.000 engine.py:17(NoSourceGenerator) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:65(StreamReader) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1232(HTTPSHandler) | |
1 0.000 0.000 0.000 0.000 serializer.py:11(TextSerializer) | |
1 0.000 0.000 0.000 0.000 storage.py:287(ManifestFilesMixin) | |
1 0.000 0.000 0.000 0.000 loader.py:157(LoaderOrigin) | |
1 0.000 0.000 0.000 0.000 exceptions.py:9(SQLParseError) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:7(WebApplicationServer) | |
1 0.000 0.000 0.000 0.000 models.py:207(Meta) | |
1 0.000 0.000 0.000 0.000 paginator.py:7(InvalidPage) | |
1 0.000 0.000 0.000 0.000 query.py:36(BaseIterable) | |
1 0.000 0.000 0.000 0.000 client.py:16(DatabaseClient) | |
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short) | |
1 0.000 0.000 0.000 0.000 forms.py:27(DeclarativeFieldsMetaclass) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:677(StreamRequestHandler) | |
1 0.000 0.000 0.000 0.000 filters.py:72(GetComments) | |
1 0.000 0.000 0.000 0.000 exceptions.py:4(DisallowedModelAdminLookup) | |
3 0.000 0.000 0.000 0.000 query.py:1242(<genexpr>) | |
1 0.000 0.000 0.000 0.000 element.py:42(AttributeValueWithCharsetSubstitution) | |
1 0.000 0.000 0.000 0.000 views.py:136(GSNArticleView) | |
1 0.000 0.000 0.000 0.000 forms.py:48(BaseChildFormSet) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:25(ImagesMenuItem) | |
1 0.000 0.000 0.000 0.000 compress.py:110(CompressorNode) | |
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort) | |
1 0.000 0.000 0.000 0.000 lookups.py:356(IsNull) | |
1 0.000 0.000 0.000 0.000 query.py:1176(EmptyQuerySet) | |
1 0.000 0.000 0.000 0.000 service_application.py:20(ServiceApplicationClient) | |
1 0.000 0.000 0.000 0.000 base.py:112(TemplateResponseMixin) | |
1 0.000 0.000 0.000 0.000 query.py:285(SpecificIterable) | |
1 0.000 0.000 0.000 0.000 poolmanager.py:196(ProxyManager) | |
1 0.000 0.000 0.000 0.000 models.py:76(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:45(Meta) | |
1 0.000 0.000 0.000 0.000 deprecation.py:18(warn_about_renamed_method) | |
1 0.000 0.000 0.000 0.000 forms.py:14(EmptyDivWidget) | |
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object) | |
1 0.000 0.000 0.000 0.000 base.py:234(get_version) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256} | |
1 0.000 0.000 0.000 0.000 text.py:297(StreamingBuffer) | |
1 0.000 0.000 0.000 0.000 blocks.py:269(Meta) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:129(RelatedGreaterThanOrEqual) | |
1 0.000 0.000 0.000 0.000 exceptions.py:183(ResponseNotChunked) | |
1 0.000 0.000 0.000 0.000 base.py:11(InvalidCacheBackendError) | |
1 0.000 0.000 0.000 0.000 debug.py:99(ExceptionReporterFilter) | |
1 0.000 0.000 0.000 0.000 stream_block.py:26(Meta) | |
1 0.000 0.000 0.000 0.000 xmlutils.py:9(UnserializableContentError) | |
1 0.000 0.000 0.000 0.000 models.py:389(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:398(DeclarativeSubBlocksMetaclass) | |
1 0.000 0.000 0.000 0.000 __init__.py:408(UnknownExtra) | |
1 0.000 0.000 0.000 0.000 fields.py:1204(SlugField) | |
1 0.000 0.000 0.000 0.000 decimal.py:5419(_WorkRep) | |
1 0.000 0.000 0.000 0.000 query.py:41(ModelIterable) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:24(Server) | |
1 0.000 0.000 0.000 0.000 fields.py:216(EdgeNgramField) | |
1 0.000 0.000 0.000 0.000 filters.py:51(TruncateStringFilter) | |
1 0.000 0.000 0.000 0.000 errors.py:93(MismatchingStateError) | |
1 0.000 0.000 0.000 0.000 forms.py:81(Meta) | |
1 0.000 0.000 0.000 0.000 urllib2.py:520(BaseHandler) | |
1 0.000 0.000 0.000 0.000 __init__.py:1385(RootLogger) | |
1 0.000 0.000 0.000 0.000 oauth2_session.py:13(TokenUpdated) | |
2 0.000 0.000 0.000 0.000 admin.py:37(create_on_success) | |
1 0.000 0.000 0.000 0.000 signals.py:73(RealtimeSignalProcessor) | |
1 0.000 0.000 0.000 0.000 argparse.py:1484(_ArgumentGroup) | |
1 0.000 0.000 0.000 0.000 duration.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 backend_application.py:16(BackendApplicationClient) | |
1 0.000 0.000 0.000 0.000 __init__.py:102(InuseAttributeErr) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailRedirectsAppConfig) | |
1 0.000 0.000 0.000 0.000 models.py:269(Meta) | |
1 0.000 0.000 0.000 0.000 argparse.py:1109(FileType) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1378(FTPHandler) | |
1 0.000 0.000 0.000 0.000 testcases.py:1076(CheckCondition) | |
1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar) | |
1 0.000 0.000 0.000 0.000 library.py:193(SimpleNode) | |
2 0.000 0.000 0.000 0.000 six.py:132(_MovedItems) | |
1 0.000 0.000 0.000 0.000 topological_sort.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 0006_require_contenttypes_0002.py:7(Migration) | |
1 0.000 0.000 0.000 0.000 ImageSequence.py:19(Iterator) | |
1 0.000 0.000 0.000 0.000 handlers.py:358(SimpleHandler) | |
1 0.000 0.000 0.000 0.000 widgets.py:667(CheckboxChoiceInput) | |
1 0.000 0.000 0.000 0.000 widgets.py:336(AdminTextInputWidget) | |
1 0.000 0.000 0.000 0.000 files.py:127(FakeField) | |
1 0.000 0.000 0.000 0.000 urllib2.py:560(HTTPRedirectHandler) | |
1 0.000 0.000 0.000 0.000 fields.py:16(WagtailImageField) | |
1 0.000 0.000 0.000 0.000 errors.py:181(InvalidScopeError) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:158(MemoryFileUploadHandler) | |
1 0.000 0.000 0.000 0.000 handlers.py:84(RotatingFileHandler) | |
1 0.000 0.000 0.000 0.000 uploadedfile.py:59(TemporaryUploadedFile) | |
1 0.000 0.000 0.000 0.000 __init__.py:1751(ZipManifests) | |
1 0.000 0.000 0.000 0.000 fields.py:29(TreeOneToOneField) | |
1 0.000 0.000 0.000 0.000 managers.py:383(__lt__) | |
1 0.000 0.000 0.000 0.000 admin.py:76(GSNPageAdmin) | |
1 0.000 0.000 0.000 0.000 zipfile.py:24(LargeZipFile) | |
2 0.000 0.000 0.000 0.000 six.py:103(MovedModule) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:232(IfChangedNode) | |
4 0.000 0.000 0.000 0.000 {built-in method fromkeys} | |
1 0.000 0.000 0.000 0.000 argparse.py:685(ArgumentError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:89(AuthenticationException) | |
1 0.000 0.000 0.000 0.000 version.py:46(InvalidVersion) | |
1 0.000 0.000 0.000 0.000 __init__.py:961(PlaceHolder) | |
1 0.000 0.000 0.000 0.000 managers.py:5(HomePageManager) | |
1 0.000 0.000 0.000 0.000 forms.py:111(CopyForm) | |
1 0.000 0.000 0.000 0.000 plistlib.py:230(PlistWriter) | |
1 0.000 0.000 0.000 0.000 argparse.py:805(_StoreAction) | |
1 0.000 0.000 0.000 0.000 csv.py:127(DictWriter) | |
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature) | |
1 0.000 0.000 0.000 0.000 plistlib.py:291(_InternalDict) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:510(ForkingMixIn) | |
1 0.000 0.000 0.000 0.000 base.py:164(StringOrigin) | |
1 0.000 0.000 0.000 0.000 nonmultipart.py:14(MIMENonMultipart) | |
1 0.000 0.000 0.000 0.000 errors.py:47(FirstHeaderLineIsContinuationDefect) | |
1 0.000 0.000 0.000 0.000 tz.py:88(LocalTimeNode) | |
1 0.000 0.000 0.000 0.000 __init__.py:20(GenericViewError) | |
2 0.000 0.000 0.000 0.000 six.py:62(__len__) | |
1 0.000 0.000 0.000 0.000 dates.py:639(BaseDateDetailView) | |
1 0.000 0.000 0.000 0.000 models.py:144(Meta) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:25(Kernel) | |
1 0.000 0.000 0.000 0.000 exceptions.py:35(IrreversibleError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:39(TemplateSyntaxError) | |
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError) | |
1 0.000 0.000 0.000 0.000 userbar.py:82(RejectModerationEditPageItem) | |
1 0.000 0.000 0.000 0.000 timezone.py:129(LocalTimezone) | |
1 0.000 0.000 0.000 0.000 ffiplatform.py:4(VerificationError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:26(PathOverflow) | |
1 0.000 0.000 0.000 0.000 middleware.py:38(RemoteUserMiddleware) | |
1 0.000 0.000 0.000 0.000 widgets.py:42(AdminTimeInput) | |
1 0.000 0.000 0.000 0.000 html5parser.py:2722(ParseError) | |
1 0.000 0.000 0.000 0.000 sql.py:572(Assignment) | |
1 0.000 0.000 0.000 0.000 models.py:138(old_name_lower) | |
2 0.000 0.000 0.000 0.000 warnings.py:15(warnpy3k) | |
1 0.000 0.000 0.000 0.000 exceptions.py:66(URLRequired) | |
1 0.000 0.000 0.000 0.000 common.py:202(Meta) | |
1 0.000 0.000 0.000 0.000 lookups.py:172(IExact) | |
1 0.000 0.000 0.000 0.000 __init__.py:99(NotSupportedErr) | |
1 0.000 0.000 0.000 0.000 urllib.py:959(addbase) | |
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect) | |
1 0.000 0.000 0.000 0.000 Cookie.py:689(value_decode) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:504(RichTextFieldPanel) | |
1 0.000 0.000 0.000 0.000 http_urllib3.py:10(Urllib3HttpConnection) | |
1 0.000 0.000 0.000 0.000 blocks.py:168(Meta) | |
1 0.000 0.000 0.000 0.000 filters.py:264(ChoicesFieldListFilter) | |
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects} | |
1 0.000 0.000 0.000 0.000 widgets.py:460(DateInput) | |
1 0.000 0.000 0.000 0.000 fields.py:779(CallableChoiceIterator) | |
1 0.000 0.000 0.000 0.000 query.py:94(ValuesIterable) | |
1 0.000 0.000 0.000 0.000 argparse.py:714(Action) | |
1 0.000 0.000 0.000 0.000 list.py:154(BaseListView) | |
1 0.000 0.000 0.000 0.000 errors.py:153(InvalidRequestError) | |
1 0.000 0.000 0.000 0.000 aggregates.py:72(Avg) | |
1 0.000 0.000 0.000 0.000 decimal.py:310(Subnormal) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:396(BaseMultiFieldPanel) | |
1 0.000 0.000 0.000 0.000 models.py:25(_classproperty) | |
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError) | |
1 0.000 0.000 0.000 0.000 admin.py:11(TreatyChapterInline) | |
1 0.000 0.000 0.000 0.000 models.py:8(SessionManager) | |
1 0.000 0.000 0.000 0.000 errors.py:70(InvalidSignatureMethodError) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:360(BaseObjectList) | |
1 0.000 0.000 0.000 0.000 apps.py:17(AdminConfig) | |
1 0.000 0.000 0.000 0.000 urlparse.py:121(SplitResult) | |
1 0.000 0.000 0.000 0.000 userbar.py:35(EditPageItem) | |
1 0.000 0.000 0.000 0.000 log.py:150(RequireDebugFalse) | |
1 0.000 0.000 0.000 0.000 base.py:376(BoundBlock) | |
1 0.000 0.000 0.000 0.000 admin.py:5(SiteAdmin) | |
1 0.000 0.000 0.000 0.000 options.py:67(IncorrectLookupParameters) | |
1 0.000 0.000 0.000 0.000 cache.py:107(FetchFromCacheMiddleware) | |
1 0.000 0.000 0.000 0.000 models.py:237(Meta) | |
1 0.000 0.000 0.000 0.000 fields.py:35(TreeManyToManyField) | |
1 0.000 0.000 0.000 0.000 client.py:10(__init__) | |
1 0.000 0.000 0.000 0.000 sysconfig.py:97(_safe_realpath) | |
1 0.000 0.000 0.000 0.000 simple_server.py:26(ServerHandler) | |
1 0.000 0.000 0.000 0.000 messages.py:69(Warning) | |
1 0.000 0.000 0.000 0.000 base.py:122(configured_data) | |
1 0.000 0.000 0.000 0.000 middleware.py:8(RedirectMiddleware) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:104(_SimpleElementPath) | |
1 0.000 0.000 0.000 0.000 views.py:48(EmploymentDetail) | |
1 0.000 0.000 0.000 0.000 datetime_safe.py:36(time) | |
1 0.000 0.000 0.000 0.000 conf.py:26(set_isolated) | |
1 0.000 0.000 0.000 0.000 forms.py:72(HighlightedSearchForm) | |
1 0.000 0.000 0.000 0.000 views.py:171(Transcript) | |
1 0.000 0.000 0.000 0.000 bdb.py:10(BdbQuit) | |
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:59(PpmImageFile) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:364(ObjectList) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:481(FieldPanel) | |
1 0.000 0.000 0.000 0.000 cache.py:129(CacheHandlerPatch) | |
1 0.000 0.000 0.000 0.000 admin.py:14(FAQInline) | |
1 0.000 0.000 0.000 0.000 filter.py:7(StatementFilter) | |
2 0.000 0.000 0.000 0.000 exceptions.py:178(SNIMissingWarning) | |
1 0.000 0.000 0.000 0.000 common.py:167(Meta) | |
1 0.000 0.000 0.000 0.000 fields.py:149(CharField) | |
1 0.000 0.000 0.000 0.000 registry.py:25(__init__) | |
1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer) | |
1 0.000 0.000 0.000 0.000 decimal.py:3749(_ContextManager) | |
1 0.000 0.000 0.000 0.000 __init__.py:197(DebugPanel) | |
1 0.000 0.000 0.000 0.000 admin.py:17(GenericInlineModelAdminChecks) | |
1 0.000 0.000 0.000 0.000 exceptions.py:26(NotHandled) | |
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble) | |
1 0.000 0.000 0.000 0.000 ImageFile.py:269(StubImageFile) | |
1 0.000 0.000 0.000 0.000 options.py:1911(StackedInline) | |
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float) | |
1 0.000 0.000 0.000 0.000 fields.py:222(CharField) | |
1 0.000 0.000 0.000 0.000 filters.py:586(OutputFilter) | |
1 0.000 0.000 0.000 0.000 expressions.py:588(DurationValue) | |
1 0.000 0.000 0.000 0.000 apps.py:6(WagtailImagesAppConfig) | |
1 0.000 0.000 0.000 0.000 config.py:318(ConvertingDict) | |
1 0.000 0.000 0.000 0.000 base.py:1030(VariableNode) | |
1 0.000 0.000 0.000 0.000 io.py:73(RawIOBase) | |
1 0.000 0.000 0.000 0.000 widgets.py:70(AdminTimeWidget) | |
1 0.000 0.000 0.000 0.000 Cookie.py:229(CookieError) | |
1 0.000 0.000 0.000 0.000 image_operations.py:187(WidthHeightOperation) | |
1 0.000 0.000 0.000 0.000 httplib.py:1348(ImproperConnectionState) | |
1 0.000 0.000 0.000 0.000 errors.py:53(MalformedHeaderDefect) | |
1 0.000 0.000 0.000 0.000 deprecation.py:78(DeprecationInstanceCheck) | |
1 0.000 0.000 0.000 0.000 query.py:1171(InstanceCheckMeta) | |
1 0.000 0.000 0.000 0.000 log.py:135(CallbackFilter) | |
1 0.000 0.000 0.000 0.000 field_block.py:139(DateBlock) | |
1 0.000 0.000 0.000 0.000 exceptions.py:78(InvalidSchema) | |
1 0.000 0.000 0.000 0.000 loading.py:127(ConnectionRouter) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:34(get_model) | |
1 0.000 0.000 0.000 0.000 cgi.py:783(FormContentDict) | |
1 0.000 0.000 0.000 0.000 models.py:381(Meta) | |
1 0.000 0.000 0.000 0.000 views.py:281(CountryProfileDocuments) | |
1 0.000 0.000 0.000 0.000 subclassing.py:47(make_contrib) | |
1 0.000 0.000 0.000 0.000 calendar.py:536(LocaleHTMLCalendar) | |
1 0.000 0.000 0.000 0.000 deprecation.py:1(RemovedInWagtail14Warning) | |
1 0.000 0.000 0.000 0.000 exceptions.py:14(BadMigrationError) | |
1 0.000 0.000 0.000 0.000 models.py:223(BasePageManager) | |
3 0.000 0.000 0.000 0.000 app_settings.py:19(<lambda>) | |
1 0.000 0.000 0.000 0.000 functional.py:17(cached_property) | |
1 0.000 0.000 0.000 0.000 fields.py:440(FacetMultiValueField) | |
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler) | |
1 0.000 0.000 0.000 0.000 case.py:78(skipUnless) | |
1 0.000 0.000 0.000 0.000 widgets.py:337(FileInput) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailDocsAppConfig) | |
1 0.000 0.000 0.000 0.000 base_user.py:57(Meta) | |
1 0.000 0.000 0.000 0.000 forms.py:113(Meta) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:231(DummyConnectionPool) | |
1 0.000 0.000 0.000 0.000 forms.py:43(Meta) | |
1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext) | |
1 0.000 0.000 0.000 0.000 dates.py:412(BaseArchiveIndexView) | |
1 0.000 0.000 0.000 0.000 lazy.py:117(LazySet) | |
1 0.000 0.000 0.000 0.000 argparse.py:1518(_MutuallyExclusiveGroup) | |
1 0.000 0.000 0.000 0.000 errors.py:50(MisplacedEnvelopeHeaderDefect) | |
1 0.000 0.000 0.000 0.000 signals.py:23(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:1728(captureWarnings) | |
3 0.000 0.000 0.000 0.000 fields.py:400(set_attributes_from_rel) | |
1 0.000 0.000 0.000 0.000 exceptions.py:30(HTTPError) | |
1 0.000 0.000 0.000 0.000 fields.py:52(RenameFieldMethods) | |
1 0.000 0.000 0.000 0.000 sessions.py:90(SessionRedirectMixin) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:102(FilterNode) | |
1 0.000 0.000 0.000 0.000 handlers.py:950(NTEventLogHandler) | |
1 0.000 0.000 0.000 0.000 plistlib.py:151(DumbXMLWriter) | |
1 0.000 0.000 0.000 0.000 models.py:101(Meta) | |
1 0.000 0.000 0.000 0.000 cursor.py:61(CursorIterator) | |
1 0.000 0.000 0.000 0.000 http_requests.py:13(RequestsHttpConnection) | |
1 0.000 0.000 0.000 0.000 __init__.py:29(DefaultConnectionProxy) | |
1 0.000 0.000 0.000 0.000 models.py:103(Meta) | |
1 0.000 0.000 0.000 0.000 httplib.py:1331(UnimplementedFileMode) | |
1 0.000 0.000 0.000 0.000 i18n.py:183(LanguageNode) | |
1 0.000 0.000 0.000 0.000 base.py:15(CacheKeyWarning) | |
1 0.000 0.000 0.000 0.000 questioner.py:185(NonInteractiveMigrationQuestioner) | |
1 0.000 0.000 0.000 0.000 blocks.py:199(Meta) | |
1 0.000 0.000 0.000 0.000 site_summary.py:46(SiteSummaryPanel) | |
1 0.000 0.000 0.000 0.000 simple_server.py:69(WSGIRequestHandler) | |
1 0.000 0.000 0.000 0.000 errors.py:21(BoundaryError) | |
1 0.000 0.000 0.000 0.000 __init__.py:189(c_int) | |
1 0.000 0.000 0.000 0.000 blocks.py:8(EmbedValue) | |
1 0.000 0.000 0.000 0.000 exceptions.py:7(InvalidMove) | |
1 0.000 0.000 0.000 0.000 config.py:285(ConvertingMixin) | |
1 0.000 0.000 0.000 0.000 ImageFile.py:75(ImageFile) | |
1 0.000 0.000 0.000 0.000 urllib2.py:164(URLError) | |
1 0.000 0.000 0.000 0.000 views.py:155(TreatyArticle) | |
1 0.000 0.000 0.000 0.000 urllib2.py:737(ProxyHandler) | |
1 0.000 0.000 0.000 0.000 element.py:45(CharsetMetaAttributeValue) | |
1 0.000 0.000 0.000 0.000 threading.py:400(notifyAll) | |
1 0.000 0.000 0.000 0.000 state.py:189(AppConfigStub) | |
1 0.000 0.000 0.000 0.000 rect.py:6(Vector) | |
1 0.000 0.000 0.000 0.000 response.py:483(JsonResponse) | |
1 0.000 0.000 0.000 0.000 utils.py:6(RegexObject) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:429(InterBoundaryIter) | |
1 0.000 0.000 0.000 0.000 __init__.py:416(SQ) | |
1 0.000 0.000 0.000 0.000 client_credentials.py:18(ClientCredentialsGrant) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1102(ProxyDigestAuthHandler) | |
1 0.000 0.000 0.000 0.000 writer.py:203(<lambda>) | |
1 0.000 0.000 0.000 0.000 widgets.py:205(ManyToManyRawIdWidget) | |
1 0.000 0.000 0.000 0.000 hashers.py:345(BCryptPasswordHasher) | |
1 0.000 0.000 0.000 0.000 files.py:359(ImageFileDescriptor) | |
17 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects} | |
1 0.000 0.000 0.000 0.000 models.py:185(Meta) | |
1 0.000 0.000 0.000 0.000 log.py:15(LoggingFacade) | |
1 0.000 0.000 0.000 0.000 error.py:9(TweepError) | |
1 0.000 0.000 0.000 0.000 blocks.py:32(Meta) | |
1 0.000 0.000 0.000 0.000 common.py:195(Meta) | |
1 0.000 0.000 0.000 0.000 legacy.py:198(Meta) | |
1 0.000 0.000 0.000 0.000 gravatar.py:18(GravatarUrlNode) | |
1 0.000 0.000 0.000 0.000 blocks.py:73(Meta) | |
1 0.000 0.000 0.000 0.000 forms.py:119(HighlightedModelSearchForm) | |
1 0.000 0.000 0.000 0.000 __init__.py:397(__init__) | |
1 0.000 0.000 0.000 0.000 fields.py:277(BooleanField) | |
1 0.000 0.000 0.000 0.000 utils.py:16(Cache) | |
1 0.000 0.000 0.000 0.000 admin.py:12(GSNTopStoryMembershipInline) | |
1 0.000 0.000 0.000 0.000 zipfile.py:20(BadZipfile) | |
1 0.000 0.000 0.000 0.000 sql.py:608(Where) | |
1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:383(FieldRowPanel) | |
1 0.000 0.000 0.000 0.000 field_block.py:129(BooleanBlock) | |
1 0.000 0.000 0.000 0.000 manager.py:238(Manager) | |
1 0.000 0.000 0.000 0.000 widgets.py:780(RadioSelect) | |
1 0.000 0.000 0.000 0.000 userbar.py:78(ApproveModerationEditPageItem) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:281(MP_AddRootHandler) | |
1 0.000 0.000 0.000 0.000 widgets.py:735(RadioFieldRenderer) | |
1 0.000 0.000 0.000 0.000 errors.py:252(UnsupportedTokenTypeError) | |
1 0.000 0.000 0.000 0.000 datastructures.py:8(EmptyResultSet) | |
1 0.000 0.000 0.000 0.000 decorators.py:13(classonlymethod) | |
1 0.000 0.000 0.000 0.000 models.py:62(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:323(Meta) | |
1 0.000 0.000 0.000 0.000 struct_block.py:23(Meta) | |
1 0.000 0.000 0.000 0.000 handlers.py:599(DatagramHandler) | |
1 0.000 0.000 0.000 0.000 embeds.py:30(AccessDeniedEmbedlyException) | |
1 0.000 0.000 0.000 0.000 handler.py:208(DTDHandler) | |
1 0.000 0.000 0.000 0.000 middleware.py:14(AuthenticationMiddleware) | |
1 0.000 0.000 0.000 0.000 threading.py:515(_BoundedSemaphore) | |
1 0.000 0.000 0.000 0.000 <string>:112(PIProxy) | |
1 0.000 0.000 0.000 0.000 creation.py:6(DatabaseCreation) | |
1 0.000 0.000 0.000 0.000 common.py:188(Meta) | |
1 0.000 0.000 0.000 0.000 plistlib.py:395(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:142(new_name_lower) | |
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:102(HTTPServer) | |
1 0.000 0.000 0.000 0.000 thumbnail.py:40(ThumbnailNode) | |
1 0.000 0.000 0.000 0.000 models.py:36(Meta) | |
1 0.000 0.000 0.000 0.000 detail.py:177(DetailView) | |
1 0.000 0.000 0.000 0.000 base.py:151(TemplateView) | |
1 0.000 0.000 0.000 0.000 files.py:727(ThumbnailerImageFieldFile) | |
1 0.000 0.000 0.000 0.000 models.py:221(Friendship) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:115(SAXNotSupportedException) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:379(BaseFieldRowPanel) | |
1 0.000 0.000 0.000 0.000 response.py:13(ContentNotRenderedError) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:91(IncrementalParser) | |
1 0.000 0.000 0.000 0.000 base.py:336(ModelState) | |
1 0.000 0.000 0.000 0.000 exceptions.py:21(CircularDependencyError) | |
1 0.000 0.000 0.000 0.000 handlers.py:370(WatchedFileHandler) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:258(SMOOTH_MORE) | |
1 0.000 0.000 0.000 0.000 __init__.py:108(SyntaxErr) | |
1 0.000 0.000 0.000 0.000 lru_cache.py:16(_HashedSeq) | |
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong) | |
1 0.000 0.000 0.000 0.000 {psycopg2._psycopg.new_type} | |
1 0.000 0.000 0.000 0.000 SocketServer.py:631(BaseRequestHandler) | |
1 0.000 0.000 0.000 0.000 blocks.py:147(Meta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:42(SSLError) | |
1 0.000 0.000 0.000 0.000 __init__.py:330(ResolutionError) | |
1 0.000 0.000 0.000 0.000 views.py:107(TranscriptSearchView) | |
1 0.000 0.000 0.000 0.000 parsers.py:43(JSONParser) | |
1 0.000 0.000 0.000 0.000 hashers.py:262(PBKDF2SHA1PasswordHasher) | |
1 0.000 0.000 0.000 0.000 models.py:286(Meta) | |
1 0.000 0.000 0.000 0.000 loading.py:92(ConnectionHandler) | |
1 0.000 0.000 0.000 0.000 baseconv.py:48(BaseConverter) | |
1 0.000 0.000 0.000 0.000 finders.py:20(BaseFinder) | |
1 0.000 0.000 0.000 0.000 numbers.py:13(Number) | |
1 0.000 0.000 0.000 0.000 fields.py:296(DateField) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:568(WithNode) | |
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError) | |
1 0.000 0.000 0.000 0.000 Cookie.py:330(_unquote) | |
1 0.000 0.000 0.000 0.000 widgets.py:477(CheckboxInput) | |
1 0.000 0.000 0.000 0.000 urllib.py:1008(addinfo) | |
1 0.000 0.000 0.000 0.000 models.py:80(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:2866(RequirementParseError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:20(SerializationError) | |
1 0.000 0.000 0.000 0.000 fields.py:274(GenericRel) | |
1 0.000 0.000 0.000 0.000 admin.py:27(GroupAdmin) | |
1 0.000 0.000 0.000 0.000 Cookie.py:722(SmartCookie) | |
2 0.000 0.000 0.000 0.000 models.py:51(Meta) | |
1 0.000 0.000 0.000 0.000 response.py:421(HttpResponseRedirect) | |
1 0.000 0.000 0.000 0.000 errors.py:137(MissingRedirectURIError) | |
1 0.000 0.000 0.000 0.000 case.py:25(SkipTest) | |
1 0.000 0.000 0.000 0.000 functional.py:361(lazy_property) | |
1 0.000 0.000 0.000 0.000 handlers.py:399(BaseCGIHandler) | |
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError) | |
1 0.000 0.000 0.000 0.000 models.py:61(Meta) | |
1 0.000 0.000 0.000 0.000 utils.py:239(ThreadCollector) | |
1 0.000 0.000 0.000 0.000 parsers.py:80(ModelParser) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:372(MP_AddSiblingHandler) | |
1 0.000 0.000 0.000 0.000 base.py:22(CommandError) | |
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p) | |
1 0.000 0.000 0.000 0.000 tokens.py:234(BearerToken) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:82(ImagesSummaryItem) | |
1 0.000 0.000 0.000 0.000 utils.py:10(BoldKeywordFilter) | |
1 0.000 0.000 0.000 0.000 lookups.py:368(Search) | |
1 0.000 0.000 0.000 0.000 handlers.py:872(SMTPHandler) | |
1 0.000 0.000 0.000 0.000 lookups.py:313(EndsWith) | |
1 0.000 0.000 0.000 0.000 cursor.py:40(BaseIterator) | |
1 0.000 0.000 0.000 0.000 lookups.py:534(SecondTransform) | |
1 0.000 0.000 0.000 0.000 filters.py:20(_CaseFilter) | |
1 0.000 0.000 0.000 0.000 message.py:155(SafeMIMEMessage) | |
1 0.000 0.000 0.000 0.000 expressions.py:614(Star) | |
1 0.000 0.000 0.000 0.000 forms.py:478(Form) | |
1 0.000 0.000 0.000 0.000 models.py:1097(ModelChoiceIterator) | |
1 0.000 0.000 0.000 0.000 dates.py:78(MonthMixin) | |
2 0.000 0.000 0.000 0.000 six.py:360(Module_six_moves_urllib_error) | |
1 0.000 0.000 0.000 0.000 base.py:8(SerializerDoesNotExist) | |
1 0.000 0.000 0.000 0.000 field_block.py:328(Meta) | |
1 0.000 0.000 0.000 0.000 staticfiles.py:23(StaticFile) | |
1 0.000 0.000 0.000 0.000 serializer.py:23(JSONSerializer) | |
1 0.000 0.000 0.000 0.000 query_utils.py:31(QueryWrapper) | |
1 0.000 0.000 0.000 0.000 blocks.py:236(Meta) | |
1 0.000 0.000 0.000 0.000 views.py:155(Opinion) | |
1 0.000 0.000 0.000 0.000 widgets.py:7(WidgetWithScript) | |
1 0.000 0.000 0.000 0.000 exceptions.py:38(ProxyError) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:7(BaseImageChooserPanel) | |
1 0.000 0.000 0.000 0.000 errors.py:74(InvalidRequestError) | |
1 0.000 0.000 0.000 0.000 lookups.py:145(BuiltinLookup) | |
1 0.000 0.000 0.000 0.000 pooling.py:8(PoolingConnection) | |
1 0.000 0.000 0.000 0.000 url_routing.py:1(RouteResult) | |
1 0.000 0.000 0.000 0.000 widgets.py:99(AdminRadioFieldRenderer) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:21(Filter) | |
1 0.000 0.000 0.000 0.000 __init__.py:87(InvalidCharacterErr) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:345(BaseTabbedInterface) | |
1 0.000 0.000 0.000 0.000 admin.py:37(SearchChangeList) | |
1 0.000 0.000 0.000 0.000 wsgi.py:25(LimitedStream) | |
1 0.000 0.000 0.000 0.000 log.py:7(AdminLogNode) | |
1 0.000 0.000 0.000 0.000 __init__.py:1798(ContextualZipFile) | |
1 0.000 0.000 0.000 0.000 signing.py:56(BadSignature) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:49(CommentNode) | |
1 0.000 0.000 0.000 0.000 sql.py:613(Case) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:249(SMOOTH) | |
1 0.000 0.000 0.000 0.000 __init__.py:84(WrongDocumentErr) | |
1 0.000 0.000 0.000 0.000 lazy.py:67(LazyList) | |
1 0.000 0.000 0.000 0.000 signing.py:89(JSONSerializer) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:44(MP_NodeQuerySet) | |
1 0.000 0.000 0.000 0.000 common.py:209(Meta) | |
1 0.000 0.000 0.000 0.000 httplib.py:255(HTTPMessage) | |
1 0.000 0.000 0.000 0.000 decimal.py:250(DivisionImpossible) | |
1 0.000 0.000 0.000 0.000 utils.py:23(filter_params) | |
1 0.000 0.000 0.000 0.000 structures.py:88(LookupDict) | |
1 0.000 0.000 0.000 0.000 argparse.py:1000(_VersionAction) | |
1 0.000 0.000 0.000 0.000 base.py:127(VariableDoesNotExist) | |
1 0.000 0.000 0.000 0.000 modtimeurls.py:85(ModTimeUrlsMiddleware) | |
1 0.000 0.000 0.000 0.000 signals.py:12(Namespace) | |
1 0.000 0.000 0.000 0.000 admin.py:12(GroupPagePermissionInline) | |
1 0.000 0.000 0.000 0.000 forms.py:77(Meta) | |
1 0.000 0.000 0.000 0.000 list.py:178(MultipleObjectTemplateResponseMixin) | |
1 0.000 0.000 0.000 0.000 __init__.py:111(InvalidModificationErr) | |
2 0.000 0.000 0.000 0.000 views.py:203(__name__) | |
1 0.000 0.000 0.000 0.000 xmlutils.py:13(SimplerXMLGenerator) | |
1 0.000 0.000 0.000 0.000 operations.py:33(__init__) | |
1 0.000 0.000 0.000 0.000 models.py:266(SearchResults) | |
1 0.000 0.000 0.000 0.000 models.py:230(PageBase) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:435(SpacelessNode) | |
1 0.000 0.000 0.000 0.000 validators.py:168(__init__) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:45(Codec) | |
1 0.000 0.000 0.000 0.000 inputs.py:38(Raw) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:184(BLUR) | |
1 0.000 0.000 0.000 0.000 request.py:28(UnreadablePostError) | |
1 0.000 0.000 0.000 0.000 decimal.py:321(Overflow) | |
1 0.000 0.000 0.000 0.000 filters.py:80(StripComments) | |
1 0.000 0.000 0.000 0.000 common.py:55(Meta) | |
1 0.000 0.000 0.000 0.000 forms.py:206(ClusterForm) | |
1 0.000 0.000 0.000 0.000 exceptions.py:1(InvalidFilterSpecError) | |
1 0.000 0.000 0.000 0.000 testcases.py:145(_CursorFailure) | |
1 0.000 0.000 0.000 0.000 migration.py:176(SwappableTuple) | |
2 0.000 0.000 0.000 0.000 six.py:380(Module_six_moves_urllib_request) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:73(DocumentsSummaryItem) | |
1 0.000 0.000 0.000 0.000 base.py:16(ContextMixin) | |
2 0.000 0.000 0.000 0.000 exceptions.py:153(SecurityWarning) | |
1 0.000 0.000 0.000 0.000 forms.py:278(Meta) | |
1 0.000 0.000 0.000 0.000 widgets.py:659(RadioChoiceInput) | |
1 0.000 0.000 0.000 0.000 handler.py:223(EntityResolver) | |
1 0.000 0.000 0.000 0.000 sql.py:663(Function) | |
1 0.000 0.000 0.000 0.000 __init__.py:120(ValidationErr) | |
1 0.000 0.000 0.000 0.000 fields.py:37(RichTextField) | |
1 0.000 0.000 0.000 0.000 utils.py:28(DatabaseError) | |
1 0.000 0.000 0.000 0.000 routers.py:8(BaseRouter) | |
1 0.000 0.000 0.000 0.000 {divmod} | |
2 0.000 0.000 0.000 0.000 exceptions.py:10(HTTPWarning) | |
1 0.000 0.000 0.000 0.000 base.py:10(AppConfOptions) | |
3 0.000 0.000 0.000 0.000 {abs} | |
1 0.000 0.000 0.000 0.000 __init__.py:17(ScanError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:197(HeaderParsingError) | |
1 0.000 0.000 0.000 0.000 admin.py:14(StoryCardInline) | |
1 0.000 0.000 0.000 0.000 models.py:1331(SubmittedRevisionsManager) | |
1 0.000 0.000 0.000 0.000 expressions.py:422(DurationExpression) | |
1 0.000 0.000 0.000 0.000 exceptions.py:9(TemplateDoesNotExist) | |
1 0.000 0.000 0.000 0.000 __init__.py:105(InvalidStateErr) | |
1 0.000 0.000 0.000 0.000 finders.py:225(DefaultStorageFinder) | |
1 0.000 0.000 0.000 0.000 __init__.py:114(NamespaceErr) | |
1 0.000 0.000 0.000 0.000 models.py:203(DirectMessage) | |
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte) | |
1 0.000 0.000 0.000 0.000 safestring.py:36(SafeData) | |
1 0.000 0.000 0.000 0.000 fields.py:543(EmailField) | |
1 0.000 0.000 0.000 0.000 base.py:1002(TextNode) | |
1 0.000 0.000 0.000 0.000 __init__.py:818(StreamHandler) | |
1 0.000 0.000 0.000 0.000 home.py:14(UpgradeNotificationPanel) | |
1 0.000 0.000 0.000 0.000 urllib.py:988(addclosehook) | |
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:50(GroupsMenuItem) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:81(UsersSearchArea) | |
1 0.000 0.000 0.000 0.000 Cookie.py:682(SimpleCookie) | |
1 0.000 0.000 0.000 0.000 response.py:425(HttpResponsePermanentRedirect) | |
1 0.000 0.000 0.000 0.000 signing.py:63(SignatureExpired) | |
1 0.000 0.000 0.000 0.000 threading.py:57(_Verbose) | |
1 0.000 0.000 0.000 0.000 models.py:35(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte) | |
1 0.000 0.000 0.000 0.000 itercompat.py:5(<module>) | |
1 0.000 0.000 0.000 0.000 auth.py:18(AuthHandler) | |
1 0.000 0.000 0.000 0.000 managers.py:21(FacilityOverviewManager) | |
1 0.000 0.000 0.000 0.000 rich_text.py:182(RichText) | |
1 0.000 0.000 0.000 0.000 errors.py:133(InvalidRedirectURIError) | |
1 0.000 0.000 0.000 0.000 resource_owner_password_credentials.py:18(ResourceOwnerPasswordCredentialsGrant) | |
1 0.000 0.000 0.000 0.000 inputs.py:48(PythonData) | |
1 0.000 0.000 0.000 0.000 i18n.py:72(TranslateNode) | |
1 0.000 0.000 0.000 0.000 urlpatterns.py:1(<module>) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:38(ResolverMatch) | |
1 0.000 0.000 0.000 0.000 models.py:312(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:112(Meta) | |
1 0.000 0.000 0.000 0.000 fields.py:239(FloatField) | |
1 0.000 0.000 0.000 0.000 managers.py:5(ProjectManager) | |
1 0.000 0.000 0.000 0.000 auth.py:37(AuthBase) | |
1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint) | |
1 0.000 0.000 0.000 0.000 element.py:740(CData) | |
1 0.000 0.000 0.000 0.000 <string>:22(ElementTree) | |
2 0.000 0.000 0.000 0.000 exceptions.py:127(ClosedPoolError) | |
1 0.000 0.000 0.000 0.000 encoding.py:17(DjangoUnicodeDecodeError) | |
1 0.000 0.000 0.000 0.000 __init__.py:30(TranslatorCommentWarning) | |
1 0.000 0.000 0.000 0.000 fields.py:346(MultiValueField) | |
1 0.000 0.000 0.000 0.000 storage.py:92(DefaultStorage) | |
1 0.000 0.000 0.000 0.000 models.py:292(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:561(NoArgsCommand) | |
2 0.000 0.000 0.000 0.000 {psycopg2._psycopg.new_array_type} | |
1 0.000 0.000 0.000 0.000 middleware.py:124(PersistentRemoteUserMiddleware) | |
1 0.000 0.000 0.000 0.000 common.py:104(Meta) | |
1 0.000 0.000 0.000 0.000 base.py:369(Lexer) | |
1 0.000 0.000 0.000 0.000 pdb.py:18(Restart) | |
1 0.000 0.000 0.000 0.000 exceptions.py:76(FieldError) | |
1 0.000 0.000 0.000 0.000 api.py:18(FFIError) | |
1 0.000 0.000 0.000 0.000 __init__.py:2015(PathMetadata) | |
1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder) | |
1 0.000 0.000 0.000 0.000 csrf.py:81(CsrfViewMiddleware) | |
1 0.000 0.000 0.000 0.000 loader.py:146(BaseLoader) | |
2 0.000 0.000 0.000 0.000 exceptions.py:26(RequestError) | |
1 0.000 0.000 0.000 0.000 mobile_application.py:16(MobileApplicationClient) | |
1 0.000 0.000 0.000 0.000 __init__.py:543(Filter) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:1092(Meta) | |
1 0.000 0.000 0.000 0.000 parsers.py:31(RawParser) | |
1 0.000 0.000 0.000 0.000 image_operations.py:33(DoNothingOperation) | |
1 0.000 0.000 0.000 0.000 models.py:271(Meta) | |
1 0.000 0.000 0.000 0.000 multipart.py:13(MIMEMultipart) | |
1 0.000 0.000 0.000 0.000 generic.py:40(IndexView) | |
1 0.000 0.000 0.000 0.000 urllib.py:114(ContentTooShortError) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:23(BlockContext) | |
2 0.000 0.000 0.000 0.000 six.py:86(_LazyDescr) | |
1 0.000 0.000 0.000 0.000 response.py:455(HttpResponseNotAllowed) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:425(MP_MoveHandler) | |
2 0.000 0.000 0.000 0.000 {method 'deleter' of 'property' objects} | |
1 0.000 0.000 0.000 0.000 version.py:52(_BaseVersion) | |
1 0.000 0.000 0.000 0.000 lazy.py:13(LazyDict) | |
1 0.000 0.000 0.000 0.000 __init__.py:96(NotFoundErr) | |
1 0.000 0.000 0.000 0.000 dates.py:613(DayArchiveView) | |
1 0.000 0.000 0.000 0.000 __init__.py:501(BufferingFormatter) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:23(get_model) | |
1 0.000 0.000 0.000 0.000 query.py:116(ValuesListIterable) | |
1 0.000 0.000 0.000 0.000 errors.py:13(MessageParseError) | |
1 0.000 0.000 0.000 0.000 widgets.py:268(TextInput) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:30(StopUpload) | |
1 0.000 0.000 0.000 0.000 base_models.py:21(Meta) | |
1 0.000 0.000 0.000 0.000 admin_list.py:286(ResultList) | |
1 0.000 0.000 0.000 0.000 context.py:189(RenderContext) | |
1 0.000 0.000 0.000 0.000 decorators.py:189(__init__) | |
1 0.000 0.000 0.000 0.000 fields.py:384(BaseTemporalField) | |
1 0.000 0.000 0.000 0.000 testcases.py:77(_AssertNumQueriesContext) | |
1 0.000 0.000 0.000 0.000 response.py:451(HttpResponseForbidden) | |
1 0.000 0.000 0.000 0.000 utils.py:10(CachedDnsName) | |
2 0.000 0.000 0.000 0.000 search_indexes.py:56(get_model) | |
1 0.000 0.000 0.000 0.000 models.py:95(<genexpr>) | |
1 0.000 0.000 0.000 0.000 edit.py:205(ProcessFormView) | |
1 0.000 0.000 0.000 0.000 common.py:132(BrokenLinkEmailsMiddleware) | |
1 0.000 0.000 0.000 0.000 __init__.py:1687(NullHandler) | |
1 0.000 0.000 0.000 0.000 argparse.py:1153(Namespace) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailEmbedsAppConfig) | |
1 0.000 0.000 0.000 0.000 decimal.py:224(ConversionSyntax) | |
1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure) | |
1 0.000 0.000 0.000 0.000 admin.py:138(GenericTabularInline) | |
1 0.000 0.000 0.000 0.000 field_block.py:80(CharBlock) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:622(Parser) | |
1 0.000 0.000 0.000 0.000 filters.py:514(ColumnsSelect) | |
2 0.000 0.000 0.000 0.000 exceptions.py:173(InsecurePlatformWarning) | |
1 0.000 0.000 0.000 0.000 common.py:181(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:427(Place) | |
1 0.000 0.000 0.000 0.000 models.py:146(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:393(name_lower) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:620(get_script_prefix) | |
1 0.000 0.000 0.000 0.000 forms.py:6(BaseForm) | |
1 0.000 0.000 0.000 0.000 ElementPath.py:237(_SelectorContext) | |
1 0.000 0.000 0.000 0.000 queryset.py:4(SearchableQuerySetMixin) | |
1 0.000 0.000 0.000 0.000 filters.py:291(DateFieldListFilter) | |
1 0.000 0.000 0.000 0.000 filters.py:227(BooleanFieldListFilter) | |
1 0.000 0.000 0.000 0.000 decimal.py:5677(__init__) | |
1 0.000 0.000 0.000 0.000 widgets.py:352(AdminURLFieldWidget) | |
1 0.000 0.000 0.000 0.000 functional.py:37(Promise) | |
1 0.000 0.000 0.000 0.000 message.py:163(SafeMIMEText) | |
1 0.000 0.000 0.000 0.000 Image.py:443(_E) | |
1 0.000 0.000 0.000 0.000 exceptions.py:66(MiddlewareNotUsed) | |
1 0.000 0.000 0.000 0.000 extensions.py:117(SQL_IN) | |
1 0.000 0.000 0.000 0.000 models.py:306(Meta) | |
1 0.000 0.000 0.000 0.000 index.py:152(__init__) | |
1 0.000 0.000 0.000 0.000 errors.py:173(UnsupportedResponseTypeError) | |
1 0.000 0.000 0.000 0.000 field_block.py:118(URLBlock) | |
1 0.000 0.000 0.000 0.000 models.py:158(Meta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:16(CantDisableUpdates) | |
2 0.000 0.000 0.000 0.000 ImageFile.py:66(_tilesort) | |
1 0.000 0.000 0.000 0.000 argparse.py:960(_CountAction) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:580(QName) | |
2 0.000 0.000 0.000 0.000 exceptions.py:96(TimeoutError) | |
1 0.000 0.000 0.000 0.000 saxutils.py:106(_UnbufferedTextIOWrapper) | |
1 0.000 0.000 0.000 0.000 csv.py:57(excel) | |
1 0.000 0.000 0.000 0.000 termcolors.py:144(parse_color_setting) | |
1 0.000 0.000 0.000 0.000 decimal.py:234(DivisionByZero) | |
1 0.000 0.000 0.000 0.000 inputs.py:85(Not) | |
1 0.000 0.000 0.000 0.000 response.py:475(HttpResponseServerError) | |
1 0.000 0.000 0.000 0.000 handlers.py:1112(BufferingHandler) | |
1 0.000 0.000 0.000 0.000 widgets.py:506(Select) | |
1 0.000 0.000 0.000 0.000 dates.py:485(YearArchiveView) | |
1 0.000 0.000 0.000 0.000 utils.py:20(__init__) | |
1 0.000 0.000 0.000 0.000 thrift.py:23(ThriftConnection) | |
1 0.000 0.000 0.000 0.000 lookups.py:167(Exact) | |
1 0.000 0.000 0.000 0.000 base.py:13(MIMEBase) | |
2 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG) | |
1 0.000 0.000 0.000 0.000 lookups.py:324(IEndsWith) | |
1 0.000 0.000 0.000 0.000 exceptions.py:82(InvalidURL) | |
1 0.000 0.000 0.000 0.000 loader.py:329(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 blocks.py:43(Meta) | |
1 0.000 0.000 0.000 0.000 config.py:333(ConvertingList) | |
1 0.000 0.000 0.000 0.000 request.py:32(RawPostDataException) | |
2 0.000 0.000 0.000 0.000 tokenize.py:47(maybe) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:515(BaseChooserPanel) | |
1 0.000 0.000 0.000 0.000 io.py:79(TextIOBase) | |
1 0.000 0.000 0.000 0.000 datetime_safe.py:17(date) | |
1 0.000 0.000 0.000 0.000 writer.py:29(SettingsReference) | |
1 0.000 0.000 0.000 0.000 common.py:174(Meta) | |
1 0.000 0.000 0.000 0.000 message.py:186(SafeMIMEMultipart) | |
1 0.000 0.000 0.000 0.000 storage.py:25(StaticFilesStorage) | |
1 0.000 0.000 0.000 0.000 views.py:144(CountryProfileFacilities) | |
2 0.000 0.000 0.000 0.000 __init__.py:2001(has_metadata) | |
1 0.000 0.000 0.000 0.000 manager.py:266(SwappedManagerDescriptor) | |
1 0.000 0.000 0.000 0.000 models.py:17(LogEntryManager) | |
1 0.000 0.000 0.000 0.000 utils.py:36(MethodDispatcher) | |
1 0.000 0.000 0.000 0.000 minidom.py:1139(CDATASection) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:783(StreamFieldPanel) | |
1 0.000 0.000 0.000 0.000 models.py:214(Meta) | |
1 0.000 0.000 0.000 0.000 apps.py:8(SitesConfig) | |
2 0.000 0.000 0.000 0.000 exceptions.py:105(ReadTimeoutError) | |
1 0.000 0.000 0.000 0.000 constants.py:28(Indexable) | |
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError) | |
1 0.000 0.000 0.000 0.000 errors.py:145(InvalidClientIdError) | |
1 0.000 0.000 0.000 0.000 options.py:1915(TabularInline) | |
1 0.000 0.000 0.000 0.000 widgets.py:565(NullBooleanSelect) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:87(ExtendsNode) | |
1 0.000 0.000 0.000 0.000 models.py:185(Request) | |
1 0.000 0.000 0.000 0.000 signing.py:154(Signer) | |
1 0.000 0.000 0.000 0.000 six.py:642(b) | |
1 0.000 0.000 0.000 0.000 __init__.py:75(IndexSizeErr) | |
1 0.000 0.000 0.000 0.000 smartif.py:77(Operator) | |
1 0.000 0.000 0.000 0.000 __init__.py:446(BeautifulStoneSoup) | |
1 0.000 0.000 0.000 0.000 generic.py:135(DeleteView) | |
1 0.000 0.000 0.000 0.000 models.py:147(Meta) | |
1 0.000 0.000 0.000 0.000 logging.py:29(ThreadTrackingHandler) | |
1 0.000 0.000 0.000 0.000 exceptions.py:13(DjangoRuntimeWarning) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:159(UnsharpMask) | |
1 0.000 0.000 0.000 0.000 __init__.py:104(PEP440Warning) | |
1 0.000 0.000 0.000 0.000 text.py:14(MIMEText) | |
1 0.000 0.000 0.000 0.000 widgets.py:289(PasswordInput) | |
1 0.000 0.000 0.000 0.000 fields.py:321(DateTimeField) | |
1 0.000 0.000 0.000 0.000 __init__.py:79(BaseSettings) | |
1 0.000 0.000 0.000 0.000 manager.py:254(AbstractManagerDescriptor) | |
1 0.000 0.000 0.000 0.000 middleware.py:25(SessionAuthenticationMiddleware) | |
1 0.000 0.000 0.000 0.000 Image.py:1938(_ImageCrop) | |
1 0.000 0.000 0.000 0.000 handlers.py:1050(HTTPHandler) | |
1 0.000 0.000 0.000 0.000 forms.py:15(Meta) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailUsersAppConfig) | |
1 0.000 0.000 0.000 0.000 home.py:44(RecentEditsPanel) | |
1 0.000 0.000 0.000 0.000 urlparse.py:129(ParseResult) | |
1 0.000 0.000 0.000 0.000 views.py:163(Speech) | |
1 0.000 0.000 0.000 0.000 response.py:443(HttpResponseBadRequest) | |
1 0.000 0.000 0.000 0.000 urlparse.py:76(username) | |
1 0.000 0.000 0.000 0.000 __init__.py:78(DomstringSizeErr) | |
1 0.000 0.000 0.000 0.000 field_block.py:199(ChoiceBlock) | |
1 0.000 0.000 0.000 0.000 forms.py:3(EncodedMultiFacetSearchForm) | |
2 0.000 0.000 0.000 0.000 base.py:68(handle_default_options) | |
1 0.000 0.000 0.000 0.000 ssl.py:320(Purpose) | |
1 0.000 0.000 0.000 0.000 models.py:22(Meta) | |
1 0.000 0.000 0.000 0.000 _base.py:98(ActiveFormattingElements) | |
1 0.000 0.000 0.000 0.000 filters.py:41(IdentifierCaseFilter) | |
1 0.000 0.000 0.000 0.000 handlers.py:423(CGIHandler) | |
1 0.000 0.000 0.000 0.000 __init__.py:60(NOT_PROVIDED) | |
1 0.000 0.000 0.000 0.000 urlparse.py:86(password) | |
1 0.000 0.000 0.000 0.000 inputs.py:57(Clean) | |
1 0.000 0.000 0.000 0.000 transaction.py:7(TransactionManagementError) | |
1 0.000 0.000 0.000 0.000 dates.py:620(BaseTodayArchiveView) | |
1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter) | |
1 0.000 0.000 0.000 0.000 widgets.py:382(AdminBigIntegerFieldWidget) | |
1 0.000 0.000 0.000 0.000 __init__.py:93(NoModificationAllowedErr) | |
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool) | |
1 0.000 0.000 0.000 0.000 argparse.py:640(RawTextHelpFormatter) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:9(SAXException) | |
1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p) | |
1 0.000 0.000 0.000 0.000 __init__.py:37(BadSerializer) | |
1 0.000 0.000 0.000 0.000 httplib.py:1360(BadStatusLine) | |
1 0.000 0.000 0.000 0.000 apps.py:5(MessagesConfig) | |
1 0.000 0.000 0.000 0.000 xmlreader.py:163(Locator) | |
1 0.000 0.000 0.000 0.000 BmpImagePlugin.py:205(DibImageFile) | |
1 0.000 0.000 0.000 0.000 helpers.py:360(AdminErrorList) | |
1 0.000 0.000 0.000 0.000 utils.py:630(LoggingCaptureMixin) | |
1 0.000 0.000 0.000 0.000 admin.py:16(GSNRecentStoryMembershipInline) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:195(CONTOUR) | |
1 0.000 0.000 0.000 0.000 __init__.py:154(override) | |
1 0.000 0.000 0.000 0.000 httplib.py:1245(HTTPSConnection) | |
1 0.000 0.000 0.000 0.000 argparse.py:840(_StoreConstAction) | |
1 0.000 0.000 0.000 0.000 __init__.py:117(InvalidAccessErr) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:127(ModeFilter) | |
1 0.000 0.000 0.000 0.000 options.py:44(raise_deprecation) | |
1 0.000 0.000 0.000 0.000 debug.py:27(CallableSettingWrapper) | |
1 0.000 0.000 0.000 0.000 apps.py:5(RedirectsConfig) | |
1 0.000 0.000 0.000 0.000 search.py:65(__init__) | |
1 0.000 0.000 0.000 0.000 errors.py:188(ServerError) | |
1 0.000 0.000 0.000 0.000 httplib.py:1334(IncompleteRead) | |
1 0.000 0.000 0.000 0.000 models.py:161(RequestHooksMixin) | |
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:55(RoundRobinSelector) | |
1 0.000 0.000 0.000 0.000 admin.py:5(RedirectAdmin) | |
1 0.000 0.000 0.000 0.000 urllib2.py:780(HTTPPasswordMgr) | |
1 0.000 0.000 0.000 0.000 models.py:450(Meta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:71(ImproperlyConfigured) | |
1 0.000 0.000 0.000 0.000 argparse.py:880(_StoreFalseAction) | |
1 0.000 0.000 0.000 0.000 adapters.py:45(BaseAdapter) | |
1 0.000 0.000 0.000 0.000 __init__.py:58(CacheHandler) | |
1 0.000 0.000 0.000 0.000 element.py:727(PreformattedString) | |
1 0.000 0.000 0.000 0.000 httplib.py:1367(LineTooLong) | |
1 0.000 0.000 0.000 0.000 models.py:308(Meta) | |
1 0.000 0.000 0.000 0.000 auth.py:55(HTTPProxyAuth) | |
1 0.000 0.000 0.000 0.000 widgets.py:306(MultipleHiddenInput) | |
1 0.000 0.000 0.000 0.000 models.py:27(PermissionManager) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:39(get_model) | |
1 0.000 0.000 0.000 0.000 forms.py:47(ReadOnlyPasswordHashField) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:22(get_model) | |
1 0.000 0.000 0.000 0.000 base.py:169(Template) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:135(TemporaryFileUploadHandler) | |
2 0.000 0.000 0.000 0.000 sysconfig.py:164(_get_default_scheme) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:240(FIND_EDGES) | |
2 0.000 0.000 0.000 0.000 {method 'cleanup' of 'ImagingDecoder' objects} | |
1 0.000 0.000 0.000 0.000 regex_helper.py:30(Choice) | |
1 0.000 0.000 0.000 0.000 base.py:478(<lambda>) | |
2 0.000 0.000 0.000 0.000 {method 'groups' of '_sre.SRE_Match' objects} | |
1 0.000 0.000 0.000 0.000 exceptions.py:105(RequestsWarning) | |
1 0.000 0.000 0.000 0.000 aggregates.py:114(Max) | |
1 0.000 0.000 0.000 0.000 filters.py:608(OutputPythonFilter) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:70(WagtailAdminModelFormMetaclass) | |
1 0.000 0.000 0.000 0.000 __init__.py:1125(ExtractionError) | |
1 0.000 0.000 0.000 0.000 models.py:149(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:111(Meta) | |
1 0.000 0.000 0.000 0.000 ssl.py:183(CertificateError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:27(MultipleObjectsReturned) | |
1 0.000 0.000 0.000 0.000 forms.py:26(TreeNodeChoiceFieldMixin) | |
1 0.000 0.000 0.000 0.000 client.py:1(BaseDatabaseClient) | |
1 0.000 0.000 0.000 0.000 models.py:386(IDModel) | |
1 0.000 0.000 0.000 0.000 response.py:471(HttpResponseGone) | |
1 0.000 0.000 0.000 0.000 errors.py:65(InsecureTransportError) | |
1 0.000 0.000 0.000 0.000 detail.py:112(BaseDetailView) | |
1 0.000 0.000 0.000 0.000 forms.py:21(BaseTransientModelFormSet) | |
1 0.000 0.000 0.000 0.000 models.py:178(Meta) | |
1 0.000 0.000 0.000 0.000 models.py:461(Media) | |
1 0.000 0.000 0.000 0.000 i18n.py:63(GetCurrentLanguageBidiNode) | |
1 0.000 0.000 0.000 0.000 fields.py:854(TypedChoiceField) | |
1 0.000 0.000 0.000 0.000 expressions.py:622(Random) | |
1 0.000 0.000 0.000 0.000 forms.py:50(TreeNodeChoiceField) | |
1 0.000 0.000 0.000 0.000 exceptions.py:70(ConnectionTimeout) | |
1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder) | |
1 0.000 0.000 0.000 0.000 http.py:5(ConditionalGetMiddleware) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:231(EMBOSS) | |
1 0.000 0.000 0.000 0.000 Queue.py:13(Empty) | |
1 0.000 0.000 0.000 0.000 exceptions.py:41(SpatialError) | |
1 0.000 0.000 0.000 0.000 finders.py:45(FileSystemFinder) | |
1 0.000 0.000 0.000 0.000 models.py:190(Meta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:1(EasyThumbnailsError) | |
1 0.000 0.000 0.000 0.000 highlight.py:16(HighlightNode) | |
1 0.000 0.000 0.000 0.000 reverse_related.py:251(OneToOneRel) | |
1 0.000 0.000 0.000 0.000 getpass.py:23(GetPassWarning) | |
1 0.000 0.000 0.000 0.000 userbar.py:11(AddPageItem) | |
1 0.000 0.000 0.000 0.000 argparse.py:859(__call__) | |
1 0.000 0.000 0.000 0.000 fields.py:258(DecimalField) | |
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult) | |
1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:535(WidthRatioNode) | |
1 0.000 0.000 0.000 0.000 views.py:167(Testimony) | |
1 0.000 0.000 0.000 0.000 httplib.py:1278(HTTPS) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:222(EDGE_ENHANCE_MORE) | |
1 0.000 0.000 0.000 0.000 forms.py:158(MPTTAdminForm) | |
1 0.000 0.000 0.000 0.000 apps.py:5(SessionsConfig) | |
1 0.000 0.000 0.000 0.000 __init__.py:214(SetuptoolsLegacyVersion) | |
1 0.000 0.000 0.000 0.000 more_like_this.py:13(MoreLikeThisNode) | |
1 0.000 0.000 0.000 0.000 manager.py:282(EmptyManager) | |
1 0.000 0.000 0.000 0.000 csrf.py:31(_EnsureCsrfCookie) | |
1 0.000 0.000 0.000 0.000 deprecation.py:7(RemovedInDjango20Warning) | |
1 0.000 0.000 0.000 0.000 html.py:141(RootElement) | |
1 0.000 0.000 0.000 0.000 lexer.py:23(include) | |
1 0.000 0.000 0.000 0.000 _structures.py:49(NegativeInfinity) | |
1 0.000 0.000 0.000 0.000 multipartparser.py:32(InputStreamExhausted) | |
1 0.000 0.000 0.000 0.000 dates.py:533(BaseWeekArchiveView) | |
1 0.000 0.000 0.000 0.000 argparse.py:897(_AppendAction) | |
1 0.000 0.000 0.000 0.000 argparse.py:112(_AttributeHolder) | |
1 0.000 0.000 0.000 0.000 signing.py:185(TimestampSigner) | |
1 0.000 0.000 0.000 0.000 views.py:310(CountryProfileThreat) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:16(register_admin_urls) | |
1 0.000 0.000 0.000 0.000 cookie.py:31(SimpleCookie) | |
1 0.000 0.000 0.000 0.000 admin.py:134(GenericStackedInline) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:7(MultiColSource) | |
1 0.000 0.000 0.000 0.000 deprecation.py:11(RemovedInDjango110Warning) | |
1 0.000 0.000 0.000 0.000 models.py:39(classpropertytype) | |
1 0.000 0.000 0.000 0.000 response.py:382(FileResponse) | |
1 0.000 0.000 0.000 0.000 cookies.py:159(CookieConflictError) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:125(close) | |
1 0.000 0.000 0.000 0.000 admin.py:8(TaggedItemInline) | |
1 0.000 0.000 0.000 0.000 decimal.py:284(InvalidContext) | |
1 0.000 0.000 0.000 0.000 exceptions.py:36(FilterDoesNotExist) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:14(ConnectionSelector) | |
1 0.000 0.000 0.000 0.000 fields.py:13(NOT_PROVIDED) | |
1 0.000 0.000 0.000 0.000 regex_helper.py:44(NonCapture) | |
1 0.000 0.000 0.000 0.000 exceptions.py:205(HeaderParsingError) | |
1 0.000 0.000 0.000 0.000 tracking.py:54(ExceptionCursorWrapper) | |
1 0.000 0.000 0.000 0.000 exceptions.py:1(CompressorError) | |
1 0.000 0.000 0.000 0.000 common.py:230(Meta) | |
2 0.000 0.000 0.000 0.000 connection.py:31(ConnectionError) | |
1 0.000 0.000 0.000 0.000 fields.py:432(FacetDateField) | |
1 0.000 0.000 0.000 0.000 where.py:164(NothingNode) | |
1 0.000 0.000 0.000 0.000 site_summary.py:6(SummaryItem) | |
1 0.000 0.000 0.000 0.000 lookups.py:462(YearComparisonLookup) | |
1 0.000 0.000 0.000 0.000 engine.py:110(get_template_libraries) | |
1 0.000 0.000 0.000 0.000 color.py:26(Style) | |
1 0.000 0.000 0.000 0.000 base.py:27(BaseBlock) | |
1 0.000 0.000 0.000 0.000 request_token.py:23(RequestTokenEndpoint) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:74(CycleNode) | |
1 0.000 0.000 0.000 0.000 response.py:27(BadHeaderError) | |
2 0.000 0.000 0.000 0.000 argparse.py:1160(__init__) | |
1 0.000 0.000 0.000 0.000 storage.py:384(ManifestStaticFilesStorage) | |
1 0.000 0.000 0.000 0.000 snippets.py:18(PrimaryNavigation) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1326(FileHandler) | |
1 0.000 0.000 0.000 0.000 shutil.py:31(Error) | |
1 0.000 0.000 0.000 0.000 tracking.py:20(__init__) | |
1 0.000 0.000 0.000 0.000 dates.py:526(MonthArchiveView) | |
1 0.000 0.000 0.000 0.000 decorators.py:188(classproperty) | |
1 0.000 0.000 0.000 0.000 __init__.py:42(Trans) | |
1 0.000 0.000 0.000 0.000 utils.py:239(__init__) | |
1 0.000 0.000 0.000 0.000 managers.py:30(ListPageManager) | |
1 0.000 0.000 0.000 0.000 safestring.py:22(EscapeText) | |
1 0.000 0.000 0.000 0.000 errors.py:35(MessageDefect) | |
1 0.000 0.000 0.000 0.000 utils.py:24(InterfaceError) | |
1 0.000 0.000 0.000 0.000 i18n.py:102(BlockTranslateNode) | |
1 0.000 0.000 0.000 0.000 widgets.py:18(AdminAutoHeightTextInput) | |
1 0.000 0.000 0.000 0.000 aggregates.py:144(Sum) | |
1 0.000 0.000 0.000 0.000 common.py:216(Meta) | |
1 0.000 0.000 0.000 0.000 smartif.py:146(EndToken) | |
1 0.000 0.000 0.000 0.000 ffiplatform.py:8(VerificationMissing) | |
1 0.000 0.000 0.000 0.000 {sys.getfilesystemencoding} | |
1 0.000 0.000 0.000 0.000 related_lookups.py:42(RelatedIn) | |
1 0.000 0.000 0.000 0.000 datastructures.py:12(MultiJoin) | |
1 0.000 0.000 0.000 0.000 storage.py:333(_MappingCache) | |
1 0.000 0.000 0.000 0.000 _compat.py:37(metaclass) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:585(ThreadingMixIn) | |
1 0.000 0.000 0.000 0.000 Image.py:41(_imaging_not_installed) | |
1 0.000 0.000 0.000 0.000 cache.py:398(MongodbCache) | |
1 0.000 0.000 0.000 0.000 gzip.py:9(GZipMiddleware) | |
3 0.000 0.000 0.000 0.000 http.py:20(require_http_methods) | |
2 0.000 0.000 0.000 0.000 six.py:555(Iterator) | |
1 0.000 0.000 0.000 0.000 widgets.py:447(DateTimeBaseInput) | |
1 0.000 0.000 0.000 0.000 expressions.py:597(RawSQL) | |
1 0.000 0.000 0.000 0.000 base.py:979(NodeList) | |
1 0.000 0.000 0.000 0.000 base_session.py:12(BaseSessionManager) | |
1 0.000 0.000 0.000 0.000 cache.py:12(CacheNode) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:7(DjangoAppMenu) | |
1 0.000 0.000 0.000 0.000 exceptions.py:13(RequestException) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:462(URLNode) | |
1 0.000 0.000 0.000 0.000 query_utils.py:116(DeferredAttribute) | |
1 0.000 0.000 0.000 0.000 utils.py:36(OperationalError) | |
1 0.000 0.000 0.000 0.000 models.py:278(Meta) | |
1 0.000 0.000 0.000 0.000 fields.py:206(NgramField) | |
1 0.000 0.000 0.000 0.000 tz.py:118(GetCurrentTimezoneNode) | |
1 0.000 0.000 0.000 0.000 widgets.py:146(MediaDefiningClass) | |
1 0.000 0.000 0.000 0.000 httplib.py:1320(InvalidURL) | |
1 0.000 0.000 0.000 0.000 where.py:187(SubqueryConstraint) | |
1 0.000 0.000 0.000 0.000 base.py:30(ProgressBar) | |
1 0.000 0.000 0.000 0.000 exceptions.py:196(ProxySchemeUnknown) | |
1 0.000 0.000 0.000 0.000 exceptions.py:90(ContentDecodingError) | |
1 0.000 0.000 0.000 0.000 models.py:396(BoundingBox) | |
1 0.000 0.000 0.000 0.000 tz.py:102(LocalTimezone) | |
1 0.000 0.000 0.000 0.000 models.py:134(__init__) | |
1 0.000 0.000 0.000 0.000 Cookie.py:696(SerialCookie) | |
1 0.000 0.000 0.000 0.000 handler.py:22(ErrorHandler) | |
1 0.000 0.000 0.000 0.000 views.py:159(Report) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:701(InlinePanel) | |
1 0.000 0.000 0.000 0.000 fields.py:238(ParentalKey) | |
1 0.000 0.000 0.000 0.000 exceptions.py:62(ReadTimeout) | |
1 0.000 0.000 0.000 0.000 blocks.py:99(Meta) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:349(TabbedInterface) | |
1 0.000 0.000 0.000 0.000 serializer.py:54(Deserializer) | |
1 0.000 0.000 0.000 0.000 embeds.py:18(EmbedException) | |
1 0.000 0.000 0.000 0.000 argparse.py:1027(_ChoicesPseudoAction) | |
1 0.000 0.000 0.000 0.000 models.py:133(Meta) | |
1 0.000 0.000 0.000 0.000 views.py:53(ReportSearchView) | |
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:52(_accept) | |
1 0.000 0.000 0.000 0.000 base.py:324(Token) | |
1 0.000 0.000 0.000 0.000 managers.py:9(CountryManager) | |
1 0.000 0.000 0.000 0.000 features.py:219(__init__) | |
1 0.000 0.000 0.000 0.000 deprecation.py:35(RenameMethodsBase) | |
1 0.000 0.000 0.000 0.000 middleware.py:4(SiteMiddleware) | |
1 0.000 0.000 0.000 0.000 log.py:155(RequireDebugTrue) | |
2 0.000 0.000 0.000 0.000 six.py:320(Module_six_moves_urllib_parse) | |
1 0.000 0.000 0.000 0.000 extras.py:254(NamedTupleConnection) | |
1 0.000 0.000 0.000 0.000 base.py:13(SerializationError) | |
1 0.000 0.000 0.000 0.000 indexes.py:24(DeclarativeMetaclass) | |
1 0.000 0.000 0.000 0.000 cookielib.py:1747(LoadError) | |
1 0.000 0.000 0.000 0.000 Queue.py:234(_init) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailCoreAppConfig) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:720(DatagramRequestHandler) | |
1 0.000 0.000 0.000 0.000 base.py:472(BlockField) | |
5 0.000 0.000 0.000 0.000 legacy.py:116(<lambda>) | |
1 0.000 0.000 0.000 0.000 base.py:25(contribute_to_class) | |
1 0.000 0.000 0.000 0.000 ElementTree.py:1365(TreeBuilder) | |
1 0.000 0.000 0.000 0.000 widgets.py:31(AdminDateInput) | |
1 0.000 0.000 0.000 0.000 sql.py:582(For) | |
1 0.000 0.000 0.000 0.000 utils.py:52(NotSupportedError) | |
1 0.000 0.000 0.000 0.000 simple_server.py:40(WSGIServer) | |
1 0.000 0.000 0.000 0.000 deprecation.py:8(RemovedInWagtail15Warning) | |
1 0.000 0.000 0.000 0.000 models.py:652(Meta) | |
1 0.000 0.000 0.000 0.000 tokenize.py:46(any) | |
1 0.000 0.000 0.000 0.000 struct_block.py:165(StructBlock) | |
1 0.000 0.000 0.000 0.000 errors.py:17(HeaderParseError) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:614(ForkingTCPServer) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:85(MedianFilter) | |
1 0.000 0.000 0.000 0.000 base_models.py:94(Meta) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:97(ImagesSearchArea) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailRoutablePageAppConfig) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:23(SnippetsMenuItem) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:176(IncludeNode) | |
1 0.000 0.000 0.000 0.000 safestring.py:11(EscapeData) | |
1 0.000 0.000 0.000 0.000 legacy_application.py:16(LegacyApplicationClient) | |
1 0.000 0.000 0.000 0.000 edit.py:244(BaseCreateView) | |
1 0.000 0.000 0.000 0.000 utils.py:425(NotRelationField) | |
1 0.000 0.000 0.000 0.000 storage.py:392(ConfiguredStorage) | |
1 0.000 0.000 0.000 0.000 cursor.py:92(IdIterator) | |
1 0.000 0.000 0.000 0.000 exceptions.py:19(MissingNodeOrderBy) | |
1 0.000 0.000 0.000 0.000 widgets.py:739(CheckboxFieldRenderer) | |
1 0.000 0.000 0.000 0.000 exceptions.py:56(PermissionDenied) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:414(LoadNode) | |
1 0.000 0.000 0.000 0.000 lookups.py:185(GreaterThan) | |
1 0.000 0.000 0.000 0.000 sql.py:577(If) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224} | |
1 0.000 0.000 0.000 0.000 {method 'discard' of 'set' objects} | |
1 0.000 0.000 0.000 0.000 __init__.py:2183(_check_fix_default_value) | |
2 0.000 0.000 0.000 0.000 exceptions.py:112(ConnectTimeoutError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:66(SSLError) | |
1 0.000 0.000 0.000 0.000 library.py:15(InvalidTemplateLibrary) | |
1 0.000 0.000 0.000 0.000 lookups.py:448(YearExact) | |
2 0.000 0.000 0.000 0.000 argparse.py:2277(_check_value) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:117(RelatedExact) | |
1 0.000 0.000 0.000 0.000 messages.py:59(Debug) | |
1 0.000 0.000 0.000 0.000 detail.py:122(SingleObjectTemplateResponseMixin) | |
1 0.000 0.000 0.000 0.000 models.py:39(SourceImageIOError) | |
1 0.000 0.000 0.000 0.000 helpers.py:91(Fieldline) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:105(SAXNotRecognizedException) | |
1 0.000 0.000 0.000 0.000 fields.py:436(FacetDateTimeField) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:613(ForkingUDPServer) | |
1 0.000 0.000 0.000 0.000 models.py:204(ModelFormMetaclass) | |
1 0.000 0.000 0.000 0.000 fields.py:1189(GenericIPAddressField) | |
1 0.000 0.000 0.000 0.000 validation.py:5(__init__) | |
1 0.000 0.000 0.000 0.000 __init__.py:15(AlreadyRegistered) | |
1 0.000 0.000 0.000 0.000 api.py:13(MessageFailure) | |
1 0.000 0.000 0.000 0.000 parsers.py:12(Parser) | |
1 0.000 0.000 0.000 0.000 exceptions.py:11(UnknownTimeZoneError) | |
1 0.000 0.000 0.000 0.000 imghdr.py:42(test_exif) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:143(LegacyApplicationServer) | |
2 0.000 0.000 0.000 0.000 exceptions.py:168(SystemTimeWarning) | |
1 0.000 0.000 0.000 0.000 context.py:13(ContextPopException) | |
1 0.000 0.000 0.000 0.000 cookielib.py:1215(Absent) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:78(NoReverseMatch) | |
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect) | |
1 0.000 0.000 0.000 0.000 httplib.py:1328(UnknownTransferEncoding) | |
1 0.000 0.000 0.000 0.000 context.py:18(ContextDict) | |
1 0.000 0.000 0.000 0.000 urllib2.py:844(HTTPPasswordMgrWithDefaultRealm) | |
1 0.000 0.000 0.000 0.000 __init__.py:14(InvalidSearchBackendError) | |
1 0.000 0.000 0.000 0.000 paginator.py:11(PageNotAnInteger) | |
1 0.000 0.000 0.000 0.000 models.py:114(Meta) | |
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char) | |
1 0.000 0.000 0.000 0.000 exceptions.py:16(SearchFieldError) | |
1 0.000 0.000 0.000 0.000 edit.py:232(BaseFormView) | |
1 0.000 0.000 0.000 0.000 edit.py:282(UpdateView) | |
1 0.000 0.000 0.000 0.000 staticfiles.py:53(DebugConfiguredStorage) | |
1 0.000 0.000 0.000 0.000 response.py:479(Http404) | |
1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock) | |
1 0.000 0.000 0.000 0.000 decimal.py:298(Rounded) | |
1 0.000 0.000 0.000 0.000 base.py:31(AppConfMetaClass) | |
1 0.000 0.000 0.000 0.000 exceptions.py:94(StreamConsumedError) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:617(ThreadingTCPServer) | |
1 0.000 0.000 0.000 0.000 base.py:46(Meta) | |
1 0.000 0.000 0.000 0.000 widgets.py:302(HiddenInput) | |
1 0.000 0.000 0.000 0.000 storage.py:376(CachedStaticFilesStorage) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:419(NowNode) | |
1 0.000 0.000 0.000 0.000 l10n.py:26(LocalizeNode) | |
1 0.000 0.000 0.000 0.000 widgets.py:160(SubWidget) | |
1 0.000 0.000 0.000 0.000 lookups.py:490(YearGte) | |
1 0.000 0.000 0.000 0.000 __init__.py:74(LazyImporter) | |
1 0.000 0.000 0.000 0.000 errors.py:25(MultipartConversionError) | |
1 0.000 0.000 0.000 0.000 extensions.py:105(b) | |
1 0.000 0.000 0.000 0.000 lookups.py:530(MinuteTransform) | |
1 0.000 0.000 0.000 0.000 legacy.py:131(Meta) | |
1 0.000 0.000 0.000 0.000 oauth1_session.py:54(VerifierMissing) | |
1 0.000 0.000 0.000 0.000 lookups.py:506(YearLte) | |
1 0.000 0.000 0.000 0.000 introspection.py:19(__init__) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:331(LoremNode) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:627(ThreadingUnixStreamServer) | |
1 0.000 0.000 0.000 0.000 edit.py:238(FormView) | |
1 0.000 0.000 0.000 0.000 paginator.py:15(EmptyPage) | |
1 0.000 0.000 0.000 0.000 errors.py:149(MissingClientIdError) | |
1 0.000 0.000 0.000 0.000 helpers.py:121(AdminField) | |
1 0.000 0.000 0.000 0.000 views.py:27(FeedDoesNotExist) | |
1 0.000 0.000 0.000 0.000 tokenize.py:146(TokenError) | |
1 0.000 0.000 0.000 0.000 models.py:232(Meta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:8(UncompressableFileError) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512} | |
1 0.000 0.000 0.000 0.000 argparse.py:705(ArgumentTypeError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:63(InvalidMigrationPlan) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:145(GaussianBlur) | |
2 0.000 0.000 0.000 0.000 exceptions.py:52(ProtocolError) | |
1 0.000 0.000 0.000 0.000 errors.py:110(FatalClientError) | |
2 0.000 0.000 0.000 0.000 sre_parse.py:87(checkgroup) | |
1 0.000 0.000 0.000 0.000 argparse.py:197(_Section) | |
1 0.000 0.000 0.000 0.000 ImageMode.py:23(ModeDescriptor) | |
2 0.000 0.000 0.000 0.000 six.py:247(Iterator) | |
3 0.000 0.000 0.000 0.000 dyld.py:62(dyld_fallback_library_path) | |
1 0.000 0.000 0.000 0.000 plistlib.py:322(Dict) | |
2 0.000 0.000 0.000 0.000 Cookie.py:582(__init__) | |
1 0.000 0.000 0.000 0.000 httplib.py:1317(NotConnected) | |
1 0.000 0.000 0.000 0.000 auth.py:44(HTTPBasicAuth) | |
1 0.000 0.000 0.000 0.000 lookups.py:482(YearGt) | |
1 0.000 0.000 0.000 0.000 lookups.py:340(Range) | |
1 0.000 0.000 0.000 0.000 decimal.py:183(Clamped) | |
1 0.000 0.000 0.000 0.000 edit.py:328(BaseDeleteView) | |
1 0.000 0.000 0.000 0.000 random.py:827(_stub) | |
1 0.000 0.000 0.000 0.000 models.py:312(Image) | |
1 0.000 0.000 0.000 0.000 exceptions.py:21(MissingDependency) | |
1 0.000 0.000 0.000 0.000 errors.py:141(MismatchingRedirectURIError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:36(FacetingError) | |
1 0.000 0.000 0.000 0.000 sql.py:539(IdentifierList) | |
1 0.000 0.000 0.000 0.000 lookups.py:518(DayTransform) | |
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__) | |
1 0.000 0.000 0.000 0.000 subqueries.py:206(AggregateQuery) | |
1 0.000 0.000 0.000 0.000 testcases.py:1134(QuietWSGIRequestHandler) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:527(VerbatimNode) | |
1 0.000 0.000 0.000 0.000 exceptions.py:55(ConnectionError) | |
1 0.000 0.000 0.000 0.000 dates.py:676(DateDetailView) | |
2 0.000 0.000 0.000 0.000 exceptions.py:91(TimeoutStateError) | |
1 0.000 0.000 0.000 0.000 __init__.py:210(SetuptoolsVersion) | |
1 0.000 0.000 0.000 0.000 urllib2.py:539(HTTPErrorProcessor) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:11(Media) | |
1 0.000 0.000 0.000 0.000 mp_tree.py:101(MP_NodeManager) | |
1 0.000 0.000 0.000 0.000 lookups.py:393(IRegex) | |
1 0.000 0.000 0.000 0.000 utils.py:40(IntegrityError) | |
1 0.000 0.000 0.000 0.000 httplib.py:1357(ResponseNotReady) | |
1 0.000 0.000 0.000 0.000 exceptions.py:31(AmbiguousTimeError) | |
1 0.000 0.000 0.000 0.000 errors.py:244(UnsupportedGrantTypeError) | |
1 0.000 0.000 0.000 0.000 dates.py:578(BaseDayArchiveView) | |
1 0.000 0.000 0.000 0.000 conf.py:92(Meta) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:137(RelatedIsNull) | |
1 0.000 0.000 0.000 0.000 Queue.py:17(Full) | |
1 0.000 0.000 0.000 0.000 exceptions.py:22(ParserError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:61(ViewDoesNotExist) | |
1 0.000 0.000 0.000 0.000 image_operations.py:9(Operation) | |
1 0.000 0.000 0.000 0.000 password_validation.py:24(get_password_validators) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:278(IfEqualNode) | |
1 0.000 0.000 0.000 0.000 urlresolvers.py:74(Resolver404) | |
1 0.000 0.000 0.000 0.000 lookups.py:438(YearLookup) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:57(IncrementalDecoder) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:121(RelatedLessThan) | |
1 0.000 0.000 0.000 0.000 dates.py:433(ArchiveIndexView) | |
1 0.000 0.000 0.000 0.000 errors.py:162(MissingResponseTypeError) | |
2 0.000 0.000 0.000 0.000 argparse.py:1602(identity) | |
1 0.000 0.000 0.000 0.000 exceptions.py:93(AuthorizationException) | |
1 0.000 0.000 0.000 0.000 conf.py:113(configure_cache_backend) | |
1 0.000 0.000 0.000 0.000 Image.py:2438(register_save_all) | |
1 0.000 0.000 0.000 0.000 decimal.py:195(InvalidOperation) | |
1 0.000 0.000 0.000 0.000 exceptions.py:183(DependencyWarning) | |
1 0.000 0.000 0.000 0.000 __init__.py:1745(__init__) | |
1 0.000 0.000 0.000 0.000 utils.py:15(InvalidTemplateEngineError) | |
1 0.000 0.000 0.000 0.000 message.py:14(MIMEMessage) | |
1 0.000 0.000 0.000 0.000 exceptions.py:51(SkipDocument) | |
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:477(_accept) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:213(EDGE_ENHANCE) | |
1 0.000 0.000 0.000 0.000 forms.py:24(ReadOnlyPasswordHashWidget) | |
1 0.000 0.000 0.000 0.000 errors.py:224(InvalidGrantError) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:624(UnixDatagramServer) | |
1 0.000 0.000 0.000 0.000 expressions.py:232(_output_field_or_none) | |
1 0.000 0.000 0.000 0.000 exceptions.py:59(MigrationSchemaMissing) | |
1 0.000 0.000 0.000 0.000 dateformat.py:32(Formatter) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:349(RegroupNode) | |
1 0.000 0.000 0.000 0.000 filters.py:37(KeywordCaseFilter) | |
1 0.000 0.000 0.000 0.000 exceptions.py:5(InvalidImageFormatError) | |
1 0.000 0.000 0.000 0.000 models.py:379(JSONModel) | |
1 0.000 0.000 0.000 0.000 urllib2.py:556(HTTPDefaultErrorHandler) | |
1 0.000 0.000 0.000 0.000 signature_only.py:19(SignatureOnlyEndpoint) | |
1 0.000 0.000 0.000 0.000 exceptions.py:46(Timeout) | |
1 0.000 0.000 0.000 0.000 errors.py:84(TokenExpiredError) | |
1 0.000 0.000 0.000 0.000 filters.py:652(OutputPHPFilter) | |
1 0.000 0.000 0.000 0.000 models.py:237(MPTTMeta) | |
1 0.000 0.000 0.000 0.000 exceptions.py:98(RetryError) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:298(Rss201rev2Feed) | |
1 0.000 0.000 0.000 0.000 i18n.py:24(GetLanguageInfoNode) | |
2 0.000 0.000 0.000 0.000 exceptions.py:47(DecodeError) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:93(DebugNode) | |
3 0.000 0.000 0.000 0.000 __init__.py:2056(register_finder) | |
1 0.000 0.000 0.000 0.000 widgets.py:83(AdminSplitDateTime) | |
3 0.000 0.000 0.000 0.000 sessions.py:35(add_httponly_message) | |
1 0.000 0.000 0.000 0.000 widgets.py:464(DateTimeInput) | |
1 0.000 0.000 0.000 0.000 exceptions.py:8(InvalidMoveToDescendant) | |
1 0.000 0.000 0.000 0.000 lookups.py:514(MonthTransform) | |
1 0.000 0.000 0.000 0.000 exceptions.py:42(NonExistentTimeError) | |
1 0.000 0.000 0.000 0.000 uu.py:39(Error) | |
1 0.000 0.000 0.000 0.000 lookups.py:522(WeekDayTransform) | |
1 0.000 0.000 0.000 0.000 filters.py:476(RightMarginFilter) | |
1 0.000 0.000 0.000 0.000 widgets.py:277(NumberInput) | |
1 0.000 0.000 0.000 0.000 helpers.py:346(InlineFieldset) | |
1 0.000 0.000 0.000 0.000 Image.py:1974(ImagePointHandler) | |
1 0.000 0.000 0.000 0.000 csv.py:67(excel_tab) | |
1 0.000 0.000 0.000 0.000 constants.py:3101(ReparseException) | |
1 0.000 0.000 0.000 0.000 utils.py:141(ConnectionDoesNotExist) | |
1 0.000 0.000 0.000 0.000 widgets.py:468(TimeInput) | |
1 0.000 0.000 0.000 0.000 apps.py:7(SimpleAdminConfig) | |
1 0.000 0.000 0.000 0.000 httplib.py:1351(CannotSendRequest) | |
1 0.000 0.000 0.000 0.000 models.py:166(Meta) | |
1 0.000 0.000 0.000 0.000 lexer.py:27(combined) | |
1 0.000 0.000 0.000 0.000 __init__.py:176(c_long) | |
1 0.000 0.000 0.000 0.000 exceptions.py:17(AppRegistryNotReady) | |
1 0.000 0.000 0.000 0.000 validation.py:1(BaseDatabaseValidation) | |
1 0.000 0.000 0.000 0.000 stream_block.py:237(StreamBlock) | |
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop) | |
1 0.000 0.000 0.000 0.000 forms.py:17(Meta) | |
1 0.000 0.000 0.000 0.000 forms.py:18(TagField) | |
1 0.000 0.000 0.000 0.000 pre_configured.py:72(WebApplicationServer) | |
1 0.000 0.000 0.000 0.000 edit_handlers.py:500(BaseRichTextFieldPanel) | |
1 0.000 0.000 0.000 0.000 exceptions.py:74(MissingSchema) | |
1 0.000 0.000 0.000 0.000 deprecation.py:5(RemovedInWillow03Warning) | |
1 0.000 0.000 0.000 0.000 lookups.py:335(Between) | |
1 0.000 0.000 0.000 0.000 tz.py:104(TimezoneNode) | |
1 0.000 0.000 0.000 0.000 forms.py:141(ClusterFormMetaclass) | |
1 0.000 0.000 0.000 0.000 exceptions.py:110(FileModeWarning) | |
1 0.000 0.000 0.000 0.000 imghdr.py:49(test_png) | |
1 0.000 0.000 0.000 0.000 where.py:174(ExtraWhere) | |
1 0.000 0.000 0.000 0.000 tracking.py:14(SQLQueryTriggered) | |
1 0.000 0.000 0.000 0.000 aggregates.py:119(Min) | |
1 0.000 0.000 0.000 0.000 access_token.py:23(AccessTokenEndpoint) | |
1 0.000 0.000 0.000 0.000 exceptions.py:86(ChunkedEncodingError) | |
1 0.000 0.000 0.000 0.000 datastructures.py:44(MultiValueDictKeyError) | |
1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter) | |
1 0.000 0.000 0.000 0.000 exceptions.py:15(FilterError) | |
2 0.000 0.000 0.000 0.000 {method 'readline' of 'cStringIO.StringI' objects} | |
1 0.000 0.000 0.000 0.000 errors.py:208(InvalidClientError) | |
1 0.000 0.000 0.000 0.000 legacy.py:81(Meta) | |
1 0.000 0.000 0.000 0.000 widgets.py:386(AdminCommaSeparatedIntegerFieldWidget) | |
1 0.000 0.000 0.000 0.000 storage.py:362(CachedFilesMixin) | |
1 0.000 0.000 0.000 0.000 admin.py:20(GSNWeekInReviewMembershipInline) | |
1 0.000 0.000 0.000 0.000 admin.py:26(HomePageAdmin) | |
1 0.000 0.000 0.000 0.000 fields.py:412(FacetCharField) | |
1 0.000 0.000 0.000 0.000 features.py:12(Meta) | |
1 0.000 0.000 0.000 0.000 basehttp.py:88(ServerHandler) | |
2 0.000 0.000 0.000 0.000 views.py:28(__name__) | |
1 0.000 0.000 0.000 0.000 lookups.py:200(LessThanOrEqual) | |
1 0.000 0.000 0.000 0.000 errors.py:125(InvalidRequestFatalError) | |
1 0.000 0.000 0.000 0.000 messages.py:74(Error) | |
1 0.000 0.000 0.000 0.000 image_operations.py:145(MinMaxOperation) | |
1 0.000 0.000 0.000 0.000 regex_helper.py:38(Group) | |
1 0.000 0.000 0.000 0.000 creation.py:21(__init__) | |
1 0.000 0.000 0.000 0.000 library.py:173(TagHelperNode) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:57(StopFutureHandlers) | |
1 0.000 0.000 0.000 0.000 response.py:447(HttpResponseNotFound) | |
1 0.000 0.000 0.000 0.000 admin.py:162(SearchModelAdmin) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:50(SkipFile) | |
1 0.000 0.000 0.000 0.000 errors.py:102(MissingTokenError) | |
1 0.000 0.000 0.000 0.000 utils.py:44(InternalError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:7(ImproperlyConfigured) | |
1 0.000 0.000 0.000 0.000 widgets.py:372(AdminIntegerFieldWidget) | |
1 0.000 0.000 0.000 0.000 exceptions.py:46(StatsError) | |
1 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor) | |
1 0.000 0.000 0.000 0.000 search_indexes.py:20(get_model) | |
1 0.000 0.000 0.000 0.000 auth.py:143(OAuth2Bearer) | |
1 0.000 0.000 0.000 0.000 config.py:343(ConvertingTuple) | |
1 0.000 0.000 0.000 0.000 urllib2.py:904(HTTPBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 decimal.py:272(Inexact) | |
1 0.000 0.000 0.000 0.000 exceptions.py:70(TooManyRedirects) | |
1 0.000 0.000 0.000 0.000 {method 'title' of 'unicode' objects} | |
1 0.000 0.000 0.000 0.000 pages.py:146(Meta) | |
1 0.000 0.000 0.000 0.000 storage.py:24(ThumbnailDefaultStorage) | |
2 0.000 0.000 0.000 0.000 exceptions.py:132(LocationValueError) | |
1 0.000 0.000 0.000 0.000 __init__.py:23(<module>) | |
1 0.000 0.000 0.000 0.000 __init__.py:304(ParserRejectedMarkup) | |
1 0.000 0.000 0.000 0.000 ImageFile.py:256(load_end) | |
1 0.000 0.000 0.000 0.000 query.py:149(FlatValuesListIterable) | |
1 0.000 0.000 0.000 0.000 utils.py:32(DataError) | |
1 0.000 0.000 0.000 0.000 loader_tags.py:19(ExtendsError) | |
1 0.000 0.000 0.000 0.000 handlers.py:52(BaseRotatingHandler) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:621(UnixStreamServer) | |
1 0.000 0.000 0.000 0.000 filters.py:413(RelatedOnlyFieldListFilter) | |
1 0.000 0.000 0.000 0.000 errors.py:106(MissingTokenTypeError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:50(TemplateSyntaxError) | |
1 0.000 0.000 0.000 0.000 forms.py:240(Meta) | |
1 0.000 0.000 0.000 0.000 errors.py:166(AccessDeniedError) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:62(StreamWriter) | |
2 0.000 0.000 0.000 0.000 utils.py:258(_router_func) | |
1 0.000 0.000 0.000 0.000 embeds.py:22(EmbedNotFoundException) | |
1 0.000 0.000 0.000 0.000 generic.py:10(PermissionCheckedMixin) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(FormsMenuItem) | |
1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader) | |
1 0.000 0.000 0.000 0.000 exceptions.py:55(ConnectTimeout) | |
1 0.000 0.000 0.000 0.000 userbar.py:4(BaseItem) | |
1 0.000 0.000 0.000 0.000 lookups.py:195(LessThan) | |
1 0.000 0.000 0.000 0.000 dates.py:571(WeekArchiveView) | |
1 0.000 0.000 0.000 0.000 error.py:30(RateLimitError) | |
1 0.000 0.000 0.000 0.000 forms.py:5(CarouselItemModelForm) | |
1 0.000 0.000 0.000 0.000 cgi.py:803(SvFormContentDict) | |
1 0.000 0.000 0.000 0.000 oauth2_auth.py:7(OAuth2) | |
1 0.000 0.000 0.000 0.000 exceptions.py:12(NodeAlreadySaved) | |
1 0.000 0.000 0.000 0.000 fields.py:420(FacetFloatField) | |
1 0.000 0.000 0.000 0.000 exceptions.py:29(OfflineGenerationError) | |
1 0.000 0.000 0.000 0.000 element.py:750(Comment) | |
1 0.000 0.000 0.000 0.000 cache.py:54(UpdateCacheMiddleware) | |
1 0.000 0.000 0.000 0.000 exceptions.py:41(SuspiciousFileOperation) | |
1 0.000 0.000 0.000 0.000 makemigrations.py:74(<dictcomp>) | |
1 0.000 0.000 0.000 0.000 _exceptions.py:125(SAXReaderNotAvailable) | |
1 0.000 0.000 0.000 0.000 messages.py:79(Critical) | |
1 0.000 0.000 0.000 0.000 list.py:207(ListView) | |
1 0.000 0.000 0.000 0.000 lookups.py:498(YearLt) | |
1 0.000 0.000 0.000 0.000 utils.py:48(ProgrammingError) | |
1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(SitesMenuItem) | |
1 0.000 0.000 0.000 0.000 widgets.py:108(AdminRadioSelect) | |
1 0.000 0.000 0.000 0.000 models.py:22(DocumentQuerySet) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1} | |
2 0.000 0.000 0.000 0.000 messages.py:51(is_serious) | |
1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess) | |
1 0.000 0.000 0.000 0.000 exceptions.py:11(SearchBackendError) | |
1 0.000 0.000 0.000 0.000 feedgenerator.py:288(RssUserland091Feed) | |
1 0.000 0.000 0.000 0.000 exceptions.py:191(ResponseNotChunked) | |
1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder) | |
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__) | |
1 0.000 0.000 0.000 0.000 argparse.py:629(RawDescriptionHelpFormatter) | |
1 0.000 0.000 0.000 0.000 lookups.py:291(StartsWith) | |
1 0.000 0.000 0.000 0.000 threading.py:1128(_DummyThread) | |
1 0.000 0.000 0.000 0.000 lookups.py:275(Contains) | |
1 0.000 0.000 0.000 0.000 models.py:191(ModelFormOptions) | |
1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure) | |
1 0.000 0.000 0.000 0.000 specifiers.py:25(InvalidSpecifier) | |
1 0.000 0.000 0.000 0.000 widgets.py:785(CheckboxSelectMultiple) | |
1 0.000 0.000 0.000 0.000 sites.py:26(NotRegistered) | |
1 0.000 0.000 0.000 0.000 Image.py:1979(ImageTransformHandler) | |
1 0.000 0.000 0.000 0.000 exceptions.py:43(TemplateDoesNotExist) | |
1 0.000 0.000 0.000 0.000 exceptions.py:27(InvalidTimeError) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:113(MaxFilter) | |
1 0.000 0.000 0.000 0.000 middleware.py:9(SessionMiddleware) | |
1 0.000 0.000 0.000 0.000 csrf.py:15(_EnsureCsrfToken) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:384(SsiNode) | |
1 0.000 0.000 0.000 0.000 errors.py:235(UnauthorizedClientError) | |
1 0.000 0.000 0.000 0.000 pipeline.py:9(Pipeline) | |
1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread) | |
1 0.000 0.000 0.000 0.000 ImageFilter.py:269(SHARPEN) | |
1 0.000 0.000 0.000 0.000 dates.py:632(TodayArchiveView) | |
1 0.000 0.000 0.000 0.000 base.py:419(DebugLexer) | |
1 0.000 0.000 0.000 0.000 widgets.py:58(AdminTagWidget) | |
1 0.000 0.000 0.000 0.000 models.py:499(Meta) | |
1 0.000 0.000 0.000 0.000 sql.py:473(Statement) | |
1 0.000 0.000 0.000 0.000 lookups.py:286(IContains) | |
1 0.000 0.000 0.000 0.000 errors.py:29(CharsetError) | |
1 0.000 0.000 0.000 0.000 safestring.py:15(EscapeBytes) | |
1 0.000 0.000 0.000 0.000 argparse.py:863(_StoreTrueAction) | |
1 0.000 0.000 0.000 0.000 datastructures.py:281(DictWrapper) | |
1 0.000 0.000 0.000 0.000 __init__.py:56(Empty) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1114(AbstractHTTPHandler) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:88(DocsSearchArea) | |
1 0.000 0.000 0.000 0.000 errors.py:9(MessageError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:77(NotFoundError) | |
1 0.000 0.000 0.000 0.000 filters.py:568(SerializerUnicode) | |
1 0.000 0.000 0.000 0.000 {math.sqrt} | |
1 0.000 0.000 0.000 0.000 newsroom.py:87(Meta) | |
1 0.000 0.000 0.000 0.000 cursor.py:158(PageIterator) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:33(AutoEscapeControlNode) | |
1 0.000 0.000 0.000 0.000 oauth1_session.py:48(TokenMissing) | |
1 0.000 0.000 0.000 0.000 site_summary.py:19(PagesSummaryItem) | |
1 0.000 0.000 0.000 0.000 tokens.py:222(TokenBase) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:125(RelatedGreaterThan) | |
1 0.000 0.000 0.000 0.000 models.py:229(Meta) | |
1 0.000 0.000 0.000 0.000 middleware.py:5(MessageMiddleware) | |
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects} | |
1 0.000 0.000 0.000 0.000 httplib.py:1323(UnknownProtocol) | |
1 0.000 0.000 0.000 0.000 exceptions.py:28(InvalidBasesError) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(RedirectsMenuItem) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:113(FirstOfNode) | |
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:31(UsersMenuItem) | |
1 0.000 0.000 0.000 0.000 library.py:210(InclusionNode) | |
1 0.000 0.000 0.000 0.000 models.py:140(Meta) | |
1 0.000 0.000 0.000 0.000 lookups.py:379(Regex) | |
1 0.000 0.000 0.000 0.000 hex_codec.py:52(IncrementalEncoder) | |
1 0.000 0.000 0.002 0.002 formats.py:68(get_image_formats) | |
1 0.000 0.000 0.000 0.000 utils.py:168(PublishedIndexedRealtimeSignalProcessor) | |
1 0.000 0.000 0.000 0.000 datastructures.py:24(Empty) | |
1 0.000 0.000 0.000 0.000 exceptions.py:31(MoreLikeThisError) | |
1 0.000 0.000 0.000 0.000 embeds.py:26(EmbedlyException) | |
1 0.000 0.000 0.000 0.000 exceptions.py:36(SuspiciousMultipartForm) | |
1 0.000 0.000 0.000 0.000 field_block.py:22(Meta) | |
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailFormsAppConfig) | |
1 0.000 0.000 0.000 0.000 exceptions.py:8(FieldDoesNotExist) | |
1 0.000 0.000 0.000 0.000 uploadhandler.py:23(UploadFileException) | |
1 0.000 0.000 0.000 0.000 edit.py:336(DeleteView) | |
2 0.000 0.000 0.000 0.000 search_indexes.py:90(get_model) | |
1 0.000 0.000 0.000 0.000 models.py:373(Meta) | |
1 0.000 0.000 0.000 0.000 widgets.py:50(AdminDateTimeInput) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:954(TemplateIfParser) | |
1 0.000 0.000 0.000 0.000 httplib.py:1354(CannotSendHeader) | |
1 0.000 0.000 0.000 0.000 urllib2.py:1262(UnknownHandler) | |
1 0.000 0.000 0.000 0.000 models.py:492(Meta) | |
2 0.000 0.000 0.000 0.000 exceptions.py:37(SSLError) | |
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384} | |
1 0.000 0.000 0.000 0.000 __init__.py:41(_lookup_identifier_method) | |
1 0.000 0.000 0.000 0.000 exceptions.py:85(RequestError) | |
1 0.000 0.000 0.000 0.000 exceptions.py:32(SuspiciousOperation) | |
1 0.000 0.000 0.000 0.000 widgets.py:281(EmailInput) | |
1 0.000 0.000 0.000 0.000 forms.py:27(Meta) | |
1 0.000 0.000 0.000 0.000 fields.py:424(FacetDecimalField) | |
1 0.000 0.000 0.000 0.000 widgets.py:430(Textarea) | |
1 0.000 0.000 0.000 0.000 fields.py:416(FacetIntegerField) | |
1 0.000 0.000 0.000 0.000 exceptions.py:22(ObjectDoesNotExist) | |
1 0.000 0.000 0.000 0.000 dyld.py:59(dyld_fallback_framework_path) | |
1 0.000 0.000 0.000 0.000 exceptions.py:4(InvalidPosition) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:629(ThreadingUnixDatagramServer) | |
1 0.000 0.000 0.000 0.000 api.py:21(CDefError) | |
1 0.000 0.000 0.000 0.000 query_utils.py:24(InvalidQuery) | |
1 0.000 0.000 0.000 0.000 widgets.py:285(URLInput) | |
1 0.000 0.000 0.000 0.000 edit.py:267(BaseUpdateView) | |
1 0.000 0.000 0.000 0.000 fields.py:428(FacetBooleanField) | |
1 0.000 0.000 0.000 0.000 sql.py:681(Begin) | |
1 0.000 0.000 0.000 0.000 staticfiles.py:12(StaticFilesNode) | |
2 0.000 0.000 0.000 0.000 exceptions.py:158(SubjectAltNameWarning) | |
1 0.000 0.000 0.000 0.000 storage.py:63(GzipCompressorFileStorage) | |
1 0.000 0.000 0.000 0.000 tz.py:17(datetimeobject) | |
1 0.000 0.000 0.000 0.000 related_lookups.py:133(RelatedLessThanOrEqual) | |
1 0.000 0.000 0.000 0.000 exceptions.py:81(ConflictError) | |
1 0.000 0.000 0.000 0.000 widgets.py:592(SelectMultiple) | |
1 0.000 0.000 0.000 0.000 image.py:14(LoaderError) | |
1 0.000 0.000 0.000 0.000 httplib.py:1312(HTTPException) | |
1 0.000 0.000 0.000 0.000 base.py:37(SystemCheckError) | |
1 0.000 0.000 0.000 0.000 errors.py:56(MultipartInvariantViolationDefect) | |
1 0.000 0.000 0.000 0.000 errors.py:88(InsecureTransportError) | |
1 0.000 0.000 0.000 0.000 staticfiles.py:41(FileCollector) | |
1 0.000 0.000 0.000 0.000 exceptions.py:34(ConnectionError) | |
1 0.000 0.000 0.000 0.000 dates.py:492(BaseMonthArchiveView) | |
1 0.000 0.000 0.000 0.000 lookups.py:434(YearTransform) | |
1 0.000 0.000 0.000 0.000 lookups.py:190(GreaterThanOrEqual) | |
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass) | |
1 0.000 0.000 0.000 0.000 filters.py:700(Limit) | |
1 0.000 0.000 0.000 0.000 models.py:462(ModelForm) | |
1 0.000 0.000 0.000 0.000 models.py:366(Relationship) | |
1 0.000 0.000 0.000 0.000 exceptions.py:6(HaystackError) | |
1 0.000 0.000 0.000 0.000 _util.py:22(deferred_error) | |
1 0.000 0.000 0.000 0.000 fields.py:959(ComboField) | |
1 0.000 0.000 0.000 0.000 defaulttags.py:54(CsrfTokenNode) | |
1 0.000 0.000 0.000 0.000 widgets.py:344(AdminEmailInputWidget) | |
1 0.000 0.000 0.000 0.000 __init__.py:457(StopParsing) | |
1 0.000 0.000 0.000 0.000 sites.py:22(AlreadyRegistered) | |
1 0.000 0.000 0.000 0.000 common.py:223(Meta) | |
1 0.000 0.000 0.000 0.000 decimal.py:359(Underflow) | |
1 0.000 0.000 0.000 0.000 cache.py:149(CacheMiddleware) | |
1 0.000 0.000 0.000 0.000 routers.py:13(DefaultRouter) | |
1 0.000 0.000 0.000 0.000 errors.py:98(MissingCodeError) | |
1 0.000 0.000 0.000 0.000 lookups.py:526(HourTransform) | |
1 0.000 0.000 0.000 0.000 expressions.py:361(Expression) | |
1 0.000 0.000 0.000 0.000 __init__.py:1145(__init__) | |
1 0.000 0.000 0.000 0.000 urllib2.py:915(ProxyBasicAuthHandler) | |
1 0.000 0.000 0.000 0.000 connection_pool.py:47(RandomSelector) | |
1 0.000 0.000 0.000 0.000 home.py:28(PagesForModerationPanel) | |
2 0.000 0.000 0.000 0.000 checks.py:653(_check_list_display_links_item) | |
1 0.000 0.000 0.000 0.000 SocketServer.py:616(ThreadingUDPServer) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment