Skip to content

Instantly share code, notes, and snippets.

@ipmb
Last active January 7, 2016 19:09
Show Gist options
  • Save ipmb/e65159f7315b9645841b to your computer and use it in GitHub Desktop.
Save ipmb/e65159f7315b9645841b to your computer and use it in GitHub Desktop.
Django migrations cprofile
$ manage.py showmigrations | grep "\[" | wc -l
85
$ echo "\d" | psql mydb | grep -v sequence | wc -l
299
$ time python -m cProfile -s time ./manage.py makemigrations --empty pages
Migrations for 'pages':
0014_auto_20160107_1356.py:
108764127 function calls (108404501 primitive calls) in 264.744 seconds
Ordered by: internal time
ncalls tottime percall cumtime percall filename:lineno(function)
3455889 45.000 0.000 64.986 0.000 options.py:711(_expire_cache)
66868 34.729 0.001 34.729 0.001 base.py:44(subclass_exception)
27192705 18.663 0.000 18.663 0.000 {delattr}
1690760 16.952 0.000 23.577 0.000 collections.py:109(values)
254762 16.657 0.000 17.290 0.000 {built-in method __new__ of type object at 0x10921e798}
6643115 13.692 0.000 35.913 0.000 config.py:164(get_models)
39127 8.910 0.000 28.043 0.001 related.py:317(swappable_setting)
47625 6.887 0.000 45.252 0.001 registry.py:153(get_models)
11852234 6.716 0.000 6.716 0.000 collections.py:78(__iter__)
132654 5.554 0.000 9.354 0.000 __init__.py:358(deconstruct)
187416 5.397 0.000 7.205 0.000 __init__.py:137(__init__)
33664 5.249 0.000 96.251 0.003 registry.py:334(clear_cache)
5104825/5041468 3.628 0.000 3.694 0.000 {getattr}
9959628 3.260 0.000 3.731 0.000 options.py:349(swapped)
39570 2.806 0.000 3.911 0.000 collections.py:38(__init__)
168360/127458 2.783 0.000 5.480 0.000 options.py:742(_get_fields)
33478/15865 2.765 0.000 205.490 0.013 base.py:72(__new__)
3429 2.599 0.001 2.787 0.001 dispatcher.py:54(connect)
8698127 2.455 0.000 2.707 0.000 {method 'extend' of 'list' objects}
33477 2.122 0.000 6.410 0.000 options.py:197(contribute_to_class)
2821662/2821660 1.960 0.000 3.702 0.000 {isinstance}
2284364 1.854 0.000 1.854 0.000 {hasattr}
17613 1.508 0.000 98.461 0.006 related.py:2059(create_many_to_many_intermediary_model)
552785 1.358 0.000 1.358 0.000 _weakrefset.py:70(__contains__)
185595 1.328 0.000 6.930 0.000 options.py:289(add_field)
56760 1.221 0.000 4.947 0.000 related.py:1803(__init__)
147296 1.170 0.000 49.159 0.000 state.py:488(construct_fields)
2279500 1.142 0.000 1.142 0.000 {method 'startswith' of 'unicode' objects}
17463 1.098 0.000 255.632 0.015 state.py:520(render)
33477 1.082 0.000 3.727 0.000 registry.py:234(get_containing_app_config)
320976/197685 1.073 0.000 116.903 0.001 base.py:321(add_to_class)
33477 1.036 0.000 4.839 0.000 options.py:92(__init__)
325640 1.024 0.000 1.742 0.000 abc.py:128(__instancecheck__)
93765 0.883 0.000 4.053 0.000 state.py:45(_related_models)
33434 0.882 0.000 1.811 0.000 dispatcher.py:245(_live_receivers)
185055 0.872 0.000 10.983 0.000 __init__.py:655(contribute_to_class)
185588 0.866 0.000 1.497 0.000 __init__.py:647(set_attributes_from_name)
74384 0.822 0.000 8.772 0.000 related.py:293(contribute_to_class)
33434 0.813 0.000 4.877 0.000 dispatcher.py:166(send)
1152484 0.793 0.000 0.936 0.000 {method 'update' of 'dict' objects}
469534/469494 0.730 0.000 0.731 0.000 {setattr}
33434 0.725 0.000 13.997 0.000 base.py:328(_prepare)
33628 0.717 0.000 1.353 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
234038 0.704 0.000 0.765 0.000 signals.py:20(_resolve_references)
134970/134821 0.692 0.000 3.394 0.000 {__import__}
1608530 0.676 0.000 0.676 0.000 config.py:143(check_models_ready)
2999687 0.675 0.000 0.709 0.000 {method 'get' of 'dict' objects}
17456 0.638 0.000 0.999 0.000 related.py:2567(contribute_to_related_class)
69909 0.595 0.000 2.087 0.000 related.py:30(add_lazy_relation)
56763 0.548 0.000 3.102 0.000 related.py:1487(__init__)
235271 0.533 0.000 0.533 0.000 weakref_backports.py:47(__call__)
139216 0.523 0.000 1.745 0.000 options.py:82(make_immutable_fields_list)
454382/454376 0.502 0.000 1.655 0.000 __init__.py:46(__getattr__)
589 0.499 0.001 4.603 0.008 state.py:34(get_related_models_recursive)
11990 0.483 0.000 0.964 0.000 functional.py:102(__prepare_class__)
185585 0.473 0.000 0.971 0.000 {_bisect.bisect}
69909 0.462 0.000 0.552 0.000 registry.py:255(get_registered_model)
321066 0.452 0.000 0.918 0.000 inspect.py:59(isclass)
18122 0.418 0.000 1.280 0.000 related.py:2123(__init__)
73534 0.404 0.000 46.622 0.001 lru_cache.py:94(wrapper)
133559 0.390 0.000 1.596 0.000 module_loading.py:15(import_string)
210966/135430 0.388 0.000 6.343 0.000 functional.py:56(__get__)
17890 0.383 0.000 100.985 0.006 related.py:2529(contribute_to_class)
33434 0.381 0.000 1.780 0.000 manager.py:11(ensure_default_manager)
73534 0.367 0.000 0.798 0.000 lru_cache.py:26(_make_key)
74885 0.366 0.000 0.366 0.000 related.py:1272(__init__)
56494 0.354 0.000 7.451 0.000 related.py:1774(contribute_to_class)
1079340 0.346 0.000 0.346 0.000 {method 'pop' of 'dict' objects}
318170 0.345 0.000 0.472 0.000 __init__.py:461(__lt__)
227811 0.338 0.000 0.770 0.000 encoding.py:72(force_text)
212 0.334 0.002 1.601 0.008 options.py:672(_populate_directed_relation_graph)
27920 0.331 0.000 1.503 0.000 __init__.py:1080(__init__)
1258117 0.327 0.000 0.327 0.000 {method 'append' of 'list' objects}
134921/134802 0.321 0.000 3.790 0.000 __init__.py:20(import_module)
31721 0.308 0.000 1.772 0.000 __init__.py:929(__init__)
286756 0.307 0.000 0.307 0.000 {method 'items' of 'dict' objects}
139216 0.307 0.000 1.222 0.000 datastructures.py:486(__new__)
33167 0.305 0.000 96.492 0.003 state.py:285(register_model)
239250 0.289 0.000 0.631 0.000 options.py:399(<genexpr>)
33433 0.274 0.000 3.901 0.000 options.py:375(fields)
21237 0.270 0.000 22.577 0.001 related.py:1559(deconstruct)
186673 0.269 0.000 1.708 0.000 __init__.py:854(_get_choices)
87280 0.266 0.000 0.266 0.000 collections.py:59(__setitem__)
34632 0.262 0.000 0.407 0.000 manager.py:68(__init__)
33667 0.262 0.000 1.012 0.000 lru_cache.py:160(cache_clear)
34408 0.261 0.000 0.419 0.000 manager.py:157(contribute_to_class)
9047 0.259 0.000 0.717 0.000 __init__.py:1298(contribute_to_class)
237066 0.248 0.000 0.248 0.000 {method 'replace' of 'unicode' objects}
89413 0.243 0.000 0.247 0.000 {sorted}
56255 0.239 0.000 0.351 0.000 sre_parse.py:822(expand_template)
37104 0.238 0.000 0.238 0.000 {method 'clear' of 'dict' objects}
141297 0.232 0.000 0.232 0.000 functional.py:14(curry)
132643 0.224 0.000 0.224 0.000 {method 'rsplit' of 'unicode' objects}
720706 0.223 0.000 0.223 0.000 options.py:811(<genexpr>)
116043 0.219 0.000 0.219 0.000 {method 'split' of 'str' objects}
56760 0.211 0.000 0.503 0.000 related.py:1402(__init__)
655335 0.210 0.000 0.361 0.000 sre_compile.py:101(fixup)
33928/33922 0.209 0.000 0.291 0.000 {method 'join' of 'unicode' objects}
33794 0.203 0.000 0.299 0.000 threading.py:147(acquire)
130679 0.192 0.000 0.233 0.000 __init__.py:669(get_attname_column)
73532 0.189 0.000 1.976 0.000 related.py:354(do_related_class)
66964 0.186 0.000 0.252 0.000 options.py:60(normalize_together)
185620 0.182 0.000 0.182 0.000 {method 'insert' of 'list' objects}
52369 0.179 0.000 0.407 0.000 related.py:1778(contribute_to_related_class)
17613 0.176 0.000 0.360 0.000 related.py:2462(_get_m2m_db_table)
33434 0.171 0.000 2.214 0.000 options.py:252(_prepare)
17890 0.171 0.000 8.678 0.000 related.py:2394(deconstruct)
21237 0.165 0.000 22.798 0.001 related.py:1875(deconstruct)
304 0.164 0.001 0.549 0.002 {map}
56314/28161 0.163 0.000 0.191 0.000 deconstruct.py:19(__new__)
33434 0.158 0.000 1.416 0.000 related.py:89(do_pending_lookups)
57117 0.154 0.000 0.154 0.000 related.py:1927(get_attname)
117622 0.152 0.000 0.342 0.000 options.py:688(<genexpr>)
39978 0.152 0.000 0.209 0.000 _abcoll.py:545(update)
655810 0.151 0.000 0.151 0.000 {_sre.getlower}
73533 0.150 0.000 0.182 0.000 lru_cache.py:19(__init__)
167176 0.145 0.000 0.145 0.000 options.py:319(setup_pk)
33477 0.145 0.000 0.145 0.000 base.py:197(<setcomp>)
34675 0.144 0.000 0.144 0.000 manager.py:179(_set_creation_counter)
33477 0.136 0.000 1.541 0.000 text.py:455(camel_case_to_spaces)
33794 0.135 0.000 0.167 0.000 threading.py:187(release)
52366 0.134 0.000 0.541 0.000 related.py:1965(contribute_to_related_class)
31494 0.134 0.000 1.616 0.000 __init__.py:987(contribute_to_class)
93766 0.128 0.000 2.909 0.000 options.py:728(get_fields)
56494 0.127 0.000 0.217 0.000 related.py:526(__init__)
33937 0.125 0.000 0.346 0.000 __init__.py:35(__getattr__)
205820 0.122 0.000 0.157 0.000 options.py:394(<lambda>)
224235 0.122 0.000 0.122 0.000 options.py:392(<lambda>)
40007/40000 0.121 0.000 0.886 0.000 abc.py:148(__subclasscheck__)
179122 0.120 0.000 0.120 0.000 {method 'lower' of 'unicode' objects}
56874 0.117 0.000 1.905 0.000 related.py:310(resolve_related_class)
16410 0.115 0.000 0.273 0.000 functional.py:209(wrapper)
153254 0.114 0.000 0.114 0.000 {method 'startswith' of 'str' objects}
232545 0.112 0.000 0.112 0.000 manager.py:25(<genexpr>)
293 0.111 0.000 260.485 0.889 state.py:91(reload_model)
140533 0.109 0.000 0.109 0.000 {method 'lower' of 'str' objects}
56255 0.103 0.000 0.454 0.000 re.py:290(filter)
33307 0.103 0.000 0.103 0.000 {method 'copy' of 'dictproxy' objects}
57117 0.103 0.000 0.256 0.000 related.py:1930(get_attname_column)
49478 0.102 0.000 0.102 0.000 related.py:1372(get_accessor_name)
34675 0.100 0.000 0.119 0.000 manager.py:62(__new__)
56063 0.100 0.000 0.163 0.000 related.py:341(set_attributes_from_rel)
32990 0.099 0.000 0.204 0.000 state.py:293(unregister_model)
151 0.097 0.001 5.875 0.039 __init__.py:1(<module>)
65891 0.096 0.000 0.105 0.000 collections.py:69(__delitem__)
6619 0.094 0.000 0.096 0.000 base.py:88(__init__)
33498 0.093 0.000 0.182 0.000 re.py:284(_subx)
56494 0.090 0.000 0.090 0.000 __init__.py:674(get_cache_name)
56972 0.088 0.000 0.088 0.000 {method 'join' of 'str' objects}
74292 0.086 0.000 0.106 0.000 related.py:107(related_model)
13880 0.084 0.000 1.330 0.000 __init__.py:951(deconstruct)
227 0.083 0.000 255.715 1.126 state.py:252(render_multiple)
238679 0.082 0.000 0.082 0.000 base.py:361(<genexpr>)
16348 0.082 0.000 0.114 0.000 text.py:24(<lambda>)
132525 0.082 0.000 0.183 0.000 encoding.py:63(is_protected_type)
5236 0.081 0.000 0.878 0.000 stream_block.py:29(__init__)
16013 0.079 0.000 0.494 0.000 base.py:101(set_name)
18122 0.076 0.000 0.150 0.000 related.py:1439(__init__)
271088/269461 0.073 0.000 0.074 0.000 {len}
40292 0.070 0.000 0.168 0.000 dispatcher.py:14(_make_id)
34066 0.069 0.000 0.181 0.000 utils.py:234(__getitem__)
35770 0.067 0.000 0.189 0.000 {any}
263367 0.066 0.000 0.066 0.000 {method 'add' of 'set' objects}
55154 0.065 0.000 0.065 0.000 {method 'setdefault' of 'dict' objects}
56667 0.065 0.000 0.065 0.000 related.py:1352(is_hidden)
121179 0.065 0.000 0.065 0.000 lru_cache.py:23(__hash__)
205823 0.064 0.000 0.064 0.000 options.py:393(<lambda>)
56063 0.063 0.000 0.063 0.000 related.py:1425(set_field_name)
12415 0.061 0.000 0.067 0.000 sre_parse.py:141(__getitem__)
33498 0.056 0.000 0.089 0.000 re.py:264(_compile_repl)
126304 0.054 0.000 0.054 0.000 registry.py:126(check_models_ready)
1636/512 0.054 0.000 0.191 0.000 sre_parse.py:395(_parse)
73439 0.054 0.000 0.054 0.000 related.py:1300(related_model)
9184 0.053 0.000 0.370 0.000 __init__.py:1195(__init__)
25374 0.053 0.000 0.053 0.000 {method 'split' of 'unicode' objects}
33778 0.053 0.000 0.053 0.000 {method 'acquire' of 'thread.lock' objects}
16582 0.052 0.000 0.143 0.000 state.py:495(construct_managers)
991 0.052 0.000 0.589 0.001 sre_compile.py:256(_optimize_charset)
12942 0.052 0.000 0.052 0.000 {method 'mro' of 'type' objects}
35994 0.052 0.000 0.052 0.000 {method 'keys' of 'dictproxy' objects}
5236 0.051 0.000 1.141 0.000 fields.py:45(__init__)
11990 0.050 0.000 1.014 0.000 functional.py:89(__init__)
5166 0.049 0.000 0.602 0.000 related.py:2033(__init__)
34 0.049 0.001 2.474 0.073 models.py:1(<module>)
34236 0.049 0.000 0.160 0.000 state.py:529(<genexpr>)
33673 0.049 0.000 0.215 0.000 threading.py:215(__exit__)
35360 0.048 0.000 0.122 0.000 base.py:155(<genexpr>)
17476 0.048 0.000 0.048 0.000 {_codecs.utf_8_decode}
9039 0.045 0.000 0.825 0.000 __init__.py:1246(deconstruct)
6098 0.045 0.000 0.219 0.000 __init__.py:1005(__init__)
3421 0.043 0.000 0.060 0.000 inspect.py:744(getargs)
2 0.043 0.022 0.152 0.076 __init__.py:15(<module>)
32910 0.042 0.000 0.056 0.000 utils.py:178(truncate_name)
130679 0.041 0.000 0.041 0.000 __init__.py:666(get_attname)
35360 0.041 0.000 0.096 0.000 base.py:146(<genexpr>)
67599 0.039 0.000 0.039 0.000 threading.py:64(_note)
17464 0.038 0.000 0.103 0.000 {method 'decode' of 'str' objects}
4221 0.037 0.000 0.172 0.000 files.py:240(__init__)
11990 0.036 0.000 1.050 0.000 functional.py:188(__wrapper__)
5135 0.034 0.000 0.428 0.000 fields.py:61(deconstruct)
34392 0.034 0.000 0.034 0.000 manager.py:250(__init__)
25439 0.034 0.000 0.034 0.000 {method 'replace' of 'str' objects}
3673 0.034 0.000 0.078 0.000 fields.py:230(contribute_to_related_class)
27 0.033 0.001 0.469 0.017 utils.py:1(<module>)
26828 0.033 0.000 0.038 0.000 sre_parse.py:193(__next)
73789/73788 0.032 0.000 0.032 0.000 {hash}
4387 0.032 0.000 0.100 0.000 registry.py:186(get_model)
27920 0.031 0.000 0.031 0.000 __init__.py:528(validators)
3111/483 0.030 0.000 0.639 0.001 sre_compile.py:64(_compile)
103408 0.029 0.000 0.029 0.000 options.py:820(<genexpr>)
2 0.028 0.014 0.030 0.015 __init__.py:18(<module>)
3421 0.028 0.000 0.103 0.000 inspect.py:804(getargspec)
36863 0.027 0.000 0.030 0.000 dispatcher.py:234(_clear_dead_receivers)
5488 0.027 0.000 0.040 0.000 collections.py:113(items)
1027 0.026 0.000 0.028 0.000 validation.py:24(check_field)
3381 0.026 0.000 3.002 0.001 files.py:424(contribute_to_class)
5132 0.026 0.000 0.271 0.000 subclassing.py:56(contribute_to_class)
4373 0.026 0.000 0.029 0.000 config.py:151(get_model)
57588 0.026 0.000 0.026 0.000 {method 'group' of '_sre.SRE_Match' objects}
4170 0.025 0.000 0.296 0.000 files.py:284(deconstruct)
35276 0.025 0.000 0.025 0.000 options.py:75(<genexpr>)
35650 0.025 0.000 0.025 0.000 related.py:1455(is_hidden)
11 0.025 0.002 0.820 0.075 __init__.py:3(<module>)
33275 0.023 0.000 0.023 0.000 {method 'strip' of 'unicode' objects}
67592 0.023 0.000 0.023 0.000 {thread.get_ident}
7 0.023 0.003 0.076 0.011 __init__.py:8(<module>)
1179 0.021 0.000 0.035 0.000 fields.py:71(__init__)
4171 0.021 0.000 0.213 0.000 files.py:317(contribute_to_class)
5989 0.021 0.000 0.403 0.000 __init__.py:1027(deconstruct)
3391 0.021 0.000 0.024 0.000 weakref_backports.py:25(__new__)
5116 0.021 0.000 7.819 0.002 related.py:2037(deconstruct)
9520 0.021 0.000 0.043 0.000 functools.py:56(<lambda>)
5453 0.020 0.000 0.182 0.000 collections.py:192(copy)
1010 0.020 0.000 0.020 0.000 {posix.stat}
3642 0.020 0.000 0.263 0.000 __init__.py:2125(deconstruct)
16550 0.019 0.000 0.029 0.000 six.py:572(itervalues)
32552 0.019 0.000 0.019 0.000 manager.py:253(__get__)
313 0.019 0.000 0.034 0.000 related.py:184(_check_clashes)
4 0.019 0.005 0.081 0.020 base.py:5(<module>)
4447 0.019 0.000 0.022 0.000 registry.py:140(get_app_config)
17456 0.019 0.000 0.019 0.000 related.py:1151(__init__)
28132 0.018 0.000 0.018 0.000 validators.py:275(__init__)
3692 0.018 0.000 0.218 0.000 __init__.py:2118(__init__)
6619 0.018 0.000 0.021 0.000 base.py:61(__new__)
3398 0.017 0.000 2.805 0.001 signals.py:33(connect)
2 0.017 0.008 0.045 0.023 connectionpool.py:1(<module>)
3421 0.016 0.000 0.159 0.000 files.py:390(__init__)
17476 0.016 0.000 0.064 0.000 utf_8.py:15(decode)
17890 0.016 0.000 0.016 0.000 related.py:1209(__init__)
4402/1833 0.016 0.000 0.018 0.000 sre_parse.py:151(getwidth)
14 0.016 0.001 0.332 0.024 urls.py:1(<module>)
5166 0.016 0.000 0.059 0.000 related.py:1430(__init__)
45940 0.016 0.000 0.016 0.000 {id}
10434 0.015 0.000 0.015 0.000 related.py:2066(set_managed)
5116 0.015 0.000 0.033 0.000 related.py:402(__init__)
7 0.014 0.002 0.711 0.102 __init__.py:2(<module>)
126 0.014 0.000 0.248 0.002 state.py:333(from_model)
93790 0.014 0.000 0.014 0.000 {method '__subclasses__' of 'type' objects}
13969 0.013 0.000 0.013 0.000 related.py:805(__init__)
3 0.013 0.004 0.143 0.048 __init__.py:7(<module>)
23 0.013 0.001 0.016 0.001 collections.py:293(namedtuple)
17 0.013 0.001 0.178 0.010 views.py:1(<module>)
33036 0.013 0.000 0.013 0.000 operations.py:194(max_name_length)
23275 0.012 0.000 0.045 0.000 sre_parse.py:212(get)
3380 0.012 0.000 0.252 0.000 files.py:416(deconstruct)
33767 0.012 0.000 0.012 0.000 {method 'release' of 'thread.lock' objects}
5010 0.012 0.000 0.012 0.000 {range}
689 0.012 0.000 0.012 0.000 {method 'update' of 'set' objects}
218 0.012 0.000 0.026 0.000 regex_helper.py:50(normalize)
27 0.011 0.000 0.018 0.001 graph.py:184(ensure_not_cyclic)
1 0.011 0.011 0.945 0.945 django_patches.py:4(<module>)
5116 0.011 0.000 0.018 0.000 related.py:1394(get_cache_name)
1 0.010 0.010 0.014 0.014 _lxml.py:2(<module>)
34992 0.010 0.000 0.010 0.000 {iter}
14 0.010 0.001 0.013 0.001 base.py:1(<module>)
12 0.009 0.001 0.047 0.004 wagtail_hooks.py:1(<module>)
3418 0.009 0.000 0.112 0.000 inspect.py:47(func_accepts_kwargs)
3 0.009 0.003 0.012 0.004 __init__.py:5(<module>)
3673 0.009 0.000 0.012 0.000 fields.py:201(__init__)
73 0.008 0.000 0.008 0.000 {method 'read' of 'file' objects}
23146/23121 0.008 0.000 0.011 0.000 {next}
1 0.008 0.008 0.011 0.011 zipfile.py:3(<module>)
533 0.008 0.000 0.060 0.000 managers.py:346(contribute_to_class)
194 0.008 0.000 0.008 0.000 {imp.find_module}
2 0.008 0.004 0.023 0.012 Image.py:343(preinit)
1 0.008 0.008 0.008 0.008 color.py:3(<module>)
2 0.008 0.004 0.668 0.334 fields.py:3(<module>)
861 0.007 0.000 0.878 0.001 re.py:230(_compile)
2 0.007 0.004 0.160 0.080 __init__.py:9(<module>)
2 0.007 0.004 0.014 0.007 options.py:1(<module>)
1 0.007 0.007 264.756 264.756 manage.py:2(<module>)
902 0.007 0.000 0.016 0.000 manager.py:83(deconstruct)
20 0.007 0.000 0.080 0.004 forms.py:1(<module>)
3673 0.007 0.000 0.016 0.000 models.py:16(get_related_model)
62 0.007 0.000 0.007 0.000 {posix.listdir}
3 0.007 0.002 0.051 0.017 pages.py:1(<module>)
1 0.007 0.007 0.011 0.011 Image.py:27(<module>)
1 0.006 0.006 0.011 0.011 image.py:1(<module>)
532 0.006 0.000 0.041 0.000 managers.py:317(deconstruct)
1 0.006 0.006 0.019 0.019 urllib.py:23(<module>)
20 0.006 0.000 0.021 0.001 apps.py:1(<module>)
16504 0.006 0.000 0.006 0.000 {method 'upper' of 'unicode' objects}
1325/486 0.006 0.000 0.193 0.000 sre_parse.py:317(_parse_sub)
1027 0.006 0.000 0.055 0.000 __init__.py:201(check)
6 0.006 0.001 0.016 0.003 request.py:1(<module>)
1 0.006 0.006 0.017 0.017 testcases.py:1(<module>)
3398 0.006 0.000 0.007 0.000 UserDict.py:26(clear)
768 0.006 0.000 0.027 0.000 fields.py:212(__init__)
2 0.006 0.003 0.893 0.447 query.py:3(<module>)
537 0.006 0.000 0.027 0.000 managers.py:283(__init__)
1 0.006 0.006 0.006 0.006 oauth1_session.py:53(OAuth1Session)
1198 0.006 0.000 0.081 0.000 __init__.py:2314(deconstruct)
5767 0.006 0.000 0.008 0.000 __init__.py:455(__eq__)
1 0.006 0.006 0.019 0.019 version.py:1(<module>)
1221 0.005 0.000 0.076 0.000 __init__.py:2310(__init__)
1 0.005 0.005 0.057 0.057 __init__.py:42(<module>)
24 0.005 0.000 0.084 0.003 0001_initial.py:2(<module>)
1 0.005 0.005 0.005 0.005 socket.py:45(<module>)
16410 0.005 0.000 0.005 0.000 {method 'itervalues' of 'dict' objects}
17466 0.005 0.000 0.005 0.000 related.py:2585(set_attributes_from_rel)
6 0.005 0.001 0.009 0.001 response.py:1(<module>)
396 0.005 0.000 0.040 0.000 __init__.py:876(formfield)
869 0.005 0.000 0.009 0.000 functools.py:17(update_wrapper)
72 0.005 0.000 0.008 0.000 __init__.py:1023(getLogger)
1 0.005 0.005 0.040 0.040 html5parser.py:1(<module>)
4035 0.005 0.000 0.006 0.000 inspect.py:67(ismethod)
4 0.005 0.001 0.022 0.005 __init__.py:6(<module>)
4 0.005 0.001 0.015 0.004 admin_urls.py:1(<module>)
9226 0.005 0.000 0.007 0.000 sre_parse.py:149(append)
1 0.005 0.005 0.030 0.030 htmlserializer.py:1(<module>)
1 0.005 0.005 0.006 0.006 subprocess.py:387(<module>)
217 0.005 0.000 0.040 0.000 struct_block.py:29(__init__)
991 0.005 0.000 0.594 0.001 sre_compile.py:228(_compile_charset)
1 0.005 0.005 0.012 0.012 __init__.py:45(<module>)
182 0.005 0.000 0.008 0.000 query.py:248(clone)
2 0.004 0.002 0.017 0.008 edit_handlers.py:1(<module>)
21 0.004 0.000 0.129 0.006 admin.py:1(<module>)
9379 0.004 0.000 0.009 0.000 sre_parse.py:206(match)
1 0.004 0.004 0.004 0.004 __init__.py:24(<module>)
8 0.004 0.001 0.126 0.016 fields.py:1(<module>)
1 0.004 0.004 0.061 0.061 encoding.py:2(<module>)
75 0.004 0.000 96.001 1.280 fields.py:172(state_forwards)
1 0.004 0.004 0.042 0.042 html.py:1(<module>)
218 0.004 0.000 0.006 0.000 regex_helper.py:299(flatten_result)
2 0.004 0.002 0.007 0.004 staticfiles.py:1(<module>)
1 0.004 0.004 0.019 0.019 utils.py:10(<module>)
1 0.004 0.004 0.009 0.009 defaulttags.py:1(<module>)
3 0.004 0.001 0.013 0.004 loader.py:1(<module>)
1 0.004 0.004 0.075 0.075 log.py:1(<module>)
1 0.004 0.004 0.004 0.004 GifImagePlugin.py:27(<module>)
1 0.004 0.004 0.007 0.007 message.py:1(<module>)
23 0.004 0.000 0.004 0.000 {open}
6532 0.004 0.000 0.004 0.000 regex_helper.py:206(next_char)
32 0.004 0.000 0.079 0.002 models.py:157(fields_for_model)
483 0.004 0.000 0.025 0.000 sre_compile.py:433(_compile_info)
156 0.004 0.000 0.004 0.000 query.py:112(__init__)
4 0.004 0.001 0.067 0.017 exceptions.py:3(<module>)
8419/8395 0.004 0.000 0.004 0.000 {issubclass}
4 0.004 0.001 0.005 0.001 six.py:1(<module>)
5132 0.004 0.000 0.004 0.000 subclassing.py:35(__init__)
1 0.004 0.004 0.074 0.074 __init__.py:12(<module>)
3421 0.004 0.000 0.004 0.000 inspect.py:209(iscode)
532 0.004 0.000 0.005 0.000 managers.py:391(post_through_setup)
4460 0.003 0.000 0.003 0.000 registry.py:119(check_apps_ready)
4171 0.003 0.000 0.003 0.000 files.py:170(__init__)
1027 0.003 0.000 0.035 0.000 __init__.py:305(_check_backend_specific_checks)
3431 0.003 0.000 0.003 0.000 __init__.py:64(configured)
7 0.003 0.000 0.017 0.002 search_indexes.py:1(<module>)
278 0.003 0.000 0.004 0.000 {method '__reduce_ex__' of 'object' objects}
1 0.003 0.003 0.007 0.007 lru_cache.py:1(<module>)
75 0.003 0.000 0.014 0.000 forms.py:80(__new__)
1346 0.003 0.000 0.005 0.000 posixpath.py:61(join)
1 0.003 0.003 0.029 0.029 inputstream.py:1(<module>)
550/429 0.003 0.000 0.019 0.000 copy.py:145(deepcopy)
1 0.003 0.003 0.004 0.004 JpegImagePlugin.py:35(<module>)
486/483 0.003 0.000 0.199 0.000 sre_parse.py:706(parse)
1 0.003 0.003 0.004 0.004 utils.py:4(<module>)
1 0.003 0.003 0.013 0.013 element.py:1(<module>)
3 0.003 0.001 0.027 0.009 deprecation.py:1(<module>)
3422 0.003 0.000 0.004 0.000 inspect.py:142(isfunction)
1 0.003 0.003 0.006 0.006 BmpImagePlugin.py:27(<module>)
537 0.003 0.000 0.003 0.000 managers.py:54(__init__)
175 0.003 0.000 0.026 0.000 gettext.py:424(find)
126 0.003 0.000 74.600 0.592 state.py:77(add_model)
1 0.003 0.003 0.006 0.006 simple_server.py:11(<module>)
483 0.003 0.000 0.869 0.002 sre_compile.py:567(compile)
2082 0.003 0.000 0.007 0.000 base.py:312(copy_managers)
1 0.003 0.003 0.174 0.174 query_utils.py:7(<module>)
1 0.003 0.003 0.014 0.014 compat.py:5(<module>)
27 0.003 0.000 0.006 0.000 graph.py:157(root_nodes)
3 0.003 0.001 0.010 0.003 utils.py:5(<module>)
2082 0.003 0.000 0.003 0.000 options.py:183(abstract_managers)
203 0.003 0.000 0.012 0.000 module_loading.py:111(module_has_submodule)
975 0.003 0.000 0.016 0.000 copy.py:66(copy)
3 0.003 0.001 0.005 0.002 base.py:8(<module>)
3915 0.003 0.000 0.003 0.000 graph.py:139(<lambda>)
1 0.003 0.003 261.713 261.713 base.py:408(execute)
1 0.003 0.003 0.062 0.062 elasticsearch_backend.py:3(<module>)
1 0.003 0.003 0.016 0.016 feedparser.py:20(<module>)
1 0.003 0.003 0.882 0.882 subqueries.py:3(<module>)
3 0.003 0.001 0.025 0.008 client.py:1(<module>)
14/1 0.003 0.000 0.371 0.371 urlresolvers.py:279(_populate)
1 0.003 0.003 0.076 0.076 config.py:1(<module>)
1 0.003 0.003 0.020 0.020 oauth1_auth.py:2(<module>)
3 0.003 0.001 0.018 0.006 widgets.py:3(<module>)
1 0.003 0.003 0.017 0.017 uuid.py:45(<module>)
1 0.003 0.003 0.701 0.701 expressions.py:1(<module>)
2 0.003 0.001 0.004 0.002 storage.py:1(<module>)
1 0.003 0.003 0.004 0.004 helpers.py:1(<module>)
1 0.003 0.003 0.254 0.254 loader.py:57(load_disk)
195 0.003 0.000 0.006 0.000 options.py:616(wrap)
9666 0.003 0.000 0.003 0.000 graph.py:139(<genexpr>)
1337 0.003 0.000 0.004 0.000 sre_compile.py:428(_simple)
2 0.003 0.001 0.055 0.028 debug.py:1(<module>)
4 0.003 0.001 0.014 0.004 connection.py:1(<module>)
1 0.003 0.003 0.007 0.007 config.py:25(<module>)
1 0.003 0.003 0.362 0.362 articles.py:1(<module>)
1 0.003 0.003 0.045 0.045 transport.py:1(<module>)
7565 0.003 0.000 0.003 0.000 {method 'endswith' of 'str' objects}
1 0.003 0.003 0.163 0.163 timezone.py:5(<module>)
126 0.003 0.000 0.005 0.000 base.py:1597(_check_long_column_names)
1 0.003 0.003 0.042 0.042 0001_initial.py:17(Migration)
2596 0.003 0.000 0.003 0.000 six.py:180(find_module)
1756 0.003 0.000 0.003 0.000 {method 'copy' of 'dict' objects}
1 0.003 0.003 0.003 0.003 handlers.py:24(<module>)
6192 0.003 0.000 0.003 0.000 sre_parse.py:137(__len__)
2 0.003 0.001 0.226 0.113 common.py:1(<module>)
307 0.002 0.000 0.006 0.000 gettext.py:132(_expand_lang)
1 0.002 0.002 0.003 0.003 ImagePalette.py:19(<module>)
3 0.002 0.001 0.258 0.086 blocks.py:1(<module>)
1 0.002 0.002 0.045 0.045 0013_auto_20160107_1259.py:13(Migration)
126 0.002 0.000 0.149 0.001 base.py:1198(check)
1 0.002 0.002 0.008 0.008 indexes.py:3(<module>)
1 0.002 0.002 0.004 0.004 plistlib.py:400(parse)
1 0.002 0.002 0.009 0.009 files.py:1(<module>)
545 0.002 0.000 0.003 0.000 copy.py:267(_keep_alive)
1 0.002 0.002 0.003 0.003 autodetector.py:1(<module>)
468 0.002 0.000 0.007 0.000 __init__.py:66(url)
1 0.002 0.002 0.009 0.009 decimal.py:116(<module>)
1 0.002 0.002 0.005 0.005 makemigrations.py:1(<module>)
1 0.002 0.002 0.008 0.008 basehttp.py:8(<module>)
1 0.002 0.002 0.002 0.002 pdb.py:3(<module>)
8818 0.002 0.000 0.002 0.000 {callable}
1 0.002 0.002 0.009 0.009 formats.py:2(<module>)
1 0.002 0.002 0.027 0.027 __init__.py:21(<module>)
2 0.002 0.001 0.066 0.033 panel.py:1(<module>)
2 0.002 0.001 0.007 0.004 dates.py:1(<module>)
6 0.002 0.000 0.011 0.002 managers.py:1(<module>)
6623 0.002 0.000 0.002 0.000 {min}
1 0.002 0.002 0.008 0.008 trans_real.py:1(<module>)
1 0.002 0.002 0.024 0.024 inspect.py:25(<module>)
84 0.002 0.000 0.002 0.000 graph.py:18(__init__)
1 0.002 0.002 0.003 0.003 authorization_code.py:5(<module>)
1 0.002 0.002 0.705 0.705 query.py:8(<module>)
150 0.002 0.000 0.017 0.000 __init__.py:2098(find_on_path)
82 0.002 0.000 51.506 0.628 fields.py:43(state_forwards)
278 0.002 0.000 0.005 0.000 copy.py:306(_reconstruct)
1 0.002 0.002 0.005 0.005 mp_tree.py:1(<module>)
126 0.002 0.000 0.007 0.000 base.py:1342(_check_field_name_clashes)
3171 0.002 0.000 0.002 0.000 sre_parse.py:92(__init__)
2 0.002 0.001 0.012 0.006 message.py:5(<module>)
5 0.002 0.000 0.003 0.001 chooser.py:1(<module>)
1 0.002 0.002 0.028 0.028 urlresolvers.py:7(<module>)
252 0.002 0.000 0.006 0.000 state.py:312(__init__)
2 0.002 0.001 0.584 0.292 validators.py:1(<module>)
313 0.002 0.000 0.003 0.000 related.py:121(_check_related_name_is_valid)
888 0.002 0.000 0.002 0.000 state.py:498(<lambda>)
38 0.002 0.000 0.003 0.000 base.py:28(__new__)
3 0.002 0.001 0.110 0.037 __init__.py:17(<module>)
2 0.002 0.001 0.006 0.003 http.py:1(<module>)
4500 0.002 0.000 0.003 0.000 graph.py:164(<genexpr>)
1 0.002 0.002 0.029 0.029 http_urllib3.py:1(<module>)
1 0.002 0.002 0.002 0.002 admin.py:3(<module>)
313 0.002 0.000 0.004 0.000 related.py:149(_check_relation_model_exists)
338 0.002 0.000 0.006 0.000 query.py:53(__init__)
126 0.002 0.000 0.124 0.001 base.py:1276(_check_fields)
153 0.002 0.000 0.002 0.000 sre_compile.py:411(_mk_bitmap)
529 0.002 0.000 0.007 0.000 managers.py:370(resolve_related_class)
1 0.002 0.002 0.006 0.006 cElementTree.py:3(<module>)
313 0.002 0.000 0.063 0.000 related.py:113(check)
144 0.002 0.000 0.005 0.000 related.py:2198(_check_relationship_model)
1 0.002 0.002 0.003 0.003 __init__.py:20(<module>)
1 0.002 0.002 0.003 0.003 query.py:1(<module>)
1 0.002 0.002 0.059 0.059 binder.py:5(<module>)
2340 0.002 0.000 0.002 0.000 {method 'sort' of 'list' objects}
2 0.002 0.001 0.002 0.001 filepost.py:1(<module>)
774 0.002 0.000 0.015 0.000 genericpath.py:23(exists)
2847 0.002 0.000 0.002 0.000 {method 'find' of 'bytearray' objects}
1 0.002 0.002 0.002 0.002 autoreload.py:32(<module>)
768 0.002 0.000 0.003 0.000 fields.py:226(widget_attrs)
886/126 0.002 0.000 0.005 0.000 state.py:471(force_text_recursive)
1 0.002 0.002 0.003 0.003 collections.py:1(<module>)
1 0.002 0.002 0.003 0.003 grouping.py:3(<module>)
1 0.002 0.002 0.002 0.002 __init__.py:4(<module>)
1 0.002 0.002 0.005 0.005 feeds.py:1(<module>)
4059 0.002 0.000 0.002 0.000 related.py:258(<genexpr>)
2 0.002 0.001 0.003 0.001 users.py:1(<module>)
1 0.002 0.002 0.023 0.023 __init__.py:40(<module>)
3 0.002 0.001 0.004 0.001 models.py:5(<module>)
1 0.002 0.002 0.003 0.003 thrift.py:1(<module>)
120 0.002 0.000 0.029 0.000 related.py:2595(formfield)
1 0.002 0.002 0.111 0.111 whitelist.py:4(<module>)
82 0.002 0.000 0.021 0.000 checks.py:118(_check_fieldsets_item)
10 0.002 0.000 0.005 0.000 signals.py:1(<module>)
1 0.002 0.002 0.002 0.002 pillow.py:1(<module>)
404 0.002 0.000 0.003 0.000 urlresolvers.py:201(__init__)
11 0.002 0.000 0.022 0.002 0001_initial.py:8(Migration)
13 0.002 0.000 0.005 0.000 loading.py:231(collect_fields)
372 0.002 0.000 0.018 0.000 field_block.py:81(__init__)
3 0.002 0.001 0.002 0.001 __init__.py:14(<module>)
1 0.002 0.002 0.066 0.066 auth.py:1(<module>)
1 0.002 0.002 0.011 0.011 cookielib.py:26(<module>)
1 0.002 0.002 0.003 0.003 case.py:1(<module>)
1 0.002 0.002 0.003 0.003 handlers.py:1(<module>)
1027 0.002 0.000 0.003 0.000 __init__.py:211(_check_field_name)
43 0.002 0.000 0.002 0.000 pkgutil.py:34(wrapper)
119 0.002 0.000 0.004 0.000 version.py:208(__init__)
1 0.002 0.002 0.061 0.061 api.py:5(<module>)
1 0.002 0.002 0.005 0.005 tempfile.py:18(<module>)
971 0.002 0.000 0.002 0.000 sre_parse.py:268(_escape)
386 0.002 0.000 0.021 0.000 __init__.py:1707(__init__)
1 0.002 0.002 0.002 0.002 lexer.py:8(<module>)
1 0.002 0.002 0.702 0.702 aggregates.py:3(<module>)
1058 0.002 0.000 0.002 0.000 {method 'rsplit' of 'str' objects}
1 0.002 0.002 0.076 0.076 _html5lib.py:2(<module>)
1 0.002 0.002 0.002 0.002 exceptions.py:4(<module>)
41 0.002 0.000 0.003 0.000 deprecation.py:52(__new__)
127 0.002 0.000 0.009 0.000 field_block.py:186(__init__)
27 0.002 0.000 0.016 0.001 options.py:490(fields_map)
1 0.002 0.002 0.003 0.003 ElementTree.py:59(<module>)
1 0.002 0.002 0.002 0.002 flush.py:1(<module>)
73 0.002 0.000 0.002 0.000 {dir}
10785 0.002 0.000 0.002 0.000 {ord}
1 0.002 0.002 0.004 0.004 multipartparser.py:6(<module>)
1 0.002 0.002 0.021 0.021 engine.py:1(<module>)
1 0.002 0.002 0.003 0.003 ipv6.py:4(<module>)
2 0.002 0.001 0.004 0.002 conf.py:1(<module>)
1 0.002 0.002 0.006 0.006 managers.py:3(<module>)
126 0.002 0.000 74.605 0.592 models.py:46(state_forwards)
478 0.002 0.000 0.003 0.000 state.py:26(_get_app_label_and_model_name)
1 0.002 0.002 0.007 0.007 _os.py:1(<module>)
1 0.001 0.001 0.017 0.017 tokenize.py:23(<module>)
2 0.001 0.001 0.002 0.001 operations.py:1(<module>)
39 0.001 0.000 0.010 0.000 options.py:613(get_urls)
2 0.001 0.001 0.002 0.001 api.py:1(<module>)
1 0.001 0.001 0.054 0.054 embeds.py:1(<module>)
1070 0.001 0.000 0.003 0.000 writer.py:35(__new__)
1 0.001 0.001 0.005 0.005 __init__.py:458(get_build_platform)
416 0.001 0.000 0.012 0.000 __init__.py:470(__deepcopy__)
42 0.001 0.000 0.092 0.002 models.py:244(__new__)
1 0.001 0.001 0.003 0.003 models.py:8(<module>)
1 0.001 0.001 0.077 0.077 models.py:3(<module>)
498 0.001 0.000 0.004 0.000 related.py:1626(foreign_related_fields)
5 0.001 0.000 0.001 0.000 exceptions.py:1(<module>)
182 0.001 0.000 0.011 0.000 query.py:939(_clone)
1 0.001 0.001 0.001 0.001 mimetools.py:1(<module>)
84 0.001 0.000 260.980 3.107 migration.py:72(mutate_state)
43 0.001 0.000 0.001 0.000 checks.py:741(_check_list_per_page)
226/198 0.001 0.000 0.008 0.000 options.py:641(get_parent_list)
483 0.001 0.000 0.001 0.000 {_sre.compile}
1 0.001 0.001 0.019 0.019 base.py:50(<module>)
2 0.001 0.001 0.001 0.001 errors.py:8(<module>)
267 0.001 0.000 0.008 0.000 registry.py:204(register_model)
1 0.001 0.001 0.005 0.005 fields.py:2(<module>)
1 0.001 0.001 0.001 0.001 shutil.py:5(<module>)
1 0.001 0.001 0.015 0.015 text.py:1(<module>)
1 0.001 0.001 0.006 0.006 images.py:1(<module>)
4 0.001 0.000 0.010 0.002 __init__.py:54(__getattr__)
860 0.001 0.000 0.019 0.000 options.py:505(get_field)
2 0.001 0.001 0.002 0.001 parameters.py:9(<module>)
1 0.001 0.001 0.001 0.001 __init__.py:5(setup)
1 0.001 0.001 0.009 0.009 charset.py:6(<module>)
234 0.001 0.000 0.002 0.000 decorators.py:82(available_attrs)
20 0.001 0.000 0.004 0.000 indexes.py:25(__new__)
2 0.001 0.001 0.002 0.001 wsgi.py:1(<module>)
1 0.001 0.001 261.008 261.008 graph.py:210(make_state)
1 0.001 0.001 0.002 0.002 xmlreader.py:2(<module>)
42 0.001 0.000 0.004 0.000 functional.py:72(lazy)
519 0.001 0.000 0.875 0.002 re.py:192(compile)
1180 0.001 0.000 0.001 0.000 widgets.py:177(__init__)
483 0.001 0.000 0.665 0.001 sre_compile.py:552(_code)
126 0.001 0.000 0.004 0.000 base.py:1535(_check_ordering)
1 0.001 0.001 0.006 0.006 tokenizer.py:1(<module>)
1 0.001 0.001 0.004 0.004 filters.py:3(<module>)
2 0.001 0.001 0.002 0.001 userbar.py:1(<module>)
381 0.001 0.000 0.025 0.000 __init__.py:1712(deconstruct)
1 0.001 0.001 0.001 0.001 feedgenerator.py:23(<module>)
5 0.001 0.000 0.001 0.000 middleware.py:1(<module>)
1 0.001 0.001 0.006 0.006 util.py:4(<module>)
1 0.001 0.001 0.003 0.003 treaties.py:1(<module>)
1 0.001 0.001 0.003 0.003 cgi.py:16(<module>)
579 0.001 0.000 0.001 0.000 functools.py:39(wraps)
1027 0.001 0.000 0.009 0.000 __init__.py:245(_check_choices)
1 0.001 0.001 0.005 0.005 __init__.py:99(<module>)
103 0.001 0.000 0.001 0.000 utils.py:462(get_fields_from_path)
90 0.001 0.000 0.003 0.000 struct_block.py:155(check)
1915 0.001 0.000 0.001 0.000 six.py:184(find_module)
1 0.001 0.001 0.001 0.001 domreg.py:3(<module>)
1 0.001 0.001 0.001 0.001 sysconfig.py:353(_init_posix)
2 0.001 0.001 0.001 0.001 cache.py:1(<module>)
126 0.001 0.000 0.002 0.000 base.py:1397(_check_column_name_clashes)
62 0.001 0.000 0.001 0.000 {_warnings.warn}
364 0.001 0.000 0.002 0.000 where.py:296(clone)
3 0.001 0.000 0.004 0.001 forms.py:3(<module>)
212 0.001 0.000 1.603 0.008 options.py:707(_relation_tree)
150 0.001 0.000 0.017 0.000 related.py:369(formfield)
4 0.001 0.000 0.113 0.028 rich_text.py:1(<module>)
75 0.001 0.000 0.028 0.000 checks.py:25(check)
1 0.001 0.001 0.005 0.005 dammit.py:8(<module>)
1 0.001 0.001 0.004 0.004 csrf.py:6(<module>)
1 0.001 0.001 0.001 0.001 crypto.py:3(<module>)
416 0.001 0.000 0.003 0.000 __init__.py:481(__copy__)
2 0.001 0.001 0.001 0.001 creation.py:1(<module>)
1 0.001 0.001 0.017 0.017 parser.py:5(<module>)
1 0.001 0.001 0.012 0.012 checks.py:1(<module>)
685 0.001 0.000 0.001 0.000 tree.py:19(__init__)
1 0.001 0.001 0.002 0.002 memcached.py:1(<module>)
1 0.001 0.001 0.002 0.002 tzinfo.py:1(<module>)
1 0.001 0.001 0.017 0.017 sites.py:242(get_urls)
1 0.001 0.001 0.001 0.001 _parseaddr.py:7(<module>)
1 0.001 0.001 0.001 0.001 logging.py:1(<module>)
1 0.001 0.001 0.001 0.001 serve.py:1(<module>)
1 0.001 0.001 0.003 0.003 sysconfig.py:522(get_platform)
690 0.001 0.000 0.002 0.000 widgets.py:263(__init__)
1070 0.001 0.000 0.001 0.000 writer.py:38(__init__)
1 0.001 0.001 0.002 0.002 pickle.py:25(<module>)
1 0.001 0.001 0.002 0.002 result.py:1(<module>)
1 0.001 0.001 0.002 0.002 db.py:1(<module>)
153 0.001 0.000 0.020 0.000 manager.py:126(manager_method)
1 0.001 0.001 0.001 0.001 auth.py:8(<module>)
1 0.001 0.001 0.001 0.001 home.py:1(<module>)
1 0.001 0.001 0.001 0.001 sessions.py:10(<module>)
440 0.001 0.000 0.002 0.000 sre_parse.py:236(_class_escape)
166 0.001 0.000 0.006 0.000 related.py:1510(_check_unique_target)
144 0.001 0.000 0.038 0.000 related.py:2154(check)
1 0.001 0.001 0.002 0.002 random.py:40(<module>)
2308 0.001 0.000 0.001 0.000 {method 'pop' of 'list' objects}
1 0.001 0.001 0.002 0.002 migration.py:1(<module>)
2 0.001 0.001 0.004 0.002 introspection.py:1(<module>)
1 0.001 0.001 0.001 0.001 dispatcher.py:1(<module>)
1 0.001 0.001 0.002 0.002 api.py:12(<module>)
227 0.001 0.000 0.001 0.000 {posix.lstat}
157 0.001 0.000 0.008 0.000 models.py:1125(__init__)
1 0.001 0.001 0.009 0.009 HTMLParser.py:1(<module>)
2 0.001 0.000 0.001 0.001 queryset.py:1(<module>)
1 0.001 0.001 0.001 0.001 pooling.py:1(<module>)
1 0.001 0.001 0.002 0.002 uploadhandler.py:3(<module>)
310 0.001 0.000 0.012 0.000 datastructures.py:253(__init__)
153/27 0.001 0.000 0.008 0.000 graph.py:49(ancestors)
306 0.001 0.000 0.002 0.000 trans_real.py:244(get_language)
310 0.001 0.000 0.003 0.000 locale.py:363(normalize)
78 0.001 0.000 0.001 0.000 pkgutil.py:366(get_importer)
12 0.001 0.000 0.002 0.000 inspect.py:247(getmembers)
236 0.001 0.000 0.009 0.000 widgets.py:143(__new__)
101 0.001 0.000 0.001 0.000 migration.py:46(__init__)
2 0.001 0.000 0.001 0.001 schema.py:1(<module>)
2 0.001 0.000 0.150 0.075 module_loading.py:54(autodiscover_modules)
4 0.001 0.000 0.002 0.001 widgets.py:1(<module>)
227 0.001 0.000 0.001 0.000 widgets.py:111(media_property)
416 0.001 0.000 0.018 0.000 checks.py:168(_check_field_spec_item)
1 0.001 0.001 0.003 0.003 sites.py:1(<module>)
1 0.001 0.001 0.001 0.001 dis.py:1(<module>)
1 0.001 0.001 0.027 0.027 functional.py:1(<module>)
192 0.001 0.000 0.001 0.000 sre_parse.py:227(isname)
1 0.001 0.001 0.001 0.001 transaction.py:1(<module>)
313 0.001 0.000 0.003 0.000 related.py:165(_check_referencing_to_swapped_model)
308 0.001 0.000 0.001 0.000 widgets.py:501(__init__)
1 0.001 0.001 0.265 0.265 loader.py:175(build_graph)
18 0.001 0.000 0.009 0.000 gettext.py:264(_parse)
1 0.001 0.001 0.004 0.004 ssl.py:88(<module>)
469 0.001 0.000 0.001 0.000 urlresolvers.py:170(__init__)
1 0.001 0.001 0.001 0.001 loading.py:3(<module>)
437 0.001 0.000 0.001 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
166 0.001 0.000 0.001 0.000 related.py:1596(resolve_related_fields)
56 0.001 0.000 0.002 0.000 options.py:475(_forward_fields_map)
1 0.001 0.001 0.004 0.004 defaultfilters.py:1(<module>)
1 0.001 0.001 0.007 0.007 version.py:14(<module>)
966 0.001 0.000 0.001 0.000 sre_compile.py:546(isstring)
1027 0.001 0.000 0.001 0.000 __init__.py:274(_check_db_index)
466 0.001 0.000 0.001 0.000 {method 'items' of 'dictproxy' objects}
1 0.001 0.001 0.001 0.001 app_settings.py:1(<module>)
882 0.001 0.000 0.001 0.000 functional.py:129(__promise__)
43 0.001 0.000 0.042 0.001 checks.py:494(check)
1 0.001 0.001 0.092 0.092 middleware.py:3(<module>)
649 0.001 0.000 0.001 0.000 base.py:241(_check_name)
1 0.001 0.001 0.055 0.055 format.py:1(<module>)
1 0.001 0.001 1.914 1.914 __init__.py:8(setup)
62 0.001 0.000 0.002 0.000 __init__.py:2700(insert_on)
933 0.001 0.000 0.001 0.000 base.py:1580(<genexpr>)
119 0.001 0.000 0.001 0.000 version.py:353(_cmpkey)
1 0.001 0.001 0.002 0.002 local.py:1(<module>)
1 0.001 0.001 0.099 0.099 settings.py:185(is_toolbar_middleware_installed)
1 0.001 0.001 0.011 0.011 executor.py:1(<module>)
1 0.001 0.001 0.001 0.001 uploadedfile.py:3(<module>)
1027 0.001 0.000 0.001 0.000 validation.py:25(ErrorList)
489 0.001 0.000 0.001 0.000 sre_parse.py:74(opengroup)
1 0.001 0.001 0.002 0.002 minidom.py:16(<module>)
4 0.001 0.000 0.002 0.000 checks.py:12(<genexpr>)
1 0.001 0.001 0.005 0.005 dyld.py:6(<module>)
319/126 0.001 0.000 0.001 0.000 state.py:392(flatten_bases)
17 0.001 0.000 0.006 0.000 base.py:398(__new__)
44 0.001 0.000 0.002 0.000 functools.py:53(total_ordering)
1 0.001 0.001 0.015 0.015 account.py:1(<module>)
814 0.001 0.000 0.001 0.000 related.py:388(related_query_name)
1 0.001 0.001 0.001 0.001 lookups.py:1(<module>)
3 0.001 0.000 1.837 0.612 registry.py:58(populate)
103 0.001 0.000 0.002 0.000 checks.py:677(_check_list_filter_item)
1 0.001 0.001 0.001 0.001 sql.py:3(<module>)
1 0.001 0.001 0.003 0.003 cache.py:18(<module>)
15 0.001 0.000 13.616 0.908 fields.py:110(state_forwards)
1 0.001 0.001 0.027 0.027 loading.py:176(collect_indexes)
1 0.001 0.001 5.529 5.529 models.py:157(state_forwards)
1 0.001 0.001 0.001 0.001 signing.py:34(<module>)
2 0.001 0.000 0.002 0.001 main.py:1(<module>)
1 0.001 0.001 0.001 0.001 Rest.py:9(<module>)
1 0.001 0.001 0.001 0.001 serializer.py:1(<module>)
43 0.001 0.000 0.003 0.000 checks.py:569(_check_list_display)
152 0.001 0.000 0.007 0.000 fields.py:830(__init__)
18 0.001 0.000 0.064 0.004 models.py:468(modelform_factory)
1 0.001 0.001 0.001 0.001 http_requests.py:1(<module>)
46 0.001 0.000 0.044 0.001 sites.py:65(register)
2232 0.001 0.000 0.001 0.000 py.py:11(<genexpr>)
1179 0.001 0.000 0.001 0.000 fields.py:178(widget_attrs)
65 0.001 0.000 0.001 0.000 urlresolvers.py:251(__init__)
34 0.001 0.000 0.106 0.003 admin_utils.py:125(register_modeladmin)
1 0.001 0.001 0.001 0.001 heapq.py:31(<module>)
1027 0.001 0.000 0.001 0.000 __init__.py:308(_check_deprecation_details)
1 0.001 0.001 0.001 0.001 password_reset.py:1(<module>)
75 0.001 0.000 0.001 0.000 checks.py:238(_check_filter_horizontal)
65 0.001 0.000 0.003 0.000 models.py:945(_get_foreign_key)
127 0.001 0.000 0.008 0.000 __init__.py:2470(from_location)
267 0.001 0.000 0.001 0.000 related.py:2563(resolve_through_model)
1 0.001 0.001 0.001 0.001 finders.py:1(<module>)
32 0.001 0.000 0.003 0.000 abc.py:86(__new__)
1 0.001 0.001 0.033 0.033 oauth2_auth.py:1(<module>)
1 0.001 0.001 0.250 0.250 state.py:173(from_apps)
342 0.001 0.000 0.001 0.000 collections.py:105(keys)
12 0.001 0.000 0.005 0.000 __init__.py:103(lazy_number)
2665 0.001 0.000 0.001 0.000 graph.py:32(__getitem__)
472 0.001 0.000 0.001 0.000 {method 'format' of 'str' objects}
516 0.001 0.000 0.002 0.000 encoding.py:46(smart_text)
75 0.001 0.000 0.022 0.000 checks.py:104(_check_fieldsets)
151 0.001 0.000 0.006 0.000 manager.py:214(get_queryset)
8 0.001 0.000 0.001 0.000 sre_compile.py:416(_bytes_to_codes)
3 0.001 0.000 0.006 0.002 features.py:1(<module>)
150 0.001 0.000 0.001 0.000 regex_helper.py:227(walk_to_end)
5 0.001 0.000 0.001 0.000 graph.py:169(leaf_nodes)
22 0.001 0.000 0.007 0.000 admin.py:62(get_urls)
19 0.001 0.000 0.002 0.000 __init__.py:446(__init__)
1 0.001 0.001 0.001 0.001 deletion.py:1(<module>)
1 0.001 0.001 0.001 0.001 settings.py:156(check_middleware)
1 0.001 0.001 0.007 0.007 base64mime.py:25(<module>)
451 0.001 0.000 0.002 0.000 options.py:467(<genexpr>)
529 0.001 0.000 0.001 0.000 managers.py:365(resolve_related_class)
2 0.001 0.000 0.014 0.007 constants.py:1(<module>)
1 0.001 0.001 0.017 0.017 specifiers.py:14(<module>)
217 0.001 0.000 0.002 0.000 field_block.py:248(__init__)
1 0.001 0.001 0.001 0.001 TiffImagePlugin.py:42(<module>)
279 0.001 0.000 0.001 0.000 datastructures.py:383(setlist)
23/2 0.001 0.000 0.006 0.003 urlpatterns.py:1(decorate_urlpatterns)
33 0.001 0.000 0.002 0.000 __init__.py:49(patterns)
1 0.001 0.001 0.001 0.001 {function seed at 0x109cad8c0}
1 0.001 0.001 0.006 0.006 dateformat.py:12(<module>)
1 0.001 0.001 0.001 0.001 csv.py:4(<module>)
43 0.001 0.000 0.003 0.000 checks.py:668(_check_list_filter)
2 0.001 0.000 0.001 0.001 groups.py:1(<module>)
1 0.001 0.001 0.001 0.001 io.py:34(<module>)
175 0.001 0.000 0.037 0.000 gettext.py:464(translation)
364 0.001 0.000 0.001 0.000 tree.py:30(_new_instance)
1 0.001 0.001 0.008 0.008 pre_configured.py:8(<module>)
127 0.001 0.000 0.001 0.000 __init__.py:754(add)
166 0.001 0.000 0.038 0.000 related.py:1836(check)
490 0.001 0.000 0.002 0.000 sre_parse.py:189(__init__)
1 0.001 0.001 0.003 0.003 extras.py:5(<module>)
289 0.001 0.000 0.002 0.000 datastructures.py:393(setlistdefault)
1 0.001 0.001 0.001 0.001 zipfile.py:433(_GenerateCRCTable)
267 0.001 0.000 0.001 0.000 copy.py:113(_copy_with_constructor)
428 0.001 0.000 0.001 0.000 datastructures.py:371(getlist)
426/425 0.001 0.000 0.001 0.000 __init__.py:76(__setattr__)
1 0.001 0.001 0.001 0.001 signals.py:6(<module>)
2 0.001 0.000 0.004 0.002 snippets.py:1(<module>)
1 0.001 0.001 0.001 0.001 signals.py:3(<module>)
81 0.001 0.000 0.002 0.000 config.py:16(__init__)
2/1 0.001 0.000 0.953 0.953 __init__.py:83(__init__)
55 0.001 0.000 0.001 0.000 fields.py:26(__init__)
80 0.001 0.000 0.003 0.000 field_block.py:108(__init__)
127 0.001 0.000 0.007 0.000 __init__.py:2458(__init__)
430 0.001 0.000 0.001 0.000 weakref_backports.py:32(_cb)
1 0.001 0.001 0.001 0.001 py.py:1(<module>)
1 0.001 0.001 0.001 0.001 registry.py:2(<module>)
109 0.001 0.000 0.014 0.000 __init__.py:1127(formfield)
1361 0.001 0.000 0.001 0.000 sre_parse.py:145(__setitem__)
2 0.001 0.000 0.001 0.000 poolmanager.py:1(<module>)
2 0.001 0.000 0.001 0.001 base.py:2(<module>)
1 0.001 0.001 0.001 0.001 json.py:3(<module>)
1 0.001 0.001 0.002 0.002 generator.py:4(<module>)
498 0.001 0.000 0.002 0.000 related.py:1612(related_fields)
1 0.001 0.001 0.001 0.001 tokens.py:9(<module>)
120 0.001 0.000 0.006 0.000 models.py:1241(__init__)
1 0.001 0.001 0.009 0.009 legacy.py:1(<module>)
396 0.001 0.000 0.001 0.000 base.py:35(__new__)
19 0.001 0.000 14.288 0.752 models.py:519(state_forwards)
75 0.001 0.000 0.001 0.000 checks.py:266(_check_radio_fields)
4 0.001 0.000 0.008 0.002 0001_initial.py:9(Migration)
1 0.001 0.001 0.001 0.001 timer.py:1(<module>)
35 0.001 0.000 0.001 0.000 __init__.py:2994(_get_mro)
1 0.001 0.001 0.002 0.002 indices.py:1(<module>)
42 0.001 0.000 0.001 0.000 functional.py:80(__proxy__)
126 0.001 0.000 0.005 0.000 state.py:483(<dictcomp>)
1 0.001 0.001 0.002 0.002 documents.py:1(<module>)
1 0.001 0.001 0.001 0.001 argparse.py:62(<module>)
1 0.001 0.001 0.001 0.001 datastructures.py:4(<module>)
936 0.001 0.000 0.001 0.000 decorators.py:91(<genexpr>)
135 0.001 0.000 0.002 0.000 inspect.py:424(getmoduleinfo)
1 0.001 0.001 0.006 0.006 oauth1_session.py:1(<module>)
1 0.001 0.001 0.001 0.001 connection_pool.py:1(<module>)
1 0.001 0.001 0.003 0.003 decoder.py:2(<module>)
1 0.001 0.001 0.001 0.001 hooks.py:1(<module>)
1 0.001 0.001 0.001 0.001 exceptions.py:2(<module>)
126 0.001 0.000 0.001 0.000 base.py:1322(_check_id_field)
29/27 0.001 0.000 0.003 0.000 posixpath.py:380(_joinrealpath)
2 0.001 0.000 0.001 0.000 {time.tzset}
205 0.001 0.000 0.012 0.000 __init__.py:1084(check)
1 0.001 0.001 0.001 0.001 http.py:3(<module>)
42 0.001 0.000 0.145 0.003 config.py:77(create)
486 0.001 0.000 0.001 0.000 sre_parse.py:67(__init__)
416 0.001 0.000 0.019 0.000 checks.py:155(_check_field_spec)
75 0.001 0.000 0.001 0.000 checks.py:41(_check_raw_id_fields)
1 0.001 0.001 0.003 0.003 models.py:812(modelformset_factory)
2 0.001 0.000 0.001 0.000 wand.py:32(get_wand_image)
1 0.000 0.000 0.001 0.001 related.py:1(<module>)
64 0.000 0.000 0.063 0.001 __init__.py:19(include)
1 0.000 0.000 0.006 0.006 admin_utils.py:3(<module>)
1 0.000 0.000 0.000 0.000 expat.py:1(<module>)
378 0.000 0.000 0.001 0.000 __init__.py:2526(key)
137 0.000 0.000 0.002 0.000 {all}
3 0.000 0.000 0.001 0.000 compat.py:1(<module>)
13 0.000 0.000 0.001 0.000 indexes.py:106(__init__)
121 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
1 0.000 0.000 0.000 0.000 exceptions.py:9(<module>)
622 0.000 0.000 0.000 0.000 {method 'rfind' of 'str' objects}
1 0.000 0.000 0.152 0.152 model_checks.py:11(check_all_models)
49 0.000 0.000 0.001 0.000 posixpath.py:329(normpath)
30 0.000 0.000 0.009 0.000 related.py:1970(formfield)
3 0.000 0.000 0.001 0.000 0002_add_verbose_names.py:2(<module>)
111 0.000 0.000 0.078 0.001 urlresolvers.py:177(regex)
1 0.000 0.000 0.000 0.000 errors.py:5(<module>)
39 0.000 0.000 0.004 0.000 stream_block.py:226(check)
16 0.000 0.000 0.001 0.000 six.py:771(with_metaclass)
1 0.000 0.000 0.001 0.001 hashers.py:1(<module>)
1 0.000 0.000 0.001 0.001 xmlbuilder.py:1(<module>)
126 0.000 0.000 0.001 0.000 base.py:1267(_check_managers)
41 0.000 0.000 0.003 0.000 field_block.py:287(__init__)
1027 0.000 0.000 0.000 0.000 __init__.py:287(_check_null_allowed_for_primary_keys)
1 0.000 0.000 0.000 0.000 hashlib.py:56(<module>)
549 0.000 0.000 0.001 0.000 UserDict.py:58(get)
2 0.000 0.000 0.000 0.000 {method 'decode' of 'ImagingDecoder' objects}
2 0.000 0.000 0.001 0.000 authorization.py:8(<module>)
1 0.000 0.000 0.001 0.001 struct_block.py:1(<module>)
2 0.000 0.000 0.000 0.000 utils.py:40(import_simplejson)
1 0.000 0.000 0.001 0.001 admin_views.py:1(<module>)
443 0.000 0.000 0.000 0.000 version.py:217(<genexpr>)
32 0.000 0.000 0.006 0.000 checks.py:539(_check_inlines_item)
1 0.000 0.000 0.001 0.001 scanner.py:2(<module>)
288 0.000 0.000 0.002 0.000 {sum}
485 0.000 0.000 0.001 0.000 urllib.py:1221(<genexpr>)
82 0.000 0.000 0.001 0.000 utils.py:86(flatten)
580 0.000 0.000 0.001 0.000 related.py:2271(<genexpr>)
210 0.000 0.000 0.002 0.000 genericpath.py:46(isdir)
1 0.000 0.000 0.001 0.001 django.py:2(<module>)
1 0.000 0.000 0.000 0.000 ratelimitcache.py:1(<module>)
853 0.000 0.000 0.001 0.000 graph.py:179(<genexpr>)
166 0.000 0.000 0.037 0.000 related.py:1505(check)
1 0.000 0.000 0.001 0.001 runner.py:1(<module>)
96 0.000 0.000 0.003 0.000 decorators.py:18(decorator)
176 0.000 0.000 0.002 0.000 field_block.py:316(__init__)
1080 0.000 0.000 0.001 0.000 collections.py:337(<genexpr>)
143 0.000 0.000 0.002 0.000 checks.py:581(_check_list_display_item)
1 0.000 0.000 0.000 0.000 signal_handlers.py:1(<module>)
126 0.000 0.000 0.000 0.000 base.py:1326(<genexpr>)
75 0.000 0.000 0.001 0.000 checks.py:338(_check_prepopulated_fields)
1 0.000 0.000 0.001 0.001 PngImagePlugin.py:34(<module>)
44 0.000 0.000 0.001 0.000 loader.py:49(migrations_module)
109 0.000 0.000 0.001 0.000 posixpath.py:120(dirname)
126 0.000 0.000 0.001 0.000 base.py:1287(_check_m2m_through_same_relationship)
118 0.000 0.000 0.001 0.000 version.py:246(__str__)
157 0.000 0.000 0.001 0.000 models.py:1186(_get_choices)
624 0.000 0.000 0.000 0.000 __init__.py:782(has_default)
2124 0.000 0.000 0.000 0.000 {chr}
127 0.000 0.000 0.001 0.000 graph.py:107(add_dependency)
22 0.000 0.000 0.001 0.000 admin.py:53(__init__)
485 0.000 0.000 0.000 0.000 urlparse.py:332(<genexpr>)
1 0.000 0.000 0.000 0.000 page_privacy.py:1(<module>)
1 0.000 0.000 0.008 0.008 0010_auto_20160106_1222.py:11(Migration)
102 0.000 0.000 0.006 0.000 pkgutil.py:191(iter_modules)
289 0.000 0.000 0.002 0.000 datastructures.py:402(appendlist)
27 0.000 0.000 0.000 0.000 decimal.py:3810(<genexpr>)
1 0.000 0.000 0.000 0.000 bisect.py:1(<module>)
310 0.000 0.000 0.001 0.000 datastructures.py:268(__iter__)
1052 0.000 0.000 0.000 0.000 sre_parse.py:221(isident)
36 0.000 0.000 0.023 0.001 trans_real.py:287(do_translate)
1 0.000 0.000 0.000 0.000 loader_tags.py:1(<module>)
1 0.000 0.000 0.001 0.001 httplib.py:67(<module>)
30 0.000 0.000 0.001 0.000 fields.py:349(__init__)
1 0.000 0.000 0.000 0.000 formatter.py:6(<module>)
1 0.000 0.000 0.000 0.000 message.py:92(Message)
75 0.000 0.000 0.000 0.000 checks.py:225(_check_filter_vertical)
5 0.000 0.000 0.003 0.001 manager.py:123(_get_queryset_methods)
43 0.000 0.000 0.006 0.000 checks.py:528(_check_inlines)
68 0.000 0.000 0.005 0.000 __init__.py:2163(formfield)
1606 0.000 0.000 0.000 0.000 datastructures.py:254(<genexpr>)
278 0.000 0.000 0.001 0.000 copy_reg.py:92(__newobj__)
1 0.000 0.000 0.000 0.000 site_summary.py:1(<module>)
1 0.000 0.000 0.000 0.000 pyopenssl.py:45(<module>)
1 0.000 0.000 0.000 0.000 mimetypes.py:24(<module>)
45 0.000 0.000 0.001 0.000 __init__.py:1069(_fixupParents)
152 0.000 0.000 0.000 0.000 fields.py:844(_set_choices)
793 0.000 0.000 0.000 0.000 {method 'endswith' of 'unicode' objects}
118 0.000 0.000 0.005 0.000 __init__.py:1369(safe_version)
3 0.000 0.000 0.000 0.000 checks.py:2(<module>)
489 0.000 0.000 0.001 0.000 sre_parse.py:85(closegroup)
111 0.000 0.000 0.006 0.000 __init__.py:933(check)
131 0.000 0.000 0.000 0.000 models.py:18(__init__)
429 0.000 0.000 0.001 0.000 collections.py:126(iteritems)
1 0.000 0.000 0.000 0.000 certs.py:13(<module>)
134 0.000 0.000 0.001 0.000 locale.py:347(_replace_encoding)
2 0.000 0.000 0.000 0.000 ssl_.py:1(<module>)
14/13 0.000 0.000 0.057 0.004 apps.py:16(get_app_submodules)
32 0.000 0.000 0.005 0.000 checks.py:854(check)
1 0.000 0.000 0.000 0.000 base64.py:3(<module>)
113 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
1 0.000 0.000 0.000 0.000 sql.py:1(<module>)
157 0.000 0.000 0.001 0.000 models.py:1170(_set_queryset)
15 0.000 0.000 0.020 0.001 models.py:338(check)
1 0.000 0.000 0.091 0.091 toolbar.py:135(get_urls)
616 0.000 0.000 0.001 0.000 related.py:1292(hidden)
126 0.000 0.000 0.001 0.000 base.py:1422(_check_index_together)
100 0.000 0.000 0.005 0.000 options.py:453(related_objects)
20 0.000 0.000 0.001 0.000 fields.py:152(__init__)
132 0.000 0.000 0.015 0.000 gettext.py:530(dgettext)
210 0.000 0.000 0.000 0.000 options.py:449(<genexpr>)
1 0.000 0.000 0.000 0.000 messages.py:2(<module>)
133 0.000 0.000 0.001 0.000 {method 'encode' of 'unicode' objects}
303 0.000 0.000 0.000 0.000 registry.py:253(<lambda>)
20 0.000 0.000 0.002 0.000 models.py:183(__init__)
1 0.000 0.000 0.000 0.000 uri_validate.py:10(<module>)
1 0.000 0.000 0.000 0.000 datrie.py:1(<module>)
508 0.000 0.000 0.000 0.000 {method 'remove' of 'list' objects}
137 0.000 0.000 0.001 0.000 config.py:441(convert)
540 0.000 0.000 0.000 0.000 inspect.py:427(<lambda>)
227 0.000 0.000 0.001 0.000 posixpath.py:132(islink)
1 0.000 0.000 0.000 0.000 where.py:3(<module>)
73 0.000 0.000 0.004 0.000 __init__.py:1153(check)
2 0.000 0.000 0.000 0.000 retry.py:1(<module>)
1 0.000 0.000 0.000 0.000 generic.py:1(<module>)
1 0.000 0.000 0.001 0.001 edit.py:1(<module>)
73 0.000 0.000 0.000 0.000 __init__.py:1159(_check_mutually_exclusive_options)
1 0.000 0.000 0.000 0.000 state.py:1(<module>)
1 0.000 0.000 0.000 0.000 cache.py:5(<module>)
1 0.000 0.000 0.000 0.000 views.py:351(FacilitiesListView)
306 0.000 0.000 0.002 0.000 __init__.py:174(get_language)
1674 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
1 0.000 0.000 0.004 0.004 Cookie.py:203(<module>)
1 0.000 0.000 0.000 0.000 htmlentitydefs.py:1(<module>)
55 0.000 0.000 0.000 0.000 widgets.py:470(__init__)
2 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:2(<module>)
23 0.000 0.000 0.001 0.000 __init__.py:27(permalink)
138 0.000 0.000 0.001 0.000 __init__.py:49(normalize_encoding)
930 0.000 0.000 0.000 0.000 {method 'find' of 'str' objects}
4 0.000 0.000 0.000 0.000 common.py:133(apply_sectionpage_panels)
1 0.000 0.000 0.000 0.000 calendar.py:6(<module>)
775 0.000 0.000 0.000 0.000 {method 'strip' of 'str' objects}
53 0.000 0.000 0.000 0.000 encoding.py:28(python_2_unicode_compatible)
334 0.000 0.000 0.000 0.000 {method 'get' of 'dictproxy' objects}
1 0.000 0.000 0.000 0.000 context.py:1(<module>)
996 0.000 0.000 0.000 0.000 related.py:1628(<genexpr>)
73 0.000 0.000 0.003 0.000 blocks.py:24(__init__)
109 0.000 0.000 0.002 0.000 utils.py:57(_wrapper)
1 0.000 0.000 0.000 0.000 extensions.py:12(<module>)
126 0.000 0.000 0.001 0.000 base.py:1452(_check_unique_together)
580 0.000 0.000 0.001 0.000 related.py:2273(<genexpr>)
20 0.000 0.000 0.001 0.000 fields.py:891(__init__)
127 0.000 0.000 0.000 0.000 genericpath.py:93(_splitext)
2 0.000 0.000 0.001 0.001 util.py:1(<module>)
1 0.000 0.000 0.050 0.050 oembed_providers.py:306(compile_endpoints)
2 0.000 0.000 0.003 0.001 0001_initial.py:10(Migration)
4 0.000 0.000 0.000 0.000 decorators.py:1(<module>)
75/43 0.000 0.000 0.042 0.001 options.py:134(check)
1 0.000 0.000 0.000 0.000 filters.py:7(<module>)
42 0.000 0.000 1.071 0.026 config.py:189(import_models)
436 0.000 0.000 0.000 0.000 __init__.py:643(unique)
42 0.000 0.000 0.001 0.000 models.py:232(__init__)
109 0.000 0.000 0.000 0.000 widgets.py:423(__init__)
291 0.000 0.000 0.001 0.000 related.py:1296(name)
80 0.000 0.000 0.001 0.000 abc.py:89(<genexpr>)
1 0.000 0.000 0.000 0.000 cookies.py:7(<module>)
603 0.000 0.000 0.000 0.000 {method 'translate' of 'str' objects}
25 0.000 0.000 0.021 0.001 __init__.py:447(clone)
332 0.000 0.000 0.000 0.000 related.py:1529(<genexpr>)
1 0.000 0.000 0.000 0.000 opcode.py:5(<module>)
205 0.000 0.000 0.000 0.000 __init__.py:1089(_check_max_length_attribute)
5 0.000 0.000 0.002 0.000 0001_initial.py:7(Migration)
35 0.000 0.000 0.020 0.001 __init__.py:679(add_entry)
1 0.000 0.000 0.001 0.001 models.py:4(<module>)
46 0.000 0.000 0.000 0.000 __init__.py:1125(__init__)
44 0.000 0.000 0.001 0.000 admin.py:66(wrap)
97 0.000 0.000 0.002 0.000 cache.py:40(_cache_controller)
1 0.000 0.000 0.000 0.000 base.py:3(<module>)
1 0.000 0.000 0.000 0.000 safestring.py:6(<module>)
253 0.000 0.000 0.000 0.000 state.py:418(<genexpr>)
29 0.000 0.000 0.001 0.000 query.py:1715(add_ordering)
1 0.000 0.000 0.000 0.000 parsers.py:5(<module>)
23 0.000 0.000 0.003 0.000 managers.py:91(get_queryset)
43 0.000 0.000 0.010 0.000 __init__.py:20(find_commands)
1 0.000 0.000 0.001 0.001 threading.py:1(<module>)
22 0.000 0.000 0.001 0.000 lru_cache.py:70(decorating_function)
11 0.000 0.000 0.000 0.000 smartif.py:47(infix)
1078 0.000 0.000 0.002 0.000 __init__.py:2264(_normalize_cached)
1027 0.000 0.000 0.000 0.000 validation.py:11(validate_field)
1 0.000 0.000 0.001 0.001 writer.py:1(<module>)
157 0.000 0.000 0.000 0.000 models.py:1088(__init__)
192 0.000 0.000 0.002 0.000 re.py:138(match)
126 0.000 0.000 0.000 0.000 utils.py:362(allow_migrate_model)
252 0.000 0.000 0.000 0.000 state.py:329(name_lower)
261 0.000 0.000 0.002 0.000 urlresolvers.py:241(callback)
7 0.000 0.000 0.001 0.000 vary.py:18(decorator)
43 0.000 0.000 0.000 0.000 checks.py:639(_check_list_display_links)
189 0.000 0.000 0.000 0.000 __init__.py:2655(__getattr__)
1 0.000 0.000 0.000 0.000 loading.py:98(ensure_defaults)
43 0.000 0.000 0.000 0.000 checks.py:757(_check_list_editable)
152/143 0.000 0.000 0.086 0.001 urlresolvers.py:333(reverse_dict)
226 0.000 0.000 0.000 0.000 utils.py:55(surrogatePairToCodepoint)
1 0.000 0.000 0.000 0.000 backend_application.py:8(<module>)
1 0.000 0.000 0.002 0.002 urlparse.py:29(<module>)
76 0.000 0.000 0.004 0.000 __init__.py:1834(check)
1 0.000 0.000 0.001 0.001 manager.py:1(<module>)
2 0.000 0.000 0.001 0.000 _collections.py:1(<module>)
1 0.000 0.000 0.000 0.000 image_operations.py:1(<module>)
1 0.000 0.000 0.000 0.000 {posix.urandom}
1 0.000 0.000 0.000 0.000 registry.py:1(<module>)
42 0.000 0.000 0.001 0.000 config.py:54(_path_from_module)
1 0.000 0.000 0.065 0.065 views.py:3(<module>)
1 0.000 0.000 0.000 0.000 ImageFile.py:30(<module>)
1 0.000 0.000 0.000 0.000 0013_update_golive_expire_help_text.py:2(<module>)
3 0.000 0.000 0.000 0.000 six.py:807(__new__)
126 0.000 0.000 0.000 0.000 manager.py:230(__eq__)
1 0.000 0.000 0.000 0.000 tracking.py:1(<module>)
1 0.000 0.000 0.000 0.000 saxutils.py:4(<module>)
1 0.000 0.000 0.002 0.002 dammit.py:56(_populate_class_variables)
1 0.000 0.000 0.015 0.015 projects.py:1(<module>)
1 0.000 0.000 0.000 0.000 paginator.py:1(<module>)
1 0.000 0.000 0.000 0.000 lazy.py:1(<module>)
1 0.000 0.000 0.000 0.000 base.py:109(AppConf)
2 0.000 0.000 0.000 0.000 csrf.py:1(<module>)
118/115 0.000 0.000 0.000 0.000 base.py:1150(filter)
102 0.000 0.000 0.009 0.000 pkgutil.py:129(iter_modules)
121 0.000 0.000 0.001 0.000 __init__.py:211(_acquireLock)
2 0.000 0.000 0.000 0.000 static.py:1(<module>)
29 0.000 0.000 0.003 0.000 query.py:805(order_by)
150 0.000 0.000 0.010 0.000 query.py:874(using)
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:18(<module>)
1 0.000 0.000 0.000 0.000 _exceptions.py:1(<module>)
1 0.000 0.000 0.000 0.000 sendfile_streaming_backend.py:4(<module>)
1 0.000 0.000 0.001 0.001 urllib2.py:76(<module>)
148 0.000 0.000 0.003 0.000 re.py:148(sub)
62 0.000 0.000 0.003 0.000 __init__.py:2619(activate)
30 0.000 0.000 0.004 0.000 __init__.py:1065(formfield)
3 0.000 0.000 0.000 0.000 0002_initial_data.py:2(<module>)
16 0.000 0.000 0.001 0.000 admin_utils.py:39(generate_image_inline)
1 0.000 0.000 0.000 0.000 static.py:4(<module>)
1 0.000 0.000 0.000 0.000 datastructures.py:1(<module>)
339 0.000 0.000 0.000 0.000 options.py:414(<genexpr>)
1 0.000 0.000 0.000 0.000 ImageColor.py:20(<module>)
1 0.000 0.000 0.001 0.001 menu.py:1(<module>)
29 0.000 0.000 0.000 0.000 dispatcher.py:33(__init__)
11 0.000 0.000 0.066 0.006 query.py:43(_determine_backend)
20 0.000 0.000 0.000 0.000 files.py:400(_check_image_library_installed)
43 0.000 0.000 0.002 0.000 manager.py:187(_copy_to_model)
22 0.000 0.000 0.000 0.000 checks.py:385(_check_prepopulated_fields_value)
89 0.000 0.000 0.000 0.000 functional.py:51(__init__)
64 0.000 0.000 0.002 0.000 options.py:438(many_to_many)
1 0.000 0.000 0.000 0.000 hmac.py:4(<module>)
1323 0.000 0.000 0.000 0.000 base.py:126(js_initializer)
12 0.000 0.000 0.000 0.000 base.py:1482(_check_local_fields)
1 0.000 0.000 0.000 0.000 status_codes.py:3(<module>)
41 0.000 0.000 0.000 0.000 {method 'close' of 'file' objects}
273 0.000 0.000 0.000 0.000 base.py:1301(<genexpr>)
110 0.000 0.000 0.000 0.000 fields.py:54(set_instance_name)
438 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
144 0.000 0.000 0.000 0.000 related.py:2161(_check_unique)
72 0.000 0.000 0.008 0.000 __init__.py:1565(getLogger)
126 0.000 0.000 0.000 0.000 base.py:1220(_check_swappable)
1 0.000 0.000 0.000 0.000 inputs.py:3(<module>)
1 0.000 0.000 0.000 0.000 writer.py:42(OperationWriter)
1 0.000 0.000 0.000 0.000 models.py:284(GSNPage)
1 0.000 0.000 0.000 0.000 0001_upgrade_bcrypt_passwords.py:2(<module>)
21 0.000 0.000 0.002 0.000 fields.py:9(formfield)
2 0.000 0.000 0.000 0.000 validation.py:1(<module>)
166 0.000 0.000 0.000 0.000 related.py:1842(_check_on_delete)
56/14 0.000 0.000 0.257 0.018 urlresolvers.py:398(url_patterns)
39 0.000 0.000 0.006 0.000 fields.py:128(check)
20 0.000 0.000 0.000 0.000 __init__.py:801(get_choices)
1 0.000 0.000 0.000 0.000 {built-in method utcfromtimestamp}
1 0.000 0.000 0.010 0.010 __init__.py:44(get_commands)
1 0.000 0.000 0.002 0.002 0001_squashed_0016_change_page_url_path_to_text_field.py:95(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:2173(_check_ignored_options)
1 0.000 0.000 0.000 0.000 decimal.py:505(Decimal)
24 0.000 0.000 0.000 0.000 decorators.py:14(__get__)
1 0.000 0.000 0.000 0.000 workflow.py:1(<module>)
1 0.000 0.000 0.004 0.004 makemigrations.py:145(write_migration_files)
9 0.000 0.000 3.044 0.338 models.py:347(state_forwards)
16 0.000 0.000 0.001 0.000 fields.py:379(__init__)
166 0.000 0.000 0.000 0.000 __init__.py:257(<genexpr>)
92 0.000 0.000 0.000 0.000 urlresolvers.py:217(add_prefix)
1 0.000 0.000 0.000 0.000 cursor.py:5(<module>)
17 0.000 0.000 0.001 0.000 argparse.py:1263(add_argument)
559 0.000 0.000 0.000 0.000 UserDict.py:70(__contains__)
430 0.000 0.000 0.000 0.000 dispatcher.py:284(_remove_receiver)
1 0.000 0.000 0.001 0.001 smartif.py:3(<module>)
131 0.000 0.000 0.000 0.000 state.py:406(<lambda>)
440 0.000 0.000 0.000 0.000 version.py:254(<genexpr>)
1 0.000 0.000 0.000 0.000 view_utils.py:1(<module>)
3 0.000 0.000 0.001 0.000 decimal.py:3783(__init__)
717 0.000 0.000 0.000 0.000 {method 'islower' of 'unicode' objects}
521 0.000 0.000 0.000 0.000 {max}
257 0.000 0.000 0.000 0.000 state.py:410(<genexpr>)
1 0.000 0.000 0.005 0.005 cookie.py:1(<module>)
132 0.000 0.000 0.015 0.000 gettext.py:568(gettext)
3 0.000 0.000 0.000 0.000 decorators.py:20(method_decorator)
1 0.000 0.000 0.001 0.001 0004_alter_user_username_opts.py:2(<module>)
46 0.000 0.000 0.000 0.000 options.py:589(__init__)
78 0.000 0.000 0.000 0.000 base.py:20(prefixed_name)
1 0.000 0.000 0.000 0.000 backends.py:1(<module>)
1 0.000 0.000 0.001 0.001 0007_aboutpagesubnavigationitem_analysispagesubnavigationitem_impactpagesubnavigationitem_learnlandingpag.py:10(Migration)
1 0.000 0.000 0.001 0.001 0004_auto_20160104_1334.py:2(<module>)
5 0.000 0.000 0.003 0.001 manager.py:147(from_queryset)
1 0.000 0.000 0.022 0.022 trans_real.py:158(_add_installed_apps_translations)
159 0.000 0.000 0.000 0.000 deprecation.py:22(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1818(ZipProvider)
1 0.000 0.000 0.000 0.000 ffiplatform.py:1(<module>)
140 0.000 0.000 0.000 0.000 {imp.get_suffixes}
177 0.000 0.000 0.000 0.000 base.py:1560(<genexpr>)
85 0.000 0.000 0.000 0.000 related.py:1409(__getstate__)
2 0.000 0.000 0.001 0.001 base.py:33(__new__)
121 0.000 0.000 0.001 0.000 __init__.py:220(_releaseLock)
1 0.000 0.000 0.019 0.019 newsroom.py:1(<module>)
11 0.000 0.000 0.066 0.006 query.py:24(__init__)
16 0.000 0.000 0.000 0.000 fields.py:383(handle_facet_parameters)
20 0.000 0.000 0.001 0.000 urlresolvers.py:77(get_callable)
1 0.000 0.000 0.000 0.000 hex_codec.py:8(<module>)
1 0.000 0.000 0.000 0.000 graph.py:1(<module>)
1 0.000 0.000 0.000 0.000 views.py:107(TranscriptSearchView)
59 0.000 0.000 0.001 0.000 field_block.py:91(__init__)
96 0.000 0.000 0.000 0.000 checks.py:251(_check_filter_item)
86 0.000 0.000 0.000 0.000 apps.py:7(get_app_modules)
1 0.000 0.000 0.000 0.000 _htmlparser.py:1(<module>)
1 0.000 0.000 0.000 0.000 widgets.py:41(AdminTimeInput)
1 0.000 0.000 0.000 0.000 models.py:29(SearchResult)
1 0.000 0.000 0.000 0.000 index.py:1(<module>)
400 0.000 0.000 0.000 0.000 stat.py:24(S_IFMT)
75 0.000 0.000 0.000 0.000 checks.py:322(_check_view_on_site_url)
2 0.000 0.000 0.000 0.000 six.py:317(exec_)
22 0.000 0.000 0.000 0.000 base.py:49(as_view)
1 0.000 0.000 0.000 0.000 ordered_dict.py:5(<module>)
2 0.000 0.000 0.002 0.001 config.py:495(configure)
86 0.000 0.000 0.000 0.000 lazy.py:145(lazy)
1 0.000 0.000 0.001 0.001 datetime_safe.py:10(<module>)
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
14 0.000 0.000 0.000 0.000 common.py:109(apply_default_edit_handler)
1 0.000 0.000 0.003 0.003 0009_objectlistpage.py:10(Migration)
2 0.000 0.000 0.002 0.001 url.py:1(<module>)
137 0.000 0.000 0.001 0.000 config.py:288(convert_with_key)
1 0.000 0.000 0.000 0.000 query.py:48(QuerySet)
8 0.000 0.000 0.001 0.000 __init__.py:978(_clone)
1 0.000 0.000 0.001 0.001 0004_ntiimage_wagtail.py:22(Migration)
1 0.000 0.000 0.000 0.000 0001_create_admin_access_permissions.py:2(<module>)
27 0.000 0.000 0.027 0.001 graph.py:129(forwards_plan)
1 0.000 0.000 0.002 0.002 0008_homepagepage_post_hero_section.py:11(Migration)
1 0.000 0.000 0.003 0.003 models.py:1003(inlineformset_factory)
1 0.000 0.000 0.000 0.000 xmlutils.py:3(<module>)
1 0.000 0.000 0.000 0.000 overextends_tags.py:2(<module>)
10 0.000 0.000 0.000 0.000 Queue.py:107(put)
273 0.000 0.000 0.000 0.000 base.py:1298(<genexpr>)
107 0.000 0.000 0.000 0.000 checks.py:197(_check_exclude)
1 0.000 0.000 0.002 0.002 models.py:220(Page)
621 0.000 0.000 0.000 0.000 {method 'pop' of 'set' objects}
1 0.000 0.000 0.002 0.002 0006_auto_20160104_1422.py:2(<module>)
70 0.000 0.000 0.007 0.000 loader.py:147(check_key)
1 0.000 0.000 0.000 0.000 _paths.py:14(<module>)
3 0.000 0.000 0.002 0.001 settings.py:1(<module>)
1 0.000 0.000 0.000 0.000 detail.py:1(<module>)
1 0.000 0.000 0.000 0.000 query.py:18(SearchQuerySet)
5 0.000 0.000 0.000 0.000 ssl.py:114(_import_symbols)
5 0.000 0.000 0.000 0.000 threading.py:260(__init__)
84 0.000 0.000 0.002 0.000 graph.py:101(add_node)
1 0.000 0.000 0.001 0.001 0004_ntiimage_wagtail.py:2(<module>)
42 0.000 0.000 0.000 0.000 manager.py:265(__get__)
1 0.000 0.000 0.000 0.000 tz.py:6(<module>)
39 0.000 0.000 0.013 0.000 options.py:632(urls)
1 0.000 0.000 0.000 0.000 list.py:1(<module>)
1 0.000 0.000 0.000 0.000 case.py:133(TestCase)
31 0.000 0.000 0.000 0.000 threading.py:132(__init__)
75 0.000 0.000 0.000 0.000 fields.py:154(model_name_lower)
1 0.000 0.000 0.000 0.000 streaming.py:7(<module>)
1 0.000 0.000 0.036 0.036 base_models.py:4(<module>)
1 0.000 0.000 0.000 0.000 suite.py:1(<module>)
64 0.000 0.000 0.003 0.000 checks.py:894(_check_relation)
62 0.000 0.000 0.001 0.000 __init__.py:2614(_get_metadata)
1 0.000 0.000 0.000 0.000 rect.py:1(<module>)
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.001 0.001 0015_add_more_verbose_names.py:9(Migration)
947 0.000 0.000 0.000 0.000 {method 'isalnum' of 'str' objects}
50 0.000 0.000 0.003 0.000 __init__.py:1009(check)
135 0.000 0.000 0.002 0.000 inspect.py:435(getmodulename)
2 0.000 0.000 0.000 0.000 _base.py:1(<module>)
1 0.000 0.000 0.000 0.000 utils.py:28(templates)
46 0.000 0.000 0.001 0.000 _os.py:42(upath)
172/112 0.000 0.000 0.001 0.000 state.py:478(<genexpr>)
51 0.000 0.000 0.000 0.000 _weakrefset.py:58(__iter__)
19 0.000 0.000 0.000 0.000 re.py:208(escape)
17 0.000 0.000 0.001 0.000 argparse.py:154(__init__)
1 0.000 0.000 0.000 0.000 mimetypes.py:56(MimeTypes)
3 0.000 0.000 0.001 0.000 constants.py:3(<module>)
1 0.000 0.000 0.000 0.000 html.py:3(<module>)
1 0.000 0.000 0.000 0.000 0004_migrate_event_projects_m2m.py:2(<module>)
27 0.000 0.000 0.002 0.000 __init__.py:2236(deconstruct)
296 0.000 0.000 0.000 0.000 {method 'upper' of 'str' objects}
1 0.000 0.000 0.001 0.001 0001_initial.py:11(Migration)
111 0.000 0.000 0.000 0.000 fields.py:144(__init__)
1 0.000 0.000 0.000 0.000 keywords.py:1(<module>)
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 cache.py:44(<module>)
254 0.000 0.000 0.000 0.000 graph.py:29(__hash__)
124 0.000 0.000 0.000 0.000 related.py:1865(_check_unique)
1 0.000 0.000 0.000 0.000 base.py:96(_configure)
179 0.000 0.000 0.000 0.000 stat.py:40(S_ISDIR)
1 0.000 0.000 0.000 0.000 tags.py:1(<module>)
1 0.000 0.000 0.000 0.000 python.py:5(<module>)
75 0.000 0.000 0.000 0.000 checks.py:216(_check_form)
1 0.000 0.000 0.000 0.000 common.py:358(Request)
1 0.000 0.000 0.000 0.000 glossary.py:1(<module>)
1 0.000 0.000 0.004 0.004 pages.py:122(LearnLandingPage)
1 0.000 0.000 0.001 0.001 {built-in method ParseFile}
1 0.000 0.000 0.000 0.000 widgets.py:353(AdminURLFieldWidget)
1 0.000 0.000 0.000 0.000 0001_migrate_redirects.py:2(<module>)
25 0.000 0.000 0.041 0.002 six.py:89(__get__)
1 0.000 0.000 0.002 0.002 plistlib.py:51(<module>)
1 0.000 0.000 0.045 0.045 0013_auto_20160107_1259.py:2(<module>)
148 0.000 0.000 0.000 0.000 {method 'keys' of 'dict' objects}
80 0.000 0.000 0.000 0.000 hooks.py:7(register)
79 0.000 0.000 0.001 0.000 base.py:1571(<setcomp>)
43 0.000 0.000 0.022 0.001 trans_real.py:123(_new_gnu_trans)
33 0.000 0.000 0.000 0.000 html.py:72(<genexpr>)
1 0.000 0.000 0.001 0.001 base_search_indexes.py:1(<module>)
688 0.000 0.000 0.000 0.000 base.py:234(check)
1 0.000 0.000 0.001 0.001 common.py:8(<module>)
198 0.000 0.000 0.000 0.000 {method 'copy' of 'set' objects}
1 0.000 0.000 0.000 0.000 subclassing.py:8(<module>)
220 0.000 0.000 0.000 0.000 stat.py:55(S_ISLNK)
1 0.000 0.000 0.000 0.000 result.py:26(TestResult)
2 0.000 0.000 0.000 0.000 {eval}
21 0.000 0.000 0.000 0.000 widgets.py:25(__init__)
11 0.000 0.000 0.000 0.000 fields.py:601(__init__)
1 0.000 0.000 0.000 0.000 manager.py:3(<module>)
81 0.000 0.000 0.000 0.000 six.py:139(__init__)
23 0.000 0.000 0.000 0.000 {posix.access}
1 0.000 0.000 0.000 0.000 special.py:61(RunSQL)
46 0.000 0.000 0.000 0.000 options.py:152(__init__)
1 0.000 0.000 0.000 0.000 taggable.py:1(<module>)
25 0.000 0.000 0.001 0.000 fields.py:411(__init__)
1 0.000 0.000 261.529 261.529 makemigrations.py:38(handle)
1 0.000 0.000 0.000 0.000 service_application.py:8(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:16(<module>)
1 0.000 0.000 0.000 0.000 fields.py:200(ChildObjectsDescriptor)
131 0.000 0.000 0.000 0.000 {method 'index' of 'tuple' objects}
1 0.000 0.000 0.000 0.000 0002_auto_20150616_2121.py:2(<module>)
1 0.000 0.000 2.391 2.391 fields.py:252(state_forwards)
1 0.000 0.000 0.000 0.000 adapters.py:9(<module>)
1 0.000 0.000 0.001 0.001 models.py:242(Project)
153 0.000 0.000 0.000 0.000 posixpath.py:112(basename)
1 0.000 0.000 0.000 0.000 shortcuts.py:5(<module>)
21 0.000 0.000 0.001 0.000 field_block.py:114(__init__)
1 0.000 0.000 0.000 0.000 minidom.py:1474(Document)
2 0.000 0.000 0.000 0.000 lazy.py:135(__new__)
1 0.000 0.000 0.000 0.000 regex_helper.py:7(<module>)
2 0.000 0.000 0.000 0.000 lazy.py:80(__new__)
1 0.000 0.000 0.000 0.000 tzfile.py:4(<module>)
3 0.000 0.000 0.000 0.000 utils.py:3(<module>)
26 0.000 0.000 0.000 0.000 {repr}
1 0.000 0.000 0.033 0.033 loading.py:208(build)
1 0.000 0.000 0.000 0.000 special.py:1(<module>)
1 0.000 0.000 0.000 0.000 timeout.py:1(<module>)
1 0.000 0.000 0.002 0.002 0001_squashed_0016_change_page_url_path_to_text_field.py:2(<module>)
86 0.000 0.000 0.000 0.000 fields.py:15(__init__)
39 0.000 0.000 0.000 0.000 state.py:200(__init__)
174 0.000 0.000 0.000 0.000 itercompat.py:8(is_iterable)
3 0.000 0.000 0.000 0.000 six.py:800(with_metaclass)
26 0.000 0.000 0.006 0.000 genericpath.py:34(isfile)
83 0.000 0.000 0.000 0.000 six.py:141(__init__)
28 0.000 0.000 0.002 0.000 options.py:404(concrete_fields)
74 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects}
1 0.000 0.000 0.470 0.470 settings.py:225(patch_all)
41 0.000 0.000 0.000 0.000 six.py:575(iteritems)
29 0.000 0.000 0.001 0.000 __init__.py:2182(__init__)
4 0.000 0.000 0.000 0.000 collections.py:516(update)
1 0.000 0.000 0.000 0.000 formsets.py:415(formset_factory)
1 0.000 0.000 0.000 0.000 formsets.py:1(<module>)
1 0.000 0.000 0.000 0.000 tokens.py:1(<module>)
1 0.000 0.000 0.091 0.091 toolbar.py:3(<module>)
47 0.000 0.000 0.001 0.000 posixpath.py:358(abspath)
1 0.000 0.000 0.001 0.001 headers.py:6(<module>)
1 0.000 0.000 0.000 0.000 tokens.py:10(<module>)
1 0.000 0.000 0.001 0.001 models.py:9(UserProfile)
82 0.000 0.000 0.000 0.000 fields.py:25(model_name_lower)
1 0.000 0.000 0.000 0.000 timeout.py:3(<module>)
43 0.000 0.000 0.000 0.000 checks.py:519(_check_save_on_top)
1 0.000 0.000 0.001 0.001 0012_auto_20160106_1803.py:10(Migration)
133 0.000 0.000 0.000 0.000 collections.py:363(<genexpr>)
36 0.000 0.000 0.000 0.000 gettext.py:401(ugettext)
2 0.000 0.000 0.001 0.000 ImageFile.py:130(load)
128 0.000 0.000 0.001 0.000 __init__.py:1361(safe_name)
1 0.000 0.000 0.000 0.000 0002_thumbnaildimensions.py:2(<module>)
1 0.000 0.000 0.000 0.000 sendfile.py:4(<module>)
177 0.000 0.000 0.000 0.000 base.py:1562(<genexpr>)
21 0.000 0.000 0.002 0.000 __init__.py:1329(formfield)
20 0.000 0.000 0.000 0.000 manager.py:9(__init__)
126 0.000 0.000 0.000 0.000 utils.py:322(allow_migrate)
1 0.000 0.000 0.000 0.000 model_checks.py:2(<module>)
1 0.000 0.000 0.001 0.001 models.py:201(TreatyAndRegime)
1 0.000 0.000 0.000 0.000 Queue.py:1(<module>)
1 0.000 0.000 0.000 0.000 questioner.py:1(<module>)
2 0.000 0.000 0.000 0.000 base.py:1190(dec)
175 0.000 0.000 0.001 0.000 base.py:1567(<genexpr>)
11 0.000 0.000 0.000 0.000 models.py:163(<genexpr>)
1 0.000 0.000 0.002 0.002 0006_auto_20160104_1422.py:10(Migration)
12 0.000 0.000 0.000 0.000 common.py:120(apply_pagewithhero_panels)
14 0.000 0.000 0.001 0.000 state.py:424(reconstruct_manager)
166/83 0.000 0.000 0.000 0.000 graph.py:26(__lt__)
80 0.000 0.000 0.000 0.000 __init__.py:183(_checkLevel)
1 0.000 0.000 0.000 0.000 mobile_application.py:8(<module>)
1 0.000 0.000 0.001 0.001 connectionpool.py:161(__init__)
1 0.000 0.000 0.000 0.000 0002_alter_permission_name_max_length.py:2(<module>)
1 0.000 0.000 0.001 0.001 field_block.py:1(<module>)
11 0.000 0.000 0.000 0.000 smartif.py:52(Operator)
1 0.000 0.000 0.001 0.001 models.py:13(Country)
127 0.000 0.000 0.000 0.000 posixpath.py:97(splitext)
1 0.000 0.000 0.000 0.000 nodes.py:1(<module>)
1 0.000 0.000 0.000 0.000 pipeline.py:6(<module>)
16 0.000 0.000 0.000 0.000 __init__.py:84(get_facet_field_name)
62 0.000 0.000 0.000 0.000 __init__.py:2224(fixup_namespace_packages)
1 0.000 0.000 0.000 0.000 formats.py:1(<module>)
1 0.000 0.000 0.050 0.050 oembed_providers.py:1(<module>)
1 0.000 0.000 0.001 0.001 models.py:19(GSNArticle)
428 0.000 0.000 0.000 0.000 {function __getitem__ at 0x10a268e60}
1 0.000 0.000 0.000 0.000 _endian.py:4(<module>)
7 0.000 0.000 0.000 0.000 {built-in method now}
1 0.000 0.000 0.000 0.000 minicompat.py:1(<module>)
119 0.000 0.000 0.000 0.000 <string>:8(__new__)
11 0.000 0.000 0.000 0.000 models.py:327(__init__)
2 0.000 0.000 0.000 0.000 resource.py:8(<module>)
1 0.000 0.000 0.000 0.000 images.py:5(<module>)
1 0.000 0.000 0.000 0.000 _util.py:1(<module>)
133 0.000 0.000 0.000 0.000 collections.py:361(<genexpr>)
36 0.000 0.000 0.033 0.001 __init__.py:83(ugettext)
1 0.000 0.000 0.001 0.001 __init__.py:62(Elasticsearch)
1 0.000 0.000 0.002 0.002 0003_basicpage.py:10(Migration)
6 0.000 0.000 0.001 0.000 argparse.py:1182(__init__)
1 0.000 0.000 0.000 0.000 site_views.py:1(<module>)
1 0.000 0.000 0.000 0.000 models.py:366(Relationship)
32 0.000 0.000 0.001 0.000 checks.py:864(_check_exclude_of_parent_model)
15 0.000 0.000 0.000 0.000 __init__.py:663(__init__)
1 0.000 0.000 0.001 0.001 difflib.py:27(<module>)
15 0.000 0.000 0.004 0.000 related.py:2043(formfield)
25 0.000 0.000 0.002 0.000 files.py:252(check)
1 0.000 0.000 0.000 0.000 tokenize.py:46(any)
3 0.000 0.000 0.000 0.000 __init__.py:78(CFUNCTYPE)
1 0.000 0.000 0.000 0.000 opencv.py:1(<module>)
27 0.000 0.000 0.000 0.000 _weakrefset.py:26(__exit__)
28 0.000 0.000 0.001 0.000 validators.py:25(__init__)
7 0.000 0.000 0.001 0.000 config.py:693(configure_handler)
1 0.000 0.000 0.000 0.000 web_application.py:8(<module>)
24 0.000 0.000 0.002 0.000 functional.py:200(allow_lazy)
785 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
1 0.000 0.000 0.000 0.000 legacy_application.py:8(<module>)
257 0.000 0.000 0.000 0.000 Cookie.py:310(<genexpr>)
1 0.000 0.000 0.001 0.001 0002_articlepage_hero.py:2(<module>)
119 0.000 0.000 0.000 0.000 opcode.py:27(def_op)
134 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects}
357 0.000 0.000 0.000 0.000 version.py:308(_parse_letter_version)
126 0.000 0.000 0.000 0.000 six.py:88(__init__)
1 0.000 0.000 0.001 0.001 engine.py:51(get_default)
10 0.000 0.000 0.000 0.000 fields.py:240(__init__)
1 0.000 0.000 0.000 0.000 0005_remove_event_projects.py:2(<module>)
1 0.000 0.000 0.000 0.000 SocketServer.py:120(<module>)
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2318.py:7(Migration)
1 0.000 0.000 0.000 0.000 locks.py:18(<module>)
1 0.000 0.000 0.000 0.000 oauth2_session.py:1(<module>)
34 0.000 0.000 0.000 0.000 tokens.py:28(__getattr__)
60 0.000 0.000 0.000 0.000 __init__.py:1676(_fn)
1 0.000 0.000 0.001 0.001 indices.py:4(IndicesClient)
1 0.000 0.000 0.000 0.000 token.py:1(<module>)
1 0.000 0.000 264.603 264.603 __init__.py:273(execute)
1 0.000 0.000 0.000 0.000 models.py:17(Taggable)
1 0.000 0.000 0.000 0.000 search_indexes.py:8(DescribableBaseIndex)
52 0.000 0.000 0.000 0.000 base.py:1185(filter_function)
75 0.000 0.000 0.000 0.000 checks.py:409(_check_ordering)
29 0.000 0.000 0.008 0.000 fields.py:248(check)
1 0.000 0.000 0.000 0.000 0005_alter_user_last_login_null.py:2(<module>)
110 0.000 0.000 0.000 0.000 {_struct.unpack}
229 0.000 0.000 0.000 0.000 {method 'partition' of 'str' objects}
3 0.000 0.000 0.001 0.000 query.py:1120(build_filter)
1 0.000 0.000 0.090 0.090 toolbar.py:105(get_panel_classes)
3 0.000 0.000 0.006 0.002 dyld.py:125(dyld_find)
1 0.000 0.000 0.000 0.000 threading.py:255(_Condition)
2 0.000 0.000 0.000 0.000 __init__.py:10(<module>)
157 0.000 0.000 0.000 0.000 UserDict.py:18(__getitem__)
1 0.000 0.000 0.001 0.001 modtimeurls.py:41(<module>)
1 0.000 0.000 0.000 0.000 ascii.py:8(<module>)
1 0.000 0.000 0.010 0.010 platform.py:10(<module>)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:18(<module>)
1 0.000 0.000 0.000 0.000 api.py:18(API)
1 0.000 0.000 0.000 0.000 0003_alter_user_email_max_length.py:2(<module>)
15 0.000 0.000 0.000 0.000 contextlib.py:54(contextmanager)
1 0.000 0.000 0.000 0.000 0006_require_contenttypes_0002.py:2(<module>)
5 0.000 0.000 0.001 0.000 copy.py:253(_deepcopy_dict)
1 0.000 0.000 0.000 0.000 migration.py:7(Migration)
1 0.000 0.000 0.000 0.000 pre_configured.py:1(<module>)
4 0.000 0.000 0.000 0.000 {posix.uname}
1 0.000 0.000 0.447 0.447 state.py:216(__init__)
1 0.000 0.000 0.001 0.001 encoder.py:2(<module>)
1 0.000 0.000 0.000 0.000 0002_remove_content_type_name.py:2(<module>)
30 0.000 0.000 0.000 0.000 defaultfilters.py:36(stringfilter)
11 0.000 0.000 0.001 0.000 registry.py:133(get_app_configs)
1 0.000 0.000 0.000 0.000 routers.py:3(<module>)
1 0.000 0.000 0.000 0.000 wand.py:1(<module>)
15 0.000 0.000 0.000 0.000 argparse.py:1400(_get_optional_kwargs)
60 0.000 0.000 0.000 0.000 __init__.py:1715(_has)
20 0.000 0.000 0.002 0.000 utils.py:11(camelcase_to_underscore)
1 0.000 0.000 0.000 0.000 _binary.py:14(<module>)
11 0.000 0.000 0.000 0.000 loading.py:139(for_action)
1 0.000 0.000 0.000 0.000 client.py:6(DatabaseClient)
3 0.000 0.000 0.028 0.009 lru_cache.py:108(wrapper)
1 0.000 0.000 0.000 0.000 multiple.py:1(<module>)
1 0.000 0.000 0.000 0.000 options.py:549(ModelAdmin)
1 0.000 0.000 0.000 0.000 temp.py:17(<module>)
1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
73 0.000 0.000 0.000 0.000 manager.py:125(create_method)
2 0.000 0.000 0.024 0.012 Image.py:2264(open)
1 0.000 0.000 0.000 0.000 cluster.py:1(<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 utils.py:84(__getitem__)
1 0.000 0.000 0.001 0.001 forms.py:10(RedirectForm)
1 0.000 0.000 0.001 0.001 legacy.py:9(HomePage)
1 0.000 0.000 0.002 0.002 pages.py:21(HomePagePage)
126 0.000 0.000 0.000 0.000 state.py:454(<lambda>)
1 0.000 0.000 0.000 0.000 0008_populate_latest_revision_created_at.py:2(<module>)
1 0.000 0.000 0.001 0.001 0015_add_more_verbose_names.py:2(<module>)
1 0.000 0.000 0.000 0.000 compat.py:6(<module>)
1 0.000 0.000 0.001 0.001 models.py:65(AbstractImage)
1 0.000 0.000 0.000 0.000 error.py:5(<module>)
7 0.000 0.000 0.000 0.000 __init__.py:894(add_field_facet)
82 0.000 0.000 0.000 0.000 {method 'encode' of 'str' objects}
2 0.000 0.000 0.000 0.000 __init__.py:349(__init__)
1 0.000 0.000 0.001 0.001 0014_add_verbose_name.py:7(Migration)
42 0.000 0.000 0.000 0.000 base.py:1125(tag)
177 0.000 0.000 0.000 0.000 base.py:1557(<genexpr>)
45 0.000 0.000 0.009 0.000 gettext.py:176(__init__)
60 0.000 0.000 0.001 0.000 __init__.py:1610(has_metadata)
8 0.000 0.000 0.002 0.000 query.py:573(_clone)
1 0.000 0.000 0.000 0.000 response.py:68(HTTPResponse)
1 0.000 0.000 0.000 0.000 exceptions.py:6(<module>)
3 0.000 0.000 0.000 0.000 {posix.getcwd}
1 0.000 0.000 0.000 0.000 signature_only.py:7(<module>)
1 0.000 0.000 0.000 0.000 bdb.py:1(<module>)
1 0.000 0.000 0.000 0.000 0009_auto_20151127_2234.py:2(<module>)
1 0.000 0.000 0.000 0.000 move.py:6(<module>)
4 0.000 0.000 0.001 0.000 __init__.py:71(search_function)
1 0.000 0.000 0.000 0.000 locmem.py:3(<module>)
1 0.000 0.000 0.000 0.000 image.py:13(Image)
1 0.000 0.000 0.000 0.000 _elementpath.py:56(<module>)
31 0.000 0.000 0.000 0.000 threading.py:114(RLock)
1 0.000 0.000 0.001 0.001 forms.py:45(UserCreationForm)
127 0.000 0.000 0.000 0.000 {vars}
15 0.000 0.000 0.001 0.000 __init__.py:2138(formfield)
3 0.000 0.000 0.000 0.000 0002_add_verbose_names.py:7(Migration)
126 0.000 0.000 0.000 0.000 base.py:1252(_check_model)
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>)
1 0.000 0.000 0.000 0.000 admin_static.py:1(<module>)
1 0.000 0.000 0.000 0.000 getpass.py:12(<module>)
20 0.000 0.000 0.002 0.000 files.py:395(check)
22 0.000 0.000 0.000 0.000 checks.py:353(_check_prepopulated_fields_key)
1 0.000 0.000 0.008 0.008 recorder.py:1(<module>)
1 0.000 0.000 0.001 0.001 models.py:380(Person)
2 0.000 0.000 0.001 0.000 models.py:274(register)
1 0.000 0.000 0.000 0.000 modal_workflow.py:1(<module>)
1 0.000 0.000 0.000 0.000 0002_chapter_article_page.py:2(<module>)
1 0.000 0.000 0.000 0.000 six.py:689(exec_)
14 0.000 0.000 0.000 0.000 datastructures.py:307(__init__)
110 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
1 0.000 0.000 0.000 0.000 models.py:14(GlossaryTerm)
1 0.000 0.000 0.001 0.001 0002_articlepage_hero.py:10(Migration)
55 0.000 0.000 0.000 0.000 config.py:321(__getitem__)
63 0.000 0.000 0.000 0.000 __init__.py:788(get_default)
109 0.000 0.000 0.000 0.000 utils.py:52(query_params)
112/28 0.000 0.000 0.257 0.009 urlresolvers.py:390(urlconf_module)
20 0.000 0.000 0.000 0.000 urlresolvers.py:154(get_mod_func)
1 0.000 0.000 0.000 0.000 base_search_indexes.py:18(DescribableBaseIndex)
16 0.000 0.000 0.004 0.000 six.py:777(__new__)
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2324.py:2(<module>)
1 0.000 0.000 0.000 0.000 cat.py:1(<module>)
203 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
12 0.000 0.000 0.001 0.000 log.py:10(getLogger)
1 0.000 0.000 0.000 0.000 log.py:3(<module>)
1 0.000 0.000 0.000 0.000 0011_page_first_published_at.py:2(<module>)
1 0.000 0.000 0.000 0.000 django_1_8_0.py:1(<module>)
4 0.000 0.000 0.000 0.000 sre_parse.py:734(parse_template)
1 0.000 0.000 0.000 0.000 requests.py:1(<module>)
18 0.000 0.000 0.000 0.000 {method 'splitlines' of 'str' objects}
14 0.000 0.000 0.000 0.000 minicompat.py:102(defproperty)
252 0.000 0.000 0.000 0.000 {unichr}
3 0.000 0.000 0.000 0.000 __init__.py:493(PYFUNCTYPE)
16 0.000 0.000 0.000 0.000 special.py:137(__init__)
1 0.000 0.000 0.001 0.001 __init__.py:135(__init__)
1 0.000 0.000 0.000 0.000 sites.py:30(AdminSite)
1 0.000 0.000 0.000 0.000 legacy.py:139(ListPage)
43 0.000 0.000 0.000 0.000 checks.py:732(_check_list_select_related)
123 0.000 0.000 0.000 0.000 __init__.py:2035(__init__)
8 0.000 0.000 0.000 0.000 __init__.py:262(__deepcopy__)
61 0.000 0.000 0.000 0.000 __init__.py:585(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:90(Field)
18 0.000 0.000 0.000 0.000 copy.py:123(_copy_inst)
1 0.000 0.000 0.001 0.001 models.py:12(NTINews)
1 0.000 0.000 0.000 0.000 quoprimime.py:27(<module>)
1 0.000 0.000 0.000 0.000 baseconv.py:38(<module>)
1 0.000 0.000 0.000 0.000 django_1_7_0.py:1(<module>)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:286(_open)
70 0.000 0.000 0.000 0.000 {thread.allocate_lock}
1 0.000 0.000 0.000 0.000 legacy.py:89(SecondaryLandingPage)
75 0.000 0.000 0.000 0.000 checks.py:70(_check_fields)
1 0.000 0.000 0.000 0.000 0011_auto_20160106_1627.py:2(<module>)
23 0.000 0.000 0.000 0.000 registry.py:26(register)
43 0.000 0.000 0.000 0.000 abc.py:15(abstractmethod)
1 0.000 0.000 0.000 0.000 optimizer.py:1(<module>)
24 0.000 0.000 0.001 0.000 dispatcher.py:308(_decorator)
1 0.000 0.000 0.000 0.000 proxy.py:4(<module>)
4 0.000 0.000 0.000 0.000 config.py:469(configure_custom)
5 0.000 0.000 0.000 0.000 inspect.py:440(getsourcefile)
1 0.000 0.000 0.001 0.001 0007_aboutpagesubnavigationitem_analysispagesubnavigationitem_impactpagesubnavigationitem_learnlandingpag.py:2(<module>)
43 0.000 0.000 0.000 0.000 checks.py:749(_check_list_max_show_all)
1 0.000 0.000 0.001 0.001 models.py:252(Testimony)
2 0.000 0.000 0.000 0.000 writer.py:223(path)
1 0.000 0.000 0.000 0.000 access_token.py:10(<module>)
1 0.000 0.000 0.000 0.000 options.py:86(Options)
63 0.000 0.000 0.000 0.000 edit_handlers.py:481(__init__)
40 0.000 0.000 0.000 0.000 config.py:329(pop)
211 0.000 0.000 0.000 0.000 graph.py:122(clear_cache)
5 0.000 0.000 0.000 0.000 {filter}
24 0.000 0.000 0.000 0.000 widgets.py:443(__init__)
1 0.000 0.000 0.000 0.000 color.py:26(make_style)
19 0.000 0.000 0.024 0.001 six.py:157(_resolve)
4 0.000 0.000 0.000 0.000 collections.py:446(__init__)
1 0.000 0.000 0.000 0.000 revocation.py:9(<module>)
11 0.000 0.000 0.000 0.000 config.py:380(resolve)
157 0.000 0.000 0.000 0.000 models.py:1167(_get_queryset)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:114(BaseHTTPRequestHandler)
1 0.000 0.000 0.000 0.000 ImageSequence.py:19(<module>)
7 0.000 0.000 0.000 0.000 loading.py:312(get_facet_fieldname)
1 0.000 0.000 0.000 0.000 extras.py:457(register_uuid)
1 0.000 0.000 0.000 0.000 state.py:301(ModelState)
1 0.000 0.000 0.002 0.002 0012_auto_20160106_1803.py:2(<module>)
1 0.000 0.000 0.000 0.000 urlparse.py:168(urlsplit)
2 0.000 0.000 0.004 0.002 models.py:219(__new__)
27 0.000 0.000 0.000 0.000 __init__.py:225(__init__)
1 0.000 0.000 0.002 0.002 0008_homepagepage_post_hero_section.py:2(<module>)
35 0.000 0.000 0.001 0.000 __init__.py:3001(_find_adapter)
1 0.000 0.000 0.000 0.000 mp_tree.py:554(MP_Node)
1 0.000 0.000 0.001 0.001 version.py:3(<module>)
14 0.000 0.000 0.000 0.000 __init__.py:147(_check_size)
127 0.000 0.000 0.000 0.000 graph.py:41(add_child)
1 0.000 0.000 0.000 0.000 0007_image_file_size.py:2(<module>)
1 0.000 0.000 0.000 0.000 lock.py:1(<module>)
1 0.000 0.000 0.008 0.008 0010_auto_20160106_1222.py:2(<module>)
1 0.000 0.000 0.000 0.000 _structures.py:14(<module>)
38 0.000 0.000 0.000 0.000 threading.py:59(__init__)
1 0.000 0.000 0.003 0.003 0009_objectlistpage.py:2(<module>)
2 0.000 0.000 0.000 0.000 {_ctypes.POINTER}
3 0.000 0.000 0.000 0.000 fields.py:263(__init__)
17 0.000 0.000 0.000 0.000 argparse.py:573(_format_args)
25 0.000 0.000 0.041 0.002 six.py:78(_import_module)
1 0.000 0.000 0.000 0.000 six.py:662(exec_)
2 0.000 0.000 0.000 0.000 __init__.py:2320(formfield)
63 0.000 0.000 0.000 0.000 __init__.py:737(__iter__)
17 0.000 0.000 0.000 0.000 argparse.py:1320(_add_action)
127 0.000 0.000 0.000 0.000 graph.py:44(add_parent)
1 0.000 0.000 0.001 0.001 sites.py:164(check_dependencies)
50 0.000 0.000 0.000 0.000 six.py:177(_add_module)
1 0.000 0.000 0.000 0.000 0006_add_verbose_names.py:2(<module>)
126 0.000 0.000 0.000 0.000 {method 'extendleft' of 'collections.deque' objects}
1 0.000 0.000 0.000 0.000 0008_auto_20151125_1819.py:2(<module>)
1 0.000 0.000 0.003 0.003 framework.py:6(<module>)
89 0.000 0.000 0.000 0.000 sre_parse.py:216(tell)
1 0.000 0.000 0.000 0.000 __init__.py:17(_normalize_hosts)
1 0.000 0.000 0.002 0.002 pages.py:168(AnalysisPage)
15 0.000 0.000 0.000 0.000 __init__.py:644(_addHandlerRef)
25 0.000 0.000 0.000 0.000 edit_handlers.py:689(__init__)
1 0.000 0.000 0.001 0.001 transport.py:45(__init__)
42 0.000 0.000 0.000 0.000 config.py:325(get)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
45 0.000 0.000 0.000 0.000 functional.py:247(__setattr__)
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 implicit.py:5(<module>)
1 0.000 0.000 0.000 0.000 0009_remove_auto_now_add_from_pagerevision_created_at.py:2(<module>)
19 0.000 0.000 0.001 0.000 __init__.py:1026(get_backend)
1 0.000 0.000 0.002 0.002 models.py:1090(PageRevision)
28 0.000 0.000 0.000 0.000 collections.py:121(itervalues)
35 0.000 0.000 0.001 0.000 __init__.py:2066(find_distributions)
75 0.000 0.000 0.000 0.000 checks.py:454(_check_readonly_fields)
68 0.000 0.000 0.000 0.000 forms.py:87(<lambda>)
1 0.000 0.000 0.001 0.001 models.py:26(Document)
62 0.000 0.000 0.000 0.000 six.py:93(__init__)
43 0.000 0.000 0.000 0.000 pkgutil.py:154(iter_importer_modules)
1 0.000 0.000 0.000 0.000 models.py:72(Primer)
125 0.000 0.000 0.000 0.000 six.py:86(__init__)
43 0.000 0.000 0.000 0.000 _weakrefset.py:83(add)
1 0.000 0.000 0.001 0.001 numbers.py:6(<module>)
36 0.000 0.000 0.000 0.000 __init__.py:1350(_check_fix_default_value)
126 0.000 0.000 0.000 0.000 {method 'itervalues' of 'dictproxy' objects}
1 0.000 0.000 0.000 0.000 gzip.py:1(<module>)
6 0.000 0.000 0.000 0.000 Image.py:2436(register_open)
1 0.000 0.000 0.000 0.000 0006_person_hero_image.py:2(<module>)
43 0.000 0.000 0.064 0.001 loading.py:107(__getitem__)
1 0.000 0.000 0.000 0.000 models.py:78(TreatyArticle)
11 0.000 0.000 0.002 0.000 __init__.py:1031(get_query)
23 0.000 0.000 0.000 0.000 registry.py:45(inner)
1 0.000 0.000 0.000 0.000 resource_owner_password_credentials.py:5(<module>)
1 0.000 0.000 0.000 0.000 headers.py:1(<module>)
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2318.py:2(<module>)
76 0.000 0.000 0.000 0.000 __init__.py:1839(_check_max_length_warning)
1 0.000 0.000 0.000 0.000 refresh_token.py:5(<module>)
1 0.000 0.000 0.000 0.000 utils.py:4(import_attribute)
1 0.000 0.000 0.000 0.000 sysconfig.py:3(<module>)
2 0.000 0.000 0.001 0.000 argparse.py:1742(_parse_known_args)
43 0.000 0.000 0.000 0.000 _os.py:51(npath)
1 0.000 0.000 0.000 0.000 _base.py:122(TreeBuilder)
7 0.000 0.000 0.001 0.000 fields.py:46(contribute_to_class)
1 0.000 0.000 0.000 0.000 0003_auto_20160107_1332.py:2(<module>)
49 0.000 0.000 0.000 0.000 base.py:1153(dec)
1 0.000 0.000 0.000 0.000 extras.py:260(NamedTupleCursor)
51 0.000 0.000 0.000 0.000 six.py:173(_add_module)
16 0.000 0.000 0.000 0.000 copy_reg.py:95(_slotnames)
1 0.000 0.000 0.000 0.000 {method 'strftime' of 'datetime.date' objects}
11 0.000 0.000 0.001 0.000 files.py:342(formfield)
1 0.000 0.000 0.001 0.001 projects.py:78(ProjectPage)
1 0.000 0.000 0.000 0.000 weakref_backports.py:13(<module>)
1 0.000 0.000 0.000 0.000 0003_ntiimage.py:2(<module>)
1 0.000 0.000 0.004 0.004 __init__.py:959(subscribe)
1 0.000 0.000 0.000 0.000 forms.py:268(NotificationPreferencesForm)
62 0.000 0.000 0.003 0.000 __init__.py:3109(<lambda>)
1 0.000 0.000 0.000 0.000 views.py:125(Article)
1 0.000 0.000 0.000 0.000 query.py:101(Query)
196 0.000 0.000 0.000 0.000 manager.py:120(check)
1 0.000 0.000 0.000 0.000 stream_block.py:1(<module>)
1 0.000 0.000 0.000 0.000 versions.py:1(<module>)
4 0.000 0.000 0.001 0.000 registry.py:22(__init__)
94 0.000 0.000 0.000 0.000 base.py:34(<genexpr>)
1 0.000 0.000 0.000 0.000 client_credentials.py:5(<module>)
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 0004_auto_20160104_1334.py:9(Migration)
1 0.000 0.000 0.001 0.001 newsroom.py:15(NewsRoomPage)
3 0.000 0.000 0.000 0.000 charset.py:200(__init__)
1 0.000 0.000 0.000 0.000 0005_make_filter_spec_unique.py:2(<module>)
1 0.000 0.000 0.000 0.000 querysets.py:1(<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 0017_change_edit_page_permission_description.py:2(<module>)
1 0.000 0.000 0.002 0.002 header.py:5(<module>)
47 0.000 0.000 0.000 0.000 edit_handlers.py:364(__init__)
1 0.000 0.000 0.001 0.001 models.py:378(AbstractUser)
1 0.000 0.000 0.000 0.000 0002_remove_content_type_name.py:17(Migration)
2 0.000 0.000 0.000 0.000 registry.py:225(is_installed)
10/3 0.000 0.000 0.000 0.000 image.py:125(register_loader)
68 0.000 0.000 0.000 0.000 argparse.py:1234(register)
1 0.000 0.000 0.000 0.000 paginator.py:19(Paginator)
12 0.000 0.000 0.005 0.000 __init__.py:137(ungettext_lazy)
1 0.000 0.000 0.000 0.000 0012_extend_page_slug_field.py:2(<module>)
1 0.000 0.000 0.182 0.182 registry.py:61(run_checks)
1 0.000 0.000 0.000 0.000 models.py:140(GSNIssue)
1 0.000 0.000 0.000 0.000 models.py:63(NewsroomPage)
1 0.000 0.000 0.000 0.000 0006_auto_20151125_1817.py:2(<module>)
27 0.000 0.000 0.003 0.000 posixpath.py:372(realpath)
1 0.000 0.000 0.001 0.001 models.py:185(CountryThreat)
1 0.000 0.000 261.008 261.008 loader.py:343(project_state)
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 models.py:151(Subject)
1 0.000 0.000 0.000 0.000 0002_facility_treaties.py:2(<module>)
2 0.000 0.000 0.000 0.000 engine.py:19(__init__)
7 0.000 0.000 0.000 0.000 __init__.py:679(set_name)
1 0.000 0.000 0.000 0.000 ImageMode.py:17(<module>)
1 0.000 0.000 0.000 0.000 loader.py:329(detect_conflicts)
2 0.000 0.000 0.000 0.000 {_ssl.txt2obj}
1 0.000 0.000 0.000 0.000 models.py:51(MPTTOptions)
43 0.000 0.000 0.000 0.000 checks.py:510(_check_save_as)
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 manager.py:8(SearchIndexManager)
1 0.000 0.000 0.000 0.000 socket.py:183(_socketobject)
1 0.000 0.000 0.000 0.000 models.py:13(Article)
43 0.000 0.000 0.000 0.000 checks.py:824(_check_search_fields)
1 0.000 0.000 0.000 0.000 encoder.py:101(__init__)
1 0.000 0.000 0.000 0.000 numconv.py:6(<module>)
43 0.000 0.000 0.000 0.000 six.py:105(__init__)
1 0.000 0.000 0.001 0.001 http_urllib3.py:26(__init__)
1 0.000 0.000 0.000 0.000 search_indexes.py:9(PersonIndex)
8 0.000 0.000 0.000 0.000 {method 'tolist' of 'array.array' objects}
1 0.000 0.000 0.000 0.000 0007_page_latest_revision_created_at.py:2(<module>)
1 0.000 0.000 0.002 0.002 0003_basicpage.py:2(<module>)
2 0.000 0.000 0.000 0.000 locale.py:493(getdefaultlocale)
17 0.000 0.000 0.000 0.000 argparse.py:765(__init__)
1 0.000 0.000 0.000 0.000 token.py:8(<module>)
1 0.000 0.000 0.000 0.000 0003_event_project_pages.py:2(<module>)
3 0.000 0.000 0.000 0.000 {method 'write' of 'file' objects}
4 0.000 0.000 0.001 0.000 mp_tree.py:104(get_queryset)
40 0.000 0.000 0.000 0.000 hooks.py:24(decorator)
9 0.000 0.000 0.000 0.000 deconstruct.py:18(decorator)
1 0.000 0.000 0.000 0.000 request_validator.py:5(<module>)
1 0.000 0.000 0.000 0.000 0005_aboutpage_body.py:2(<module>)
1 0.000 0.000 0.000 0.000 snapshot.py:1(<module>)
17 0.000 0.000 0.001 0.000 argparse.py:2326(_get_formatter)
1 0.000 0.000 0.000 0.000 loading.py:161(__init__)
1 0.000 0.000 0.000 0.000 request_validator.py:8(<module>)
13 0.000 0.000 0.000 0.000 abc.py:105(register)
21 0.000 0.000 0.000 0.000 validators.py:90(__init__)
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 models.py:300(Facility)
32 0.000 0.000 0.000 0.000 checks.py:902(_check_extra)
8 0.000 0.000 0.001 0.000 files.py:489(formfield)
7 0.000 0.000 0.000 0.000 migration.py:178(swappable_dependency)
27 0.000 0.000 0.000 0.000 {sys._getframe}
1 0.000 0.000 0.000 0.000 redirects.py:1(<module>)
1 0.000 0.000 0.026 0.026 checks.py:9(has_jpeg_support)
1 0.000 0.000 0.000 0.000 termcolors.py:3(<module>)
1 0.000 0.000 0.000 0.000 highlighting.py:3(<module>)
4 0.000 0.000 0.000 0.000 __init__.py:32(register)
36 0.000 0.000 0.024 0.001 trans_real.py:326(ugettext)
1 0.000 0.000 0.000 0.000 utils.py:191(prepare_test_settings)
3 0.000 0.000 0.000 0.000 common.py:153(apply_taxonomy_panel)
8 0.000 0.000 0.001 0.000 config.py:759(common_logger_config)
333 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
1 0.000 0.000 0.000 0.000 0004_alter_user_username_opts.py:8(Migration)
27 0.000 0.000 0.000 0.000 decimal.py:3817(<genexpr>)
1 0.000 0.000 0.001 0.001 models.py:217(Speech)
1 0.000 0.000 0.001 0.001 models.py:60(AbstractFormField)
26 0.000 0.000 0.006 0.000 settings.py:177(is_middleware_class)
1 0.000 0.000 0.000 0.000 search_indexes.py:77(TranscriptIndex)
1 0.000 0.000 0.000 0.000 0010_change_page_owner_to_null_on_delete.py:2(<module>)
26 0.000 0.000 0.000 0.000 __init__.py:974(append)
1 0.000 0.000 0.001 0.001 transport.py:150(_create_connection)
1 0.000 0.000 0.000 0.000 os.py:35(_get_exports_list)
1 0.000 0.000 0.001 0.001 0014_add_verbose_name.py:2(<module>)
1 0.000 0.000 0.033 0.033 query.py:331(models)
1 0.000 0.000 0.000 0.000 models.py:288(Transcript)
1 0.000 0.000 0.000 0.000 0007_auto_20151125_1817.py:2(<module>)
41 0.000 0.000 0.000 0.000 inspect.py:340(getmro)
1 0.000 0.000 0.000 0.000 0005_add_page_lock_permission_to_moderators.py:2(<module>)
61 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects}
9 0.000 0.000 0.000 0.000 html.py:373(html_safe)
5 0.000 0.000 0.000 0.000 copy.py:234(_deepcopy_tuple)
1 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:8(Migration)
1 0.000 0.000 0.000 0.000 blocks.py:59(GenericHeroBlock)
1 0.000 0.000 0.000 0.000 models.py:19(AnnualReport)
1 0.000 0.000 0.000 0.000 global_settings.py:6(<module>)
1 0.000 0.000 0.001 0.001 models.py:8(Redirect)
76 0.000 0.000 0.000 0.000 posixpath.py:52(isabs)
1 0.000 0.000 0.001 0.001 articles.py:15(ArticlePage)
1 0.000 0.000 0.001 0.001 elasticsearch_backend.py:97(__init__)
1 0.000 0.000 0.000 0.000 registry.py:15(Apps)
15 0.000 0.000 0.000 0.000 fields.py:95(model_name_lower)
1 0.000 0.000 0.000 0.000 models.py:16(Embed)
44 0.000 0.000 0.000 0.000 six.py:103(__init__)
2 0.000 0.000 0.002 0.001 imghdr.py:9(what)
1 0.000 0.000 0.000 0.000 cat.py:3(CatClient)
1 0.000 0.000 0.001 0.001 models.py:27(LogEntry)
1 0.000 0.000 0.002 0.002 markupbase.py:7(<module>)
1 0.000 0.000 0.000 0.000 request_token.py:10(<module>)
6 0.000 0.000 0.000 0.000 query.py:1345(names_to_path)
1 0.000 0.000 0.001 0.001 gettext.py:77(c2py)
33 0.000 0.000 0.000 0.000 base.py:131(__getattr__)
1 0.000 0.000 0.001 0.001 forms.py:117(UserEditForm)
1 0.000 0.000 0.000 0.000 numberformat.py:1(<module>)
1 0.000 0.000 0.000 0.000 connectionpool.py:59(ConnectionPool)
1 0.000 0.000 0.000 0.000 0002_add_verbose_name_on_userprofile.py:2(<module>)
20 0.000 0.000 0.000 0.000 {method 'rindex' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
1 0.000 0.000 0.001 0.001 loading.py:128(__init__)
19 0.000 0.000 0.002 0.000 __init__.py:2260(normalize_path)
1 0.000 0.000 0.000 0.000 rfc822.py:71(<module>)
1 0.000 0.000 0.002 0.002 timesince.py:1(<module>)
1 0.000 0.000 0.000 0.000 blocks.py:158(RichTeaserBlock)
20 0.000 0.000 0.000 0.000 __init__.py:1296(addHandler)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:488(_open)
7 0.000 0.000 0.000 0.000 transaction.py:280(atomic)
1 0.000 0.000 0.001 0.001 0002_auto_20151125_2324.py:7(Migration)
26 0.000 0.000 0.000 0.000 dyld.py:103(dyld_default_search)
1 0.000 0.000 0.000 0.000 0004_page_locked.py:2(<module>)
1 0.000 0.000 0.000 0.000 fields.py:10(AddField)
1 0.000 0.000 0.000 0.000 structures.py:9(<module>)
32 0.000 0.000 0.000 0.000 checks.py:930(_check_formset)
7 0.000 0.000 0.000 0.000 decorators.py:141(__call__)
27 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
2 0.000 0.000 0.003 0.001 argparse.py:1556(__init__)
1 0.000 0.000 0.000 0.000 url_routing.py:1(<module>)
1 0.000 0.000 0.000 0.000 models.py:266(FacilityOverview)
1 0.000 0.000 0.000 0.000 models.py:103(Event)
238 0.000 0.000 0.000 0.000 _structures.py:43(__neg__)
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 0006_add_lock_page_permission.py:2(<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:174(Report)
1 0.000 0.000 0.000 0.000 lexer.py:155(Lexer)
1 0.000 0.000 0.000 0.000 common.py:39(SectionPage)
1 0.000 0.000 0.000 0.000 filter.py:3(<module>)
1 0.000 0.000 0.000 0.000 0004_set_unique_on_path_and_site.py:2(<module>)
36 0.000 0.000 0.000 0.000 __init__.py:1203(_check_fix_default_value)
1 0.000 0.000 0.000 0.000 models.py:220(PartnerOrganization)
1 0.000 0.000 0.000 0.000 runner.py:28(TextTestResult)
157 0.000 0.000 0.000 0.000 version.py:362(<lambda>)
19 0.000 0.000 0.000 0.000 messages.py:72(__init__)
3 0.000 0.000 0.001 0.000 query.py:1317(_add_q)
1 0.000 0.000 0.000 0.000 writer.py:152(as_string)
13 0.000 0.000 0.000 0.000 utils.py:85(decorator)
27 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
1 0.000 0.000 0.000 0.000 __init__.py:1016(__init__)
72 0.000 0.000 0.000 0.000 registry.py:95(<genexpr>)
1 0.000 0.000 0.000 0.000 handlers.py:42(BaseHandler)
1 0.000 0.000 0.000 0.000 0019_verbose_names_cleanup.py:2(<module>)
10 0.000 0.000 0.000 0.000 Queue.py:237(_qsize)
1 0.000 0.000 0.001 0.001 element.py:122(PageElement)
23 0.000 0.000 0.000 0.000 {_struct.calcsize}
1 0.000 0.000 0.000 0.000 management.py:1(<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 models.py:383(MPTTModel)
27 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
3 0.000 0.000 0.072 0.024 loading.py:27(import_class)
111 0.000 0.000 0.000 0.000 __init__.py:938(_check_primary_key)
1 0.000 0.000 0.000 0.000 tree.py:4(<module>)
1 0.000 0.000 0.000 0.000 forms.py:16(SQLSelectForm)
9 0.000 0.000 0.000 0.000 deconstruct.py:9(deconstructible)
3 0.000 0.000 0.000 0.000 __init__.py:291(register_treebuilders_from)
1 0.000 0.000 0.000 0.000 0003_add_uniqueness_constraint_on_group_page_permission.py:2(<module>)
19 0.000 0.000 0.000 0.000 models.py:504(name_lower)
1 0.000 0.000 0.000 0.000 formsets.py:50(BaseFormSet)
1 0.000 0.000 0.000 0.000 __init__.py:145(activate)
1 0.000 0.000 0.000 0.000 0006_add_verbose_names.py:8(Migration)
1 0.000 0.000 0.000 0.000 base.py:18(BaseDatabaseWrapper)
1 0.000 0.000 0.000 0.000 _collections.py:101(HTTPHeaderDict)
19 0.000 0.000 0.000 0.000 tokenize.py:45(group)
10 0.000 0.000 0.000 0.000 decorators.py:98(_decorator)
68 0.000 0.000 0.000 0.000 lazy.py:92(lazy)
1 0.000 0.000 0.000 0.000 argparse.py:147(HelpFormatter)
1 0.000 0.000 0.001 0.001 models.py:58(Site)
1 0.000 0.000 0.000 0.000 views.py:48(Delete)
1 0.000 0.000 0.000 0.000 list_block.py:1(<module>)
22 0.000 0.000 0.000 0.000 models.py:330(<genexpr>)
2 0.000 0.000 0.001 0.000 argparse.py:1707(parse_known_args)
137 0.000 0.000 0.000 0.000 base.py:1465(<genexpr>)
7 0.000 0.000 0.000 0.000 tokenize.py:270(generate_tokens)
89 0.000 0.000 0.000 0.000 extensions.py:163(<lambda>)
1 0.000 0.000 0.000 0.000 ImageChops.py:18(<module>)
2 0.000 0.000 0.000 0.000 JpegImagePlugin.py:181(DQT)
47 0.000 0.000 0.000 0.000 base.py:90(add_to_class)
32 0.000 0.000 0.000 0.000 query.py:1644(can_filter)
2 0.000 0.000 0.000 0.000 {PIL._imaging.new}
50 0.000 0.000 0.000 0.000 __init__.py:1014(_check_null)
49 0.000 0.000 0.000 0.000 {method 'rpartition' of 'str' objects}
43 0.000 0.000 0.000 0.000 checks.py:832(_check_date_hierarchy)
9 0.000 0.000 0.000 0.000 decorators.py:26(_dec)
1 0.000 0.000 0.000 0.000 {print}
1 0.000 0.000 0.000 0.000 _sysconfigdata.py:2(<module>)
10 0.000 0.000 0.000 0.000 {method 'seek' of 'file' objects}
1 0.000 0.000 0.000 0.000 encoder.py:212(iterencode)
1 0.000 0.000 0.000 0.000 sessions.py:1(<module>)
1 0.000 0.000 0.001 0.001 checks.py:23(has_png_support)
2 0.000 0.000 0.001 0.000 image.py:79(check_backends)
1 0.000 0.000 0.000 0.000 common.py:64(SubNavigationItem)
1 0.000 0.000 0.371 0.371 urlresolvers.py:524(reverse)
18 0.000 0.000 0.000 0.000 six.py:108(__init__)
1 0.000 0.000 0.000 0.000 common.py:29(PageWithHero)
42 0.000 0.000 0.000 0.000 trans_real.py:187(merge)
1 0.000 0.000 0.006 0.006 recorder.py:22(Migration)
6 0.000 0.000 0.000 0.000 timezone.py:316(now)
17 0.000 0.000 0.000 0.000 argparse.py:1508(_add_action)
1 0.000 0.000 0.000 0.000 models.py:141(Opinion)
1 0.000 0.000 0.000 0.000 models.py:118(NewsroomFeature)
8 0.000 0.000 0.000 0.000 config.py:751(add_handlers)
1 0.000 0.000 0.371 0.371 settings.py:211(patch_root_urlconf)
5 0.000 0.000 0.000 0.000 threading.py:242(Condition)
62 0.000 0.000 0.000 0.000 __init__.py:967(_added_new)
1 0.000 0.000 0.000 0.000 utils.py:268(__init__)
1 0.000 0.000 0.000 0.000 {binascii.hexlify}
9 0.000 0.000 0.000 0.000 tree.py:91(add)
1 0.000 0.000 0.000 0.000 timeout.py:21(Timeout)
1 0.000 0.000 0.000 0.000 base.py:385(Model)
1 0.000 0.000 0.000 0.000 tokenizer.py:24(HTMLTokenizer)
28 0.000 0.000 0.000 0.000 _binary.py:52(i16be)
1 0.000 0.000 0.000 0.000 sql.py:11(Token)
3/1 0.000 0.000 0.000 0.000 writer.py:283(serialize)
2 0.000 0.000 0.025 0.012 pillow.py:31(from_file)
2 0.000 0.000 0.000 0.000 fields.py:223(__init__)
66 0.000 0.000 0.000 0.000 pkgutil.py:173(__init__)
6 0.000 0.000 0.000 0.000 decimal.py:514(__new__)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:59(APP)
1 0.000 0.000 0.000 0.000 ssl.py:129(<dictcomp>)
1 0.000 0.000 0.000 0.000 _compat.py:30(with_metaclass)
5 0.000 0.000 0.000 0.000 six.py:191(load_module)
1 0.000 0.000 264.603 264.603 __init__.py:349(execute_from_command_line)
1 0.000 0.000 0.000 0.000 search_indexes.py:10(CountryIndex)
22 0.000 0.000 0.000 0.000 base.py:1146(tag_function)
1 0.000 0.000 0.006 0.006 dateparse.py:1(<module>)
1 0.000 0.000 0.000 0.000 text.py:5(<module>)
11 0.000 0.000 0.000 0.000 threading.py:373(notify)
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
5 0.000 0.000 0.002 0.000 utils.py:31(get_module_path)
5 0.000 0.000 0.000 0.000 admin_utils.py:54(generate_order_inline)
3 0.000 0.000 0.000 0.000 {posix.putenv}
1 0.000 0.000 0.001 0.001 autodetector.py:1019(arrange_for_graph)
1 0.000 0.000 0.001 0.001 random.py:100(seed)
80 0.000 0.000 0.000 0.000 six.py:80(__init__)
1 0.000 0.000 0.011 0.011 html_parser.py:1(<module>)
5 0.000 0.000 0.000 0.000 _abcoll.py:24(_hasattr)
4 0.000 0.000 0.000 0.000 warnings.py:343(__enter__)
1 0.000 0.000 0.000 0.000 models.py:40(Permission)
2/1 0.000 0.000 0.953 0.953 __init__.py:29(_setup)
13 0.000 0.000 0.000 0.000 __init__.py:1037(get_unified_index)
14 0.000 0.000 0.000 0.000 widgets.py:284(__init__)
4 0.000 0.000 0.000 0.000 utils.py:180(_get_tree_model)
1 0.000 0.000 0.000 0.000 models.py:68(EmploymentOpportunity)
20 0.000 0.000 0.000 0.000 __init__.py:75(__init__)
1 0.000 0.000 0.000 0.000 _collections.py:27(RecentlyUsedContainer)
5 0.000 0.000 0.000 0.000 __init__.py:1093(_fixupChildren)
1 0.000 0.000 0.000 0.000 django.py:18(__init__)
23 0.000 0.000 0.000 0.000 checks.py:397(_check_prepopulated_fields_value_item)
119 0.000 0.000 0.000 0.000 version.py:342(_parse_local_version)
1 0.000 0.000 0.000 0.000 models.py:238(GSNWeekInReview)
1 0.000 0.000 0.000 0.000 pdb.py:59(Pdb)
4 0.000 0.000 0.000 0.000 base.py:5(__init__)
3 0.000 0.000 0.001 0.000 query.py:1291(add_q)
2 0.000 0.000 0.000 0.000 six.py:126(_resolve)
29 0.000 0.000 0.000 0.000 query.py:1735(clear_ordering)
1 0.000 0.000 0.000 0.000 management.py:3(<module>)
1 0.000 0.000 0.000 0.000 blocks.py:222(EmbeddedVideoBlock)
3 0.000 0.000 0.000 0.000 query_utils.py:52(__init__)
1 0.000 0.000 0.000 0.000 nonmultipart.py:5(<module>)
127 0.000 0.000 0.000 0.000 base.py:1435(<genexpr>)
1 0.000 0.000 0.000 0.000 base_search_indexes.py:8(BaseIndex)
1 0.000 0.000 0.003 0.003 base.py:297(create_parser)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:133(SOF)
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 models.py:183(FAQContent)
3 0.000 0.000 0.000 0.000 query.py:987(prepare_lookup_value)
1 0.000 0.000 0.000 0.000 __init__.py:265(_reset_cache)
2 0.000 0.000 0.000 0.000 base.py:109(write)
22 0.000 0.000 0.000 0.000 lru_cache.py:45(lru_cache)
1 0.000 0.000 0.000 0.000 features.py:6(SubFeature)
1 0.000 0.000 0.000 0.000 engine.py:17(Engine)
4 0.000 0.000 0.000 0.000 six.py:72(_import_module)
3 0.000 0.000 0.000 0.000 argparse.py:2200(_get_values)
1 0.000 0.000 0.000 0.000 Image.py:482(Image)
4 0.000 0.000 0.001 0.000 __init__.py:1718(formfield)
2 0.000 0.000 0.000 0.000 forms.py:183(__new__)
2 0.000 0.000 0.000 0.000 warnings.py:49(filterwarnings)
1 0.000 0.000 0.000 0.000 sql.py:147(TokenList)
1 0.000 0.000 0.000 0.000 models.py:373(Region)
4 0.000 0.000 0.000 0.000 argparse.py:1486(__init__)
1 0.000 0.000 0.000 0.000 FixTk.py:1(<module>)
4 0.000 0.000 0.000 0.000 fields.py:324(__init__)
6 0.000 0.000 0.000 0.000 cache.py:50(never_cache)
10 0.000 0.000 0.000 0.000 related.py:1288(model)
1 0.000 0.000 0.000 0.000 models.py:95(Tutorial)
7 0.000 0.000 0.000 0.000 signals.py:15(__init__)
13 0.000 0.000 0.000 0.000 registry.py:232(<genexpr>)
1 0.000 0.000 0.057 0.057 hooks.py:36(search_for_hooks)
1 0.000 0.000 0.000 0.000 models.py:13(NTIImage)
1 0.000 0.000 0.000 0.000 multipart.py:5(<module>)
8 0.000 0.000 0.000 0.000 argparse.py:807(__init__)
1 0.000 0.000 0.000 0.000 models.py:97(Group)
1 0.000 0.000 0.000 0.000 models.py:447(AnonymousUser)
7 0.000 0.000 0.000 0.000 weakref.py:81(__contains__)
1 0.000 0.000 0.000 0.000 blocks.py:111(BaseTeaserBlock)
1 0.000 0.000 0.000 0.000 blocks.py:189(BasicMediaBlock)
1 0.000 0.000 0.002 0.002 checks.py:8(check_generic_foreign_keys)
1 0.000 0.000 0.000 0.000 element.py:779(Tag)
2 0.000 0.000 0.001 0.000 ImageFile.py:78(__init__)
3 0.000 0.000 0.001 0.000 query.py:688(_filter_or_exclude)
1 0.000 0.000 0.000 0.000 0005_alter_user_last_login_null.py:7(Migration)
4 0.000 0.000 0.000 0.000 collections.py:472(most_common)
7 0.000 0.000 0.000 0.000 sites.py:252(wrap)
1 0.000 0.000 0.000 0.000 {PIL._imaging.jpeg_decoder}
10 0.000 0.000 0.000 0.000 fields.py:268(widget_attrs)
1 0.000 0.000 0.000 0.000 forms.py:79(SubjectAdminForm)
42 0.000 0.000 0.000 0.000 base.py:407(<lambda>)
6 0.000 0.000 0.001 0.000 __init__.py:1891(formfield)
2 0.000 0.000 0.000 0.000 termcolors.py:15(colorize)
17 0.000 0.000 0.000 0.000 related.py:1212(through)
4 0.000 0.000 0.000 0.000 uuid.py:101(__init__)
1 0.000 0.000 0.000 0.000 models.py:303(PermissionsMixin)
1 0.000 0.000 0.000 0.000 poolmanager.py:193(ProxyManager)
2 0.000 0.000 0.027 0.014 image.py:56(open)
1 0.000 0.000 0.000 0.000 app_loading.py:2(<module>)
1 0.000 0.000 0.000 0.000 dammit.py:324(UnicodeDammit)
9 0.000 0.000 0.000 0.000 warnings.py:78(simplefilter)
17 0.000 0.000 0.000 0.000 argparse.py:1435(_pop_action_class)
1 0.000 0.000 0.000 0.000 smartif.py:72(prefix)
3 0.000 0.000 0.000 0.000 six.py:195(load_module)
1 0.000 0.000 0.000 0.000 managers.py:67(TreeManager)
1 0.000 0.000 0.002 0.002 forms.py:36(ImageInsertionForm)
1 0.000 0.000 0.000 0.000 module_loading.py:2(<module>)
1 0.000 0.000 0.000 0.000 menu.py:51(Menu)
1 0.000 0.000 0.000 0.000 search_indexes.py:60(TestimonyIndex)
1 0.000 0.000 0.000 0.000 JpegPresets.py:67(<module>)
1 0.000 0.000 0.000 0.000 models.py:26(Session)
8 0.000 0.000 0.000 0.000 weakref.py:282(__init__)
1 0.000 0.000 0.000 0.000 models.py:48(File)
1 0.000 0.000 0.000 0.000 forms.py:27(SearchForm)
1 0.000 0.000 0.000 0.000 utils.py:19(__init__)
1 0.000 0.000 0.000 0.000 request.py:13(RequestMethods)
1 0.000 0.000 0.000 0.000 models.py:158(ContentType)
1 0.000 0.000 0.000 0.000 decimal.py:3764(Context)
1 0.000 0.000 0.000 0.000 signature.py:23(<module>)
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 options.py:98(BaseModelAdmin)
1 0.000 0.000 0.000 0.000 deconstruct.py:2(<module>)
1 0.000 0.000 0.000 0.000 models.py:15(Node)
12 0.000 0.000 0.000 0.000 Image.py:2485(register_extension)
1 0.000 0.000 0.001 0.001 utils.py:109(all)
1 0.000 0.000 0.000 0.000 0003_alter_user_email_max_length.py:7(Migration)
1 0.000 0.000 0.000 0.000 models.py:77(Site)
1 0.000 0.000 0.000 0.000 0002_chapter_article_page.py:7(Migration)
1 0.000 0.000 0.000 0.000 __init__.py:3074(_initialize)
1 0.000 0.000 0.000 0.000 forms.py:236(GroupPagePermissionForm)
1 0.000 0.000 0.000 0.000 tzinfo.py:16(memorized_timedelta)
1 0.000 0.000 0.000 0.000 _lxml.py:28(LXMLTreeBuilderForXML)
2 0.000 0.000 0.000 0.000 __init__.py:382(__getitem__)
1 0.000 0.000 0.000 0.000 models.py:194(AbstractBaseUser)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
12 0.000 0.000 0.000 0.000 base.py:1489(<dictcomp>)
1 0.000 0.000 0.000 0.000 models.py:129(PDF)
42 0.000 0.000 0.000 0.000 __init__.py:74(<dictcomp>)
32 0.000 0.000 0.000 0.000 checks.py:910(_check_max_num)
1 0.000 0.000 0.008 0.008 recorder.py:9(MigrationRecorder)
1 0.000 0.000 0.000 0.000 managers.py:274(TaggableManager)
1 0.000 0.000 0.000 0.000 0004_make_focal_point_key_not_nullable.py:34(Migration)
27 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
1 0.000 0.000 0.012 0.012 __init__.py:624(__init__)
1 0.000 0.000 0.000 0.000 feedgenerator.py:86(SyndicationFeed)
8 0.000 0.000 0.000 0.000 edit.py:20(__new__)
1 0.000 0.000 0.000 0.000 base_models.py:25(Describable)
3 0.000 0.000 0.000 0.000 fields.py:341(contribute_to_class)
2 0.000 0.000 0.001 0.001 query.py:65(as_manager)
1 0.000 0.000 0.000 0.000 uuid.py:53(UUID)
1 0.000 0.000 0.000 0.000 models.py:45(OfficialDocument)
1 0.000 0.000 0.000 0.000 base.py:17(__init__)
14/1 0.000 0.000 0.371 0.371 urlresolvers.py:347(app_dict)
1 0.000 0.000 0.000 0.000 <string>:1(Url)
1 0.000 0.000 0.000 0.000 blocks.py:138(FocalTeaserBlock)
12 0.000 0.000 0.000 0.000 plistlib.py:409(handleBeginElement)
6 0.000 0.000 0.000 0.000 six.py:124(__init__)
1 0.000 0.000 0.000 0.000 checks.py:9(check_user_model)
19 0.000 0.000 0.000 0.000 messages.py:17(__init__)
7 0.000 0.000 0.000 0.000 migration.py:172(__new__)
1 0.000 0.000 0.000 0.000 StringIO.py:30(<module>)
1 0.000 0.000 0.000 0.000 sysconfig.py:170(_getuserbase)
3 0.000 0.000 0.000 0.000 query.py:876(get_initial_alias)
1 0.000 0.000 0.000 0.000 models.py:43(TagBase)
1 0.000 0.000 0.000 0.000 blocks.py:205(EmbeddedMediaBlock)
1 0.000 0.000 0.000 0.000 pickle.py:827(Unpickler)
32 0.000 0.000 0.000 0.000 checks.py:920(_check_min_num)
1 0.000 0.000 0.000 0.000 gzip.py:4(<module>)
16 0.000 0.000 0.000 0.000 copy.py:226(_deepcopy_list)
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 stream_block.py:239(StreamValue)
9 0.000 0.000 0.000 0.000 models.py:332(name_lower)
1 0.000 0.000 0.001 0.001 models.py:7(Redirect)
1 0.000 0.000 0.000 0.000 0002_auto_20150616_2121.py:7(Migration)
2 0.000 0.000 0.000 0.000 __init__.py:97(__init__)
3 0.000 0.000 0.000 0.000 posixpath.py:251(expanduser)
1 0.000 0.000 0.000 0.000 fields.py:149(CharField)
1 0.000 0.000 0.001 0.001 pages.py:92(ImpactPage)
1 0.000 0.000 0.000 0.000 HTMLParser.py:75(HTMLParser)
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 ratelimitcache.py:21(__call__)
4 0.000 0.000 0.000 0.000 codecs.py:83(__new__)
1 0.000 0.000 0.000 0.000 blocks.py:174(MediaTeaserBlock)
1 0.000 0.000 0.000 0.000 0002_thumbnaildimensions.py:7(Migration)
14 0.000 0.000 0.000 0.000 urlresolvers.py:340(namespace_dict)
1 0.000 0.000 0.002 0.002 py.py:10(__init__)
25 0.000 0.000 0.000 0.000 files.py:258(_check_unique)
68 0.000 0.000 0.000 0.000 related.py:1228(__get__)
1 0.000 0.000 0.000 0.000 views.py:310(CountryProfileThreat)
5 0.000 0.000 0.000 0.000 PngImagePlugin.py:129(call)
1 0.000 0.000 0.000 0.000 models.py:431(AbstractRendition)
1 0.000 0.000 0.000 0.000 fields.py:57(Field)
1 0.000 0.000 0.000 0.000 urlparse.py:95(hostname)
4 0.000 0.000 0.000 0.000 __init__.py:825(__init__)
4 0.000 0.000 0.000 0.000 six.py:83(__get__)
1 0.000 0.000 261.717 261.717 base.py:373(run_from_argv)
12 0.000 0.000 0.001 0.000 plistlib.py:415(handleEndElement)
23 0.000 0.000 0.000 0.000 managers.py:350(left_attr)
11 0.000 0.000 0.000 0.000 loading.py:155(for_read)
1 0.000 0.000 0.000 0.000 _LWPCookieJar.py:12(<module>)
18 0.000 0.000 0.000 0.000 __init__.py:967(__init__)
1 0.000 0.000 0.000 0.000 0002_add_verbose_name_on_userprofile.py:7(Migration)
7 0.000 0.000 0.002 0.000 query.py:360(facet)
1 0.000 0.000 0.000 0.000 lorem_ipsum.py:3(<module>)
1 0.000 0.000 0.265 0.265 loader.py:41(__init__)
1 0.000 0.000 0.000 0.000 timeout.py:96(__init__)
1 0.000 0.000 0.000 0.000 0003_fix_focal_point_fields.py:7(Migration)
11 0.000 0.000 0.000 0.000 threading.py:300(_is_owned)
1 0.000 0.000 0.000 0.000 0005_remove_event_projects.py:7(Migration)
1 0.000 0.000 0.000 0.000 utils.py:258(close_all)
2 0.000 0.000 0.000 0.000 __init__.py:145(get_user_model)
5 0.000 0.000 0.000 0.000 http.py:34(decorator)
1 0.000 0.000 0.000 0.000 0008_auto_20151125_1819.py:7(Migration)
1 0.000 0.000 0.000 0.000 permissions.py:1(<module>)
1 0.000 0.000 0.000 0.000 models.py:163(Table)
1 0.000 0.000 0.000 0.000 __init__.py:50(BeautifulSoup)
7 0.000 0.000 0.000 0.000 weakref.py:98(__setitem__)
7 0.000 0.000 0.000 0.000 __init__.py:692(createLock)
6 0.000 0.000 0.000 0.000 {zip}
1 0.000 0.000 0.000 0.000 fields.py:216(EdgeNgramField)
1 0.000 0.000 0.000 0.000 0011_auto_20160106_1627.py:8(Migration)
1 0.000 0.000 0.000 0.000 base.py:142(__init__)
2 0.000 0.000 0.001 0.000 argparse.py:2039(_match_arguments_partial)
5 0.000 0.000 0.000 0.000 config.py:685(add_filters)
1 0.000 0.000 0.000 0.000 models.py:1208(GroupPagePermission)
1 0.000 0.000 0.001 0.001 ElementPath.py:59(<module>)
1 0.000 0.000 0.000 0.000 models.py:73(Author)
1 0.000 0.000 0.000 0.000 forms.py:103(SelectDateForm)
1 0.000 0.000 0.000 0.000 messages.py:1(<module>)
1 0.000 0.000 0.000 0.000 features.py:6(BaseDatabaseFeatures)
2 0.000 0.000 0.000 0.000 views.py:20(__init__)
1 0.000 0.000 0.000 0.000 UserList.py:1(<module>)
2 0.000 0.000 0.000 0.000 models.py:68(__init__)
37 0.000 0.000 0.000 0.000 argparse.py:1238(_registry_get)
1 0.000 0.000 0.000 0.000 models.py:112(Chapter)
1 0.000 0.000 0.000 0.000 forms.py:48(URLGeneratorForm)
8 0.000 0.000 0.001 0.000 config.py:777(configure_logger)
1 0.000 0.000 0.000 0.000 userbar.py:58(ModeratePageItem)
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 atexit.py:6(<module>)
1 0.000 0.000 0.000 0.000 functional.py:230(LazyObject)
1 0.000 0.000 0.000 0.000 models.py:358(FacilityCategory)
4 0.000 0.000 0.000 0.000 PngImagePlugin.py:136(crc)
33 0.000 0.000 0.000 0.000 plistlib.py:420(handleData)
3 0.000 0.000 0.000 0.000 argparse.py:1789(take_action)
3 0.000 0.000 0.000 0.000 query.py:1027(solve_lookup_type)
3 0.000 0.000 0.001 0.000 models.py:174(get_top_level_subjects)
1 0.000 0.000 0.000 0.000 taggable.py:13(TagSearchable)
23 0.000 0.000 0.000 0.000 models.py:500(__init__)
4 0.000 0.000 0.002 0.001 six.py:91(__get__)
2 0.000 0.000 0.000 0.000 base.py:183(as_view)
1 0.000 0.000 0.065 0.065 views.py:17(SearchView)
1 0.000 0.000 0.000 0.000 cluster.py:3(ClusterClient)
5 0.000 0.000 0.000 0.000 utils.py:103(any_permission_required)
1 0.000 0.000 0.000 0.000 snapshot.py:3(SnapshotClient)
2 0.000 0.000 0.000 0.000 0002_initial_data.py:41(Migration)
3 0.000 0.000 0.000 0.000 query.py:2116(update_join_types)
1 0.000 0.000 0.000 0.000 base.py:29(__init__)
39 0.000 0.000 0.000 0.000 edit_handlers.py:764(__init__)
1 0.000 0.000 0.000 0.000 base.py:67(DatabaseWrapper)
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:36(ElasticsearchSearchBackend)
2 0.000 0.000 0.150 0.075 __init__.py:23(autodiscover)
77 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
1 0.000 0.000 0.000 0.000 dateformat.py:199(DateFormat)
1 0.000 0.000 0.000 0.000 forms.py:21(SubjectTreeAdminForm)
1 0.000 0.000 0.000 0.000 request.py:42(HttpRequest)
1 0.000 0.000 0.000 0.000 utils.py:1(FileProxyMixin)
24 0.000 0.000 0.000 0.000 state.py:480(<genexpr>)
1 0.000 0.000 0.000 0.000 admin.py:41(UserAdmin)
1 0.000 0.000 0.000 0.000 specifiers.py:31(BaseSpecifier)
1 0.000 0.000 0.000 0.000 __init__.py:2936(__init__)
1 0.000 0.000 0.000 0.000 search_indexes.py:26(ReportIndex)
5 0.000 0.000 0.000 0.000 __init__.py:2096(formfield)
1 0.000 0.000 0.000 0.000 admin.py:42(WorkflowAdmin)
1 0.000 0.000 0.000 0.000 forms.py:7(GSNIssueForm)
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:546(get_distribution)
1 0.000 0.000 0.000 0.000 0011_page_first_published_at.py:7(Migration)
17 0.000 0.000 0.000 0.000 argparse.py:199(__init__)
4 0.000 0.000 0.000 0.000 Image.py:760(load)
1 0.000 0.000 0.033 0.033 base_models.py:46(_Content)
1 0.000 0.000 0.000 0.000 forms.py:63(UserCreationForm)
24 0.000 0.000 0.000 0.000 dispatcher.py:294(receiver)
1 0.000 0.000 0.000 0.000 models.py:205(AbstractEmailForm)
1 0.000 0.000 0.000 0.000 forms.py:324(AdminPasswordChangeForm)
1 0.000 0.000 0.000 0.000 Queue.py:26(__init__)
1 0.000 0.000 0.000 0.000 forms.py:259(SetPasswordForm)
1 0.000 0.000 0.000 0.000 utils.py:7(<module>)
1 0.000 0.000 0.000 0.000 helpers.py:27(ActionForm)
2 0.000 0.000 0.000 0.000 __init__.py:2871(parse_requirements)
2 0.000 0.000 0.000 0.000 _abcoll.py:63(__subclasshook__)
1 0.000 0.000 0.000 0.000 menu.py:99(SubmenuMenuItem)
1 0.000 0.000 0.000 0.000 models.py:41(FormSubmission)
1 0.000 0.000 0.000 0.000 repr.py:1(<module>)
1 0.000 0.000 0.000 0.000 forms.py:515(BoundField)
1 0.000 0.000 0.000 0.000 utils.py:149(databases)
3 0.000 0.000 0.000 0.000 query.py:1079(build_lookup)
1 0.000 0.000 0.000 0.000 argparse.py:1025(_SubParsersAction)
1 0.000 0.000 0.000 0.000 autodetector.py:1095(suggest_name)
4 0.000 0.000 0.000 0.000 version.py:42(get_complete_version)
17 0.000 0.000 0.000 0.000 argparse.py:557(_metavar_formatter)
1 0.000 0.000 0.000 0.000 models.py:76(Link)
1 0.000 0.000 0.000 0.000 models.py:168(FAQGroup)
1 0.000 0.000 0.000 0.000 utils.py:106(__iter__)
1 0.000 0.000 0.000 0.000 managers.py:101(_TaggableManager)
6 0.000 0.000 0.000 0.000 six.py:126(__init__)
1 0.000 0.000 0.000 0.000 handler.py:10(<module>)
1 0.000 0.000 0.000 0.000 admin_utils.py:68(ContentInstanceModelForm)
1 0.000 0.000 0.000 0.000 expressions.py:121(BaseExpression)
1 0.000 0.000 0.000 0.000 base.py:240(__init__)
1 0.000 0.000 0.000 0.000 models.py:220(GSNRecentStoryMembership)
79 0.000 0.000 0.000 0.000 {built-in method from_iterable}
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>)
1 0.000 0.000 0.000 0.000 feeds.py:152(LatestArticlesFeed)
1 0.000 0.000 0.000 0.000 models.py:202(GSNTopStoryMembership)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:44(DOMBuilder)
28 0.000 0.000 0.000 0.000 _binary.py:17(i8)
1 0.000 0.000 0.000 0.000 exceptions.py:82(HostChangedError)
1 0.000 0.000 0.000 0.000 base_models.py:77(ContentWorkflow)
4 0.000 0.000 0.000 0.000 widgets.py:730(__init__)
16 0.000 0.000 0.000 0.000 six.py:776(metaclass)
1 0.000 0.000 0.000 0.000 utils.py:163(ensure_defaults)
1 0.000 0.000 0.000 0.000 snippets.py:9(HtmlSnippet)
1 0.000 0.000 0.000 0.000 Cookie.py:648(__ParseString)
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 base.py:34(__init__)
1 0.000 0.000 0.000 0.000 forms.py:3(PasswordPageViewRestrictionForm)
1 0.000 0.000 0.002 0.002 log.py:70(configure_logging)
3 0.000 0.000 0.000 0.000 csrf.py:50(csrf_exempt)
24 0.000 0.000 0.000 0.000 {method 'iteritems' of 'dict' objects}
1 0.000 0.000 0.000 0.000 0019_verbose_names_cleanup.py:7(Migration)
10 0.000 0.000 0.001 0.000 plistlib.py:433(getData)
8 0.000 0.000 0.000 0.000 {PIL._imaging.crc32}
1 0.000 0.000 0.000 0.000 vary.py:1(<module>)
4 0.000 0.000 0.000 0.000 warnings.py:322(__init__)
2 0.000 0.000 0.000 0.000 connectionpool.py:98(HTTPConnectionPool)
1 0.000 0.000 0.000 0.000 models.py:135(StoryCard)
3 0.000 0.000 0.000 0.000 __init__.py:712(get_prep_lookup)
1 0.000 0.000 0.000 0.000 cookielib.py:1217(CookieJar)
1 0.000 0.000 0.000 0.000 forms.py:73(Meta)
1 0.000 0.000 0.000 0.000 <string>:1(FieldInfo)
1 0.000 0.000 0.000 0.000 forms.py:186(GroupForm)
1 0.000 0.000 0.004 0.004 platform.py:776(_mac_ver_xml)
1 0.000 0.000 0.000 0.000 toolbar.py:20(DebugToolbar)
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>)
1 0.000 0.000 0.000 0.000 registry.py:20(CheckRegistry)
1 0.000 0.000 0.000 0.000 utils.py:65(memoize_generator)
1 0.000 0.000 0.000 0.000 threading.py:640(Thread)
1 0.000 0.000 0.014 0.014 specifiers.py:285(Specifier)
2 0.000 0.000 0.001 0.000 _osx_support.py:83(_get_system_version)
1 0.000 0.000 0.000 0.000 search_indexes.py:7(PrimerIndex)
1 0.000 0.000 0.001 0.001 trans_real.py:144(_init_translation_catalog)
1 0.000 0.000 0.570 0.570 validators.py:66(URLValidator)
4 0.000 0.000 0.000 0.000 managers.py:72(contribute_to_class)
1 0.000 0.000 0.000 0.000 response.py:66(HTTPResponse)
1 0.000 0.000 0.000 0.000 models.py:173(TreatyChapter)
1 0.000 0.000 0.000 0.000 forms.py:14(EmbedForm)
1 0.000 0.000 0.000 0.000 __init__.py:427(BaseSearchQuery)
5 0.000 0.000 0.000 0.000 utils.py:110(decorator)
1 0.000 0.000 0.000 0.000 autodetector.py:1117(parse_number)
1 0.000 0.000 0.000 0.000 <string>:1(ModuleInfo)
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 fields.py:50(RequestField)
7 0.000 0.000 0.000 0.000 specifiers.py:276(_require_version_compare)
1 0.000 0.000 0.000 0.000 blocks.py:123(BasicTeaserBlock)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:371(chunk_pHYs)
43 0.000 0.000 0.000 0.000 pkgutil.py:44(cls)
15 0.000 0.000 0.000 0.000 index.py:86(__init__)
1 0.000 0.000 0.000 0.000 forms.py:99(UserChangeForm)
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)
25 0.000 0.000 0.000 0.000 files.py:271(_check_primary_key)
1 0.000 0.000 0.000 0.000 {pyexpat.ParserCreate}
1 0.000 0.000 0.000 0.000 forms.py:12(FormBuilder)
2 0.000 0.000 0.000 0.000 ascii.py:41(getregentry)
1 0.000 0.000 0.000 0.000 utils.py:8(<module>)
20 0.000 0.000 0.000 0.000 base.py:23(wrapper)
41 0.000 0.000 0.000 0.000 __init__.py:182(<lambda>)
1 0.000 0.000 0.000 0.000 dateformat.py:43(TimeFormat)
1 0.000 0.000 0.000 0.000 models.py:170(CountryFact)
1 0.000 0.000 0.000 0.000 base.py:13(File)
1 0.000 0.000 0.000 0.000 base.py:52(BaseCache)
5 0.000 0.000 0.000 0.000 checks.py:423(_check_ordering_item)
1 0.000 0.000 0.000 0.000 _compat.py:14(<module>)
1 0.000 0.000 0.000 0.000 related.py:1265(ForeignObjectRel)
1 0.000 0.000 0.000 0.000 utils.py:140(ConnectionHandler)
1 0.000 0.000 0.000 0.000 makemigrations.py:109(<dictcomp>)
1 0.000 0.000 0.000 0.000 subprocess.py:647(Popen)
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 0006_add_lock_page_permission.py:7(Migration)
1 0.000 0.000 0.000 0.000 mimetypes.py:378(_default_mime_types)
8 0.000 0.000 0.000 0.000 base.py:1121(__init__)
1 0.000 0.000 0.057 0.057 hooks.py:43(get_hooks)
45 0.000 0.000 0.000 0.000 extras.py:977(<lambda>)
1 0.000 0.000 0.000 0.000 numbers.py:34(Complex)
1 0.000 0.000 0.000 0.000 base.py:31(SessionBase)
1 0.000 0.000 0.000 0.000 testcases.py:142(SimpleTestCase)
1 0.000 0.000 0.000 0.000 fields.py:236(model_name_lower)
9 0.000 0.000 0.006 0.001 settings.py:187(<genexpr>)
2 0.000 0.000 0.001 0.000 image.py:140(find_loader)
74 0.000 0.000 0.000 0.000 {globals}
7 0.000 0.000 0.000 0.000 utils.py:131(require_instance_manager)
1 0.000 0.000 0.000 0.000 inspect.py:895(getcallargs)
1 0.000 0.000 0.000 0.000 schema.py:21(BaseDatabaseSchemaEditor)
10 0.000 0.000 0.000 0.000 Queue.py:240(_put)
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
1 0.000 0.000 0.024 0.024 __init__.py:3084(_initialize_master_working_set)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 forms.py:111(BaseForm)
1 0.000 0.000 0.000 0.000 related.py:1475(ForeignObject)
1 0.000 0.000 0.000 0.000 0007_image_file_size.py:7(Migration)
7 0.000 0.000 0.000 0.000 weakref.py:267(__init__)
1 0.000 0.000 0.000 0.000 minicompat.py:51(NodeList)
17 0.000 0.000 0.000 0.000 argparse.py:1448(_check_conflict)
1 0.000 0.000 0.000 0.000 base.py:31(Client)
28 0.000 0.000 0.000 0.000 sre_parse.py:139(__delitem__)
33 0.000 0.000 0.000 0.000 pyexpat.c:441(CharacterData)
2 0.000 0.000 0.000 0.000 urlparse.py:107(port)
1 0.000 0.000 0.000 0.000 _MozillaCookieJar.py:1(<module>)
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:228(ImageFileDirectory)
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(Mismatch)
1 0.000 0.000 0.000 0.000 views.py:281(CountryProfileDocuments)
15 0.000 0.000 0.000 0.000 fields.py:87(__init__)
1 0.000 0.000 0.000 0.000 response.py:94(HttpResponseBase)
5 0.000 0.000 0.000 0.000 utils.py:75(__init__)
1 0.000 0.000 0.000 0.000 0010_change_page_owner_to_null_on_delete.py:9(Migration)
3 0.000 0.000 0.000 0.000 manager.py:221(all)
1 0.000 0.000 0.000 0.000 __init__.py:1398(MarkerEvaluation)
1 0.000 0.000 0.000 0.000 <string>:1(Column)
1 0.000 0.000 0.000 0.000 retry.py:17(Retry)
2 0.000 0.000 0.000 0.000 apps.py:14(ready)
3 0.000 0.000 0.000 0.000 lookups.py:99(__init__)
1 0.000 0.000 0.000 0.000 shortcuts.py:1(<module>)
2 0.000 0.000 0.000 0.000 forms.py:27(__init__)
6 0.000 0.000 0.000 0.000 query.py:754(demote_joins)
1 0.000 0.000 0.000 0.000 0003_event_project_pages.py:7(Migration)
6 0.000 0.000 0.000 0.000 debug.py:64(decorator)
1 0.000 0.000 0.000 0.000 0004_set_unique_on_path_and_site.py:7(Migration)
2 0.000 0.000 0.000 0.000 Image.py:406(_getdecoder)
1 0.000 0.000 0.000 0.000 loading.py:159(UnifiedIndex)
3 0.000 0.000 0.000 0.000 fields.py:63(check)
1 0.000 0.000 0.023 0.023 trans_real.py:107(__init__)
1 0.000 0.000 0.000 0.000 models.py:1116(ModelChoiceField)
1 0.000 0.000 0.001 0.001 _osx_support.py:128(_supports_universal_builds)
37 0.000 0.000 0.000 0.000 argparse.py:95(_callable)
1 0.000 0.000 0.000 0.000 __init__.py:2454(Distribution)
1 0.000 0.000 0.000 0.000 models.py:302(GSNReaderAlert)
3 0.000 0.000 0.000 0.000 fields.py:98(_check_content_type_field)
1 0.000 0.000 0.000 0.000 models.py:155(CommonGenericTaggedItemBase)
1 0.000 0.000 0.002 0.002 config.py:350(BaseConfigurator)
1 0.000 0.000 0.001 0.001 fields.py:588(FileField)
1 0.000 0.000 0.000 0.000 minidom.py:630(Element)
1 0.000 0.000 0.000 0.000 newsroom.py:75(NewsItemPage)
1 0.000 0.000 0.000 0.000 nodes.py:3(NodesClient)
1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
1 0.000 0.000 0.000 0.000 managers.py:424(formfield)
7 0.000 0.000 0.000 0.000 sites.py:110(unregister)
1 0.000 0.000 0.006 0.006 util.py:76(find_library)
2 0.000 0.000 0.000 0.000 deprecation.py:9(deprecated_resize_parameters)
11 0.000 0.000 0.000 0.000 ImageFile.py:506(_safe_read)
1 0.000 0.000 0.000 0.000 fields.py:218(RenameField)
1 0.000 0.000 0.000 0.000 bdb.py:14(Bdb)
1 0.000 0.000 0.000 0.000 argparse.py:1538(ArgumentParser)
1 0.000 0.000 0.000 0.000 <string>:1(DefaultVerifyPaths)
5 0.000 0.000 0.000 0.000 plistlib.py:469(end_string)
3 0.000 0.000 0.000 0.000 models.py:15(decorator)
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 0020_add_index_on_page_first_published_at.py:7(Migration)
1 0.000 0.000 0.004 0.004 plistlib.py:68(readPlist)
1 0.000 0.000 0.000 0.000 wsgi.py:81(WSGIRequest)
1 0.000 0.000 0.000 0.000 zipfile.py:709(ZipFile)
1 0.000 0.000 0.000 0.000 models.py:344(Filter)
2 0.000 0.000 0.000 0.000 {_csv.register_dialect}
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 <string>:1(PathInfo)
1 0.000 0.000 0.000 0.000 field_block.py:397(<dictcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:621(WorkingSet)
1 0.000 0.000 0.000 0.000 blocks.py:273(DonateBlock)
11 0.000 0.000 0.000 0.000 opcode.py:31(name_op)
1 0.000 0.000 0.000 0.000 fields.py:22(SearchField)
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 image.py:167(setup)
1 0.000 0.000 0.000 0.000 models.py:266(GSNWeekInReviewMembership)
1 0.000 0.000 0.000 0.000 forms.py:8(CountryThreatAdminForm)
1 0.000 0.000 0.000 0.000 static.py:9(static)
1 0.000 0.000 0.000 0.000 models.py:28(BaseWorkflowMixin)
1 0.000 0.000 0.000 0.000 base_models.py:12(MetaTag)
1 0.000 0.000 0.000 0.000 request_validator.py:14(RequestValidator)
1 0.000 0.000 0.000 0.000 handlers.py:637(SysLogHandler)
1 0.000 0.000 0.000 0.000 numbers.py:295(Integral)
1 0.000 0.000 0.000 0.000 Cookie.py:312(_quote)
1 0.000 0.000 0.004 0.004 version.py:201(Version)
1 0.000 0.000 0.000 0.000 0009_remove_auto_now_add_from_pagerevision_created_at.py:7(Migration)
17 0.000 0.000 0.000 0.000 argparse.py:1680(_add_action)
1 0.000 0.000 0.000 0.000 api.py:30(FFI)
1 0.000 0.000 0.009 0.009 __init__.py:261(get_supported_platform)
1 0.000 0.000 0.000 0.000 {built-in method today}
1 0.000 0.000 0.000 0.000 staticfiles.py:78(StaticFilesPanel)
1 0.000 0.000 0.000 0.000 files.py:19(FieldFile)
1 0.000 0.000 0.000 0.000 search_indexes.py:9(TreatyRegimeIndex)
1 0.000 0.000 0.001 0.001 forms.py:91(PrimerAdminForm)
1 0.000 0.000 0.000 0.000 __init__.py:345(cached_col)
6 0.000 0.000 0.000 0.000 hashlib.py:100(__get_openssl_constructor)
4 0.000 0.000 0.013 0.003 base.py:1325(import_library)
4 0.000 0.000 0.002 0.001 six.py:80(_import_module)
3 0.000 0.000 0.000 0.000 index.py:131(__init__)
29 0.000 0.000 0.000 0.000 graph.py:234(__contains__)
4 0.000 0.000 0.000 0.000 config.py:676(configure_filter)
4 0.000 0.000 0.000 0.000 pillow.py:38(get_pillow_image)
1 0.000 0.000 0.000 0.000 0002_facility_treaties.py:7(Migration)
1 0.000 0.000 0.000 0.000 struct_block.py:22(BaseStructBlock)
1 0.000 0.000 0.000 0.000 forms.py:172(PageViewRestrictionForm)
1 0.000 0.000 0.000 0.000 ratelimitcache.py:17(__init__)
12 0.000 0.000 0.000 0.000 pyexpat.c:566(StartElement)
1 0.000 0.000 0.000 0.000 forms.py:122(AuthenticationForm)
3 0.000 0.000 0.000 0.000 dyld.py:79(dyld_override_search)
6 0.000 0.000 0.000 0.000 Image.py:2462(register_save)
4 0.000 0.000 0.000 0.000 decorators.py:73(decorator_from_middleware)
1 0.000 0.000 0.000 0.000 errors.py:14(OAuth2Error)
1 0.000 0.000 0.001 0.001 transport.py:141(set_connections)
3 0.000 0.000 0.000 0.000 JpegImagePlugin.py:54(Skip)
1 0.000 0.000 0.001 0.001 decoder.py:17(_floatconstants)
13 0.000 0.000 0.000 0.000 utils.py:77(permission_required)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:714(jpeg_factory)
1 0.000 0.000 0.000 0.000 0005_aboutpage_body.py:7(Migration)
1 0.000 0.000 0.000 0.000 models.py:74(ThumbnailDimensions)
1 0.000 0.000 0.000 0.000 views.py:29(FeedDoesNotExist)
1 0.000 0.000 0.000 0.000 __init__.py:27(<module>)
1 0.000 0.000 0.000 0.000 cookielib.py:854(DefaultCookiePolicy)
1 0.000 0.000 0.000 0.000 urlresolvers.py:137(get_resolver)
1 0.000 0.000 0.000 0.000 blocks.py:36(TwitterWidgetBlock)
1 0.000 0.000 0.000 0.000 cmd.py:46(<module>)
6 0.000 0.000 0.000 0.000 argparse.py:1439(_get_handler)
1 0.000 0.000 0.000 0.000 <string>:1(_ASN1Object)
1 0.000 0.000 0.000 0.000 models.py:254(CountryThreatOrder)
2 0.000 0.000 0.000 0.000 log.py:96(__init__)
1 0.000 0.000 0.000 0.000 conf.py:9(CompressorConf)
1 0.000 0.000 0.003 0.003 dammit.py:52(EntitySubstitution)
1 0.000 0.000 0.000 0.000 0006_person_hero_image.py:7(Migration)
1 0.000 0.000 0.001 0.001 forms.py:20(FacilityOverviewAdminForm)
1 0.000 0.000 0.000 0.000 urllib.py:120(URLopener)
1 0.000 0.000 0.000 0.000 random.py:72(Random)
1 0.000 0.000 0.000 0.000 0006_auto_20151125_1817.py:7(Migration)
1 0.000 0.000 0.005 0.005 validators.py:139(EmailValidator)
1 0.000 0.000 0.000 0.000 gzip.py:36(GzipFile)
62 0.000 0.000 0.000 0.000 {imp.release_lock}
1 0.000 0.000 0.000 0.000 models.py:379(__init__)
1 0.000 0.000 0.000 0.000 expressions.py:14(Combinable)
2 0.000 0.000 0.000 0.000 __init__.py:1489(formfield)
1 0.000 0.000 0.000 0.000 query.py:13(PageQuerySet)
18 0.000 0.000 0.000 0.000 termcolors.py:60(make_style)
1 0.000 0.000 0.000 0.000 base.py:40(Block)
20 0.000 0.000 0.000 0.000 string.py:222(lower)
4 0.000 0.000 0.000 0.000 argparse.py:1310(add_argument_group)
1 0.000 0.000 0.000 0.000 fields.py:13(NOT_PROVIDED)
1 0.000 0.000 0.012 0.012 __init__.py:637(_build_master)
2 0.000 0.000 0.000 0.000 Image.py:496(__init__)
1 0.000 0.000 0.000 0.000 headers.py:30(Headers)
1 0.000 0.000 0.000 0.000 <string>:1(DecimalTuple)
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:59(LoginForm)
9 0.000 0.000 0.000 0.000 base.py:1135(dec)
4 0.000 0.000 0.000 0.000 checks.py:769(_check_list_editable_item)
5 0.000 0.000 0.000 0.000 PngImagePlugin.py:104(read)
6 0.000 0.000 0.033 0.005 loading.py:293(get_indexed_models)
1 0.000 0.000 0.000 0.000 checks.py:17(check_admin_app)
27 0.000 0.000 0.000 0.000 state.py:207(import_models)
1 0.000 0.000 0.000 0.000 models.py:1437(PageViewRestriction)
7 0.000 0.000 0.000 0.000 Image.py:623(__getattr__)
1 0.000 0.000 0.000 0.000 whitelist.py:65(Whitelister)
1 0.000 0.000 0.000 0.000 cgi.py:352(FieldStorage)
1 0.000 0.000 0.000 0.000 <string>:1(SplitResult)
1 0.000 0.000 0.000 0.000 managers.py:54(GSNArticleManager)
1 0.000 0.000 0.000 0.000 _osx_support.py:429(get_platform_osx)
1 0.000 0.000 0.002 0.002 formats.py:89(search_for_image_formats)
3 0.000 0.000 0.000 0.000 __init__.py:1870(get_prep_lookup)
1 0.000 0.000 0.000 0.000 <string>:1(Attribute)
1 0.000 0.000 0.000 0.000 html5parser.py:50(HTMLParser)
1 0.000 0.000 0.000 0.000 0007_page_latest_revision_created_at.py:7(Migration)
1 0.000 0.000 0.000 0.000 base_search_indexes.py:14(ContentIndex)
1 0.000 0.000 0.000 0.000 blocks.py:242(ExpertChooserBlock)
1 0.000 0.000 0.000 0.000 base.py:117(BaseCommand)
1 0.000 0.000 0.000 0.000 models.py:11(CreateModel)
1 0.000 0.000 0.009 0.009 __init__.py:985(Environment)
1 0.000 0.000 0.000 0.000 markupbase.py:24(ParserBase)
1 0.000 0.000 0.000 0.000 token.py:21(TokenEndpoint)
2 0.000 0.000 0.000 0.000 ImageFile.py:262(load_prepare)
1 0.000 0.000 0.000 0.000 testcases.py:1202(LiveServerTestCase)
1 0.000 0.000 0.000 0.000 blocks.py:71(BasicHeroBlock)
1 0.000 0.000 0.000 0.000 minidom.py:33(Node)
3 0.000 0.000 0.000 0.000 expressions.py:283(get_lookup)
1 0.000 0.000 0.000 0.000 __init__.py:11(Panel)
1 0.000 0.000 0.000 0.000 request.py:316(QueryDict)
3 0.000 0.000 0.000 0.000 __init__.py:336(get_col)
1 0.000 0.000 0.000 0.000 UserList.py:5(UserList)
1 0.000 0.000 0.000 0.000 common.py:171(AbstractEvent)
1 0.000 0.000 0.000 0.000 __init__.py:1185(DateField)
2 0.000 0.000 0.000 0.000 base.py:1189(simple_tag)
1 0.000 0.000 0.000 0.000 __init__.py:1495(DecimalField)
3 0.000 0.000 0.000 0.000 argparse.py:2156(_get_nargs_pattern)
4/3 0.000 0.000 0.000 0.000 conf.py:65(__setattr__)
2 0.000 0.000 0.003 0.001 base.py:55(__init__)
1 0.000 0.000 0.000 0.000 tempfile.py:507(SpooledTemporaryFile)
12 0.000 0.000 0.000 0.000 __init__.py:108(NumberAwareString)
1 0.000 0.000 0.000 0.000 0002_initial_data.py:84(Migration)
1 0.000 0.000 0.000 0.000 0017_change_edit_page_permission_description.py:7(Migration)
7 0.000 0.000 0.000 0.000 {method 'tell' of 'file' objects}
1 0.000 0.000 0.000 0.000 pages.py:220(ObjectListPage)
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 <string>:1(TableInfo)
2 0.000 0.000 0.001 0.000 argparse.py:1887(consume_positionals)
1 0.000 0.000 0.000 0.000 ssl.py:492(SSLSocket)
1 0.000 0.000 0.000 0.000 __init__.py:1587(NullProvider)
1 0.000 0.000 0.000 0.000 GifImagePlugin.py:52(GifImageFile)
90 0.000 0.000 0.000 0.000 copy.py:198(_deepcopy_atomic)
1 0.000 0.000 0.000 0.000 <string>:1(CacheInfo)
1 0.000 0.000 0.000 0.000 pagination.py:1(<module>)
1 0.000 0.000 0.000 0.000 autodetector.py:19(MigrationAutodetector)
1 0.000 0.000 0.000 0.000 snippets.py:31(NavigationItem)
1 0.000 0.000 0.000 0.000 blocks.py:266(ExpertBlock)
3 0.000 0.000 0.000 0.000 query.py:896(join)
1 0.000 0.000 0.000 0.000 models.py:211(GenericUUIDTaggedItemBase)
1 0.000 0.000 0.000 0.000 common.py:206(AbstractRegion)
2 0.000 0.000 0.000 0.000 argparse.py:1384(_get_positional_kwargs)
1 0.000 0.000 0.000 0.000 operations.py:14(BaseDatabaseOperations)
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 collections.py:26(OrderedDict)
1 0.000 0.000 0.000 0.000 inspect.py:1(<module>)
2 0.000 0.000 0.471 0.236 apps.py:13(ready)
1 0.000 0.000 0.000 0.000 datastructures.py:9(MergeDict)
1 0.000 0.000 0.000 0.000 models.py:135(TaggedItemBase)
3 0.000 0.000 0.000 0.000 image.py:74(register_backend)
1 0.000 0.000 0.000 0.000 NodeFilter.py:4(<module>)
2 0.000 0.000 0.000 0.000 version.py:10(get_version)
4 0.000 0.000 0.013 0.003 base.py:1406(add_to_builtins)
6 0.000 0.000 0.000 0.000 __init__.py:808(add_model)
1 0.000 0.000 0.000 0.000 widgets.py:33(Media)
1 0.000 0.000 0.000 0.000 __init__.py:2967(__contains__)
1 0.000 0.000 0.000 0.000 timer.py:16(TimerPanel)
1 0.000 0.000 0.000 0.000 _osx_support.py:1(<module>)
1 0.000 0.000 0.001 0.001 views.py:32(Edit)
15 0.000 0.000 0.000 0.000 related.py:1307(many_to_many)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:264(PngStream)
1 0.000 0.000 0.000 0.000 forms.py:294(PasswordChangeForm)
1 0.000 0.000 0.000 0.000 ordered_dict.py:16(OrderedDict)
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
6 0.000 0.000 0.000 0.000 opcode.py:35(jrel_op)
1 0.000 0.000 0.000 0.000 authorization.py:20(AuthorizationEndpoint)
1 0.000 0.000 0.000 0.000 <string>:1(Match)
1 0.000 0.000 0.000 0.000 Cookie.py:558(BaseCookie)
3 0.000 0.000 0.000 0.000 __init__.py:1864(get_prep_value)
1 0.000 0.000 0.000 0.000 api.py:21(__init__)
64 0.000 0.000 0.000 0.000 config.py:200(ready)
1 0.000 0.000 0.000 0.000 models.py:67(Rendition)
1 0.000 0.000 0.000 0.000 _collections.py:100(HTTPHeaderDict)
2 0.000 0.000 0.000 0.000 {posix.readlink}
1 0.000 0.000 0.000 0.000 options.py:1819(InlineModelAdmin)
3 0.000 0.000 0.000 0.000 locale.py:447(_parse_localename)
86 0.000 0.000 0.000 0.000 global_settings.py:6(<lambda>)
1 0.000 0.000 0.000 0.000 __init__.py:1827(IntegerField)
1 0.000 0.000 0.000 0.000 makemigrations.py:22(add_arguments)
1 0.000 0.000 0.000 0.000 signals.py:78(setup)
1 0.000 0.000 0.000 0.000 <string>:1(manifest_mod)
6 0.000 0.000 0.017 0.003 six.py:112(_resolve)
7 0.000 0.000 0.000 0.000 weakref.py:262(__new__)
1 0.000 0.000 0.000 0.000 filters.py:282(ReindentFilter)
1 0.000 0.000 0.000 0.000 memcached.py:11(MemcachedConnection)
1 0.000 0.000 0.000 0.000 __init__.py:42(Client)
9 0.000 0.000 0.000 0.000 _binary.py:56(i32be)
1 0.000 0.000 0.000 0.000 indexes.py:84(SearchIndex)
4 0.000 0.000 0.000 0.000 __init__.py:228(_declare_state)
3 0.000 0.000 0.000 0.000 functional.py:242(__init__)
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 <string>:1(ParseResult)
1 0.000 0.000 0.000 0.000 imghdr.py:1(<module>)
7 0.000 0.000 0.000 0.000 html.py:39(<genexpr>)
1 0.000 0.000 0.057 0.057 utils.py:109(load_backend)
1 0.000 0.000 0.000 0.000 forms.py:9(Meta)
2 0.000 0.000 0.000 0.000 {math.log}
7 0.000 0.000 0.000 0.000 transaction.py:139(__init__)
1 0.000 0.000 0.000 0.000 keyword.py:11(<module>)
5 0.000 0.000 0.000 0.000 Image.py:2451(register_mime)
1 0.000 0.000 0.000 0.000 __init__.py:2306(URLField)
1 0.000 0.000 0.000 0.000 __init__.py:998(BooleanField)
1 0.000 0.000 0.000 0.000 trans_real.py:210(activate)
1 0.000 0.000 0.000 0.000 url.py:10(Url)
7 0.000 0.000 0.000 0.000 argparse.py:842(__init__)
42 0.000 0.000 0.000 0.000 related.py:2054(_check_unique)
1 0.000 0.000 0.000 0.000 base.py:12(BaseEngine)
1 0.000 0.000 0.000 0.000 forms.py:58(TreeNodePositionField)
6 0.000 0.000 0.000 0.000 __init__.py:49(create)
1 0.000 0.000 0.007 0.007 __init__.py:34(load_command_class)
1 0.000 0.000 0.000 0.000 numbers.py:169(Real)
1 0.000 0.000 0.000 0.000 httplib.py:725(HTTPConnection)
1 0.000 0.000 0.000 0.000 response.py:15(SimpleTemplateResponse)
8 0.000 0.000 0.000 0.000 {_bisect.insort_right}
1 0.000 0.000 0.000 0.000 backends.py:7(ModelBackend)
1 0.000 0.000 0.000 0.000 blocks.py:79(TeaserHeroBlock)
3 0.000 0.000 0.000 0.000 query.py:1444(setup_joins)
2 0.000 0.000 0.000 0.000 version.py:34(get_major_version)
2 0.000 0.000 0.000 0.000 encoding.py:126(force_bytes)
1 0.000 0.000 0.000 0.000 widgets.py:50(__init__)
3 0.000 0.000 0.000 0.000 fields.py:574(__init__)
1 0.000 0.000 0.000 0.000 transport.py:38(Transport)
1 0.000 0.000 0.000 0.000 client.py:221(RequestFactory)
1 0.000 0.000 0.000 0.000 handlers.py:432(SocketHandler)
1 0.000 0.000 0.000 0.000 response.py:330(HttpResponse)
3 0.000 0.000 0.000 0.000 argparse.py:2252(_get_value)
1 0.000 0.000 0.000 0.000 __about__.py:14(<module>)
1 0.000 0.000 0.000 0.000 0004_page_locked.py:7(Migration)
1 0.000 0.000 0.000 0.000 threading.py:656(__init__)
1 0.000 0.000 0.000 0.000 BmpImagePlugin.py:63(BmpImageFile)
1 0.000 0.000 0.000 0.000 panel.py:51(SQLPanel)
1 0.000 0.000 0.000 0.000 exceptions.py:27(TransportError)
12 0.000 0.000 0.000 0.000 log.py:16(__init__)
1 0.000 0.000 0.000 0.000 forms.py:80(MoveNodeForm)
18 0.000 0.000 0.000 0.000 gettext.py:241(set_output_charset)
1 0.000 0.000 0.000 0.000 rect.py:29(Rect)
13 0.000 0.000 0.000 0.000 _abcoll.py:26(<genexpr>)
1 0.000 0.000 0.000 0.000 writer.py:142(MigrationWriter)
1 0.000 0.000 0.000 0.000 related.py:1790(ForeignKey)
1 0.000 0.000 0.000 0.000 related.py:520(ReverseSingleRelatedObjectDescriptor)
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
1 0.000 0.000 0.000 0.000 files.py:229(FileField)
1 0.000 0.000 0.000 0.000 client.py:382(Client)
1 0.000 0.000 0.000 0.000 projects.py:23(ProjectsPage)
1 0.000 0.000 0.000 0.000 plistlib.py:393(PlistParser)
1 0.000 0.000 0.000 0.000 state.py:193(AppConfigStub)
2 0.000 0.000 0.002 0.001 config.py:792(dictConfig)
1 0.000 0.000 0.000 0.000 __init__.py:21(BaseEndpoint)
6 0.000 0.000 0.000 0.000 framework.py:22(framework_info)
16 0.000 0.000 0.000 0.000 manager.py:262(__init__)
1 0.000 0.000 0.000 0.000 decoder.py:304(__init__)
1 0.000 0.000 0.000 0.000 creation.py:21(BaseDatabaseCreation)
1 0.000 0.000 0.000 0.000 base.py:601(LabelCommand)
1 0.000 0.000 0.000 0.000 fields.py:480(DateTimeField)
1 0.000 0.000 0.000 0.000 0016_change_page_url_path_to_text_field.py:7(Migration)
1 0.000 0.000 0.000 0.000 cmd.py:55(Cmd)
3 0.000 0.000 0.000 0.000 query.py:1491(trim_joins)
1 0.000 0.000 0.000 0.000 __init__.py:2984(parse)
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:744(ElasticsearchSearchQuery)
1 0.000 0.000 0.000 0.000 csv.py:73(DictReader)
1 0.000 0.000 0.000 0.000 where.py:31(WhereNode)
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 models.py:103(ItemBase)
1 0.000 0.000 0.063 0.063 loading.py:41(load_backend)
1 0.000 0.000 0.000 0.000 models.py:80(WorkflowMixin)
1 0.000 0.000 0.000 0.000 Cookie.py:431(__init__)
1 0.000 0.000 0.000 0.000 edit_handlers.py:713(PublishingPanel)
1 0.000 0.000 0.000 0.000 <string>:1(Arguments)
1 0.000 0.000 0.000 0.000 streaming.py:139(ReadBuffer)
1 0.000 0.000 0.000 0.000 html.py:150(Parser)
1 0.000 0.000 0.000 0.000 encoding.py:282(get_system_encoding)
1 0.000 0.000 0.000 0.000 __init__.py:1110(Logger)
1 0.000 0.000 0.000 0.000 <string>:1(ArgInfo)
1 0.000 0.000 0.000 0.000 retry.py:18(Retry)
1 0.000 0.000 0.000 0.000 utils.py:141(__init__)
1 0.000 0.000 0.000 0.000 0003_add_verbose_names.py:7(Migration)
1 0.000 0.000 0.000 0.000 panel.py:94(TemplatesPanel)
1 0.000 0.000 0.000 0.000 fields.py:709(URLField)
1 0.000 0.000 0.000 0.000 base.py:1120(Library)
23 0.000 0.000 0.000 0.000 __init__.py:2997(cls)
1 0.000 0.000 0.000 0.000 argparse.py:1180(_ActionsContainer)
4 0.000 0.000 0.000 0.000 models.py:85(Meta)
1 0.000 0.000 0.000 0.000 utf_8.py:33(getregentry)
1 0.000 0.000 0.000 0.000 fields.py:82(RemoveField)
1 0.000 0.000 0.000 0.000 models.py:67(Thumbnail)
1 0.000 0.000 0.000 0.000 __init__.py:80(TreeBuilder)
2 0.000 0.000 0.001 0.000 re.py:143(search)
1 0.000 0.000 0.000 0.000 index.py:5(Indexed)
22 0.000 0.000 0.000 0.000 __init__.py:994(formfield)
1 0.000 0.000 0.002 0.002 extras.py:583(HstoreAdapter)
2 0.000 0.000 0.000 0.000 config.py:370(__init__)
1 0.000 0.000 0.000 0.000 models.py:175(get_queryset)
3 0.000 0.000 0.000 0.000 query.py:2092(__init__)
1 0.000 0.000 0.000 0.000 message.py:397(EmailMultiAlternatives)
1 0.000 0.000 0.000 0.000 cache.py:50(CacheStatTracker)
1 0.000 0.000 0.000 0.000 base.py:27(psycopg2_version)
1 0.000 0.000 0.000 0.000 logging.py:29(ThreadTrackingHandler)
5 0.000 0.000 0.000 0.000 edit_handlers.py:582(__init__)
1 0.000 0.000 0.000 0.000 forms.py:26(Media)
14 0.000 0.000 0.000 0.000 edit_handlers.py:349(__init__)
1 0.000 0.000 0.000 0.000 handlers.py:162(TimedRotatingFileHandler)
1 0.000 0.000 0.000 0.000 __init__.py:1948(GenericIPAddressField)
2 0.000 0.000 0.000 0.000 views.py:26(__init__)
1 0.000 0.000 0.000 0.000 widgets.py:773(MultiWidget)
1 0.000 0.000 0.000 0.000 related.py:2114(ManyToManyField)
1 0.000 0.000 0.000 0.000 rfc822.py:85(Message)
1 0.000 0.000 0.000 0.000 fields.py:1189(SplitDateTimeField)
1 0.000 0.000 0.000 0.000 <string>:1(Traceback)
1 0.000 0.000 0.000 0.000 inputstream.py:551(EncodingBytes)
1 0.000 0.000 0.000 0.000 TiffImagePlugin.py:630(TiffImageFile)
1 0.000 0.000 0.000 0.000 urllib2.py:177(HTTPError)
1 0.000 0.000 0.000 0.000 query.py:1062(ValuesQuerySet)
1 0.000 0.000 0.000 0.000 fields.py:234(IntegerField)
2 0.000 0.000 0.001 0.000 random.py:91(__init__)
1 0.000 0.000 0.000 0.000 pprint.py:84(PrettyPrinter)
2 0.000 0.000 0.000 0.000 ssl.py:304(__new__)
1 0.000 0.000 0.000 0.000 <string>:1(ArgSpec)
1 0.000 0.000 0.000 0.000 tree.py:9(Node)
1 0.000 0.000 0.000 0.000 blocks.py:14(URLOrPathField)
1 0.000 0.000 0.000 0.000 base.py:297(Parser)
1 0.000 0.000 0.000 0.000 weakref.py:47(__init__)
1 0.000 0.000 0.000 0.000 widgets.py:234(RelatedFieldWidgetWrapper)
1 0.000 0.000 0.000 0.000 tokens.py:26(OAuth2Token)
1 0.000 0.000 0.000 0.000 models.py:152(ClusterableModel)
1 0.000 0.000 0.000 0.000 forms.py:32(SearchForm)
1 0.000 0.000 0.000 0.000 expressions.py:618(__init__)
1 0.000 0.000 0.000 0.000 models.py:1304(PagePermissionTester)
2 0.000 0.000 0.000 0.000 {method 'isatty' of 'file' objects}
38 0.000 0.000 0.000 0.000 {_ctypes.sizeof}
1 0.000 0.000 0.000 0.000 common.py:199(AbstractCountry)
1 0.000 0.000 0.000 0.000 finders.py:116(AppDirectoriesFinder)
1 0.000 0.000 0.002 0.002 dylib.py:6(<module>)
1 0.000 0.000 0.000 0.000 models.py:525(Response)
3 0.000 0.000 0.000 0.000 managers.py:438(related_query_name)
6 0.000 0.000 0.000 0.000 argparse.py:865(__init__)
1 0.000 0.000 0.000 0.000 element.py:675(NavigableString)
1 0.000 0.000 0.182 0.182 base.py:471(check)
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 trans_real.py:172(_add_local_translations)
1 0.000 0.000 0.001 0.001 zipfile.py:501(ZipExtFile)
1 0.000 0.000 0.000 0.000 forms.py:54(EmailLinkChooserWithLinkTextForm)
1 0.000 0.000 0.000 0.000 base.py:187(close)
1 0.000 0.000 0.000 0.000 minidom.py:454(NamedNodeMap)
1 0.000 0.000 0.000 0.000 settings.py:199(patch_internal_ips)
62 0.000 0.000 0.000 0.000 {imp.acquire_lock}
1 0.000 0.000 0.000 0.000 connection_pool.py:68(ConnectionPool)
4 0.000 0.000 0.000 0.000 argparse.py:2055(_parse_optional)
1 0.000 0.000 0.000 0.000 projects.py:174(PriorityProject)
1 0.000 0.000 0.000 0.000 context.py:123(Context)
1 0.000 0.000 0.000 0.000 loading.py:201(reset)
1 0.000 0.000 0.000 0.000 aggregates.py:13(Aggregate)
1 0.000 0.000 0.000 0.000 views.py:85(CountryProfileOverview)
4 0.000 0.000 0.000 0.000 __init__.py:554(__init__)
1 0.000 0.000 0.000 0.000 logging.py:59(LoggingPanel)
1 0.000 0.000 0.000 0.000 UserDict.py:62(setdefault)
3 0.000 0.000 0.000 0.000 element.py:15(_alias)
1 0.000 0.000 0.000 0.000 utils.py:45(ErrorDict)
1 0.000 0.000 0.000 0.000 blocks.py:5(ImageChooserBlock)
1 0.000 0.000 0.000 0.000 state.py:65(ProjectState)
1 0.000 0.000 0.000 0.000 testcases.py:751(TransactionTestCase)
1 0.000 0.000 0.000 0.000 utils.py:267(ConnectionRouter)
1 0.000 0.000 0.000 0.000 util.py:11(FileWrapper)
8 0.000 0.000 0.000 0.000 dyld.py:40(dyld_env)
1 0.000 0.000 0.000 0.000 defaulttags.py:300(IfNode)
1 0.000 0.000 0.000 0.000 models.py:546(BaseModelFormSet)
8 0.000 0.000 0.000 0.000 _abcoll.py:98(__subclasshook__)
1 0.000 0.000 0.000 0.000 models.py:92(WorkflowInlineMixin)
1 0.000 0.000 0.000 0.000 connection.py:66(HTTPConnection)
1 0.000 0.000 0.000 0.000 checks.py:23(BaseModelAdminChecks)
1 0.000 0.000 0.000 0.000 urlparse.py:160(_splitnetloc)
1 0.000 0.000 0.000 0.000 pages.py:116(ImpactPageSubNavigationItem)
1 0.000 0.000 0.000 0.000 search_indexes.py:9(OpinionIndex)
1 0.000 0.000 0.000 0.000 timeout.py:19(Timeout)
1 0.000 0.000 0.000 0.000 models.py:129(RenameModel)
1 0.000 0.000 0.000 0.000 specifiers.py:710(contains)
1 0.000 0.000 0.000 0.000 managers.py:8(WorkflowManager)
1 0.000 0.000 0.000 0.000 filters.py:41(IdentifierCaseFilter)
1 0.000 0.000 0.000 0.000 poolmanager.py:31(PoolManager)
1 0.000 0.000 0.000 0.000 Cookie.py:586(__set)
1 0.000 0.000 0.000 0.000 edit_handlers.py:420(BaseFieldPanel)
8 0.000 0.000 0.000 0.000 config.py:108(_encoded)
1 0.000 0.000 0.000 0.000 signals.py:19(SignalsPanel)
1 0.000 0.000 0.000 0.000 feeds.py:11(NewSyndicationFeed)
5 0.000 0.000 0.000 0.000 inspect.py:398(getfile)
1 0.000 0.000 0.000 0.000 blocks.py:96(NewsBarBlock)
1 0.000 0.000 0.000 0.000 models.py:202(GenericTaggedItemBase)
1 0.000 0.000 0.000 0.000 fields.py:139(AlterField)
1 0.000 0.000 0.000 0.000 common.py:213(AbstractProject)
1 0.000 0.000 0.000 0.000 special.py:130(RunPython)
1 0.000 0.000 0.000 0.000 optimizer.py:7(MigrationOptimizer)
3 0.000 0.000 0.000 0.000 fields.py:83(_check_object_id_field)
1 0.000 0.000 0.000 0.000 encoder.py:186(encode)
1 0.000 0.000 0.000 0.000 headers.py:10(HeadersPanel)
1 0.000 0.000 0.000 0.000 saxutils.py:199(XMLFilterBase)
1 0.000 0.000 0.000 0.000 fields.py:458(TimeField)
1 0.000 0.000 0.000 0.000 urlparse.py:73(ResultMixin)
1 0.000 0.000 0.000 0.000 specifiers.py:601(__init__)
3 0.000 0.000 0.000 0.000 result.py:14(failfast)
1 0.000 0.000 0.000 0.000 validation.py:17(BaseValidator)
1 0.000 0.000 0.000 0.000 {_elementtree.Element}
2 0.000 0.000 0.000 0.000 views.py:157(__init__)
7 0.000 0.000 0.000 0.000 base.py:1163(dec)
1 0.000 0.000 0.000 0.000 header.py:144(Header)
1 0.000 0.000 0.000 0.000 _parseaddr.py:172(AddrlistClass)
1 0.000 0.000 0.000 0.000 __init__.py:224(HTMLTreeBuilder)
1 0.000 0.000 0.000 0.000 manager.py:53(BaseManager)
1 0.000 0.000 0.000 0.000 base.py:20(BaseEndpoint)
1 0.000 0.000 0.000 0.000 datastructures.py:124(SortedDict)
1 0.000 0.000 0.000 0.000 fields.py:253(GenericRelation)
1 0.000 0.000 0.000 0.000 __init__.py:16(FilterStack)
1 0.000 0.000 0.000 0.000 base.py:86(OutputWrapper)
1 0.000 0.000 0.000 0.000 forms.py:145(Meta)
3 0.000 0.000 0.000 0.000 lookups.py:28(get_lookup)
1 0.000 0.000 0.146 0.146 apps.py:20(ready)
1 0.000 0.000 0.000 0.000 {math.exp}
1 0.000 0.000 0.000 0.000 widgets.py:172(Widget)
2 0.000 0.000 0.000 0.000 models.py:28(register_snippet)
46 0.000 0.000 0.000 0.000 graph.py:23(__eq__)
1 0.000 0.000 0.000 0.000 message.py:208(EmailMessage)
1 0.000 0.000 0.000 0.000 common.py:164(AbstractPerson)
1 0.000 0.000 0.000 0.000 urlparse.py:137(urlparse)
1 0.000 0.000 0.000 0.000 apps.py:9(DebugToolbarConfig)
1 0.000 0.000 0.000 0.000 features.py:87(CarouselItem)
1 0.000 0.000 0.000 0.000 sendfile.py:11(_lazy_load)
2 0.000 0.000 0.000 0.000 __init__.py:2279(yield_lines)
1 0.000 0.000 0.000 0.000 related.py:100(RelatedField)
1 0.000 0.000 0.000 0.000 __init__.py:654(Handler)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:256(DOMInputSource)
1 0.000 0.000 0.000 0.000 cache.py:145(CachePanel)
1 0.000 0.000 0.000 0.000 storage.py:174(FileSystemStorage)
1 0.000 0.000 0.000 0.000 utils.py:19(EngineHandler)
1 0.000 0.000 0.000 0.000 main.py:40(ChangeList)
1 0.000 0.000 0.000 0.000 django_1_7_0.py:13(_check_middleware_classes)
1 0.000 0.000 0.000 0.000 _html5lib.py:140(Element)
1 0.000 0.000 0.000 0.000 SocketServer.py:160(BaseServer)
1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
3 0.000 0.000 0.000 0.000 lookups.py:138(get_prep_lookup)
1 0.000 0.000 0.001 0.001 _osx_support.py:368(customize_config_vars)
6 0.000 0.000 0.000 0.000 edit_handlers.py:406(__init__)
1 0.000 0.000 0.000 0.000 models.py:128(AbstractForm)
1 0.000 0.000 0.000 0.000 subclassing.py:20(__new__)
1 0.000 0.000 0.000 0.000 pages.py:78(DonatePage)
1 0.000 0.000 0.000 0.000 streaming.py:30(StreamListener)
1 0.000 0.000 0.000 0.000 articles.py:92(ArticleTable)
8 0.000 0.000 0.000 0.000 __init__.py:1703(createLock)
1 0.000 0.000 0.000 0.000 datastructures.py:285(MultiValueDict)
1 0.000 0.000 0.000 0.000 common.py:178(AbstractPartnerOrganization)
37 0.000 0.000 0.000 0.000 {locals}
1 0.000 0.000 0.000 0.000 retry.py:113(__init__)
1 0.000 0.000 0.000 0.000 loader.py:38(TestLoader)
1 0.000 0.000 0.000 0.000 htmlserializer.py:76(HTMLSerializer)
1 0.000 0.000 0.000 0.000 minicompat.py:75(EmptyNodeList)
1 0.000 0.000 0.000 0.000 0001_create_admin_access_permissions.py:40(Migration)
5 0.000 0.000 0.000 0.000 inspect.py:51(ismodule)
1 0.000 0.000 0.000 0.000 widgets.py:64(AdminChooser)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:549(load_prepare)
1 0.000 0.000 0.000 0.000 lookups.py:60(Transform)
1 0.000 0.000 0.000 0.000 newsroom.py:123(NewsItemProject)
1 0.000 0.000 0.000 0.000 certs.py:19(where)
1 0.000 0.000 0.000 0.000 panel.py:124(get_urls)
1 0.000 0.000 0.000 0.000 oauth1_auth.py:23(OAuth1)
1 0.000 0.000 0.000 0.000 __init__.py:67(BaseSearchBackend)
2 0.000 0.000 0.000 0.000 fields.py:38(__init__)
1 0.000 0.000 0.000 0.000 admin.py:8(ProjectPersonInline)
1 0.000 0.000 0.000 0.000 common.py:220(AbstractTreatyAndRegime)
1 0.000 0.000 0.004 0.004 __init__.py:440(_macosx_vers)
1 0.000 0.000 0.000 0.000 0005_add_page_lock_permission_to_moderators.py:25(Migration)
9 0.000 0.000 0.000 0.000 where.py:50(_prepare_data)
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 color.py:11(supports_color)
1 0.000 0.000 0.000 0.000 views.py:35(OpinionSearchView)
8 0.000 0.000 0.000 0.000 version.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 models.py:34(RoutablePageMixin)
1 0.000 0.000 0.000 0.000 json.py:22(Serializer)
4 0.000 0.000 0.000 0.000 base.py:29(<genexpr>)
5 0.000 0.000 0.000 0.000 filters.py:143(register)
1 0.000 0.000 0.000 0.000 subqueries.py:15(DeleteQuery)
1 0.000 0.000 0.000 0.000 termcolors.py:8(<dictcomp>)
1 0.000 0.000 0.028 0.028 checks.py:37(image_library_check)
2 0.000 0.000 0.000 0.000 inspect.py:9(getargspec)
1 0.000 0.000 0.000 0.000 fields.py:239(FloatField)
1 0.000 0.000 0.000 0.000 urllib.py:616(FancyURLopener)
1 0.000 0.000 0.000 0.000 stream_block.py:25(BaseStreamBlock)
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 newsroom.py:64(NewsRoomPageSubNavigationItem)
6 0.000 0.000 0.000 0.000 baseconv.py:51(__init__)
1 0.000 0.000 0.000 0.000 highlighting.py:8(Highlighter)
1 0.000 0.000 0.000 0.000 models.py:462(Rendition)
1 0.000 0.000 0.000 0.000 widgets.py:344(ClearableFileInput)
1 0.000 0.000 0.000 0.000 __init__.py:1897(BigIntegerField)
2 0.000 0.000 0.000 0.000 decorators.py:5(staff_member_required)
1 0.000 0.000 0.000 0.000 forms.py:72(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:2172(TimeField)
1 0.000 0.000 0.000 0.000 pages.py:206(BasicPage)
1 0.000 0.000 0.000 0.000 expressions.py:361(CombinedExpression)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:446(_getmp)
1 0.000 0.000 0.000 0.000 views.py:8(Index)
6 0.000 0.000 0.000 0.000 opcode.py:39(jabs_op)
2 0.000 0.000 0.000 0.000 termcolors.py:70(<lambda>)
3 0.000 0.000 0.000 0.000 decorators.py:54(permission_required)
1 0.000 0.000 0.000 0.000 forms.py:50(__init__)
1 0.000 0.000 0.000 0.000 fields.py:1019(MultiValueField)
1 0.000 0.000 0.000 0.000 base.py:162(RedirectView)
1 0.000 0.000 0.000 0.000 models.py:87(DeleteModel)
1 0.000 0.000 0.000 0.000 signals.py:10(BaseSignalProcessor)
1 0.000 0.000 0.000 0.000 debug.py:134(SafeExceptionReporterFilter)
1 0.000 0.000 0.000 0.000 smartif.py:15(TokenBase)
1 0.000 0.000 0.000 0.000 Cookie.py:451(set)
3 0.000 0.000 0.000 0.000 os.py:472(__setitem__)
1 0.000 0.000 0.000 0.000 base.py:467(BlockField)
1 0.000 0.000 0.000 0.000 0001_migrate_redirects.py:18(Migration)
1 0.000 0.000 0.000 0.000 logging.py:30(__init__)
1 0.000 0.000 0.000 0.000 fields.py:824(ChoiceField)
1 0.000 0.000 0.000 0.000 edit_handlers.py:81(__new__)
1 0.000 0.000 0.000 0.000 base.py:147(ContentFile)
8 0.000 0.000 0.000 0.000 six.py:75(_add_doc)
1 0.000 0.000 0.001 0.001 loading.py:68(load_router)
1 0.000 0.000 0.000 0.000 threading.py:1090(__init__)
1 0.000 0.000 0.000 0.000 common.py:185(AbstractPrimer)
1 0.000 0.000 0.000 0.000 conf.py:17(__init__)
1 0.000 0.000 0.000 0.000 expressions.py:701(When)
1 0.000 0.000 0.000 0.000 state.py:228(<setcomp>)
1 0.000 0.000 0.000 0.000 models.py:73(Status)
10 0.000 0.000 0.000 0.000 deprecation.py:28(__call__)
2 0.000 0.000 0.000 0.000 six.py:102(_resolve)
1 0.000 0.000 0.000 0.000 common.py:192(AbstractSubject)
1 0.000 0.000 0.017 0.017 __init__.py:170(fetch_command)
1 0.000 0.000 0.000 0.000 expressions.py:528(Value)
1 0.000 0.000 0.000 0.000 __init__.py:1335(DateTimeField)
1 0.000 0.000 0.000 0.000 lazy.py:13(LazyDict)
6 0.000 0.000 0.033 0.005 loading.py:287(get_indexes)
1 0.000 0.000 0.000 0.000 mimetools.py:20(Message)
1 0.000 0.000 0.000 0.000 uploadedfile.py:18(UploadedFile)
1 0.000 0.000 0.000 0.000 files.py:173(__get__)
1 0.000 0.000 0.000 0.000 edit_handlers.py:156(EditHandler)
1 0.000 0.000 0.000 0.000 query.py:1251(RawQuerySet)
1 0.000 0.000 0.000 0.000 hex_codec.py:70(getregentry)
1 0.000 0.000 0.001 0.001 zipfile.py:420(_ZipDecrypter)
1 0.000 0.000 0.000 0.000 feedparser.py:43(BufferedSubFile)
1 0.000 0.000 0.000 0.000 xmlreader.py:91(IncrementalParser)
17 0.000 0.000 0.000 0.000 argparse.py:566(format)
4 0.000 0.000 0.000 0.000 warnings.py:359(__exit__)
8 0.000 0.000 0.000 0.000 sre_parse.py:741(literal)
1 0.000 0.000 0.000 0.000 urlresolvers.py:250(RegexURLResolver)
6 0.000 0.000 0.000 0.000 __init__.py:715(setLevel)
1 0.000 0.000 0.000 0.000 __init__.py:921(AutoField)
7 0.000 0.000 0.000 0.000 decorators.py:11(user_passes_test)
1 0.000 0.000 0.000 0.000 socket.py:239(_fileobject)
1 0.000 0.000 0.000 0.000 utils.py:16(CursorWrapper)
1 0.000 0.000 0.000 0.000 __init__.py:205(SearchNode)
3 0.000 0.000 0.000 0.000 _abcoll.py:83(__subclasshook__)
7 0.000 0.000 0.000 0.000 edit_handlers.py:16(__init__)
1 0.000 0.000 0.000 0.000 helpers.py:64(Fieldset)
13 0.000 0.000 0.000 0.000 cache.py:30(send_signal)
1 0.000 0.000 0.000 0.000 widgets.py:105(__init__)
1 0.000 0.000 0.001 0.001 fields.py:315(DecimalField)
1 0.000 0.000 0.000 0.000 termcolors.py:9(<dictcomp>)
1 0.000 0.000 0.000 0.000 color.py:65(color_style)
1 0.000 0.000 0.000 0.000 models.py:264(AlterModelTable)
2 0.000 0.000 0.000 0.000 deprecation.py:29(deprecated_crop_parameters)
1 0.000 0.000 0.000 0.000 tracking.py:66(NormalCursorWrapper)
1 0.000 0.000 0.000 0.000 conf.py:85(configure_root)
1 0.000 0.000 0.000 0.000 features.py:110(FlexibleFeature)
1 0.000 0.000 0.000 0.000 models.py:1076(Orderable)
4 0.000 0.000 0.000 0.000 __init__.py:1307(removeHandler)
1 0.000 0.000 0.000 0.000 saxutils.py:112(XMLGenerator)
1 0.000 0.000 0.000 0.000 defaulttags.py:438(SpacelessNode)
1 0.000 0.000 0.001 0.001 __init__.py:2319(EntryPoint)
3 0.000 0.000 0.000 0.000 related.py:1654(get_attname_column)
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 connectionpool.py:670(HTTPSConnectionPool)
1 0.000 0.000 0.002 0.002 state.py:83(remove_model)
1 0.000 0.000 0.000 0.000 cookies.py:22(MockRequest)
1 0.000 0.000 0.000 0.000 __init__.py:1077(CharField)
1 0.000 0.000 0.000 0.000 staticfiles.py:23(StaticFile)
1 0.000 0.000 0.000 0.000 argparse.py:2020(_match_argument)
1 0.000 0.000 0.000 0.000 __init__.py:2026(NullBooleanField)
1 0.000 0.000 0.000 0.000 __init__.py:1912(IPAddressField)
1 0.000 0.000 0.000 0.000 views.py:15(FacetedSiteSearchView)
1 0.000 0.000 0.000 0.000 projects.py:132(ProjectPrimer)
1 0.000 0.000 0.000 0.000 context.py:32(BaseContext)
1 0.000 0.000 0.000 0.000 search_indexes.py:44(ArticleIndex)
1 0.000 0.000 0.000 0.000 base.py:408(validate_thread_sharing)
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 0004_migrate_event_projects_m2m.py:16(Migration)
1 0.000 0.000 0.000 0.000 loader.py:16(MigrationLoader)
1 0.000 0.000 0.000 0.000 models.py:40(__init__)
1 0.000 0.000 0.000 0.000 views.py:198(CountryProfileAnalysis)
1 0.000 0.000 0.000 0.000 specifiers.py:88(_IndividualSpecifier)
1 0.000 0.000 0.000 0.000 models.py:372(AlterIndexTogether)
1 0.000 0.000 0.000 0.000 oauth2_session.py:19(OAuth2Session)
1 0.000 0.000 0.000 0.000 common.py:227(AbstractDocument)
4 0.000 0.000 0.000 0.000 {method 'union' of 'set' objects}
2 0.000 0.000 0.000 0.000 {method 'groupdict' of '_sre.SRE_Match' objects}
12 0.000 0.000 0.001 0.000 pyexpat.c:618(EndElement)
1 0.000 0.000 0.000 0.000 {_codecs.register_error}
1 0.000 0.000 0.000 0.000 fields.py:16(GenericForeignKey)
1 0.000 0.000 0.000 0.000 blocks.py:24(EmbedBlock)
1 0.000 0.000 0.000 0.000 __init__.py:1141(ResourceManager)
1 0.000 0.000 0.000 0.000 indexes.py:387(ModelSearchIndex)
1 0.000 0.000 0.000 0.000 detail.py:10(SingleObjectMixin)
1 0.000 0.000 0.000 0.000 search_indexes.py:77(NTINewsIndex)
2 0.000 0.000 0.024 0.012 __init__.py:3069(_call_aside)
1 0.000 0.000 0.000 0.000 widgets.py:120(AdminPageChooser)
1 0.000 0.000 0.000 0.000 widgets.py:125(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:96(Lookup)
1 0.000 0.000 0.000 0.000 search_indexes.py:43(SpeechIndex)
1 0.000 0.000 0.000 0.000 static.py:92(StaticNode)
1 0.000 0.000 0.000 0.000 __init__.py:2151(TextField)
1 0.000 0.000 0.000 0.000 fields.py:780(NullBooleanField)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:9(ExplorerMenuItem)
4 0.000 0.000 0.000 0.000 decorators.py:95(_make_decorator)
1 0.000 0.000 0.000 0.000 cgi.py:327(MiniFieldStorage)
1 0.000 0.000 0.000 0.000 sysconfig.py:123(is_python_build)
1 0.000 0.000 0.000 0.000 models.py:1230(ModelMultipleChoiceField)
1 0.000 0.000 0.000 0.000 introspection.py:13(DatabaseIntrospection)
1 0.000 0.000 0.001 0.001 admin.py:14(CarouselItemInline)
1 0.000 0.000 0.000 0.000 fields.py:434(DateField)
1 0.000 0.000 0.000 0.000 timeout.py:140(from_float)
1 0.000 0.000 0.000 0.000 dates.py:137(DayMixin)
1 0.000 0.000 0.000 0.000 charset.py:156(Charset)
1 0.000 0.000 0.000 0.000 tz.py:34(FixedOffsetTimezone)
8 0.000 0.000 0.000 0.000 six.py:67(_add_doc)
1 0.000 0.000 0.000 0.000 fields.py:308(widget_attrs)
1 0.000 0.000 0.000 0.000 operations.py:9(DatabaseOperations)
1 0.000 0.000 0.000 0.000 widgets.py:597(ChoiceInput)
3 0.000 0.000 0.000 0.000 lookups.py:13(_get_lookup)
1 0.000 0.000 0.000 0.000 utils.py:78(ErrorList)
1 0.000 0.000 0.000 0.000 element.py:87(HTMLAwareEntitySubstitution)
1 0.000 0.000 0.000 0.000 defaulttags.py:447(TemplateTagNode)
3 0.000 0.000 0.001 0.000 query.py:674(filter)
1 0.000 0.000 0.000 0.000 message.py:168(SafeMIMEText)
1 0.000 0.000 0.099 0.099 settings.py:205(patch_middleware_classes)
1 0.000 0.000 0.000 0.000 forms.py:45(ExternalLinkChooserWithLinkTextForm)
1 0.000 0.000 0.000 0.000 xmlreader.py:276(AttributesImpl)
1 0.000 0.000 0.000 0.000 forms.py:8(SiteForm)
1 0.000 0.000 0.000 0.000 models.py:10(FileManager)
1 0.000 0.000 0.000 0.000 widgets.py:112(AdminFileWidget)
1 0.000 0.000 0.000 0.000 newsroom.py:127(NewsItemTreatyAndRegime)
1 0.000 0.000 0.000 0.000 django_patches.py:112(patch_migration_executor)
1 0.000 0.000 0.000 0.000 newsroom.py:135(NewsItemDocument)
12 0.000 0.000 0.000 0.000 __init__.py:2094(find_nothing)
1 0.000 0.000 0.000 0.000 versions.py:13(VersionsPanel)
2 0.000 0.000 0.000 0.000 __init__.py:375(__getattr__)
1 0.000 0.000 0.000 0.000 helpers.py:213(InlineAdminFormSet)
1 0.000 0.000 0.000 0.000 minidom.py:1296(Entity)
1 0.000 0.000 0.000 0.000 uploadhandler.py:65(FileUploadHandler)
2 0.000 0.000 0.000 0.000 utils.py:240(__init__)
3 0.000 0.000 0.000 0.000 timeout.py:106(_validate_timeout)
1 0.000 0.000 0.000 0.000 filters.py:23(ListFilter)
9 0.000 0.000 0.000 0.000 options.py:43(__init__)
4 0.000 0.000 0.000 0.000 decorators.py:94(make_middleware_decorator)
3 0.000 0.000 0.000 0.000 _osx_support.py:138(<genexpr>)
1 0.000 0.000 0.000 0.000 csv.py:57(excel)
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
1 0.000 0.000 0.000 0.000 opencv.py:8(OpenCVBackend)
2 0.000 0.000 0.000 0.000 models.py:26(__init__)
1 0.000 0.000 0.000 0.000 ratelimitcache.py:9(ratelimit)
1 0.000 0.000 0.000 0.000 cache.py:67(MemoryCache)
1 0.000 0.000 0.000 0.000 base.py:12(__init__)
1 0.000 0.000 0.000 0.000 admin.py:28(PrimerAdmin)
1 0.000 0.000 0.000 0.000 cookies.py:160(RequestsCookieJar)
1 0.000 0.000 0.000 0.000 newsroom.py:111(NewsItemEvent)
1 0.000 0.000 0.000 0.000 __init__.py:193(dumps)
13 0.000 0.000 0.000 0.000 special.py:172(state_forwards)
3 0.000 0.000 0.000 0.000 fields.py:70(_check_field_name)
4 0.000 0.000 0.000 0.000 forms.py:319(<genexpr>)
1 0.000 0.000 0.000 0.000 SocketServer.py:358(TCPServer)
1 0.000 0.000 0.000 0.000 forms.py:124(FacetedModelSearchForm)
1 0.000 0.000 0.000 0.000 storage.py:287(ManifestFilesMixin)
1 0.000 0.000 0.000 0.000 Cookie.py:405(Morsel)
1 0.000 0.000 0.000 0.000 images.py:11(ImageFile)
1 0.000 0.000 0.000 0.000 weakref_backports.py:17(WeakMethod)
1 0.000 0.000 0.000 0.000 __init__.py:202(deactivate_all)
1 0.000 0.000 0.000 0.000 models.py:285(List)
1 0.000 0.000 0.000 0.000 redirects.py:9(RedirectsPanel)
5 0.000 0.000 0.000 0.000 __init__.py:591(addFilter)
1 0.000 0.000 0.000 0.000 __init__.py:2300(formfield)
1 0.000 0.000 0.000 0.000 parsers.py:82(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:141(UserSettingsHolder)
7 0.000 0.000 0.000 0.000 vary.py:7(vary_on_headers)
1 0.000 0.000 0.000 0.000 userbar.py:4(BaseItem)
5 0.000 0.000 0.000 0.000 plistlib.py:451(end_key)
1 0.000 0.000 0.000 0.000 py.py:9(Trie)
1 0.000 0.000 0.000 0.000 field_block.py:90(TextBlock)
1 0.000 0.000 0.000 0.000 admin_utils.py:78(Media)
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 lexer.py:59(LexerMeta)
1 0.000 0.000 0.000 0.000 articles.py:80(ArticleProject)
1 0.000 0.000 0.000 0.000 trans_real.py:70(to_locale)
3 0.000 0.000 0.000 0.000 query.py:718(promote_joins)
1 0.000 0.000 0.000 0.000 forms.py:195(PasswordResetForm)
2 0.000 0.000 0.001 0.000 wand.py:42(check)
1 0.000 0.000 0.000 0.000 ElementTree.py:171(Element)
1 0.000 0.000 0.000 0.000 text.py:68(Truncator)
1 0.000 0.000 0.000 0.000 _compat.py:38(__new__)
1 0.000 0.000 0.000 0.000 forms.py:175(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:698(find)
1 0.000 0.000 0.000 0.000 dammit.py:197(EncodingDetector)
2 0.000 0.000 0.000 0.000 argparse.py:1810(consume_optional)
1 0.000 0.000 0.000 0.000 _lxml.py:225(LXMLTreeBuilder)
1 0.000 0.000 0.000 0.000 executor.py:11(MigrationExecutor)
1 0.000 0.000 0.000 0.000 ImagePalette.py:24(ImagePalette)
1 0.000 0.000 0.000 0.000 expressions.py:934(OrderBy)
6 0.000 0.000 0.000 0.000 dyld.py:34(ensure_utf8)
2 0.000 0.000 0.023 0.011 trans_real.py:200(translation)
1 0.000 0.000 0.000 0.000 fields.py:409(BaseTemporalField)
1 0.000 0.000 0.000 0.000 middleware.py:36(DebugToolbarMiddleware)
1 0.000 0.000 0.000 0.000 request.py:12(RequestPanel)
1 0.000 0.000 0.000 0.000 sessions.py:266(Session)
1 0.000 0.000 0.000 0.000 newsroom.py:115(NewsItemCountry)
1 0.000 0.000 0.000 0.000 pages.py:74(AboutPageSubNavigationItem)
1 0.000 0.000 0.000 0.000 loading.py:92(ConnectionHandler)
1 0.000 0.000 0.000 0.000 workflow.py:5(WorkflowDetailView)
1 0.000 0.000 0.000 0.000 db.py:10(SessionStore)
1 0.000 0.000 0.000 0.000 inputs.py:96(AutoQuery)
1 0.000 0.000 0.000 0.000 generic.py:87(EditView)
1 0.000 0.000 0.000 0.000 views.py:33(Feed)
1 0.000 0.000 0.000 0.000 multipartparser.py:45(MultiPartParser)
1 0.000 0.000 0.000 0.000 __init__.py:193(autocomplete)
1 0.000 0.000 0.000 0.000 dispatcher.py:24(Signal)
1 0.000 0.000 0.000 0.000 projects.py:156(PriorityPage)
1 0.000 0.000 0.000 0.000 __init__.py:130(__init__)
1 0.000 0.000 0.000 0.000 platform.py:365(_popen)
3 0.000 0.000 0.000 0.000 dyld.py:48(dyld_image_suffix)
1 0.000 0.000 0.000 0.000 utils.py:74(NamespacedClient)
2 0.000 0.000 0.000 0.000 decorators.py:39(login_required)
1 0.000 0.000 0.000 0.000 files.py:155(FileDescriptor)
1 0.000 0.000 0.000 0.000 _structures.py:17(Infinity)
1 0.000 0.000 0.000 0.000 pillow.py:8(PillowBackend)
4 0.000 0.000 0.000 0.000 _util.py:7(isPath)
1 0.000 0.000 0.000 0.000 adapters.py:44(BaseAdapter)
5 0.000 0.000 0.000 0.000 {psycopg2._psycopg.register_type}
1 0.000 0.000 0.000 0.000 _htmlparser.py:51(BeautifulSoupHTMLParser)
1 0.000 0.000 0.000 0.000 field_block.py:183(ChoiceBlock)
1 0.000 0.000 0.000 0.000 0003_ntiimage.py:7(Migration)
3 0.000 0.000 0.000 0.000 base.py:94(style_func)
1 0.000 0.000 0.000 0.000 config.py:11(AppConfig)
1 0.000 0.000 0.000 0.000 signing.py:149(Signer)
1 0.000 0.000 0.000 0.000 newsroom.py:131(NewsItemSubject)
1 0.000 0.000 0.000 0.000 models.py:121(Meta)
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 projects.py:144(ProjectCountry)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:310(chunk_IHDR)
1 0.000 0.000 0.000 0.000 models.py:15(Meta)
3 0.000 0.000 0.000 0.000 query.py:684(table_alias)
1 0.000 0.000 0.000 0.000 __init__.py:1737(EmptyProvider)
2 0.000 0.000 0.000 0.000 {_ctypes.dlopen}
1 0.000 0.000 0.000 0.000 storage.py:24(Storage)
1 0.000 0.000 0.000 0.000 auth.py:29(OAuthHandler)
1 0.000 0.000 0.000 0.000 collections.py:395(Counter)
1 0.000 0.000 0.002 0.002 settings.py:12(SettingsPanel)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:266(__init__)
1 0.000 0.000 0.000 0.000 widgets.py:726(RendererMixin)
1 0.000 0.000 0.000 0.000 views.py:20(Create)
1 0.000 0.000 0.000 0.000 subqueries.py:170(InsertQuery)
21 0.000 0.000 0.000 0.000 posixpath.py:44(normcase)
1 0.000 0.000 0.000 0.000 models.py:10(ResultSet)
1 0.000 0.000 0.000 0.000 __init__.py:2783(DistInfoDistribution)
1 0.000 0.000 0.000 0.000 lazy.py:67(LazyList)
1 0.000 0.000 0.000 0.000 request_validator.py:13(RequestValidator)
1 0.000 0.000 0.000 0.000 projects.py:148(ProjectRegion)
1 0.000 0.000 0.000 0.000 tzfile.py:16(_byte_string)
1 0.000 0.000 0.000 0.000 StringIO.py:42(StringIO)
1 0.000 0.000 0.000 0.000 forms.py:6(DocumentForm)
1 0.000 0.000 0.000 0.000 widgets.py:24(CKEditor)
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)
1 0.000 0.000 0.000 0.000 signals.py:17(__init__)
1 0.000 0.000 0.000 0.000 bdb.py:449(Breakpoint)
3 0.000 0.000 0.000 0.000 formats.py:8(__init__)
1 0.000 0.000 0.001 0.001 extras.py:799(CompositeCaster)
6 0.000 0.000 0.000 0.000 {method 'lstrip' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 errors.py:14(OAuth1Error)
1 0.000 0.000 0.000 0.000 admin.py:19(SubjectAdmin)
2 0.000 0.000 0.000 0.000 {method 'setimage' of 'ImagingDecoder' objects}
1 0.000 0.000 0.000 0.000 structures.py:91(__init__)
1 0.000 0.000 0.000 0.000 models.py:320(AlterUniqueTogether)
1 0.000 0.000 0.000 0.000 admin.py:74(SearchModelAdminMixin)
1 0.000 0.000 0.000 0.000 apps.py:10(AuthConfig)
1 0.000 0.000 0.000 0.000 articles.py:76(ArticleRegion)
1 0.000 0.000 0.000 0.000 recorder.py:28(Meta)
1 0.000 0.000 0.000 0.000 cache.py:136(FileCache)
1 0.000 0.000 0.000 0.000 cache.py:313(RedisCache)
8 0.000 0.000 0.000 0.000 six.py:73(_add_doc)
1 0.000 0.000 0.000 0.000 widgets.py:281(PasswordInput)
1 0.000 0.000 0.000 0.000 forms.py:22(URLOrAbsolutePathField)
1 0.000 0.000 0.000 0.000 models.py:218(TaggedItem)
2 0.000 0.000 0.000 0.000 widgets.py:15(<genexpr>)
1 0.000 0.000 0.000 0.000 six.py:469(Module_six_moves_urllib)
1 0.000 0.000 0.000 0.000 fields.py:544(RegexField)
7 0.000 0.000 0.000 0.000 __init__.py:48(make_alias)
1 0.000 0.000 0.000 0.000 six.py:453(Module_six_moves_urllib)
1 0.000 0.000 0.000 0.000 edit_handlers.py:383(__init__)
1 0.000 0.000 0.000 0.000 expressions.py:757(Case)
1 0.000 0.000 0.000 0.000 newsroom.py:107(NewsItemPerson)
1 0.000 0.000 0.000 0.000 models.py:399(state_forwards)
1 0.000 0.000 0.000 0.000 models.py:373(StaffType)
1 0.000 0.000 0.000 0.000 generator.py:32(Generator)
1 0.000 0.000 0.000 0.000 indexes.py:358(BasicSearchIndex)
1 0.000 0.000 0.000 0.000 models.py:1219(UserPagePermissionsProxy)
1 0.000 0.000 0.000 0.000 dates.py:263(DateMixin)
1 0.000 0.000 0.000 0.000 apps.py:10(ContentTypesConfig)
1 0.000 0.000 0.000 0.000 field_block.py:368(PageChooserBlock)
2 0.000 0.000 0.000 0.000 imghdr.py:35(test_jpeg)
1 0.000 0.000 0.000 0.000 base.py:166(StringOrigin)
3 0.000 0.000 0.000 0.000 {method 'lstrip' of 'str' objects}
1 0.000 0.000 0.000 0.000 safestring.py:117(mark_safe)
1 0.000 0.000 0.000 0.000 __init__.py:194(UTC)
2 0.000 0.000 0.000 0.000 models.py:98(Meta)
1 0.000 0.000 0.000 0.000 deletion.py:72(Collector)
1 0.000 0.000 0.000 0.000 edit_handlers.py:763(StreamFieldPanel)
1 0.000 0.000 0.000 0.000 query_utils.py:42(Q)
1 0.000 0.000 0.000 0.000 urlpatterns.py:1(<module>)
1 0.000 0.000 0.000 0.000 base.py:59(parse_args)
1 0.000 0.000 0.000 0.000 defaulttags.py:73(CycleNode)
1 0.000 0.000 0.000 0.000 numbers.py:270(Rational)
2 0.000 0.000 0.000 0.000 pillow.py:9(__init__)
1 0.000 0.000 0.000 0.000 forms.py:245(ClusterForm)
1 0.000 0.000 0.000 0.000 Cookie.py:691(value_encode)
1 0.000 0.000 0.000 0.000 utils.py:274(routers)
1 0.000 0.000 0.000 0.000 validators.py:302(MinValueValidator)
1 0.000 0.000 0.017 0.017 sites.py:289(urls)
1 0.000 0.000 0.000 0.000 locale.py:546(getlocale)
1 0.000 0.000 0.000 0.000 models.py:481(AlterModelOptions)
1 0.000 0.000 0.000 0.000 minidom.py:1236(DocumentType)
1 0.000 0.000 0.000 0.000 request.py:12(RequestMethods)
1 0.000 0.000 0.000 0.000 related.py:1202(ReverseManyRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 field_block.py:246(RichTextBlock)
1 0.000 0.000 0.000 0.000 base.py:587(FilterExpression)
1 0.000 0.000 0.000 0.000 edit_handlers.py:284(BaseCompositeEditHandler)
1 0.000 0.000 0.000 0.000 utils.py:408(CaptureQueriesContext)
1 0.000 0.000 0.000 0.000 articles.py:72(ArticleCountry)
1 0.000 0.000 0.000 0.000 fields.py:917(MultipleChoiceField)
1 0.000 0.000 0.000 0.000 edit_handlers.py:395(BaseMultiFieldPanel)
1 0.000 0.000 0.000 0.000 __init__.py:2380(__init__)
1 0.000 0.000 0.000 0.000 SocketServer.py:631(BaseRequestHandler)
1 0.000 0.000 0.000 0.000 apps.py:5(SessionsConfig)
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:108(RoutablePage)
3 0.000 0.000 0.000 0.000 {_codecs.lookup}
1 0.000 0.000 0.000 0.000 hex_codec.py:27(hex_decode)
1 0.000 0.000 0.000 0.000 __init__.py:1643(DurationField)
1 0.000 0.000 0.000 0.000 __init__.py:23(LazySettings)
1 0.000 0.000 0.001 0.001 specifiers.py:224(LegacySpecifier)
1 0.000 0.000 0.000 0.000 _html5lib.py:26(HTML5TreeBuilder)
1 0.000 0.000 0.000 0.000 models.py:436(User)
1 0.000 0.000 0.000 0.000 __init__.py:381(DistributionNotFound)
1 0.000 0.000 0.000 0.000 files.py:385(ImageField)
1 0.000 0.000 0.000 0.000 models.py:219(Meta)
1 0.000 0.000 0.000 0.000 Queue.py:21(Queue)
1 0.000 0.000 0.000 0.000 base.py:126(Deserializer)
1 0.000 0.000 0.000 0.000 field_block.py:20(FieldBlock)
1 0.000 0.000 0.001 0.001 __init__.py:1778(MemoizedZipManifests)
1 0.000 0.000 0.000 0.000 wand.py:8(WandBackend)
1 0.000 0.000 0.000 0.000 blocks.py:19(URLOrPathBlock)
1 0.000 0.000 0.000 0.000 edit_handlers.py:604(BaseInlinePanel)
1 0.000 0.000 0.000 0.000 search_indexes.py:61(ProjectIndex)
1 0.000 0.000 0.000 0.000 projects.py:140(ProjectPerson)
1 0.000 0.000 0.000 0.000 __init__.py:2373(UUIDField)
1 0.000 0.000 0.000 0.000 filters.py:116(IncludeStatement)
3 0.000 0.000 0.000 0.000 _osx_support.py:455(<genexpr>)
1 0.000 0.000 0.000 0.000 views.py:53(ReportSearchView)
1 0.000 0.000 0.000 0.000 apps.py:5(MessagesConfig)
1 0.000 0.000 0.000 0.000 expressions.py:471(Func)
1 0.000 0.000 0.000 0.000 safestring.py:46(SafeBytes)
1 0.000 0.000 0.000 0.000 articles.py:84(ArticleTreatyAndRegime)
1 0.000 0.000 0.000 0.000 widgets.py:498(Select)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:14(register_admin_urls)
1 0.000 0.000 0.000 0.000 urlresolvers.py:498(LocaleRegexURLResolver)
1 0.000 0.000 0.000 0.000 validators.py:268(BaseValidator)
1 0.000 0.000 0.000 0.000 widgets.py:7(WidgetWithScript)
1 0.000 0.000 0.000 0.000 __init__.py:1728(FilePathField)
1 0.000 0.000 0.000 0.000 retry.py:112(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:2112(_get_option_tuples)
1 0.000 0.000 0.000 0.000 models.py:424(AlterOrderWithRespectTo)
1 0.000 0.000 0.000 0.000 subqueries.py:81(UpdateQuery)
1 0.000 0.000 0.000 0.000 version.py:82(LegacyVersion)
3 0.000 0.000 0.000 0.000 six.py:598(iteritems)
2 0.000 0.000 0.000 0.000 pillow.py:43(check)
1 0.000 0.000 0.000 0.000 base.py:4(Loader)
1 0.000 0.000 0.000 0.000 threading.py:561(__init__)
1 0.000 0.000 0.000 0.000 articles.py:88(ArticleSubject)
3 0.000 0.000 0.000 0.000 query.py:2108(add_votes)
1 0.000 0.000 0.000 0.000 sites.py:59(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:67(<dictcomp>)
1 0.000 0.000 0.000 0.000 list_block.py:19(ListBlock)
1 0.000 0.000 0.000 0.000 exceptions.py:84(ValidationError)
1 0.000 0.000 0.000 0.000 adapters.py:57(HTTPAdapter)
1 0.000 0.000 0.000 0.000 inputstream.py:140(HTMLUnicodeInputStream)
1 0.000 0.000 0.447 0.447 state.py:164(apps)
1 0.000 0.000 0.000 0.000 poolmanager.py:32(PoolManager)
1 0.000 0.000 0.000 0.000 connectionpool.py:668(HTTPSConnectionPool)
1 0.000 0.000 0.000 0.000 tempfile.py:108(_RandomNameSequence)
1 0.000 0.000 0.000 0.000 six.py:164(_SixMetaPathImporter)
1 0.000 0.000 0.000 0.000 tracking.py:19(ThreadLocalState)
11 0.000 0.000 0.000 0.000 routers.py:14(for_read)
1 0.000 0.000 0.000 0.000 newsroom.py:119(NewsItemRegion)
2 0.000 0.000 0.000 0.000 base.py:101(__init__)
1 0.000 0.000 0.000 0.000 projects.py:152(ProjectSubject)
1 0.000 0.000 0.000 0.000 datastructures.py:121(BaseTable)
1 0.000 0.000 0.000 0.000 forms.py:245(BaseGroupPagePermissionFormSet)
1 0.000 0.000 0.000 0.000 base.py:433(TokenParser)
1 0.000 0.000 0.000 0.000 threading.py:576(set)
1 0.000 0.000 0.000 0.000 specifiers.py:599(SpecifierSet)
5 0.000 0.000 0.000 0.000 debug.py:41(sensitive_post_parameters)
1 0.000 0.000 0.000 0.000 where.py:362(Constraint)
2 0.000 0.000 0.000 0.000 wagtail_hooks.py:17(register_admin_urls)
2 0.000 0.000 0.000 0.000 tokenize.py:47(maybe)
1 0.000 0.000 0.000 0.000 field_block.py:286(RawHTMLBlock)
1 0.000 0.000 0.000 0.000 parsers.py:47(__init__)
1 0.000 0.000 0.000 0.000 copy_reg.py:14(pickle)
1 0.000 0.000 0.000 0.000 testcases.py:134(_AssertTemplateNotUsedContext)
1 0.000 0.000 0.000 0.000 debug.py:248(ExceptionReporter)
1 0.000 0.000 0.001 0.001 pages.py:64(AboutPage)
1 0.000 0.000 0.000 0.000 trans_real.py:234(deactivate_all)
1 0.000 0.000 0.000 0.000 argparse.py:983(__init__)
1 0.000 0.000 0.000 0.000 apps.py:8(SitesConfig)
2 0.000 0.000 0.000 0.000 weakref.py:103(clear)
1 0.000 0.000 0.000 0.000 response.py:389(StreamingHttpResponse)
2 0.000 0.000 0.000 0.000 six.py:159(_resolve)
1 0.000 0.000 0.000 0.000 pages.py:202(AnalysisPageSubNavigationItem)
1 0.000 0.000 0.000 0.000 streaming.py:187(Stream)
1 0.000 0.000 0.000 0.000 handlers.py:1050(HTTPHandler)
1 0.000 0.000 0.000 0.000 url.py:9(Url)
1 0.000 0.000 0.000 0.000 log.py:163(RequireDebugFalse)
1 0.000 0.000 0.000 0.000 models.py:1046(InlineForeignKeyField)
1 0.000 0.000 0.000 0.000 cookielib.py:1749(FileCookieJar)
1 0.000 0.000 0.000 0.000 testcases.py:914(TestCase)
1 0.000 0.000 0.000 0.000 projects.py:136(ProjectPartnerOrganization)
1 0.000 0.000 0.000 0.000 httplib.py:1375(LineAndFileWrapper)
1 0.000 0.000 0.000 0.000 urlresolvers.py:200(RegexURLPattern)
1 0.000 0.000 0.000 0.000 __init__.py:2090(PositiveIntegerField)
1 0.000 0.000 0.000 0.000 element.py:61(ContentMetaAttributeValue)
1 0.000 0.000 0.000 0.000 difflib.py:1670(HtmlDiff)
1 0.000 0.000 0.001 0.001 admin.py:20(FlexibleFeatureInline)
1 0.000 0.000 0.000 0.000 html.py:137(MLStripper)
1 0.000 0.000 0.000 0.000 utils.py:16(Cache)
1 0.000 0.000 0.000 0.000 list.py:12(MultipleObjectMixin)
1 0.000 0.000 0.000 0.000 conf.py:8(AppSettings)
5 0.000 0.000 0.000 0.000 six.py:181(_get_module)
1 0.000 0.000 0.000 0.000 base.py:6(Operation)
1 0.000 0.000 0.000 0.000 base.py:20(ImageBackend)
1 0.000 0.000 0.000 0.000 field_block.py:315(ChooserBlock)
1 0.000 0.000 0.000 0.000 validators.py:17(RegexValidator)
1 0.000 0.000 0.000 0.000 models.py:1441(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:1155(info)
1 0.000 0.000 0.000 0.000 urllib2.py:539(HTTPErrorProcessor)
1 0.000 0.000 0.000 0.000 expressions.py:645(Ref)
2 0.000 0.000 0.000 0.000 models.py:164(Meta)
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
1 0.000 0.000 0.000 0.000 connectionpool.py:58(ConnectionPool)
1 0.000 0.000 0.000 0.000 rich_text.py:4(MediaEmbedHandler)
1 0.000 0.000 0.000 0.000 models.py:272(Meta)
1 0.000 0.000 0.000 0.000 weakref.py:48(remove)
2 0.000 0.000 0.000 0.000 Image.py:2250(_decompression_bomb_check)
1 0.000 0.000 0.000 0.000 __init__.py:627(_removeHandlerRef)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:392(_getmp)
1 0.000 0.000 0.000 0.000 conf.py:94(configure_url)
1 0.000 0.000 0.000 0.000 query.py:49(RawQuery)
4 0.000 0.000 0.000 0.000 __init__.py:1998(__init__)
1 0.000 0.000 0.000 0.000 fields.py:523(DurationField)
1 0.000 0.000 0.000 0.000 handler.py:223(EntityResolver)
1 0.000 0.000 0.000 0.000 hashers.py:220(PBKDF2PasswordHasher)
1 0.000 0.000 0.000 0.000 response.py:471(HttpResponseNotModified)
4 0.000 0.000 0.000 0.000 __init__.py:1137(setLevel)
1 0.000 0.000 0.000 0.000 __init__.py:10(BulkIndexError)
2 0.000 0.000 0.000 0.000 models.py:382(<genexpr>)
1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
1 0.000 0.000 0.000 0.000 models.py:40(Meta)
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:187(PngInfo)
1 0.000 0.000 0.000 0.000 __init__.py:1703(EmailField)
1 0.000 0.000 0.000 0.000 checks.py:492(ModelAdminChecks)
1 0.000 0.000 0.000 0.000 models.py:94(__iter__)
1 0.000 0.000 0.000 0.000 graph.py:11(Node)
1 0.000 0.000 0.000 0.000 multipartparser.py:290(LazyStream)
1 0.000 0.000 0.000 0.000 base.py:4(ImageBackendBase)
1 0.000 0.000 0.000 0.000 inputstream.py:654(EncodingParser)
1 0.000 0.000 0.000 0.000 models.py:97(Tag)
1 0.000 0.000 0.000 0.000 refresh_token.py:18(RefreshTokenGrant)
2 0.000 0.000 0.000 0.000 base.py:272(use_argparse)
1 0.000 0.000 0.000 0.000 __init__.py:2935(Requirement)
1 0.000 0.000 0.000 0.000 menu.py:15(MenuItem)
1 0.000 0.000 0.000 0.000 extras.py:136(DictRow)
1 0.000 0.000 0.000 0.000 structures.py:14(CaseInsensitiveDict)
1 0.000 0.000 0.000 0.000 forms.py:19(UsernameForm)
1 0.000 0.000 0.000 0.000 HTMLParser.py:57(HTMLParseError)
1 0.000 0.000 0.000 0.000 message.py:126(MIMEMixin)
1 0.000 0.000 0.000 0.000 connection.py:64(HTTPConnection)
1 0.000 0.000 0.000 0.000 basehttp.py:68(WSGIServer)
1 0.000 0.000 0.000 0.000 forms.py:76(PasswordResetForm)
1 0.000 0.000 0.000 0.000 testcases.py:96(_AssertTemplateUsedContext)
1 0.000 0.000 0.000 0.000 articles.py:64(ArticleAuthor)
5 0.000 0.000 0.000 0.000 timezone.py:340(is_naive)
1 0.000 0.000 0.000 0.000 cookielib.py:723(Cookie)
2 0.000 0.000 0.000 0.000 {method 'rpartition' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 {_locale.setlocale}
1 0.000 0.000 0.000 0.000 related.py:396(SingleRelatedObjectDescriptor)
1 0.000 0.000 0.000 0.000 widgets.py:12(AdminImageChooser)
1 0.000 0.000 0.000 0.000 validators.py:295(MaxValueValidator)
1 0.000 0.000 0.000 0.000 minidom.py:317(DocumentFragment)
1 0.000 0.000 0.000 0.000 minidom.py:938(CharacterData)
7 0.000 0.000 0.000 0.000 case.py:609(_deprecate)
1 0.000 0.000 0.000 0.000 fields.py:44(StreamField)
1 0.000 0.000 0.000 0.000 threading.py:1128(_DummyThread)
1 0.000 0.000 0.000 0.000 utils.py:82(AddonClient)
1 0.000 0.000 0.000 0.000 threading.py:789(_set_ident)
6 0.000 0.000 0.000 0.000 extensions.py:111(register_adapter)
1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher)
1 0.000 0.000 0.000 0.000 models.py:1213(Meta)
1 0.000 0.000 0.000 0.000 minidom.py:1154(ReadOnlySequentialNamedNodeMap)
1 0.000 0.000 0.000 0.000 xmlreader.py:11(XMLReader)
1 0.000 0.000 0.000 0.000 base.py:23(BaseHandler)
1 0.000 0.000 0.000 0.000 plistlib.py:444(begin_dict)
1 0.000 0.000 0.000 0.000 signals.py:13(signal)
1 0.000 0.000 0.000 0.000 minidom.py:335(Attr)
1 0.000 0.000 0.000 0.000 exceptions.py:66(SSLError)
1 0.000 0.000 0.000 0.000 urllib.py:860(ftpwrapper)
1 0.000 0.000 0.000 0.000 connection_pool.py:231(DummyConnectionPool)
1 0.000 0.000 0.000 0.000 connection.py:188(VerifiedHTTPSConnection)
1 0.000 0.000 0.000 0.000 models.py:39(Meta)
2 0.000 0.000 0.000 0.000 repr.py:10(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1728(captureWarnings)
1 0.000 0.000 0.000 0.000 hmac.py:23(HMAC)
1 0.000 0.000 0.000 0.000 xmlreader.py:341(AttributesNSImpl)
1 0.000 0.000 0.000 0.000 urlresolvers.py:164(LocaleRegexProvider)
1 0.000 0.000 0.000 0.000 response.py:190(TemplateResponse)
1 0.000 0.000 0.000 0.000 widgets.py:142(ForeignKeyRawIdWidget)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:94(ChunkStream)
1 0.000 0.000 0.000 0.000 static.py:8(PrefixNode)
1 0.000 0.000 0.000 0.000 sysconfig.py:172(joinuser)
1 0.000 0.000 0.000 0.000 trans_real.py:97(DjangoTranslation)
1 0.000 0.000 0.000 0.000 threading.py:542(Event)
4 0.000 0.000 0.000 0.000 {method 'rstrip' of 'unicode' objects}
2 0.000 0.000 0.000 0.000 string.py:484(translate)
3 0.000 0.000 0.000 0.000 writer.py:178(<genexpr>)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:12(Options)
1 0.000 0.000 0.004 0.004 platform.py:797(mac_ver)
1 0.000 0.000 0.000 0.000 widgets.py:38(SelectDateWidget)
1 0.000 0.000 0.000 0.000 rich_text.py:5(ImageEmbedHandler)
1 0.000 0.000 0.000 0.000 base.py:19(Connection)
1 0.000 0.000 0.000 0.000 base.py:26(Serializer)
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 models.py:307(BaseModelForm)
1 0.000 0.000 0.000 0.000 conf.py:88(Settings)
2 0.000 0.000 0.000 0.000 TiffImagePlugin.py:221(_accept)
1 0.000 0.000 0.000 0.000 settings.py:191(prepend_to_setting)
1 0.000 0.000 0.000 0.000 __init__.py:336(VersionConflict)
3 0.000 0.000 0.000 0.000 http.py:23(require_http_methods)
1 0.000 0.000 0.000 0.000 models.py:69(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:123(DefaultCacheProxy)
1 0.000 0.000 0.000 0.000 multipart.py:13(MIMEMultipart)
1 0.000 0.000 0.000 0.000 context.py:199(RequestContext)
1 0.000 0.000 0.001 0.001 urllib2.py:854(AbstractBasicAuthHandler)
1 0.000 0.000 0.000 0.000 fields.py:1225(IPAddressField)
5 0.000 0.000 0.000 0.000 six.py:177(_get_module)
1 0.000 0.000 0.000 0.000 queryset.py:30(FakeQuerySet)
1 0.000 0.000 0.000 0.000 models.py:50(Meta)
3 0.000 0.000 0.000 0.000 formats.py:54(register_image_format)
1 0.000 0.000 0.000 0.000 models.py:1017(Meta)
1 0.000 0.000 0.000 0.000 fields.py:369(FacetField)
1 0.000 0.000 0.000 0.000 fields.py:220(IntegerField)
1 0.000 0.000 0.000 0.000 __init__.py:501(BufferingFormatter)
1 0.000 0.000 0.000 0.000 views.py:155(TreatyArticle)
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 models.py:541(AlterModelManagers)
3 0.000 0.000 0.000 0.000 managers.py:46(_model_name)
1 0.000 0.000 0.000 0.000 fields.py:49(RequestField)
3 0.000 0.000 0.000 0.000 regex_helper.py:248(get_quantifier)
1 0.000 0.000 0.000 0.000 urlresolvers.py:583(clear_url_caches)
1 0.000 0.000 0.000 0.000 fields.py:1254(SlugField)
1 0.000 0.000 0.000 0.000 lookups.py:12(RegisterLookupMixin)
1 0.000 0.000 0.000 0.000 validation.py:208(ModelAdminValidator)
1 0.000 0.000 0.000 0.000 config.py:489(DictConfigurator)
1 0.000 0.000 0.000 0.000 handler.py:208(DTDHandler)
2 0.000 0.000 0.000 0.000 image.py:17(__init__)
1 0.000 0.000 0.000 0.000 conf.py:113(configure_template_filter_context)
1 0.000 0.000 0.000 0.000 __init__.py:178(SAXTreeBuilder)
1 0.000 0.000 0.000 0.000 sql.py:554(Parenthesis)
1 0.000 0.000 0.000 0.000 base.py:31(View)
1 0.000 0.000 0.000 0.000 fields.py:579(EmailField)
1 0.000 0.000 0.000 0.000 __init__.py:428(get_provider)
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 storage.py:54(HashedFilesMixin)
1 0.000 0.000 0.000 0.000 urllib2.py:224(Request)
1 0.000 0.000 0.000 0.000 views.py:438(FacilityDetailView)
1 0.000 0.000 0.000 0.000 introspection.py:13(BaseDatabaseIntrospection)
9 0.000 0.000 0.000 0.000 options.py:46(__call__)
3 0.000 0.000 0.000 0.000 six.py:805(metaclass)
1 0.000 0.000 0.000 0.000 JpegImagePlugin.py:281(JpegImageFile)
1 0.000 0.000 0.000 0.000 __init__.py:1137(CommaSeparatedIntegerField)
1 0.000 0.000 0.000 0.000 inputstream.py:47(BufferedStream)
1 0.000 0.000 0.000 0.000 articles.py:68(ArticleOrganization)
1 0.000 0.000 0.000 0.000 resource.py:20(ResourceEndpoint)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:583(load_end)
1 0.000 0.000 0.000 0.000 handlers.py:370(WatchedFileHandler)
1 0.000 0.000 0.000 0.000 query.py:1373(Prefetch)
1 0.000 0.000 0.000 0.000 ElementTree.py:605(ElementTree)
1 0.000 0.000 0.000 0.000 filters.py:119(FieldListFilter)
6 0.000 0.000 0.000 0.000 plistlib.py:423(addObject)
1 0.000 0.000 0.000 0.000 base.py:434(BlockWidget)
1 0.000 0.000 0.000 0.000 html.py:20(Element)
1 0.000 0.000 0.000 0.000 multipartparser.py:622(Parser)
1 0.000 0.000 0.000 0.000 lookups.py:331(Contains)
1 0.000 0.000 0.000 0.000 related.py:2017(OneToOneField)
1 0.000 0.000 0.000 0.000 apps.py:5(StaticFilesConfig)
1 0.000 0.000 0.000 0.000 {binascii.a2b_hex}
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(SitesMenuItem)
1 0.000 0.000 0.000 0.000 basehttp.py:98(WSGIRequestHandler)
1 0.000 0.000 0.000 0.000 version.py:34(parse)
1 0.000 0.000 0.000 0.000 minidom.py:867(Childless)
1 0.000 0.000 0.000 0.000 tzinfo.py:69(StaticTzInfo)
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)
2 0.000 0.000 0.000 0.000 __init__.py:26(log_query)
1 0.000 0.000 0.000 0.000 hashers.py:448(UnsaltedMD5PasswordHasher)
3 0.000 0.000 0.000 0.000 writer.py:219(filename)
1 0.000 0.000 0.000 0.000 argparse.py:960(_CountAction)
1 0.000 0.000 0.000 0.000 uploadhandler.py:158(MemoryFileUploadHandler)
1 0.000 0.000 0.000 0.000 __init__.py:2330(BinaryField)
1 0.000 0.000 0.000 0.000 encoder.py:70(JSONEncoder)
1 0.000 0.000 0.000 0.000 __init__.py:374(_FixedOffset)
1 0.000 0.000 0.000 0.000 Queue.py:212(PriorityQueue)
1 0.000 0.000 0.000 0.000 main.py:63(TestProgram)
9 0.000 0.000 0.000 0.000 query.py:240(get_meta)
1 0.000 0.000 0.000 0.000 field_block.py:164(DateTimeBlock)
4 0.000 0.000 0.000 0.000 {built-in method fromkeys}
1 0.000 0.000 0.000 0.000 runner.py:119(TextTestRunner)
1 0.000 0.000 0.000 0.000 exceptions.py:189(HeaderParsingError)
2 0.000 0.000 0.000 0.000 argparse.py:1692(_get_positional_actions)
5 0.000 0.000 0.000 0.000 {_weakref.proxy}
1 0.000 0.000 0.000 0.000 forms.py:9(BaseGenericInlineFormSet)
1 0.000 0.000 0.000 0.000 fields.py:1262(UUIDField)
1 0.000 0.000 0.000 0.000 expressions.py:829(Date)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:483(PngImageFile)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:557(load_read)
1 0.000 0.000 0.000 0.000 edit.py:40(FormMixin)
1 0.000 0.000 0.000 0.000 inputstream.py:373(HTMLBinaryInputStream)
1 0.000 0.000 0.000 0.000 filters.py:20(_CaseFilter)
1 0.000 0.000 0.000 0.000 connection.py:166(HTTPSConnection)
1 0.000 0.000 0.000 0.000 {posix.sysconf}
1 0.000 0.000 0.000 0.000 views.py:144(CountryProfileFacilities)
1 0.000 0.000 0.000 0.000 detail.py:120(SingleObjectTemplateResponseMixin)
1 0.000 0.000 0.000 0.000 base.py:719(Variable)
1 0.000 0.000 0.000 0.000 models.py:52(RequestEncodingMixin)
1 0.000 0.000 0.000 0.000 views.py:89(TestimonySearchView)
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 plistlib.py:151(DumbXMLWriter)
2 0.000 0.000 0.000 0.000 inspect.py:907(assign)
1 0.000 0.000 0.000 0.000 errors.py:9(MessageError)
1 0.000 0.000 0.000 0.000 forms.py:50(EmailLinkChooserForm)
1 0.000 0.000 0.000 0.000 httplib.py:369(HTTPResponse)
1 0.000 0.000 0.000 0.000 apps.py:7(SimpleAdminConfig)
1 0.000 0.000 0.000 0.000 forms.py:9(FlexibleFeatureModelForm)
1 0.000 0.000 0.001 0.001 validators.py:309(MinLengthValidator)
1 0.000 0.000 0.000 0.000 field_block.py:123(DateBlock)
1 0.000 0.000 0.000 0.000 __init__.py:1344(getEffectiveLevel)
1 0.000 0.000 0.000 0.000 __init__.py:1793(FloatField)
1 0.000 0.000 0.000 0.000 helpers.py:269(InlineAdminForm)
1 0.000 0.000 0.000 0.000 features.py:5(DatabaseFeatures)
1 0.000 0.000 0.000 0.000 utils.py:252(__iter__)
2 0.000 0.000 0.000 0.000 argparse.py:836(__call__)
1 0.000 0.000 0.000 0.000 utils.py:167(override_settings)
1 0.000 0.000 0.000 0.000 trans_real.py:88(to_language)
1 0.000 0.000 0.000 0.000 tzinfo.py:149(DstTzInfo)
1 0.000 0.000 0.000 0.000 feedparser.py:158(FeedParser)
2 0.000 0.000 0.000 0.000 menu.py:52(__init__)
1 0.000 0.000 0.000 0.000 _html5lib.py:70(TreeBuilderForHtml5lib)
4 0.000 0.000 0.000 0.000 {method 'rfind' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 simple_server.py:40(WSGIServer)
1 0.000 0.000 0.000 0.000 autodetector.py:32(__init__)
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
2 0.000 0.000 0.000 0.000 __init__.py:2567(version)
1 0.000 0.000 0.000 0.000 forms.py:15(Meta)
1 0.000 0.000 0.000 0.000 revocation.py:23(RevocationEndpoint)
1 0.000 0.000 0.000 0.000 multipartparser.py:447(BoundaryIter)
1 0.000 0.000 0.000 0.000 graph.py:72(MigrationGraph)
1 0.000 0.000 0.000 0.000 rich_text.py:20(PageLinkHandler)
1 0.000 0.000 0.000 0.000 urlparse.py:76(username)
1 0.000 0.000 0.000 0.000 models.py:175(Meta)
1 0.000 0.000 0.000 0.000 common.py:327(CaseInsensitiveDict)
1 0.000 0.000 0.000 0.000 _collections.py:26(RecentlyUsedContainer)
1 0.000 0.000 0.000 0.000 middleware.py:38(RemoteUserMiddleware)
1 0.000 0.000 0.000 0.000 numbers.py:13(Number)
1 0.000 0.000 0.000 0.000 locmem.py:10(Loader)
1 0.000 0.000 0.000 0.000 Cookie.py:633(load)
1 0.000 0.000 0.000 0.000 models.py:132(BaseUserManager)
1 0.000 0.000 0.000 0.000 models.py:165(UserManager)
1 0.000 0.000 0.000 0.000 models.py:65(Meta)
1 0.000 0.000 0.000 0.000 models.py:37(Model)
1 0.000 0.000 0.000 0.000 serializer.py:55(__init__)
2 0.000 0.000 0.000 0.000 BmpImagePlugin.py:56(_accept)
1 0.000 0.000 0.000 0.000 __init__.py:353(Formatter)
1 0.000 0.000 0.000 0.000 Cookie.py:696(SerialCookie)
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 related.py:1144(ManyRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 special.py:8(SeparateDatabaseAndState)
1 0.000 0.000 0.000 0.000 testcases.py:1060(FSFilesHandler)
1 0.000 0.000 0.000 0.000 admin.py:11(TreatyChapterInline)
1 0.000 0.000 0.000 0.000 admin.py:20(MPTTModelAdmin)
1 0.000 0.000 0.000 0.000 views.py:108(CountryProfileTreaties)
1 0.000 0.000 0.000 0.000 index.py:83(BaseField)
1 0.000 0.000 0.000 0.000 ImageFile.py:314(Parser)
1 0.000 0.000 0.000 0.000 pooling.py:8(PoolingConnection)
1 0.000 0.000 0.000 0.000 threading.py:125(_RLock)
1 0.000 0.000 0.000 0.000 signals.py:16(_FakeSignal)
1 0.000 0.000 0.000 0.000 __init__.py:123(ManagementUtility)
1 0.000 0.000 0.000 0.000 connection.py:164(HTTPSConnection)
1 0.000 0.000 0.000 0.000 userbar.py:35(EditPageItem)
2 0.000 0.000 0.000 0.000 search_indexes.py:90(get_model)
1 0.000 0.000 0.000 0.000 widgets.py:550(NullBooleanSelect)
1 0.000 0.000 0.000 0.000 decimal.py:3749(_ContextManager)
1 0.000 0.000 0.000 0.000 models.py:13(ContentTypeManager)
1 0.000 0.000 0.000 0.000 base.py:547(AppCommand)
1 0.000 0.000 0.000 0.000 numconv.py:26(NumConv)
1 0.000 0.000 0.000 0.000 apps.py:12(ready)
1 0.000 0.000 0.000 0.000 utils.py:189(<dictcomp>)
2 0.000 0.000 0.000 0.000 GifImagePlugin.py:44(_accept)
1 0.000 0.000 0.000 0.000 expressions.py:876(DateTime)
1 0.000 0.000 0.000 0.000 legacy_application.py:16(LegacyApplicationClient)
1 0.000 0.000 0.000 0.000 base.py:866(Node)
3 0.000 0.000 0.000 0.000 models.py:14(route)
2 0.000 0.000 0.000 0.000 JpegImagePlugin.py:274(_accept)
2 0.000 0.000 0.000 0.000 six.py:91(MovedModule)
1 0.000 0.000 0.000 0.000 response.py:432(FileResponse)
1 0.000 0.000 0.000 0.000 _exceptions.py:46(SAXParseException)
1 0.000 0.000 0.000 0.000 loader_tags.py:83(ExtendsNode)
1 0.000 0.000 0.000 0.000 tokens.py:13(_TokenType)
1 0.000 0.000 0.000 0.000 tzinfo.py:59(BaseTzInfo)
1 0.000 0.000 0.000 0.000 zipfile.py:262(ZipInfo)
1 0.000 0.000 0.000 0.000 _htmlparser.py:127(HTMLParserTreeBuilder)
1 0.000 0.000 0.000 0.000 views.py:71(SpeechSearchView)
2 0.000 0.000 0.000 0.000 {method 'values' of 'dict' objects}
1 0.000 0.000 0.000 0.000 formsets.py:33(ManagementForm)
1 0.000 0.000 0.000 0.000 registry.py:85(get_checks)
1 0.000 0.000 0.000 0.000 urllib.py:1018(addinfourl)
1 0.000 0.000 0.000 0.000 site_summary.py:33(SiteSummaryPanel)
1 0.000 0.000 0.000 0.000 cache.py:31(Cache)
1 0.000 0.000 0.000 0.000 base.py:13(MIMEBase)
1 0.000 0.000 0.000 0.000 formats.py:7(Format)
1 0.000 0.000 0.000 0.000 element.py:45(CharsetMetaAttributeValue)
1 0.000 0.000 0.000 0.000 hashers.py:273(BCryptSHA256PasswordHasher)
1 0.000 0.000 0.000 0.000 filters.py:80(StripComments)
1 0.000 0.000 0.000 0.000 csv.py:26(Dialect)
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 conf.py:26(set_isolated)
4 0.000 0.000 0.000 0.000 sre_parse.py:218(seek)
1 0.000 0.000 0.000 0.000 views.py:159(Report)
1 0.000 0.000 0.000 0.000 views.py:171(Transcript)
1 0.000 0.000 0.000 0.000 widgets.py:58(Media)
1 0.000 0.000 0.000 0.000 client.py:49(FakePayload)
1 0.000 0.000 0.000 0.000 sql.py:500(Identifier)
1 0.000 0.000 0.000 0.000 checks.py:852(InlineModelAdminChecks)
1 0.000 0.000 0.000 0.000 poolmanager.py:192(ProxyManager)
1 0.000 0.000 0.000 0.000 query.py:583(EmptySearchQuerySet)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_md5}
1 0.000 0.000 0.000 0.000 forms.py:278(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:2144(SmallIntegerField)
1 0.000 0.000 0.000 0.000 filters.py:586(OutputFilter)
1 0.000 0.000 0.000 0.000 UserDict.py:40(items)
1 0.000 0.000 0.000 0.000 minidom.py:1012(Text)
3 0.000 0.000 0.000 0.000 query.py:1309(<genexpr>)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:334(DocumentLS)
1 0.000 0.000 0.000 0.000 site_summary.py:19(PagesSummaryItem)
1 0.000 0.000 0.000 0.000 fields.py:657(ImageField)
1 0.000 0.000 0.000 0.000 __init__.py:28(__init__)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:167(iTXt)
1 0.000 0.000 0.000 0.000 Cookie.py:682(SimpleCookie)
1 0.000 0.000 0.000 0.000 apps.py:5(RedirectsConfig)
1 0.000 0.000 0.000 0.000 element.py:1531(SoupStrainer)
1 0.000 0.000 0.000 0.000 loader_tags.py:19(BlockContext)
1 0.000 0.000 0.000 0.000 auth.py:152(AppAuthHandler)
1 0.000 0.000 0.000 0.000 _base.py:6(Trie)
1 0.000 0.000 0.000 0.000 admin.py:19(GroupAdminWithPagePermissions)
2 0.000 0.000 0.000 0.000 six.py:106(MovedAttribute)
1 0.000 0.000 0.000 0.000 ssl.py:328(SSLContext)
1 0.000 0.000 0.000 0.000 widgets.py:70(AdminTimeWidget)
1 0.000 0.000 0.000 0.000 hashers.py:159(BasePasswordHasher)
1 0.000 0.000 0.000 0.000 __init__.py:26(TreeBuilderRegistry)
2 0.000 0.000 0.000 0.000 utils.py:287(_router_func)
2 0.000 0.000 0.000 0.000 base.py:1193(SimpleNode)
1 0.000 0.000 0.000 0.000 sql.py:563(SquareBrackets)
1 0.000 0.000 0.000 0.000 random.py:805(SystemRandom)
1 0.000 0.000 0.000 0.000 utils.py:23(filter_params)
1 0.000 0.000 0.000 0.000 decoder.py:274(JSONDecoder)
1 0.000 0.000 0.000 0.000 defaulttags.py:32(AutoEscapeControlNode)
1 0.000 0.000 0.000 0.000 loading.py:127(ConnectionRouter)
2 0.000 0.000 0.000 0.000 {method 'discard' of 'set' objects}
1 0.000 0.000 0.000 0.000 dates.py:193(WeekMixin)
1 0.000 0.000 0.000 0.000 __init__.py:1011(BaseEngine)
1 0.000 0.000 0.000 0.000 uploadhandler.py:135(TemporaryFileUploadHandler)
1 0.000 0.000 0.000 0.000 minidom.py:907(ProcessingInstruction)
1 0.000 0.000 0.000 0.000 base.py:68(ModelBase)
1 0.000 0.000 0.000 0.000 __init__.py:460(FeatureNotFound)
1 0.000 0.000 0.000 0.000 fields.py:959(TypedMultipleChoiceField)
1 0.000 0.000 0.000 0.000 feeds.py:107(LatestArticlesFeedNJ)
1 0.000 0.000 0.000 0.000 {_ctypes.set_conversion_mode}
1 0.000 0.000 0.000 0.000 home.py:14(UpgradeNotificationPanel)
1 0.000 0.000 0.000 0.000 ElementTree.py:1455(XMLParser)
1 0.000 0.000 0.000 0.000 managers.py:9(GSNHomePageManager)
1 0.000 0.000 0.000 0.000 messages.py:14(CheckMessage)
1 0.000 0.000 0.000 0.000 _base.py:23(Node)
1 0.000 0.000 0.000 0.000 __init__.py:1391(__init__)
2 0.000 0.000 0.000 0.000 sysconfig.py:164(_get_default_scheme)
1 0.000 0.000 0.000 0.000 connectionpool.py:68(__init__)
3 0.000 0.000 0.000 0.000 query.py:1060(check_related_objects)
1 0.000 0.000 0.000 0.000 _MozillaCookieJar.py:8(MozillaCookieJar)
1 0.000 0.000 0.000 0.000 query.py:2086(JoinPromoter)
1 0.000 0.000 0.000 0.000 views.py:41(TutorialDetail)
1 0.000 0.000 0.000 0.000 fields.py:211(CharField)
1 0.000 0.000 0.000 0.000 base.py:114(__init__)
1 0.000 0.000 0.000 0.000 urlparse.py:86(password)
1 0.000 0.000 0.000 0.000 sysconfig.py:514(get_config_var)
1 0.000 0.000 0.000 0.000 __init__.py:368(ContextualVersionConflict)
1 0.000 0.000 0.000 0.000 uploadedfile.py:108(SimpleUploadedFile)
1 0.000 0.000 0.000 0.000 extras.py:205(RealDictCursor)
1 0.000 0.000 0.000 0.000 response.py:450(HttpResponseRedirectBase)
1 0.000 0.000 0.000 0.000 rich_text.py:6(DocumentLinkHandler)
1 0.000 0.000 0.000 0.000 expressions.py:678(ExpressionWrapper)
2 0.000 0.000 0.000 0.000 {method 'pixel_access' of 'ImagingCore' objects}
1 0.000 0.000 0.000 0.000 handler.py:47(ContentHandler)
1 0.000 0.000 0.000 0.000 config.py:318(ConvertingDict)
1 0.000 0.000 0.000 0.000 forms.py:41(ExternalLinkChooserForm)
1 0.000 0.000 0.000 0.000 python.py:16(Serializer)
1 0.000 0.000 0.000 0.000 admin.py:11(TagAdmin)
1 0.000 0.000 0.000 0.000 handlers.py:950(NTEventLogHandler)
1 0.000 0.000 0.000 0.000 __init__.py:593(IResourceProvider)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:96(__init__)
1 0.000 0.000 0.000 0.000 models.py:192(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:889(FileHandler)
3 0.000 0.000 0.000 0.000 datastructures.py:131(__init__)
1 0.000 0.000 0.000 0.000 random.py:655(WichmannHill)
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 urlresolvers.py:598(get_script_prefix)
1 0.000 0.000 0.000 0.000 repr.py:8(Repr)
1 0.000 0.000 0.000 0.000 rfc822.py:775(AddressList)
1 0.000 0.000 0.000 0.000 testcases.py:1137(LiveServerThread)
1 0.000 0.000 0.000 0.000 defaulttags.py:235(IfChangedNode)
1 0.000 0.000 0.000 0.000 schema.py:6(DatabaseSchemaEditor)
1 0.000 0.000 0.000 0.000 conf.py:108(configure_offline_context)
1 0.000 0.000 0.000 0.000 timezone.py:37(UTC)
1 0.000 0.000 0.000 0.000 widgets.py:57(AdminDateWidget)
1 0.000 0.000 0.000 0.000 connection_pool.py:232(__init__)
1 0.000 0.000 0.000 0.000 hashers.py:262(PBKDF2SHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 simple_server.py:69(WSGIRequestHandler)
1 0.000 0.000 0.000 0.000 state.py:211(StateApps)
3 0.000 0.000 0.000 0.000 __init__.py:494(CFunctionType)
1 0.000 0.000 0.000 0.000 ImageFile.py:75(ImageFile)
1 0.000 0.000 0.000 0.000 exceptions.py:51(ProtocolError)
1 0.000 0.000 0.000 0.000 legacy.py:93(Mode)
1 0.000 0.000 0.000 0.000 transaction.py:110(Atomic)
1 0.000 0.000 0.000 0.000 base.py:143(configure)
2 0.000 0.000 0.000 0.000 {psycopg2._psycopg.new_array_type}
1 0.000 0.000 0.000 0.000 hooks.py:14(<module>)
1 0.000 0.000 0.000 0.000 backend_application.py:16(BackendApplicationClient)
1 0.000 0.000 0.000 0.000 stat.py:49(S_ISREG)
1 0.000 0.000 0.000 0.000 {PIL._imaging.zip_decoder}
1 0.000 0.000 0.000 0.000 defaulttags.py:334(LoremNode)
1 0.000 0.000 0.000 0.000 multipartparser.py:429(InterBoundaryIter)
1 0.000 0.000 0.000 0.000 fields.py:15(RichTextArea)
1 0.000 0.000 0.000 0.000 client_credentials.py:18(ClientCredentialsGrant)
1 0.000 0.000 0.000 0.000 pages.py:44(Meta)
1 0.000 0.000 0.000 0.000 base.py:896(NodeList)
1 0.000 0.000 0.000 0.000 models.py:312(Meta)
1 0.000 0.000 0.000 0.000 widgets.py:205(ManyToManyRawIdWidget)
1 0.000 0.000 0.000 0.000 rich_text.py:84(DbWhitelister)
1 0.000 0.000 0.000 0.000 models.py:38(Meta)
1 0.000 0.000 0.000 0.000 serializer.py:11(TextSerializer)
1 0.000 0.000 0.000 0.000 six.py:173(__init__)
1 0.000 0.000 0.000 0.000 models.py:74(Meta)
1 0.000 0.000 0.000 0.000 datetime_safe.py:22(datetime)
1 0.000 0.000 0.000 0.000 models.py:132(User)
1 0.000 0.000 0.000 0.000 home.py:43(RecentEditsPanel)
1 0.000 0.000 0.000 0.000 generic.py:132(DeleteView)
1 0.000 0.000 0.000 0.000 log.py:89(AdminEmailHandler)
1 0.000 0.000 0.000 0.000 url_routing.py:1(RouteResult)
1 0.000 0.000 0.000 0.000 base.py:245(Lexer)
1 0.000 0.000 0.000 0.000 widgets.py:874(SplitDateTimeWidget)
1 0.000 0.000 0.000 0.000 extensions.py:140(NoneAdapter)
1 0.000 0.000 0.000 0.000 exceptions.py:93(AuthorizationException)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:325(chunk_IDAT)
1 0.000 0.000 0.000 0.000 expressions.py:444(F)
1 0.000 0.000 0.000 0.000 questioner.py:77(InteractiveMigrationQuestioner)
1 0.000 0.000 0.000 0.000 cookielib.py:821(CookiePolicy)
1 0.000 0.000 0.000 0.000 http_requests.py:13(RequestsHttpConnection)
1 0.000 0.000 0.000 0.000 xmlreader.py:187(InputSource)
1 0.000 0.000 0.000 0.000 _exceptions.py:9(SAXException)
1 0.000 0.000 0.000 0.000 extras.py:47(DictCursorBase)
1 0.000 0.000 0.000 0.000 rfc822.py:501(AddrlistClass)
1 0.000 0.000 0.000 0.000 managers.py:75(ExtraJoinRestriction)
1 0.000 0.000 0.000 0.000 dates.py:331(BaseDateListView)
1 0.000 0.000 0.000 0.000 aggregates.py:86(Count)
7 0.000 0.000 0.000 0.000 __future__.py:75(__init__)
1 0.000 0.000 0.000 0.000 backends.py:98(RemoteUserBackend)
2 0.000 0.000 0.000 0.000 models.py:44(Meta)
1 0.000 0.000 0.000 0.000 generic.py:10(PermissionCheckedMixin)
1 0.000 0.000 0.000 0.000 views.py:136(GSNArticleView)
1 0.000 0.000 0.000 0.000 subclassing.py:31(Creator)
1 0.000 0.000 0.000 0.000 cookie.py:31(SimpleCookie)
1 0.000 0.000 0.000 0.000 userbar.py:78(ApproveModerationEditPageItem)
1 0.000 0.000 0.000 0.000 django_1_7_0.py:6(check_1_7_compatibility)
3 0.000 0.000 0.000 0.000 six.py:189(__get_module)
1 0.000 0.000 0.000 0.000 fields.py:752(BooleanField)
1 0.000 0.000 0.000 0.000 datastructures.py:473(ImmutableList)
1 0.000 0.000 0.000 0.000 smartif.py:120(Literal)
1 0.000 0.000 0.000 0.000 six.py:162(_SixMetaPathImporter)
1 0.000 0.000 0.000 0.000 service_application.py:20(ServiceApplicationClient)
1 0.000 0.000 0.000 0.000 __init__.py:46(__init__)
1 0.000 0.000 0.000 0.000 client.py:95(ClientHandler)
1 0.000 0.000 0.000 0.000 trans_real.py:178(_add_fallback)
1 0.000 0.000 0.000 0.000 fields.py:168(LocationField)
1 0.000 0.000 0.000 0.000 urllib2.py:338(OpenerDirector)
3 0.000 0.000 0.000 0.000 inspect.py:926(is_assigned)
1 0.000 0.000 0.000 0.000 views.py:70(BaseCountryProfile)
1 0.000 0.000 0.000 0.000 models.py:471(ModelFactory)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:305(DOMBuilderFilter)
1 0.000 0.000 0.000 0.000 admin.py:89(GenericInlineModelAdmin)
1 0.000 0.000 0.000 0.000 ElementTree.py:1365(TreeBuilder)
1 0.000 0.000 0.000 0.000 expressions.py:216(output_field)
1 0.000 0.000 0.000 0.000 questioner.py:15(MigrationQuestioner)
1 0.000 0.000 0.000 0.000 extras.py:491(Inet)
2 0.000 0.000 0.000 0.000 __init__.py:359(_FuncPtr)
1 0.000 0.000 0.000 0.000 case.py:1020(FunctionTestCase)
1 0.000 0.000 0.000 0.000 timezone.py:57(FixedOffset)
1 0.000 0.000 0.000 0.000 argparse.py:112(_AttributeHolder)
1 0.000 0.000 0.000 0.000 feedgenerator.py:220(RssFeed)
1 0.000 0.000 0.000 0.000 __init__.py:2190(_check_fix_default_value)
1 0.000 0.000 0.000 0.000 views.py:176(TreatyDetail)
1 0.000 0.000 0.000 0.000 common.py:35(Meta)
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 filters.py:62(SimpleListFilter)
1 0.000 0.000 0.000 0.000 csrf.py:76(CsrfViewMiddleware)
1 0.000 0.000 0.000 0.000 SocketServer.py:484(UDPServer)
1 0.000 0.000 0.000 0.000 utils.py:10(CachedDnsName)
1 0.000 0.000 0.000 0.000 context.py:18(ContextDict)
1 0.000 0.000 0.000 0.000 __init__.py:1358(isEnabledFor)
1 0.000 0.000 0.000 0.000 web_application.py:17(WebApplicationClient)
1 0.000 0.000 0.000 0.000 cache.py:54(UpdateCacheMiddleware)
1 0.000 0.000 0.000 0.000 argparse.py:882(__init__)
1 0.000 0.000 0.000 0.000 dates.py:22(YearMixin)
2 0.000 0.000 0.000 0.000 state.py:72(__init__)
1 0.000 0.000 0.000 0.000 loader_tags.py:44(BlockNode)
1 0.000 0.000 0.002 0.002 formats.py:76(get_image_formats)
10 0.000 0.000 0.000 0.000 __init__.py:100(get_urls)
1 0.000 0.000 0.000 0.000 xmlreader.py:163(Locator)
1 0.000 0.000 0.000 0.000 connection_pool.py:14(ConnectionSelector)
1 0.000 0.000 0.000 0.000 authorization.py:21(AuthorizationEndpoint)
1 0.000 0.000 0.000 0.000 connection.py:186(VerifiedHTTPSConnection)
1 0.000 0.000 0.000 0.000 edit_handlers.py:547(BasePageChooserPanel)
1 0.000 0.000 0.000 0.000 views.py:156(FacetedSearchView)
1 0.000 0.000 0.000 0.000 uploadhandler.py:30(StopUpload)
1 0.000 0.000 0.000 0.000 base.py:149(DeserializedObject)
1 0.000 0.000 0.000 0.000 widgets.py:663(ChoiceFieldRenderer)
1 0.000 0.000 0.000 0.000 wsgi.py:29(LimitedStream)
1 0.000 0.000 0.000 0.000 __init__.py:569(IMetadataProvider)
2 0.000 0.000 0.000 0.000 search_indexes.py:73(get_model)
1 0.000 0.000 0.000 0.000 __init__.py:18(Node)
1 0.000 0.000 0.000 0.000 case.py:98(_AssertRaisesContext)
1 0.000 0.000 0.000 0.000 struct_block.py:168(StructValue)
2 0.000 0.000 0.000 0.000 argparse.py:1160(__init__)
1 0.000 0.000 0.000 0.000 defaulttags.py:527(WidthRatioNode)
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 loading.py:93(__init__)
1 0.000 0.000 0.000 0.000 plistlib.py:365(Data)
1 0.000 0.000 0.000 0.000 BmpImagePlugin.py:202(DibImageFile)
3 0.000 0.000 0.000 0.000 __init__.py:104(CFunctionType)
1 0.000 0.000 0.000 0.000 questioner.py:22(__init__)
1 0.000 0.000 0.000 0.000 duration.py:1(<module>)
1 0.000 0.000 0.000 0.000 _html5lib.py:110(AttrList)
1 0.000 0.000 0.000 0.000 io.py:69(IOBase)
1 0.000 0.000 0.000 0.000 requests.py:6(RequestSite)
1 0.000 0.000 0.000 0.000 errors.py:35(MessageDefect)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailRedirectsAppConfig)
1 0.000 0.000 0.000 0.000 ssl.py:299(_ASN1Object)
1 0.000 0.000 0.000 0.000 baseconv.py:48(BaseConverter)
1 0.000 0.000 0.000 0.000 response.py:18(DeflateDecoder)
1 0.000 0.000 0.000 0.000 argparse.py:1109(FileType)
1 0.000 0.000 0.000 0.000 Image.py:2473(register_save_all)
1 0.000 0.000 0.000 0.000 paginator.py:106(Page)
1 0.000 0.000 0.000 0.000 defaulttags.py:124(ForNode)
2 0.000 0.000 0.000 0.000 base.py:73(handle_default_options)
4 0.000 0.000 0.000 0.000 related.py:583(__get__)
1 0.000 0.000 0.000 0.000 topological_sort.py:1(<module>)
1 0.000 0.000 0.000 0.000 six.py:86(_LazyDescr)
1 0.000 0.000 0.000 0.000 models.py:235(Meta)
1 0.000 0.000 0.000 0.000 models.py:413(Meta)
1 0.000 0.000 0.000 0.000 {cStringIO.StringIO}
1 0.000 0.000 0.000 0.000 storage.py:333(_MappingCache)
1 0.000 0.000 0.000 0.000 __init__.py:41(_lookup_identifier_method)
2 0.000 0.000 0.000 0.000 manager.py:284(__init__)
1 0.000 0.000 0.000 0.000 models.py:381(Meta)
1 0.000 0.000 0.000 0.000 filters.py:232(StripWhitespaceFilter)
1 0.000 0.000 0.000 0.000 querysets.py:3(TreeQuerySet)
1 0.000 0.000 0.000 0.000 hashers.py:416(UnsaltedSHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 __init__.py:446(BeautifulStoneSoup)
1 0.000 0.000 0.000 0.000 models.py:844(BaseInlineFormSet)
3 0.000 0.000 0.000 0.000 __init__.py:2056(register_finder)
1 0.000 0.000 0.000 0.000 smartif.py:155(IfParser)
1 0.000 0.000 0.000 0.000 extensions.py:117(SQL_IN)
1 0.000 0.000 0.000 0.000 urlresolvers.py:629(get_urlconf)
1 0.000 0.000 0.000 0.000 utils.py:45(Approximate)
1 0.000 0.000 0.000 0.000 utils.py:239(ThreadCollector)
1 0.000 0.000 0.000 0.000 feedgenerator.py:318(Atom1Feed)
1 0.000 0.000 0.000 0.000 thrift.py:23(ThriftConnection)
1 0.000 0.000 0.000 0.000 fields.py:206(NgramField)
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 subprocess.py:400(CalledProcessError)
1 0.000 0.000 0.000 0.000 exceptions.py:26(RequestError)
1 0.000 0.000 0.000 0.000 __init__.py:111(_SetuptoolsVersionMixin)
2 0.000 0.000 0.002 0.001 six.py:114(_resolve)
1 0.000 0.000 0.000 0.000 base.py:23(BaseEndpoint)
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 httplib.py:1149(HTTP)
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
2 0.000 0.000 0.000 0.000 lazy.py:140(LazySet)
1 0.000 0.000 0.000 0.000 __init__.py:2102(PositiveSmallIntegerField)
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__)
14 0.000 0.000 0.000 0.000 functional.py:222(new_method_proxy)
1 0.000 0.000 0.000 0.000 graph.py:96(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:53(EmptyResults)
1 0.000 0.000 0.000 0.000 defaulttags.py:352(RegroupNode)
1 0.000 0.000 0.000 0.000 handlers.py:872(SMTPHandler)
1 0.000 0.000 0.000 0.000 expressions.py:617(Col)
1 0.000 0.000 0.000 0.000 fields.py:278(FloatField)
1 0.000 0.000 0.000 0.000 calendar.py:501(LocaleTextCalendar)
24 0.000 0.000 0.000 0.000 legacy.py:183(<lambda>)
1 0.000 0.000 0.000 0.000 sysconfig.py:97(_safe_realpath)
1 0.000 0.000 0.000 0.000 cursor.py:40(BaseIterator)
1 0.000 0.000 0.000 0.000 serializer.py:54(Deserializer)
1 0.000 0.000 0.000 0.000 urlresolvers.py:37(ResolverMatch)
1 0.000 0.000 0.000 0.000 filters.py:201(StripCommentsFilter)
1 0.000 0.000 0.000 0.000 tempfile.py:372(_TemporaryFileWrapper)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:44(GroupsMenuItem)
1 0.000 0.000 0.000 0.000 models.py:34(SiteManager)
2 0.000 0.000 0.000 0.000 __init__.py:2001(has_metadata)
1 0.000 0.000 0.000 0.000 admin.py:11(CountryFactInline)
1 0.000 0.000 0.000 0.000 dates.py:78(MonthMixin)
1 0.000 0.000 0.000 0.000 __init__.py:137(is_overridden)
1 0.000 0.000 0.000 0.000 _parseaddr.py:452(AddressList)
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:160(NestedObjects)
1 0.000 0.000 0.000 0.000 stream_block.py:246(StreamChild)
1 0.000 0.000 0.000 0.000 validators.py:320(MaxLengthValidator)
1 0.000 0.000 0.000 0.000 __init__.py:2114(SlugField)
1 0.000 0.000 0.000 0.000 serializer.py:23(JSONSerializer)
1 0.000 0.000 0.000 0.000 safestring.py:79(SafeText)
1 0.000 0.000 0.000 0.000 implicit.py:20(ImplicitGrant)
1 0.000 0.000 0.000 0.000 views.py:155(Opinion)
1 0.000 0.000 0.000 0.000 __init__.py:388(PyDLL)
1 0.000 0.000 0.000 0.000 flush.py:16(Command)
1 0.000 0.000 0.000 0.000 timezone.py:82(ReferenceLocalTimezone)
1 0.000 0.000 0.000 0.000 utils.py:59(ContextList)
3 0.000 0.000 0.000 0.000 __init__.py:686(get_prep_value)
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 defaulttags.py:940(TemplateIfParser)
1 0.000 0.000 0.000 0.000 edit_handlers.py:7(BaseImageChooserPanel)
1 0.000 0.000 0.000 0.000 helpers.py:35(AdminForm)
1 0.000 0.000 0.000 0.000 django.py:33(Template)
1 0.000 0.000 0.000 0.000 finders.py:45(FileSystemFinder)
1 0.000 0.000 0.000 0.000 models.py:214(MPTTModelBase)
1 0.000 0.000 0.000 0.000 __init__.py:332(CDLL)
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:57(Meta)
1 0.000 0.000 0.000 0.000 feedgenerator.py:274(Rss201rev2Feed)
1 0.000 0.000 0.000 0.000 models.py:384(name_lower)
1 0.000 0.000 0.000 0.000 ratelimitcache.py:90(ratelimit_post)
1 0.000 0.000 0.000 0.000 field_block.py:145(TimeBlock)
5 0.000 0.000 0.000 0.000 six.py:185(__get_module)
1 0.000 0.000 0.000 0.000 panel.py:173(get_urls)
1 0.000 0.000 0.000 0.000 exceptions.py:89(AuthenticationException)
1 0.000 0.000 0.000 0.000 __init__.py:1798(ContextualZipFile)
1 0.000 0.000 0.000 0.000 termcolors.py:141(parse_color_setting)
1 0.000 0.000 0.000 0.000 mp_tree.py:1092(Meta)
1 0.000 0.000 0.000 0.000 sql.py:613(Case)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailUsersAppConfig)
1 0.000 0.000 0.000 0.000 forms.py:17(Meta)
1 0.000 0.000 0.000 0.000 response.py:517(JsonResponse)
1 0.000 0.000 0.000 0.000 manager.py:243(Manager)
1 0.000 0.000 0.000 0.000 edit.py:231(FormView)
1 0.000 0.000 0.000 0.000 defaulttags.py:519(VerbatimNode)
1 0.000 0.000 0.000 0.000 ascii.py:13(Codec)
1 0.000 0.000 0.000 0.000 io.py:76(BufferedIOBase)
1 0.000 0.000 0.000 0.000 widgets.py:30(AdminDateInput)
1 0.000 0.000 0.000 0.000 widgets.py:387(AdminCommaSeparatedIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 __init__.py:2040(EggMetadata)
1 0.000 0.000 0.000 0.000 aggregates.py:120(StdDev)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:23(SnippetsMenuItem)
1 0.000 0.000 0.000 0.000 exceptions.py:52(ProtocolError)
1 0.000 0.000 0.000 0.000 base_models.py:42(Meta)
1 0.000 0.000 0.000 0.000 models.py:247(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:9(DisallowedModelAdminToField)
1 0.000 0.000 0.000 0.000 helpers.py:347(AdminErrorList)
1 0.000 0.000 0.000 0.000 blocks.py:168(Meta)
1 0.000 0.000 0.000 0.000 models.py:45(ImageQuerySet)
1 0.000 0.000 0.000 0.000 pipeline.py:9(Pipeline)
1 0.000 0.000 0.000 0.000 __init__.py:84(WrongDocumentErr)
1 0.000 0.000 0.000 0.000 blocks.py:8(EmbedValue)
1 0.000 0.000 0.000 0.000 expressions.py:572(DurationValue)
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
1 0.000 0.000 0.000 0.000 views.py:163(Speech)
1 0.000 0.000 0.000 0.000 pre_configured.py:72(WebApplicationServer)
1 0.000 0.000 0.000 0.000 element.py:1720(ResultSet)
1 0.000 0.000 0.000 0.000 tokens.py:234(BearerToken)
1 0.000 0.000 0.000 0.000 __init__.py:408(UnknownExtra)
1 0.000 0.000 0.000 0.000 __init__.py:78(DomstringSizeErr)
1 0.000 0.000 0.000 0.000 errors.py:17(HeaderParseError)
1 0.000 0.000 0.000 0.000 threading.py:1088(_MainThread)
1 0.000 0.000 0.000 0.000 edit_handlers.py:741(BaseStreamFieldPanel)
1 0.000 0.000 0.000 0.000 base_models.py:94(Meta)
1 0.000 0.000 0.000 0.000 argparse.py:197(_Section)
1 0.000 0.000 0.000 0.000 ssl.py:320(Purpose)
1 0.000 0.000 0.000 0.000 filters.py:425(RelatedOnlyFieldListFilter)
1 0.000 0.000 0.000 0.000 ImageMode.py:23(ModeDescriptor)
1 0.000 0.000 0.000 0.000 filters.py:268(ChoicesFieldListFilter)
1 0.000 0.000 0.000 0.000 signing.py:51(BadSignature)
1 0.000 0.000 0.000 0.000 response.py:505(HttpResponseGone)
1 0.000 0.000 0.000 0.000 argparse.py:714(Action)
1 0.000 0.000 0.000 0.000 inputs.py:38(Raw)
1 0.000 0.000 0.000 0.000 exceptions.py:160(InsecureRequestWarning)
1 0.000 0.000 0.000 0.000 _base.py:98(ActiveFormattingElements)
2 0.000 0.000 0.000 0.000 six.py:247(Iterator)
1 0.000 0.000 0.000 0.000 <string>:14(CommentProxy)
1 0.000 0.000 0.000 0.000 embeds.py:18(EmbedException)
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
1 0.000 0.000 0.000 0.000 helpers.py:119(AdminField)
1 0.000 0.000 0.000 0.000 __init__.py:231(LogRecord)
1 0.000 0.000 0.000 0.000 makemigrations.py:19(Command)
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 errors.py:78(InvalidClientError)
1 0.000 0.000 0.000 0.000 exceptions.py:112(ConnectTimeoutError)
1 0.000 0.000 0.000 0.000 argparse.py:934(_AppendConstAction)
1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter)
1 0.000 0.000 0.000 0.000 ImageFile.py:284(StubImageFile)
1 0.000 0.000 0.000 0.000 runner.py:12(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 __init__.py:90(NoDataAllowedErr)
1 0.000 0.000 0.000 0.000 models.py:443(Meta)
1 0.000 0.000 0.000 0.000 decimal.py:5419(_WorkRep)
1 0.000 0.000 0.000 0.000 errors.py:166(AccessDeniedError)
1 0.000 0.000 0.000 0.000 feedgenerator.py:212(Enclosure)
1 0.000 0.000 0.000 0.000 forms.py:180(ClusterFormMetaclass)
1 0.000 0.000 0.000 0.000 exceptions.py:41(SuspiciousFileOperation)
1 0.000 0.000 0.000 0.000 message.py:160(SafeMIMEMessage)
1 0.000 0.000 0.000 0.000 models.py:25(_classproperty)
1 0.000 0.000 0.000 0.000 modtimeurls.py:85(ModTimeUrlsMiddleware)
1 0.000 0.000 0.000 0.000 forms.py:54(TreeNodeMultipleChoiceField)
2 0.000 0.000 0.000 0.000 Cookie.py:582(__init__)
1 0.000 0.000 0.000 0.000 six.py:60(X)
1 0.000 0.000 0.000 0.000 signals.py:12(Namespace)
1 0.000 0.000 0.000 0.000 forms.py:77(FacetedSearchForm)
1 0.000 0.000 0.000 0.000 dates.py:440(BaseYearArchiveView)
1 0.000 0.000 0.000 0.000 base.py:49(CommandParser)
1 0.000 0.000 0.000 0.000 forms.py:76(DeclarativeFieldsMetaclass)
1 0.000 0.000 0.000 0.000 edit_handlers.py:359(BaseObjectList)
1 0.000 0.000 0.000 0.000 connection.py:14(DummyConnection)
1 0.000 0.000 0.000 0.000 six.py:348(Module_six_moves_urllib_error)
1 0.000 0.000 0.000 0.000 __init__.py:260(c_bool)
1 0.000 0.000 0.000 0.000 models.py:8(SessionManager)
1 0.000 0.000 0.000 0.000 forms.py:206(Meta)
1 0.000 0.000 0.000 0.000 related.py:1438(ManyToManyRel)
1 0.000 0.000 0.000 0.000 datastructures.py:28(Join)
5 0.000 0.000 0.000 0.000 legacy.py:116(<lambda>)
1 0.000 0.000 0.000 0.000 blocks.py:216(Meta)
1 0.000 0.000 0.000 0.000 csv.py:166(Sniffer)
1 0.000 0.000 0.000 0.000 errors.py:110(FatalClientError)
1 0.000 0.000 0.000 0.000 urlparse.py:121(SplitResult)
1 0.000 0.000 0.000 0.000 loader.py:14(LoaderOrigin)
1 0.000 0.000 0.000 0.000 decimal.py:183(Clamped)
3 0.000 0.000 0.000 0.000 models.py:33(<lambda>)
1 0.000 0.000 0.000 0.000 urlparse.py:129(ParseResult)
1 0.000 0.000 0.000 0.000 models.py:266(SearchResults)
1 0.000 0.000 0.000 0.000 response.py:509(HttpResponseServerError)
1 0.000 0.000 0.000 0.000 signals.py:9(ModelSignal)
1 0.000 0.000 0.000 0.000 lookups.py:493(Search)
1 0.000 0.000 0.000 0.000 finders.py:180(BaseStorageFinder)
1 0.000 0.000 0.000 0.000 models.py:365(Meta)
1 0.000 0.000 0.000 0.000 urllib2.py:1326(FileHandler)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:65(DocumentsSummaryItem)
1 0.000 0.000 0.000 0.000 sql.py:473(Statement)
1 0.000 0.000 0.000 0.000 creation.py:28(__init__)
1 0.000 0.000 0.000 0.000 defaulttags.py:465(URLNode)
1 0.000 0.000 0.000 0.000 loader.py:360(AmbiguityError)
1 0.000 0.000 0.000 0.000 __init__.py:37(BadSerializer)
1 0.000 0.000 0.000 0.000 __init__.py:294(c_wchar)
1 0.000 0.000 0.000 0.000 exceptions.py:129(LocationValueError)
1 0.000 0.000 0.000 0.000 urllib2.py:944(AbstractDigestAuthHandler)
1 0.000 0.000 0.000 0.000 httplib.py:1360(BadStatusLine)
1 0.000 0.000 0.000 0.000 image_operations.py:41(FillOperation)
1 0.000 0.000 0.000 0.000 oauth1_session.py:43(TokenMissing)
1 0.000 0.000 0.000 0.000 errors.py:235(UnauthorizedClientError)
1 0.000 0.000 0.000 0.000 legacy.py:81(Meta)
1 0.000 0.000 0.000 0.000 models.py:458(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:72(BaseSettings)
1 0.000 0.000 0.000 0.000 admin.py:18(FacilityInline)
1 0.000 0.000 0.000 0.000 files.py:355(ImageFileDescriptor)
1 0.000 0.000 0.000 0.000 tracking.py:14(SQLQueryTriggered)
1 0.000 0.000 0.000 0.000 inputs.py:68(Exact)
1 0.000 0.000 0.000 0.000 ElementTree.py:1205(_IterParseIterator)
1 0.000 0.000 0.000 0.000 base.py:276(get_version)
1 0.000 0.000 0.000 0.000 blocks.py:276(Meta)
1 0.000 0.000 0.000 0.000 edit.py:225(BaseFormView)
1 0.000 0.000 0.000 0.000 exceptions.py:153(SecurityWarning)
1 0.000 0.000 0.000 0.000 admin.py:16(GSNRecentStoryMembershipInline)
1 0.000 0.000 0.000 0.000 base.py:25(contribute_to_class)
1 0.000 0.000 0.000 0.000 edit_handlers.py:69(WagtailAdminModelFormMetaclass)
1 0.000 0.000 0.000 0.000 ElementTree.py:580(QName)
1 0.000 0.000 0.000 0.000 index.py:130(SearchField)
1 0.000 0.000 0.000 0.000 errors.py:141(MismatchingRedirectURIError)
1 0.000 0.000 0.000 0.000 __init__.py:29(TranslatorCommentWarning)
1 0.000 0.000 0.000 0.000 cursor.py:11(Cursor)
1 0.000 0.000 0.000 0.000 hex_codec.py:45(Codec)
1 0.000 0.000 0.000 0.000 errors.py:153(InvalidRequestError)
1 0.000 0.000 0.000 0.000 storage.py:25(StaticFilesStorage)
1 0.000 0.000 0.000 0.000 graph.py:245(NodeNotFoundError)
1 0.000 0.000 0.000 0.000 __init__.py:1145(__init__)
1 0.000 0.000 0.000 0.000 models.py:237(Meta)
1 0.000 0.000 0.000 0.000 forms.py:174(ClusterFormOptions)
1 0.000 0.000 0.000 0.000 forms.py:107(CopyForm)
1 0.000 0.000 0.000 0.000 client.py:10(__init__)
1 0.000 0.000 0.000 0.000 decimal.py:5677(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:15(SettingsManager)
1 0.000 0.000 0.000 0.000 simple_server.py:26(ServerHandler)
1 0.000 0.000 0.000 0.000 sql.py:539(IdentifierList)
1 0.000 0.000 0.000 0.000 exceptions.py:81(HostChangedError)
1 0.000 0.000 0.000 0.000 decimal.py:321(Overflow)
1 0.000 0.000 0.000 0.000 argparse.py:840(_StoreConstAction)
1 0.000 0.000 0.000 0.000 base.py:132(TemplateDoesNotExist)
1 0.000 0.000 0.000 0.000 models.py:87(GroupManager)
1 0.000 0.000 0.000 0.000 state.py:22(InvalidBasesError)
3 0.000 0.000 0.000 0.000 __init__.py:419(register_loader_type)
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailAdminAppConfig)
1 0.000 0.000 0.000 0.000 common.py:55(Meta)
1 0.000 0.000 0.000 0.000 conf.py:118(configure_precompilers)
1 0.000 0.000 0.000 0.000 subqueries.py:202(AggregateQuery)
1 0.000 0.000 0.000 0.000 forms.py:72(HighlightedSearchForm)
1 0.000 0.000 0.000 0.000 signature_only.py:19(SignatureOnlyEndpoint)
1 0.000 0.000 0.000 0.000 urllib2.py:1114(AbstractHTTPHandler)
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:1(InvalidFilterSpecError)
1 0.000 0.000 0.000 0.000 expressions.py:354(Expression)
1 0.000 0.000 0.000 0.000 bdb.py:10(BdbQuit)
1 0.000 0.000 0.000 0.000 query.py:1052(EmptyQuerySet)
1 0.000 0.000 0.000 0.000 exceptions.py:42(ProxyError)
1 0.000 0.000 0.000 0.000 helpers.py:89(Fieldline)
1 0.000 0.000 0.000 0.000 lookups.py:463(Hour)
1 0.000 0.000 0.000 0.000 base.py:140(VariableDoesNotExist)
1 0.000 0.000 0.000 0.000 models.py:163(Meta)
1 0.000 0.000 0.000 0.000 options.py:1995(StackedInline)
1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter)
1 0.000 0.000 0.000 0.000 models.py:181(PageBase)
1 0.000 0.000 0.000 0.000 forms.py:5(CarouselItemModelForm)
1 0.000 0.000 0.000 0.000 overextends_tags.py:12(OverExtendsNode)
1 0.000 0.000 0.000 0.000 __init__.py:214(SetuptoolsLegacyVersion)
1 0.000 0.000 0.000 0.000 blocks.py:73(Meta)
1 0.000 0.000 0.000 0.000 urllib2.py:780(HTTPPasswordMgr)
1 0.000 0.000 0.000 0.000 admin.py:14(FAQInline)
1 0.000 0.000 0.000 0.000 widgets.py:452(DateInput)
1 0.000 0.000 0.000 0.000 validation.py:4(BaseDatabaseValidation)
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:188(ServerError)
1 0.000 0.000 0.000 0.000 filter.py:7(StatementFilter)
1 0.000 0.000 0.000 0.000 models.py:53(SiteManager)
1 0.000 0.000 0.000 0.000 exceptions.py:178(SNIMissingWarning)
1 0.000 0.000 0.000 0.000 errors.py:208(InvalidClientError)
1 0.000 0.000 0.000 0.000 mp_tree.py:44(MP_NodeQuerySet)
1 0.000 0.000 0.000 0.000 httplib.py:1334(IncompleteRead)
1 0.000 0.000 0.000 0.000 registry.py:9(Tags)
1 0.000 0.000 0.000 0.000 request.py:33(RawPostDataException)
1 0.000 0.000 0.000 0.000 models.py:161(RequestHooksMixin)
2 0.000 0.000 0.000 0.000 {time.time}
1 0.000 0.000 0.000 0.000 dates.py:412(BaseArchiveIndexView)
1 0.000 0.000 0.000 0.000 threading.py:1058(_Timer)
1 0.000 0.000 0.000 0.000 defaulttags.py:53(CsrfTokenNode)
1 0.000 0.000 0.000 0.000 cache.py:107(FetchFromCacheMiddleware)
1 0.000 0.000 0.000 0.000 text.py:299(StreamingBuffer)
1 0.000 0.000 0.000 0.000 __init__.py:197(DebugPanel)
1 0.000 0.000 0.000 0.000 __init__.py:201(c_double)
1 0.000 0.000 0.000 0.000 forms.py:10(TagWidget)
1 0.000 0.000 0.000 0.000 admin.py:5(RedirectAdmin)
1 0.000 0.000 0.000 0.000 functional.py:63(Promise)
1 0.000 0.000 0.000 0.000 errors.py:50(MisplacedEnvelopeHeaderDefect)
1 0.000 0.000 0.000 0.000 response.py:489(HttpResponseNotFound)
1 0.000 0.000 0.000 0.000 query.py:259(SpecificQuerySet)
1 0.000 0.000 0.000 0.000 models.py:450(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:291(_CountryTimezoneDict)
1 0.000 0.000 0.000 0.000 edit_handlers.py:503(RichTextFieldPanel)
1 0.000 0.000 0.000 0.000 exceptions.py:26(NotHandled)
1 0.000 0.000 0.000 0.000 oauth2_session.py:13(TokenUpdated)
1 0.000 0.000 0.000 0.000 options.py:42(raise_deprecation)
1 0.000 0.000 0.000 0.000 models.py:1195(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:205(c_longdouble)
1 0.000 0.000 0.000 0.000 writer.py:148(__init__)
1 0.000 0.000 0.000 0.000 forms.py:3(EncodedMultiFacetSearchForm)
1 0.000 0.000 0.000 0.000 expressions.py:129(__init__)
1 0.000 0.000 0.000 0.000 sql.py:663(Function)
1 0.000 0.000 0.000 0.000 parser.py:86(HeaderParser)
1 0.000 0.000 0.000 0.000 blocks.py:99(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:41(Trans)
1 0.000 0.000 0.000 0.000 defaulttags.py:417(LoadNode)
1 0.000 0.000 0.000 0.000 routers.py:8(BaseRouter)
1 0.000 0.000 0.000 0.000 __init__.py:1013(__init__)
1 0.000 0.000 0.000 0.000 exceptions.py:13(RequestException)
1 0.000 0.000 0.000 0.000 {divmod}
1 0.000 0.000 0.000 0.000 admin.py:17(GenericInlineModelAdminChecks)
1 0.000 0.000 0.000 0.000 fields.py:37(RichTextField)
1 0.000 0.000 0.000 0.000 query.py:1656(RelatedPopulator)
1 0.000 0.000 0.000 0.000 element.py:727(PreformattedString)
1 0.000 0.000 0.000 0.000 base_models.py:64(Meta)
1 0.000 0.000 0.000 0.000 tokens.py:222(TokenBase)
1 0.000 0.000 0.000 0.000 files.py:377(ImageFieldFile)
1 0.000 0.000 0.000 0.000 __init__.py:1986(FileMetadata)
1 0.000 0.000 0.000 0.000 utils.py:168(PublishedIndexedRealtimeSignalProcessor)
1 0.000 0.000 0.000 0.000 fields.py:412(FacetCharField)
1 0.000 0.000 0.000 0.000 minidom.py:609(TypeInfo)
1 0.000 0.000 0.000 0.000 related.py:799(ForeignRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 _os.py:16(WindowsError)
1 0.000 0.000 0.000 0.000 argparse.py:981(_HelpAction)
1 0.000 0.000 0.000 0.000 pickle.py:82(_Stop)
1 0.000 0.000 0.000 0.000 apps.py:6(WagtailImagesAppConfig)
1 0.000 0.000 0.000 0.000 where.py:344(NothingNode)
1 0.000 0.000 0.000 0.000 models.py:191(Meta)
1 0.000 0.000 0.000 0.000 middleware.py:5(MessageMiddleware)
1 0.000 0.000 0.000 0.000 io.py:73(RawIOBase)
1 0.000 0.000 0.000 0.000 blocks.py:183(Meta)
1 0.000 0.000 0.000 0.000 six.py:416(Module_six_moves_urllib_response)
1 0.000 0.000 0.000 0.000 base.py:136(TemplateEncodingError)
1 0.000 0.000 0.000 0.000 features.py:12(Meta)
1 0.000 0.000 0.000 0.000 models.py:216(Meta)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha1}
1 0.000 0.000 0.000 0.000 cursor.py:92(IdIterator)
1 0.000 0.000 0.000 0.000 decimal.py:234(DivisionByZero)
1 0.000 0.000 0.000 0.000 edit_handlers.py:480(FieldPanel)
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 request_token.py:23(RequestTokenEndpoint)
1 0.000 0.000 0.000 0.000 exceptions.py:61(ViewDoesNotExist)
1 0.000 0.000 0.000 0.000 widgets.py:345(AdminEmailInputWidget)
1 0.000 0.000 0.000 0.000 widgets.py:298(MultipleHiddenInput)
1 0.000 0.000 0.000 0.000 contextlib.py:9(GeneratorContextManager)
1 0.000 0.000 0.000 0.000 widgets.py:456(DateTimeInput)
1 0.000 0.000 0.000 0.000 element.py:761(Doctype)
1 0.000 0.000 0.000 0.000 auth.py:55(HTTPProxyAuth)
1 0.000 0.000 0.000 0.000 image_operations.py:187(WidthHeightOperation)
1 0.000 0.000 0.000 0.000 argparse.py:1027(_ChoicesPseudoAction)
1 0.000 0.000 0.000 0.000 tokenize.py:179(Untokenizer)
1 0.000 0.000 0.000 0.000 base.py:19(ContextMixin)
1 0.000 0.000 0.000 0.000 utils.py:35(DataError)
1 0.000 0.000 0.000 0.000 mp_tree.py:101(MP_NodeManager)
1 0.000 0.000 0.000 0.000 response.py:467(HttpResponsePermanentRedirect)
1 0.000 0.000 0.000 0.000 exceptions.py:81(ConflictError)
1 0.000 0.000 0.000 0.000 threading.py:423(_Semaphore)
1 0.000 0.000 0.000 0.000 argparse.py:1000(_VersionAction)
1 0.000 0.000 0.000 0.000 exceptions.py:85(RequestError)
1 0.000 0.000 0.000 0.000 argparse.py:880(_StoreFalseAction)
1 0.000 0.000 0.000 0.000 response.py:513(Http404)
1 0.000 0.000 0.000 0.000 models.py:83(Meta)
1 0.000 0.000 0.000 0.000 admin.py:14(StoryCardInline)
1 0.000 0.000 0.000 0.000 sessions.py:90(SessionRedirectMixin)
1 0.000 0.000 0.000 0.000 where.py:23(EmptyShortCircuit)
1 0.000 0.000 0.000 0.000 defaulttags.py:281(IfEqualNode)
1 0.000 0.000 0.000 0.000 query.py:1213(ValuesListQuerySet)
1 0.000 0.000 0.000 0.000 admin.py:26(GroupAdmin)
1 0.000 0.000 0.000 0.000 dates.py:676(DateDetailView)
1 0.000 0.000 0.000 0.000 models.py:22(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:105(InvalidStateErr)
1 0.000 0.000 0.000 0.000 edit_handlers.py:405(MultiFieldPanel)
1 0.000 0.000 0.000 0.000 finders.py:225(DefaultStorageFinder)
1 0.000 0.000 0.000 0.000 base.py:152(TemplateView)
1 0.000 0.000 0.000 0.000 search_indexes.py:39(get_model)
1 0.000 0.000 0.000 0.000 widgets.py:273(EmailInput)
1 0.000 0.000 0.000 0.000 __init__.py:180(c_ulong)
1 0.000 0.000 0.000 0.000 list.py:154(BaseListView)
1 0.000 0.000 0.000 0.000 forms.py:11(URLOrAbsolutePathValidator)
1 0.000 0.000 0.000 0.000 config.py:285(ConvertingMixin)
1 0.000 0.000 0.000 0.000 auth.py:62(HTTPDigestAuth)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha224}
1 0.000 0.000 0.000 0.000 dates.py:533(BaseWeekArchiveView)
1 0.000 0.000 0.000 0.000 inputs.py:48(PythonData)
1 0.000 0.000 0.000 0.000 httplib.py:255(HTTPMessage)
1 0.000 0.000 0.000 0.000 search_indexes.py:22(get_model)
1 0.000 0.000 0.000 0.000 fields.py:424(FacetDecimalField)
1 0.000 0.000 0.000 0.000 suite.py:252(_ErrorHolder)
1 0.000 0.000 0.000 0.000 forms.py:5(WorkflowAdminFormMixin)
1 0.000 0.000 0.000 0.000 multipartparser.py:405(ChunkIter)
1 0.000 0.000 0.000 0.000 auth.py:18(AuthHandler)
1 0.000 0.000 0.000 0.000 handlers.py:423(CGIHandler)
1 0.000 0.000 0.000 0.000 dateformat.py:32(Formatter)
1 0.000 0.000 0.000 0.000 staticfiles.py:53(DebugConfiguredStorage)
1 0.000 0.000 0.000 0.000 blocks.py:132(Meta)
1 0.000 0.000 0.000 0.000 testcases.py:1001(CheckCondition)
2 0.000 0.000 0.000 0.000 {method 'cleanup' of 'ImagingDecoder' objects}
1 0.000 0.000 0.000 0.000 aggregates.py:115(Min)
1 0.000 0.000 0.000 0.000 errors.py:162(MissingResponseTypeError)
1 0.000 0.000 0.000 0.000 minidom.py:1126(Comment)
1 0.000 0.000 0.000 0.000 oauth2_auth.py:6(OAuth2)
1 0.000 0.000 0.000 0.000 exceptions.py:31(AmbiguousTimeError)
1 0.000 0.000 0.000 0.000 cache.py:39(cache_control)
1 0.000 0.000 0.000 0.000 admin.py:26(HomePageAdmin)
1 0.000 0.000 0.000 0.000 regex_helper.py:30(Choice)
1 0.000 0.000 0.000 0.000 __init__.py:2879(scan_list)
1 0.000 0.000 0.000 0.000 models.py:307(Meta)
1 0.000 0.000 0.000 0.000 loader_tags.py:138(IncludeNode)
1 0.000 0.000 0.000 0.000 decimal.py:160(DecimalException)
1 0.000 0.000 0.000 0.000 query_utils.py:113(DeferredAttribute)
1 0.000 0.000 0.000 0.000 forms.py:99(ModelSearchForm)
1 0.000 0.000 0.000 0.000 __init__.py:23(<module>)
1 0.000 0.000 0.000 0.000 base.py:175(Template)
1 0.000 0.000 0.000 0.000 argparse.py:1518(_MutuallyExclusiveGroup)
1 0.000 0.000 0.000 0.000 exceptions.py:197(HeaderParsingError)
1 0.000 0.000 0.000 0.000 home.py:28(PagesForModerationPanel)
1 0.000 0.000 0.000 0.000 filters.py:608(OutputPythonFilter)
1 0.000 0.000 0.000 0.000 urllib2.py:1084(HTTPDigestAuthHandler)
3 0.000 0.000 0.000 0.000 fields.py:391(__init__)
1 0.000 0.000 0.000 0.000 plistlib.py:331(Plist)
1 0.000 0.000 0.000 0.000 threading.py:57(_Verbose)
1 0.000 0.000 0.000 0.000 datastructures.py:24(Empty)
1 0.000 0.000 0.000 0.000 where.py:327(EmptyWhere)
1 0.000 0.000 0.000 0.000 models.py:35(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:188(ProxySchemeUnknown)
1 0.000 0.000 0.000 0.000 __init__.py:233(c_byte)
1 0.000 0.000 0.000 0.000 expressions.py:415(DurationExpression)
1 0.000 0.000 0.000 0.000 exceptions.py:27(MultipleObjectsReturned)
1 0.000 0.000 0.000 0.000 bdb.py:614(Tdb)
1 0.000 0.000 0.000 0.000 itercompat.py:5(<module>)
1 0.000 0.000 0.000 0.000 tokenize.py:148(StopTokenizing)
1 0.000 0.000 0.000 0.000 widgets.py:439(DateTimeBaseInput)
1 0.000 0.000 0.000 0.000 field_block.py:22(Meta)
1 0.000 0.000 0.000 0.000 forms.py:26(TreeNodeChoiceFieldMixin)
1 0.000 0.000 0.000 0.000 dates.py:620(BaseTodayArchiveView)
1 0.000 0.000 0.000 0.000 exceptions.py:137(LocationParseError)
1 0.000 0.000 0.000 0.000 {math.sqrt}
1 0.000 0.000 0.000 0.000 forms.py:113(Meta)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailFormsAppConfig)
1 0.000 0.000 0.000 0.000 widgets.py:337(AdminTextInputWidget)
1 0.000 0.000 0.000 0.000 uploadhandler.py:57(StopFutureHandlers)
1 0.000 0.000 0.000 0.000 testcases.py:74(_AssertNumQueriesContext)
1 0.000 0.000 0.000 0.000 widgets.py:652(CheckboxChoiceInput)
1 0.000 0.000 0.000 0.000 urllib2.py:1224(HTTPHandler)
1 0.000 0.000 0.000 0.000 widgets.py:422(Textarea)
1 0.000 0.000 0.000 0.000 exceptions.py:8(FieldDoesNotExist)
1 0.000 0.000 0.000 0.000 inputs.py:137(AltParser)
1 0.000 0.000 0.000 0.000 messages.py:61(Debug)
1 0.000 0.000 0.000 0.000 regex_helper.py:38(Group)
1 0.000 0.000 0.000 0.000 errors.py:133(InvalidRedirectURIError)
1 0.000 0.000 0.000 0.000 parser.py:17(Parser)
1 0.000 0.000 0.000 0.000 functional.py:345(SimpleLazyObject)
1 0.000 0.000 0.000 0.000 signals.py:23(__init__)
1 0.000 0.000 0.000 0.000 django.py:14(DjangoTemplates)
1 0.000 0.000 0.000 0.000 structures.py:88(LookupDict)
1 0.000 0.000 0.000 0.000 admin.py:9(NewsroomFeatureInline)
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 widgets.py:153(SubWidget)
1 0.000 0.000 0.000 0.000 six.py:169(__init__)
1 0.000 0.000 0.000 0.000 errors.py:244(UnsupportedGrantTypeError)
1 0.000 0.000 0.000 0.000 exceptions.py:30(HTTPError)
2 0.000 0.000 0.000 0.000 argparse.py:2277(_check_value)
1 0.000 0.000 0.000 0.000 tokens.py:9(PasswordResetTokenGenerator)
1 0.000 0.000 0.000 0.000 cache.py:274(MemCacheCache)
1 0.000 0.000 0.000 0.000 functional.py:43(cached_property)
1 0.000 0.000 0.000 0.000 models.py:144(Meta)
1 0.000 0.000 0.000 0.000 forms.py:21(BaseTransientModelFormSet)
1 0.000 0.000 0.000 0.000 extras.py:112(DictCursor)
1 0.000 0.000 0.000 0.000 models.py:267(Meta)
1 0.000 0.000 0.000 0.000 dates.py:571(WeekArchiveView)
1 0.000 0.000 0.000 0.000 widgets.py:329(FileInput)
1 0.000 0.000 0.000 0.000 models.py:178(Meta)
3 0.000 0.000 0.000 0.000 query.py:1249(need_having)
1 0.000 0.000 0.000 0.000 six.py:309(Module_six_moves_urllib_parse)
1 0.000 0.000 0.000 0.000 elasticsearch_backend.py:942(ElasticsearchSearchEngine)
1 0.000 0.000 0.000 0.000 httplib.py:1312(HTTPException)
1 0.000 0.000 0.000 0.000 extras.py:335(LoggingConnection)
1 0.000 0.000 0.000 0.000 __init__.py:397(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:429(__init__)
1 0.000 0.000 0.000 0.000 models.py:461(Media)
1 0.000 0.000 0.000 0.000 exceptions.py:7(ImproperlyConfigured)
1 0.000 0.000 0.000 0.000 widgets.py:57(AdminTagWidget)
1 0.000 0.000 0.000 0.000 plistlib.py:448(end_dict)
1 0.000 0.000 0.000 0.000 html5parser.py:2711(ParseError)
1 0.000 0.000 0.000 0.000 config.py:343(ConvertingTuple)
1 0.000 0.000 0.000 0.000 models.py:101(Meta)
1 0.000 0.000 0.000 0.000 base.py:26(CommandError)
1 0.000 0.000 0.000 0.000 tracking.py:20(__init__)
1 0.000 0.000 0.000 0.000 authorization_code.py:21(AuthorizationCodeGrant)
1 0.000 0.000 0.000 0.000 validation.py:390(InlineValidator)
1 0.000 0.000 0.000 0.000 models.py:112(Meta)
1 0.000 0.000 0.000 0.000 cursor.py:61(CursorIterator)
1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder)
1 0.000 0.000 0.000 0.000 __init__.py:349(_CountryNameDict)
1 0.000 0.000 0.000 0.000 __init__.py:29(DefaultConnectionProxy)
1 0.000 0.000 0.000 0.000 response.py:493(HttpResponseForbidden)
1 0.000 0.000 0.000 0.000 decimal.py:272(Inexact)
1 0.000 0.000 0.000 0.000 models.py:465(Meta)
1 0.000 0.000 0.000 0.000 xmlutils.py:8(SimplerXMLGenerator)
1 0.000 0.000 0.000 0.000 Image.py:2002(ImagePointHandler)
1 0.000 0.000 0.000 0.000 exceptions.py:41(ProxyError)
1 0.000 0.000 0.000 0.000 managers.py:5(ProjectManager)
1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader)
1 0.000 0.000 0.000 0.000 {method 'title' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 defaulttags.py:101(FilterNode)
1 0.000 0.000 0.000 0.000 base.py:15(CacheKeyWarning)
1 0.000 0.000 0.000 0.000 minidom.py:1424(ElementInfo)
1 0.000 0.000 0.000 0.000 pages.py:146(Meta)
1 0.000 0.000 0.000 0.000 blocks.py:199(Meta)
1 0.000 0.000 0.000 0.000 admin.py:12(GroupPagePermissionInline)
1 0.000 0.000 0.000 0.000 timezone.py:249(override)
1 0.000 0.000 0.000 0.000 <string>:22(ElementTree)
1 0.000 0.000 0.000 0.000 case.py:34(_ExpectedFailure)
1 0.000 0.000 0.000 0.000 exceptions.py:127(ClosedPoolError)
1 0.000 0.000 0.000 0.000 widgets.py:71(AdminCKEditor)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailSnippetsAppConfig)
1 0.000 0.000 0.000 0.000 managers.py:165(GSNWeekInReviewManager)
1 0.000 0.000 0.000 0.000 managers.py:53(TaggableRel)
1 0.000 0.000 0.000 0.000 __init__.py:304(ParserRejectedMarkup)
1 0.000 0.000 0.000 0.000 errors.py:21(BoundaryError)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:476(_accept)
1 0.000 0.000 0.000 0.000 exceptions.py:9(SuspiciousSession)
1 0.000 0.000 0.000 0.000 __init__.py:1687(NullHandler)
1 0.000 0.000 0.000 0.000 exceptions.py:11(UnknownTimeZoneError)
1 0.000 0.000 0.000 0.000 Cookie.py:229(CookieError)
1 0.000 0.000 0.000 0.000 utils.py:59(DatabaseErrorWrapper)
1 0.000 0.000 0.000 0.000 loader.py:341(<dictcomp>)
1 0.000 0.000 0.000 0.000 filters.py:361(AllValuesFieldListFilter)
1 0.000 0.000 0.000 0.000 fields.py:16(WagtailImageField)
1 0.000 0.000 0.000 0.000 request.py:44(__init__)
1 0.000 0.000 0.000 0.000 fields.py:346(MultiValueField)
1 0.000 0.000 0.000 0.000 lookups.py:261(In)
1 0.000 0.000 0.000 0.000 specifiers.py:735(<genexpr>)
1 0.000 0.000 0.000 0.000 _endian.py:26(_swapped_meta)
1 0.000 0.000 0.000 0.000 auth.py:44(HTTPBasicAuth)
1 0.000 0.000 0.000 0.000 exceptions.py:91(TimeoutStateError)
1 0.000 0.000 0.000 0.000 utils.py:72(CursorDebugWrapper)
1 0.000 0.000 0.000 0.000 fields.py:815(CallableChoiceIterator)
1 0.000 0.000 0.000 0.000 getpass.py:23(GetPassWarning)
1 0.000 0.000 0.000 0.000 oauth1_session.py:49(VerifierMissing)
1 0.000 0.000 0.000 0.000 related.py:1401(ManyToOneRel)
1 0.000 0.000 0.000 0.000 image_operations.py:9(Operation)
1 0.000 0.000 0.000 0.000 response.py:485(HttpResponseBadRequest)
1 0.000 0.000 0.000 0.000 userbar.py:11(AddPageItem)
1 0.000 0.000 0.000 0.000 urllib2.py:737(ProxyHandler)
1 0.000 0.000 0.000 0.000 lookups.py:481(IsNull)
1 0.000 0.000 0.000 0.000 pre_configured.py:179(BackendApplicationServer)
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 rect.py:6(Vector)
1 0.000 0.000 0.000 0.000 common.py:104(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:13(ElasticsearchException)
1 0.000 0.000 0.000 0.000 widgets.py:373(AdminIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 pdb.py:18(Restart)
1 0.000 0.000 0.000 0.000 search_indexes.py:20(get_model)
1 0.000 0.000 0.000 0.000 handlers.py:52(BaseRotatingHandler)
1 0.000 0.000 0.000 0.000 log.py:168(RequireDebugTrue)
1 0.000 0.000 0.000 0.000 expressions.py:598(Star)
1 0.000 0.000 0.000 0.000 models.py:310(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:82(Settings)
1 0.000 0.000 0.000 0.000 base.py:128(TemplateSyntaxError)
1 0.000 0.000 0.000 0.000 wsgi.py:158(WSGIHandler)
1 0.000 0.000 0.000 0.000 fields.py:258(DecimalField)
1 0.000 0.000 0.000 0.000 logging.py:19(LogCollector)
1 0.000 0.000 0.000 0.000 connection.py:61(DummyConnection)
1 0.000 0.000 0.000 0.000 storage.py:362(CachedFilesMixin)
1 0.000 0.000 0.000 0.000 edit.py:321(BaseDeleteView)
1 0.000 0.000 0.000 0.000 SocketServer.py:621(UnixStreamServer)
1 0.000 0.000 0.000 0.000 basehttp.py:91(ServerHandler)
1 0.000 0.000 0.000 0.000 loader.py:146(BaseLoader)
1 0.000 0.000 0.000 0.000 common.py:16(CommonMiddleware)
1 0.000 0.000 0.000 0.000 views.py:167(Testimony)
1 0.000 0.000 0.000 0.000 hex_codec.py:65(StreamReader)
1 0.000 0.000 0.000 0.000 mobile_application.py:16(MobileApplicationClient)
1 0.000 0.000 0.000 0.000 httplib.py:1278(HTTPS)
1 0.000 0.000 0.000 0.000 urllib2.py:904(HTTPBasicAuthHandler)
1 0.000 0.000 0.000 0.000 mp_tree.py:114(MP_ComplexAddMoveHandler)
1 0.000 0.000 0.000 0.000 fields.py:6(HTMLField)
1 0.000 0.000 0.000 0.000 hex_codec.py:57(IncrementalDecoder)
1 0.000 0.000 0.000 0.000 deprecation.py:8(RemovedInWagtail14Warning)
1 0.000 0.000 0.000 0.000 parsers.py:31(RawParser)
1 0.000 0.000 0.000 0.000 forms.py:27(Meta)
1 0.000 0.000 0.000 0.000 base.py:637(NoArgsCommand)
1 0.000 0.000 0.000 0.000 forms.py:240(Meta)
1 0.000 0.000 0.000 0.000 search_indexes.py:23(get_model)
1 0.000 0.000 0.000 0.000 urllib2.py:1232(HTTPSHandler)
1 0.000 0.000 0.000 0.000 filters.py:37(KeywordCaseFilter)
1 0.000 0.000 0.000 0.000 message.py:197(SafeMIMEMultipart)
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 widgets.py:294(HiddenInput)
1 0.000 0.000 0.000 0.000 error.py:9(TweepError)
1 0.000 0.000 0.000 0.000 models.py:231(ModelFormOptions)
1 0.000 0.000 0.000 0.000 dates.py:433(ArchiveIndexView)
1 0.000 0.000 0.000 0.000 __init__.py:291(c_wchar_p)
2 0.000 0.000 0.000 0.000 argparse.py:1602(identity)
1 0.000 0.000 0.000 0.000 paginator.py:7(InvalidPage)
1 0.000 0.000 0.000 0.000 urllib2.py:1378(FTPHandler)
1 0.000 0.000 0.000 0.000 deprecation.py:38(RenameMethodsBase)
1 0.000 0.000 0.000 0.000 blocks.py:32(Meta)
1 0.000 0.000 0.000 0.000 dyld.py:53(dyld_framework_path)
1 0.000 0.000 0.000 0.000 exceptions.py:4(DisallowedModelAdminLookup)
1 0.000 0.000 0.000 0.000 widgets.py:329(AdminTextareaWidget)
1 0.000 0.000 0.000 0.000 hex_codec.py:62(StreamWriter)
1 0.000 0.000 0.000 0.000 common.py:195(Meta)
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 hashers.py:388(MD5PasswordHasher)
3 0.000 0.000 0.000 0.000 dyld.py:56(dyld_library_path)
1 0.000 0.000 0.000 0.000 connection_pool.py:55(RoundRobinSelector)
1 0.000 0.000 0.000 0.000 __init__.py:15(AlreadyRegistered)
1 0.000 0.000 0.000 0.000 defaulttags.py:422(NowNode)
1 0.000 0.000 0.000 0.000 exceptions.py:55(ConnectionError)
1 0.000 0.000 0.000 0.000 expressions.py:606(Random)
1 0.000 0.000 0.000 0.000 legacy.py:198(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:1151(DateTimeCheckMixin)
1 0.000 0.000 0.000 0.000 widgets.py:577(SelectMultiple)
1 0.000 0.000 0.000 0.000 widgets.py:108(AdminRadioSelect)
1 0.000 0.000 0.000 0.000 _structures.py:49(NegativeInfinity)
1 0.000 0.000 0.000 0.000 extras.py:235(RealDictRow)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:626(_idat)
1 0.000 0.000 0.000 0.000 suite.py:299(_DebugResult)
1 0.000 0.000 0.000 0.000 base.py:1100(TagHelperNode)
1 0.000 0.000 0.000 0.000 multipartparser.py:32(InputStreamExhausted)
1 0.000 0.000 0.000 0.000 SocketServer.py:677(StreamRequestHandler)
1 0.000 0.000 0.000 0.000 0003_auto_20160107_1332.py:7(Migration)
1 0.000 0.000 0.000 0.000 version.py:52(_BaseVersion)
1 0.000 0.000 0.000 0.000 decimal.py:224(ConversionSyntax)
1 0.000 0.000 0.000 0.000 extras.py:398(MinTimeLoggingConnection)
1 0.000 0.000 0.000 0.000 fields.py:277(BooleanField)
1 0.000 0.000 0.000 0.000 filters.py:72(GetComments)
1 0.000 0.000 0.000 0.000 UserDict.py:4(__init__)
1 0.000 0.000 0.000 0.000 common.py:216(Meta)
1 0.000 0.000 0.000 0.000 hashers.py:360(SHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 defaulttags.py:560(WithNode)
1 0.000 0.000 0.000 0.000 exceptions.py:132(LocationValueError)
1 0.000 0.000 0.000 0.000 admin.py:12(GSNTopStoryMembershipInline)
1 0.000 0.000 0.000 0.000 forms.py:6(BaseForm)
1 0.000 0.000 0.000 0.000 argparse.py:897(_AppendAction)
1 0.000 0.000 0.000 0.000 __init__.py:428(LibraryLoader)
1 0.000 0.000 0.000 0.000 base.py:42(SystemCheckError)
1 0.000 0.000 0.000 0.000 fields.py:220(ParentalKey)
1 0.000 0.000 0.000 0.000 decimal.py:195(InvalidOperation)
1 0.000 0.000 0.000 0.000 minidom.py:1336(Notation)
1 0.000 0.000 0.000 0.000 element.py:750(Comment)
1 0.000 0.000 0.000 0.000 shutil.py:34(SpecialFileError)
1 0.000 0.000 0.000 0.000 errors.py:13(MessageParseError)
1 0.000 0.000 0.000 0.000 utils.py:15(InvalidTemplateEngineError)
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 Image.py:447(_E)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:366(DOMImplementationLS)
1 0.000 0.000 0.000 0.000 parsers.py:12(Parser)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(FormsMenuItem)
1 0.000 0.000 0.000 0.000 filters.py:568(SerializerUnicode)
1 0.000 0.000 0.000 0.000 forms.py:48(BaseChildFormSet)
1 0.000 0.000 0.000 0.000 models.py:86(Meta)
1 0.000 0.000 0.000 0.000 sql.py:600(Comment)
1 0.000 0.000 0.000 0.000 models.py:159(Meta)
1 0.000 0.000 0.000 0.000 pre_configured.py:143(LegacyApplicationServer)
1 0.000 0.000 0.000 0.000 models.py:38(SourceImageIOError)
1 0.000 0.000 0.000 0.000 widgets.py:238(Input)
1 0.000 0.000 0.000 0.000 fields.py:890(TypedChoiceField)
1 0.000 0.000 0.000 0.000 client.py:39(RedirectCycleError)
1 0.000 0.000 0.000 0.000 response.py:47(GzipDecoder)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:212(DOMEntityResolver)
1 0.000 0.000 0.000 0.000 urllib2.py:1262(UnknownHandler)
1 0.000 0.000 0.000 0.000 __init__.py:61(DOMException)
1 0.000 0.000 0.000 0.000 PngImagePlugin.py:122(close)
1 0.000 0.000 0.000 0.000 common.py:202(Meta)
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:22(ObjectDoesNotExist)
1 0.000 0.000 0.000 0.000 operations.py:32(__init__)
1 0.000 0.000 0.000 0.000 extras.py:425(MinTimeLoggingCursor)
1 0.000 0.000 0.000 0.000 errors.py:252(UnsupportedTokenTypeError)
1 0.000 0.000 0.000 0.000 edit_handlers.py:363(ObjectList)
1 0.000 0.000 0.000 0.000 embeds.py:27(AccessDeniedEmbedlyException)
1 0.000 0.000 0.000 0.000 models.py:323(Meta)
1 0.000 0.000 0.000 0.000 forms.py:24(ReadOnlyPasswordHashWidget)
1 0.000 0.000 0.000 0.000 admin.py:134(GenericStackedInline)
1 0.000 0.000 0.000 0.000 extras.py:439(UUID_adapter)
1 0.000 0.000 0.000 0.000 extras.py:197(RealDictConnection)
1 0.000 0.000 0.000 0.000 query.py:650(ValuesSearchQuerySet)
1 0.000 0.000 0.000 0.000 threading.py:552(_Event)
1 0.000 0.000 0.000 0.000 six.py:436(Module_six_moves_urllib_robotparser)
1 0.000 0.000 0.000 0.000 generic.py:60(CreateView)
1 0.000 0.000 0.000 0.000 uploadedfile.py:59(TemporaryUploadedFile)
1 0.000 0.000 0.000 0.000 color.py:32(Style)
1 0.000 0.000 0.000 0.000 errors.py:224(InvalidGrantError)
1 0.000 0.000 0.000 0.000 filters.py:164(RelatedFieldListFilter)
1 0.000 0.000 0.000 0.000 edit_handlers.py:688(InlinePanel)
1 0.000 0.000 0.000 0.000 models.py:62(Meta)
1 0.000 0.000 0.000 0.000 Image.py:1966(_ImageCrop)
1 0.000 0.000 0.000 0.000 cookielib.py:1215(Absent)
1 0.000 0.000 0.000 0.000 difflib.py:764(Differ)
1 0.000 0.000 0.000 0.000 SocketServer.py:624(UnixDatagramServer)
1 0.000 0.000 0.000 0.000 cookies.py:94(MockResponse)
1 0.000 0.000 0.000 0.000 models.py:39(classpropertytype)
1 0.000 0.000 0.000 0.000 exceptions.py:122(EmptyPoolError)
1 0.000 0.000 0.000 0.000 models.py:45(Meta)
1 0.000 0.000 0.000 0.000 lookups.py:445(Month)
1 0.000 0.000 0.000 0.000 base_models.py:21(Meta)
1 0.000 0.000 0.000 0.000 aggregates.py:73(Avg)
1 0.000 0.000 0.000 0.000 struct_block.py:23(Meta)
1 0.000 0.000 0.000 0.000 admin.py:8(TaggedItemInline)
1 0.000 0.000 0.000 0.000 fields.py:51(RenameFieldMethods)
1 0.000 0.000 0.000 0.000 six.py:59(X)
1 0.000 0.000 0.000 0.000 fields.py:1239(GenericIPAddressField)
1 0.000 0.000 0.000 0.000 models.py:102(Meta)
1 0.000 0.000 0.000 0.000 error.py:30(RateLimitError)
1 0.000 0.000 0.000 0.000 calendar.py:488(TimeEncoding)
1 0.000 0.000 0.000 0.000 handlers.py:599(DatagramHandler)
1 0.000 0.000 0.000 0.000 models.py:56(Meta)
1 0.000 0.000 0.000 0.000 {method 'splitlines' of 'unicode' objects}
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
1 0.000 0.000 0.000 0.000 widgets.py:763(RadioSelect)
1 0.000 0.000 0.000 0.000 proxy.py:9(OrderWrt)
1 0.000 0.000 0.000 0.000 minidom.py:1220(Identified)
1 0.000 0.000 0.000 0.000 exceptions.py:183(ResponseNotChunked)
1 0.000 0.000 0.000 0.000 utils.py:47(InternalError)
1 0.000 0.000 0.000 0.000 base.py:11(InvalidCacheBackendError)
1 0.000 0.000 0.000 0.000 __init__.py:91(CacheHandler)
1 0.000 0.000 0.000 0.000 models.py:1087(ModelChoiceIterator)
1 0.000 0.000 0.000 0.000 argparse.py:1700(parse_args)
1 0.000 0.000 0.000 0.000 __init__.py:210(SetuptoolsVersion)
1 0.000 0.000 0.000 0.000 gzip.py:9(GZipMiddleware)
1 0.000 0.000 0.000 0.000 cgi.py:803(SvFormContentDict)
1 0.000 0.000 0.000 0.000 regex_helper.py:44(NonCapture)
1 0.000 0.000 0.000 0.000 element.py:740(CData)
1 0.000 0.000 0.000 0.000 lookups.py:408(Year)
1 0.000 0.000 0.000 0.000 middleware.py:14(AuthenticationMiddleware)
1 0.000 0.000 0.000 0.000 managers.py:9(CountryManager)
1 0.000 0.000 0.000 0.000 models.py:240(Category)
1 0.000 0.000 0.000 0.000 threading.py:515(_BoundedSemaphore)
1 0.000 0.000 0.000 0.000 deprecation.py:7(RemovedInDjango110Warning)
1 0.000 0.000 0.000 0.000 signing.py:177(TimestampSigner)
1 0.000 0.000 0.000 0.000 urllib2.py:1244(HTTPCookieProcessor)
1 0.000 0.000 0.000 0.000 base.py:950(VariableNode)
1 0.000 0.000 0.000 0.000 base.py:217(Token)
1 0.000 0.000 0.000 0.000 expressions.py:581(RawSQL)
1 0.000 0.000 0.000 0.000 errors.py:70(InvalidSignatureMethodError)
1 0.000 0.000 0.000 0.000 urllib2.py:560(HTTPRedirectHandler)
1 0.000 0.000 0.000 0.000 inputs.py:16(BaseInput)
1 0.000 0.000 0.000 0.000 encoding.py:17(DjangoUnicodeDecodeError)
1 0.000 0.000 0.000 0.000 fields.py:428(FacetBooleanField)
1 0.000 0.000 0.000 0.000 common.py:188(Meta)
1 0.000 0.000 0.000 0.000 messages.py:66(Info)
1 0.000 0.000 0.000 0.000 plistlib.py:395(__init__)
2 0.000 0.000 0.000 0.000 search_indexes.py:56(get_model)
2 0.000 0.000 0.000 0.000 six.py:54(__len__)
1 0.000 0.000 0.000 0.000 common.py:230(Meta)
1 0.000 0.000 0.000 0.000 fields.py:420(FacetFloatField)
1 0.000 0.000 0.000 0.000 sql.py:681(Begin)
1 0.000 0.000 0.000 0.000 fields.py:432(FacetDateField)
1 0.000 0.000 0.000 0.000 features.py:210(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1008(Manager)
1 0.000 0.000 0.000 0.000 edit.py:275(UpdateView)
1 0.000 0.000 0.000 0.000 rich_text.py:179(RichText)
1 0.000 0.000 0.000 0.000 SocketServer.py:585(ThreadingMixIn)
1 0.000 0.000 0.000 0.000 cgi.py:865(FormContent)
1 0.000 0.000 0.000 0.000 site_summary.py:6(SummaryItem)
1 0.000 0.000 0.000 0.000 BaseHTTPServer.py:102(HTTPServer)
1 0.000 0.000 0.000 0.000 fields.py:573(GenericRel)
1 0.000 0.000 0.000 0.000 errors.py:29(CharsetError)
1 0.000 0.000 0.000 0.000 models.py:95(<genexpr>)
1 0.000 0.000 0.000 0.000 base.py:15(GrantTypeBase)
1 0.000 0.000 0.000 0.000 models.py:379(JSONModel)
1 0.000 0.000 0.000 0.000 field_block.py:311(Meta)
1 0.000 0.000 0.000 0.000 urllib2.py:844(HTTPPasswordMgrWithDefaultRealm)
1 0.000 0.000 0.000 0.000 http.py:4(ConditionalGetMiddleware)
1 0.000 0.000 0.000 0.000 models.py:221(Friendship)
1 0.000 0.000 0.000 0.000 embeds.py:24(EmbedlyException)
1 0.000 0.000 0.000 0.000 _exceptions.py:115(SAXNotSupportedException)
1 0.000 0.000 0.000 0.000 lookups.py:505(Regex)
1 0.000 0.000 0.000 0.000 __init__.py:123(UserDataHandler)
1 0.000 0.000 0.000 0.000 common.py:132(BrokenLinkEmailsMiddleware)
1 0.000 0.000 0.000 0.000 mp_tree.py:425(MP_MoveHandler)
1 0.000 0.000 0.000 0.000 testcases.py:1124(_MediaFilesHandler)
1 0.000 0.000 0.000 0.000 migration.py:43(IrreversibleError)
1 0.000 0.000 0.000 0.000 argparse.py:1153(Namespace)
1 0.000 0.000 0.000 0.000 exceptions.py:46(Timeout)
1 0.000 0.000 0.000 0.000 plistlib.py:322(Dict)
1 0.000 0.000 0.000 0.000 filters.py:51(TruncateStringFilter)
1 0.000 0.000 0.000 0.000 errors.py:84(TokenExpiredError)
1 0.000 0.000 0.000 0.000 exceptions.py:105(ReadTimeoutError)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailEmbedsAppConfig)
1 0.000 0.000 0.000 0.000 ImageFile.py:271(load_end)
1 0.000 0.000 0.000 0.000 errors.py:93(MismatchingStateError)
1 0.000 0.000 0.000 0.000 base.py:27(BaseBlock)
1 0.000 0.000 0.000 0.000 __init__.py:238(c_char)
1 0.000 0.000 0.000 0.000 search_indexes.py:34(get_model)
1 0.000 0.000 0.000 0.000 six.py:642(b)
1 0.000 0.000 0.000 0.000 manager.py:259(AbstractManagerDescriptor)
1 0.000 0.000 0.000 0.000 filters.py:652(OutputPHPFilter)
1 0.000 0.000 0.000 0.000 _endian.py:49(BigEndianStructure)
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 exceptions.py:15(PoolError)
1 0.000 0.000 0.000 0.000 urllib2.py:520(BaseHandler)
2 0.000 0.000 0.000 0.000 lazy.py:87(LazyList)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:24(DocumentsMenuItem)
1 0.000 0.000 0.000 0.000 defaulttags.py:112(FirstOfNode)
1 0.000 0.000 0.000 0.000 list.py:207(ListView)
4 0.000 0.000 0.000 0.000 sre_parse.py:224(isdigit)
1 0.000 0.000 0.000 0.000 field_block.py:80(CharBlock)
1 0.000 0.000 0.000 0.000 utils.py:236(modify_settings)
1 0.000 0.000 0.000 0.000 base.py:10(AppConfOptions)
1 0.000 0.000 0.000 0.000 utils.py:51(ProgrammingError)
1 0.000 0.000 0.000 0.000 __init__.py:1385(RootLogger)
1 0.000 0.000 0.000 0.000 {psycopg2._psycopg.new_type}
1 0.000 0.000 0.000 0.000 errors.py:198(TemporarilyUnavailableError)
1 0.000 0.000 0.000 0.000 argparse.py:863(_StoreTrueAction)
1 0.000 0.000 0.000 0.000 models.py:237(MPTTMeta)
1 0.000 0.000 0.000 0.000 forms.py:105(Meta)
1 0.000 0.000 0.000 0.000 defaulttags.py:928(TemplateLiteral)
1 0.000 0.000 0.000 0.000 fields.py:995(ComboField)
1 0.000 0.000 0.000 0.000 blocks.py:147(Meta)
1 0.000 0.000 0.000 0.000 ElementPath.py:237(_SelectorContext)
1 0.000 0.000 0.000 0.000 exceptions.py:98(RetryError)
1 0.000 0.000 0.000 0.000 edit_handlers.py:382(FieldRowPanel)
1 0.000 0.000 0.000 0.000 filters.py:514(ColumnsSelect)
1 0.000 0.000 0.000 0.000 signals.py:73(RealtimeSignalProcessor)
1 0.000 0.000 0.000 0.000 subclassing.py:15(SubfieldBase)
1 0.000 0.000 0.000 0.000 fields.py:296(DateField)
1 0.000 0.000 0.000 0.000 routers.py:13(DefaultRouter)
1 0.000 0.000 0.000 0.000 snippets.py:18(PrimaryNavigation)
1 0.000 0.000 0.000 0.000 admin.py:11(ReportChapterInline)
1 0.000 0.000 0.000 0.000 shutil.py:31(Error)
1 0.000 0.000 0.000 0.000 exceptions.py:173(InsecurePlatformWarning)
1 0.000 0.000 0.000 0.000 models.py:427(Place)
1 0.000 0.000 0.000 0.000 exceptions.py:37(SSLError)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:19(RedirectsMenuItem)
1 0.000 0.000 0.000 0.000 models.py:1085(SubmittedRevisionsManager)
1 0.000 0.000 0.000 0.000 __init__.py:102(InuseAttributeErr)
1 0.000 0.000 0.000 0.000 models.py:16(LogEntryManager)
1 0.000 0.000 0.000 0.000 models.py:95(RequestSite)
1 0.000 0.000 0.000 0.000 safestring.py:22(EscapeText)
1 0.000 0.000 0.000 0.000 __init__.py:159(py_object)
1 0.000 0.000 0.000 0.000 defaulttags.py:48(CommentNode)
1 0.000 0.000 0.000 0.000 base.py:373(ModelState)
1 0.000 0.000 0.000 0.000 base.py:113(TemplateResponseMixin)
1 0.000 0.000 0.000 0.000 exceptions.py:5(HTTPError)
1 0.000 0.000 0.000 0.000 models.py:269(Meta)
1 0.000 0.000 0.000 0.000 datastructures.py:247(OrderedSet)
1 0.000 0.000 0.000 0.000 conf.py:82(Meta)
1 0.000 0.000 0.000 0.000 finders.py:20(BaseFinder)
1 0.000 0.000 0.000 0.000 helpers.py:145(AdminReadonlyField)
1 0.000 0.000 0.000 0.000 exceptions.py:63(MaxRetryError)
1 0.000 0.000 0.000 0.000 connection.py:34(ConnectionError)
1 0.000 0.000 0.000 0.000 options.py:72(IncorrectLookupParameters)
1 0.000 0.000 0.000 0.000 models.py:1080(Meta)
1 0.000 0.000 0.000 0.000 queryset.py:4(SearchableQuerySetMixin)
1 0.000 0.000 0.000 0.000 __init__.py:18(GenericViewError)
1 0.000 0.000 0.000 0.000 ffiplatform.py:8(VerificationMissing)
1 0.000 0.000 0.000 0.000 migration.py:166(SwappableTuple)
1 0.000 0.000 0.000 0.000 Cookie.py:330(_unquote)
1 0.000 0.000 0.000 0.000 urllib.py:1008(addinfo)
2 0.000 0.000 0.000 0.000 six.py:132(_MovedItems)
1 0.000 0.000 0.000 0.000 {sys.getfilesystemencoding}
1 0.000 0.000 0.000 0.000 errors.py:88(InsecureTransportError)
1 0.000 0.000 0.000 0.000 __init__.py:2866(RequirementParseError)
1 0.000 0.000 0.000 0.000 filters.py:295(DateFieldListFilter)
1 0.000 0.000 0.000 0.000 edit_handlers.py:499(BaseRichTextFieldPanel)
1 0.000 0.000 0.000 0.000 exceptions.py:4(HTTPError)
1 0.000 0.000 0.000 0.000 exceptions.py:147(ResponseError)
1 0.000 0.000 0.000 0.000 exceptions.py:20(SerializationError)
1 0.000 0.000 0.000 0.000 Image.py:38(_imaging_not_installed)
1 0.000 0.000 0.000 0.000 edit_handlers.py:514(BaseChooserPanel)
1 0.000 0.000 0.000 0.000 datastructures.py:12(MultiJoin)
1 0.000 0.000 0.000 0.000 staticfiles.py:41(FileCollector)
1 0.000 0.000 0.000 0.000 exceptions.py:66(MiddlewareNotUsed)
1 0.000 0.000 0.000 0.000 errors.py:181(InvalidScopeError)
1 0.000 0.000 0.000 0.000 argparse.py:859(__call__)
17 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
1 0.000 0.000 0.000 0.000 edit.py:252(CreateView)
1 0.000 0.000 0.000 0.000 utils.py:157(TestTemplateLoader)
1 0.000 0.000 0.000 0.000 signing.py:84(JSONSerializer)
1 0.000 0.000 0.000 0.000 exceptions.py:117(NewConnectionError)
1 0.000 0.000 0.000 0.000 cache.py:398(MongodbCache)
1 0.000 0.000 0.000 0.000 atexit.py:37(register)
1 0.000 0.000 0.000 0.000 case.py:45(_UnexpectedSuccess)
1 0.000 0.000 0.000 0.000 exceptions.py:4(InvalidPosition)
1 0.000 0.000 0.000 0.000 index.py:137(FilterField)
1 0.000 0.000 0.000 0.000 forms.py:47(ReadOnlyPasswordHashField)
1 0.000 0.000 0.000 0.000 dates.py:492(BaseMonthArchiveView)
1 0.000 0.000 0.000 0.000 Cookie.py:722(SmartCookie)
2 0.000 0.000 0.000 0.000 ImageFile.py:66(_tilesort)
1 0.000 0.000 0.000 0.000 element.py:42(AttributeValueWithCharsetSubstitution)
1 0.000 0.000 0.000 0.000 defaulttags.py:387(SsiNode)
1 0.000 0.000 0.000 0.000 validation.py:8(__init__)
1 0.000 0.000 0.000 0.000 models.py:141(Meta)
1 0.000 0.000 0.000 0.000 argparse.py:640(RawTextHelpFormatter)
1 0.000 0.000 0.000 0.000 handlers.py:84(RotatingFileHandler)
1 0.000 0.000 0.000 0.000 exceptions.py:11(SearchBackendError)
1 0.000 0.000 0.000 0.000 decimal.py:298(Rounded)
1 0.000 0.000 0.000 0.000 exceptions.py:96(TimeoutError)
1 0.000 0.000 0.000 0.000 deprecation.py:1(RemovedInWagtail13Warning)
1 0.000 0.000 0.000 0.000 feedgenerator.py:264(RssUserland091Feed)
1 0.000 0.000 0.000 0.000 saxutils.py:106(_UnbufferedTextIOWrapper)
1 0.000 0.000 0.000 0.000 exceptions.py:4(InvalidSessionKey)
1 0.000 0.000 0.000 0.000 edit.py:118(ModelFormMixin)
1 0.000 0.000 0.000 0.000 forms.py:77(Meta)
1 0.000 0.000 0.000 0.000 threading.py:400(notifyAll)
1 0.000 0.000 0.000 0.000 six.py:103(MovedModule)
1 0.000 0.000 0.000 0.000 blocks.py:43(Meta)
1 0.000 0.000 0.000 0.000 errors.py:137(MissingRedirectURIError)
1 0.000 0.000 0.000 0.000 response.py:90(BadHeaderError)
1 0.000 0.000 0.000 0.000 subclassing.py:47(make_contrib)
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 __init__.py:1691(EggProvider)
1 0.000 0.000 0.000 0.000 exceptions.py:94(StreamConsumedError)
1 0.000 0.000 0.000 0.000 widgets.py:83(AdminSplitDateTime)
1 0.000 0.000 0.000 0.000 urlresolvers.py:69(Resolver404)
1 0.000 0.000 0.000 0.000 admin.py:76(GSNPageAdmin)
1 0.000 0.000 0.000 0.000 base.py:922(TextNode)
1 0.000 0.000 0.000 0.000 widgets.py:139(MediaDefiningClass)
3 0.000 0.000 0.000 0.000 sessions.py:35(add_httponly_message)
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
1 0.000 0.000 0.000 0.000 related.py:1429(OneToOneRel)
1 0.000 0.000 0.000 0.000 where.py:335(EverythingNode)
1 0.000 0.000 0.000 0.000 exceptions.py:8(InvalidMoveToDescendant)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:7(DjangoAppMenu)
1 0.000 0.000 0.000 0.000 handlers.py:1112(BufferingHandler)
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 models.py:61(Meta)
1 0.000 0.000 0.000 0.000 inputstream.py:835(ContentAttrParser)
1 0.000 0.000 0.000 0.000 aggregates.py:140(Sum)
1 0.000 0.000 0.000 0.000 timezone.py:129(LocalTimezone)
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:393(DeclarativeSubBlocksMetaclass)
1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder)
1 0.000 0.000 0.000 0.000 models.py:278(Meta)
1 0.000 0.000 0.000 0.000 uu.py:39(Error)
1 0.000 0.000 0.000 0.000 deletion.py:10(ProtectedError)
1 0.000 0.000 0.000 0.000 http_urllib3.py:10(Urllib3HttpConnection)
1 0.000 0.000 0.000 0.000 __init__.py:243(c_char_p)
2 0.000 0.000 0.000 0.000 sre_parse.py:87(checkgroup)
1 0.000 0.000 0.000 0.000 version.py:46(InvalidVersion)
1 0.000 0.000 0.000 0.000 _exceptions.py:105(SAXNotRecognizedException)
1 0.000 0.000 0.000 0.000 lookups.py:457(WeekDay)
1 0.000 0.000 0.000 0.000 exceptions.py:27(InvalidTimeError)
1 0.000 0.000 0.000 0.000 __init__.py:961(PlaceHolder)
1 0.000 0.000 0.000 0.000 filters.py:700(Limit)
1 0.000 0.000 0.000 0.000 base.py:16(SerializationError)
1 0.000 0.000 0.000 0.000 exceptions.py:42(NonExistentTimeError)
1 0.000 0.000 0.000 0.000 models.py:243(ModelFormMetaclass)
1 0.000 0.000 0.000 0.000 admin.py:15(CountryThreatInline)
1 0.000 0.000 0.000 0.000 exceptions.py:82(InvalidURL)
1 0.000 0.000 0.000 0.000 plistlib.py:230(PlistWriter)
1 0.000 0.000 0.000 0.000 models.py:396(BoundingBox)
1 0.000 0.000 0.000 0.000 widgets.py:722(CheckboxFieldRenderer)
1 0.000 0.000 0.000 0.000 urllib2.py:1102(ProxyDigestAuthHandler)
1 0.000 0.000 0.000 0.000 response.py:16(DeflateDecoder)
1 0.000 0.000 0.000 0.000 fields.py:382(ReverseGenericRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 exceptions.py:7(InvalidMove)
1 0.000 0.000 0.000 0.000 utils.py:10(BoldKeywordFilter)
1 0.000 0.000 0.000 0.000 csv.py:127(DictWriter)
1 0.000 0.000 0.000 0.000 base.py:46(Meta)
1 0.000 0.000 0.000 0.000 __future__.py:74(_Feature)
1 0.000 0.000 0.000 0.000 handlers.py:399(BaseCGIHandler)
1 0.000 0.000 0.000 0.000 plistlib.py:291(_InternalDict)
1 0.000 0.000 0.000 0.000 argparse.py:629(RawDescriptionHelpFormatter)
1 0.000 0.000 0.000 0.000 widgets.py:892(SplitHiddenDateTimeWidget)
1 0.000 0.000 0.000 0.000 handler.py:22(ErrorHandler)
1 0.000 0.000 0.000 0.000 SocketServer.py:510(ForkingMixIn)
1 0.000 0.000 0.000 0.000 _compat.py:37(metaclass)
1 0.000 0.000 0.000 0.000 exceptions.py:62(MaxRetryError)
1 0.000 0.000 0.000 0.000 config.py:333(ConvertingList)
1 0.000 0.000 0.000 0.000 cursor.py:158(PageIterator)
1 0.000 0.000 0.000 0.000 creation.py:5(DatabaseCreation)
1 0.000 0.000 0.000 0.000 hashers.py:481(CryptPasswordHasher)
1 0.000 0.000 0.000 0.000 filters.py:476(RightMarginFilter)
1 0.000 0.000 0.000 0.000 edit.py:197(ProcessFormView)
1 0.000 0.000 0.000 0.000 utils.py:55(NotSupportedError)
1 0.000 0.000 0.000 0.000 nonmultipart.py:14(MIMENonMultipart)
1 0.000 0.000 0.000 0.000 functional.py:386(lazy_property)
1 0.000 0.000 0.000 0.000 sql.py:582(For)
1 0.000 0.000 0.000 0.000 utils.py:31(DatabaseError)
1 0.000 0.000 0.000 0.000 edit_handlers.py:581(PageChooserPanel)
1 0.000 0.000 0.000 0.000 errors.py:53(MalformedHeaderDefect)
1 0.000 0.000 0.000 0.000 urllib2.py:1438(CacheFTPHandler)
1 0.000 0.000 0.000 0.000 expressions.py:225(_output_field_or_none)
1 0.000 0.000 0.000 0.000 models.py:133(Meta)
1 0.000 0.000 0.000 0.000 six.py:62(__len__)
1 0.000 0.000 0.000 0.000 io.py:79(TextIOBase)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:30(UsersMenuItem)
1 0.000 0.000 0.000 0.000 calendar.py:536(LocaleHTMLCalendar)
1 0.000 0.000 0.000 0.000 query.py:673(RelatedSearchQuerySet)
1 0.000 0.000 0.000 0.000 dates.py:639(BaseDateDetailView)
1 0.000 0.000 0.000 0.000 _util.py:22(deferred_error)
1 0.000 0.000 0.000 0.000 __init__.py:1399(LoggerAdapter)
1 0.000 0.000 0.000 0.000 specifiers.py:634(__hash__)
1 0.000 0.000 0.000 0.000 models.py:78(Meta)
3 0.000 0.000 0.000 0.000 whitelist.py:32(attribute_rule)
1 0.000 0.000 0.000 0.000 __init__.py:74(LazyImporter)
1 0.000 0.000 0.000 0.000 socket.py:171(_closedsocket)
1 0.000 0.000 0.000 0.000 models.py:76(Meta)
1 0.000 0.000 0.000 0.000 uploadhandler.py:23(UploadFileException)
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 errors.py:106(MissingTokenTypeError)
1 0.000 0.000 0.000 0.000 text.py:14(MIMEText)
1 0.000 0.000 0.000 0.000 exceptions.py:14(PoolError)
1 0.000 0.000 0.000 0.000 makemigrations.py:72(<dictcomp>)
1 0.000 0.000 0.000 0.000 middleware.py:4(SiteMiddleware)
1 0.000 0.000 0.000 0.000 legacy.py:131(Meta)
1 0.000 0.000 0.000 0.000 models.py:174(BasePageManager)
1 0.000 0.000 0.000 0.000 field_block.py:107(URLBlock)
1 0.000 0.000 0.000 0.000 urllib2.py:164(URLError)
1 0.000 0.000 0.000 0.000 minidom.py:612(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:580(Filterer)
1 0.000 0.000 0.000 0.000 image_operations.py:145(MinMaxOperation)
1 0.000 0.000 0.000 0.000 zipfile.py:24(LargeZipFile)
1 0.000 0.000 0.000 0.000 lookups.py:251(LessThan)
1 0.000 0.000 0.000 0.000 fields.py:1141(FilePathField)
1 0.000 0.000 0.000 0.000 minidom.py:1139(CDATASection)
1 0.000 0.000 0.000 0.000 Image.py:34(DecompressionBombWarning)
1 0.000 0.000 0.000 0.000 context.py:170(RenderContext)
1 0.000 0.000 0.000 0.000 __init__.py:1712(DefaultProvider)
1 0.000 0.000 0.000 0.000 <string>:112(PIProxy)
1 0.000 0.000 0.000 0.000 edit_handlers.py:348(TabbedInterface)
2 0.000 0.000 0.000 0.000 models.py:214(Meta)
1 0.000 0.000 0.000 0.000 argparse.py:685(ArgumentError)
1 0.000 0.000 0.000 0.000 manager.py:283(EmptyManager)
1 0.000 0.000 0.000 0.000 decimal.py:5673(_Log10Memoize)
1 0.000 0.000 0.000 0.000 six.py:101(MovedModule)
1 0.000 0.000 0.000 0.000 generator.py:296(DecodedGenerator)
1 0.000 0.000 0.000 0.000 introspection.py:19(__init__)
1 0.000 0.000 0.000 0.000 pickle.py:58(PickleError)
1 0.000 0.000 0.000 0.000 suite.py:78(TestSuite)
1 0.000 0.000 0.000 0.000 query_utils.py:30(QueryWrapper)
1 0.000 0.000 0.000 0.000 sql.py:608(Where)
1 0.000 0.000 0.000 0.000 query.py:607(ValuesListSearchQuerySet)
1 0.000 0.000 0.000 0.000 defaulttags.py:92(DebugNode)
1 0.000 0.000 0.000 0.000 models.py:55(Meta)
1 0.000 0.000 0.000 0.000 utils.py:20(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:390(IEndsWith)
1 0.000 0.000 0.000 0.000 minidom.py:1345(DOMImplementation)
1 0.000 0.000 0.000 0.000 blocks.py:236(Meta)
1 0.000 0.000 0.000 0.000 datetime_safe.py:36(time)
1 0.000 0.000 0.000 0.000 models.py:30(PermissionManager)
1 0.000 0.000 0.000 0.000 paginator.py:15(EmptyPage)
1 0.000 0.000 0.000 0.000 decorators.py:13(classonlymethod)
1 0.000 0.000 0.000 0.000 ffiplatform.py:4(VerificationError)
1 0.000 0.000 0.000 0.000 errors.py:145(InvalidClientIdError)
1 0.000 0.000 0.000 0.000 indexes.py:24(DeclarativeMetaclass)
1 0.000 0.000 0.000 0.000 models.py:236(Meta)
1 0.000 0.000 0.000 0.000 specifiers.py:25(InvalidSpecifier)
1 0.000 0.000 0.000 0.000 exceptions.py:26(PathOverflow)
1 0.000 0.000 0.000 0.000 cookielib.py:1747(LoadError)
1 0.000 0.000 0.000 0.000 edit.py:237(BaseCreateView)
1 0.000 0.000 0.000 0.000 errors.py:149(MissingClientIdError)
1 0.000 0.000 0.000 0.000 inspect.py:632(BlockFinder)
1 0.000 0.000 0.000 0.000 sql.py:577(If)
1 0.000 0.000 0.000 0.000 debug.py:40(CallableSettingWrapper)
1 0.000 0.000 0.000 0.000 lookups.py:228(IExact)
1 0.000 0.000 0.000 0.000 widgets.py:277(URLInput)
1 0.000 0.000 0.000 0.000 Queue.py:234(_init)
1 0.000 0.000 0.000 0.000 parsers.py:80(ModelParser)
1 0.000 0.000 0.000 0.000 _LWPCookieJar.py:49(LWPCookieJar)
1 0.000 0.000 0.000 0.000 auth.py:37(AuthBase)
1 0.000 0.000 0.000 0.000 safestring.py:36(SafeData)
1 0.000 0.000 0.000 0.000 models.py:185(Request)
1 0.000 0.000 0.000 0.000 cache.py:149(CacheMiddleware)
1 0.000 0.000 0.000 0.000 lookups.py:403(Between)
1 0.000 0.000 0.000 0.000 exceptions.py:134(LocationParseError)
2 0.000 0.000 0.000 0.000 base.py:90(style_func)
1 0.000 0.000 0.000 0.000 sql.py:572(Assignment)
1 0.000 0.000 0.000 0.000 models.py:90(Meta)
1 0.000 0.000 0.000 0.000 base.py:155(Origin)
1 0.000 0.000 0.000 0.000 models.py:138(old_name_lower)
1 0.000 0.000 0.000 0.000 models.py:22(DocumentQuerySet)
1 0.000 0.000 0.000 0.000 models.py:232(Meta)
1 0.000 0.000 0.000 0.000 base.py:376(BoundBlock)
1 0.000 0.000 0.000 0.000 lexer.py:27(combined)
1 0.000 0.000 0.000 0.000 testcases.py:1111(_StaticFilesHandler)
1 0.000 0.000 0.000 0.000 __init__.py:75(IndexSizeErr)
1 0.000 0.000 0.000 0.000 deprecation.py:5(RemovedInWillow03Warning)
1 0.000 0.000 0.000 0.000 errors.py:98(MissingCodeError)
1 0.000 0.000 0.000 0.000 errors.py:74(InvalidRequestError)
1 0.000 0.000 0.000 0.000 query.py:1047(InstanceCheckMeta)
1 0.000 0.000 0.000 0.000 detail.py:110(BaseDetailView)
1 0.000 0.000 0.000 0.000 extras.py:382(LoggingCursor)
1 0.000 0.000 0.000 0.000 utils.py:444(ignore_warnings)
1 0.000 0.000 0.000 0.000 models.py:147(Meta)
1 0.000 0.000 0.000 0.000 widgets.py:644(RadioChoiceInput)
2 0.000 0.000 0.000 0.000 warnings.py:15(warnpy3k)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha512}
1 0.000 0.000 0.000 0.000 widgets.py:469(CheckboxInput)
1 0.000 0.000 0.000 0.000 widgets.py:99(AdminRadioFieldRenderer)
1 0.000 0.000 0.000 0.000 tokenize.py:146(TokenError)
1 0.000 0.000 0.000 0.000 Cookie.py:689(value_decode)
1 0.000 0.000 0.000 0.000 httplib.py:1245(HTTPSConnection)
1 0.000 0.000 0.000 0.000 exceptions.py:13(DjangoRuntimeWarning)
1 0.000 0.000 0.000 0.000 lexer.py:23(include)
1 0.000 0.000 0.000 0.000 case.py:25(SkipTest)
1 0.000 0.000 0.000 0.000 __init__.py:104(PEP440Warning)
1 0.000 0.000 0.000 0.000 argparse.py:1484(_ArgumentGroup)
2 0.000 0.000 0.000 0.000 models.py:70(Meta)
1 0.000 0.000 0.000 0.000 widgets.py:260(TextInput)
1 0.000 0.000 0.000 0.000 __init__.py:87(InvalidCharacterErr)
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:59(PpmImageFile)
1 0.000 0.000 0.000 0.000 constants.py:28(Indexable)
1 0.000 0.000 0.000 0.000 urllib2.py:915(ProxyBasicAuthHandler)
1 0.000 0.000 0.000 0.000 hashers.py:341(BCryptPasswordHasher)
1 0.000 0.000 0.000 0.000 connection_pool.py:47(RandomSelector)
1 0.000 0.000 0.000 0.000 Queue.py:231(LifoQueue)
1 0.000 0.000 0.000 0.000 uploadedfile.py:88(InMemoryUploadedFile)
1 0.000 0.000 0.000 0.000 models.py:221(Meta)
1 0.000 0.000 0.000 0.000 fields.py:321(DateTimeField)
1 0.000 0.000 0.000 0.000 middleware.py:9(SessionMiddleware)
1 0.000 0.000 0.000 0.000 aggregates.py:145(Variance)
1 0.000 0.000 0.000 0.000 deprecation.py:21(warn_about_renamed_method)
1 0.000 0.000 0.000 0.000 edit.py:283(DeletionMixin)
1 0.000 0.000 0.000 0.000 urllib.py:959(addbase)
1 0.000 0.000 0.000 0.000 admin.py:37(SearchChangeList)
1 0.000 0.000 0.000 0.000 __init__.py:543(Filter)
1 0.000 0.000 0.000 0.000 models.py:286(Meta)
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 base.py:11(SerializerDoesNotExist)
1 0.000 0.000 0.000 0.000 log.py:147(CallbackFilter)
1 0.000 0.000 0.000 0.000 models.py:234(MPTTMeta)
1 0.000 0.000 0.000 0.000 parsers.py:43(JSONParser)
1 0.000 0.000 0.000 0.000 exceptions.py:155(SubjectAltNameWarning)
1 0.000 0.000 0.000 0.000 debug.py:112(ExceptionReporterFilter)
1 0.000 0.000 0.000 0.000 contextlib.py:132(closing)
1 0.000 0.000 0.000 0.000 loader_tags.py:15(ExtendsError)
1 0.000 0.000 0.000 0.000 response.py:11(ContentNotRenderedError)
1 0.000 0.000 0.000 0.000 forms.py:41(Meta)
1 0.000 0.000 0.000 0.000 admin.py:5(SiteAdmin)
1 0.000 0.000 0.000 0.000 exceptions.py:12(NodeAlreadySaved)
1 0.000 0.000 0.000 0.000 cache.py:129(CacheHandlerPatch)
1 0.000 0.000 0.000 0.000 errors.py:102(MissingTokenError)
1 0.000 0.000 0.000 0.000 SocketServer.py:614(ForkingTCPServer)
1 0.000 0.000 0.000 0.000 exceptions.py:150(SecurityWarning)
1 0.000 0.000 0.000 0.000 exceptions.py:90(ContentDecodingError)
1 0.000 0.000 0.000 0.000 exceptions.py:70(ConnectionTimeout)
1 0.000 0.000 0.000 0.000 __init__.py:114(NamespaceErr)
1 0.000 0.000 0.000 0.000 dates.py:632(TodayArchiveView)
1 0.000 0.000 0.000 0.000 urlresolvers.py:73(NoReverseMatch)
1 0.000 0.000 0.000 0.000 forms.py:18(TagField)
1 0.000 0.000 0.000 0.000 widgets.py:49(AdminDateTimeInput)
1 0.000 0.000 0.000 0.000 decimal.py:310(Subnormal)
1 0.000 0.000 0.000 0.000 __init__.py:93(NoModificationAllowedErr)
1 0.000 0.000 0.000 0.000 exceptions.py:111(ConnectTimeoutError)
1 0.000 0.000 0.000 0.000 lookups.py:451(Day)
1 0.000 0.000 0.000 0.000 httplib.py:1317(NotConnected)
1 0.000 0.000 0.000 0.000 exceptions.py:25(RequestError)
1 0.000 0.000 0.000 0.000 list.py:178(MultipleObjectTemplateResponseMixin)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailRoutablePageAppConfig)
1 0.000 0.000 0.000 0.000 exceptions.py:163(InsecureRequestWarning)
1 0.000 0.000 0.000 0.000 apps.py:17(AdminConfig)
1 0.000 0.000 0.000 0.000 element.py:745(ProcessingInstruction)
1 0.000 0.000 0.000 0.000 safestring.py:11(EscapeData)
1 0.000 0.000 0.000 0.000 common.py:209(Meta)
1 0.000 0.000 0.000 0.000 six.py:555(Iterator)
1 0.000 0.000 0.000 0.000 random.py:827(_stub)
1 0.000 0.000 0.000 0.000 decimal.py:261(DivisionUndefined)
1 0.000 0.000 0.000 0.000 imghdr.py:49(test_png)
2 0.000 0.000 0.000 0.000 base.py:99(<lambda>)
1 0.000 0.000 0.000 0.000 edit.py:19(FormMixinBase)
1 0.000 0.000 0.000 0.000 six.py:367(Module_six_moves_urllib_request)
1 0.000 0.000 0.000 0.000 lookups.py:430(DateLookup)
1 0.000 0.000 0.000 0.000 six.py:532(Iterator)
1 0.000 0.000 0.000 0.000 extras.py:104(DictConnection)
1 0.000 0.000 0.000 0.000 mp_tree.py:109(MP_AddHandler)
1 0.000 0.000 0.000 0.000 models.py:203(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:124(ClosedPoolError)
1 0.000 0.000 0.000 0.000 hex_codec.py:52(IncrementalEncoder)
1 0.000 0.000 0.000 0.000 __init__.py:153(override)
1 0.000 0.000 0.000 0.000 auth.py:143(OAuth2Bearer)
1 0.000 0.000 0.000 0.000 response.py:45(GzipDecoder)
1 0.000 0.000 0.000 0.000 six.py:124(_LazyModule)
1 0.000 0.000 0.000 0.000 safestring.py:15(EscapeBytes)
1 0.000 0.000 0.000 0.000 mp_tree.py:321(MP_AddChildHandler)
1 0.000 0.000 0.000 0.000 models.py:386(IDModel)
1 0.000 0.000 0.000 0.000 utils.py:27(InterfaceError)
1 0.000 0.000 0.000 0.000 storage.py:384(ManifestStaticFilesStorage)
1 0.000 0.000 0.000 0.000 exceptions.py:36(FacetingError)
1 0.000 0.000 0.000 0.000 forms.py:14(EmptyDivWidget)
1 0.000 0.000 0.000 0.000 element.py:756(Declaration)
1 0.000 0.000 0.000 0.000 fields.py:12(TreeForeignKey)
1 0.000 0.000 0.000 0.000 __init__.py:117(InvalidAccessErr)
1 0.000 0.000 0.000 0.000 storage.py:392(ConfiguredStorage)
1 0.000 0.000 0.000 0.000 exceptions.py:86(ChunkedEncodingError)
1 0.000 0.000 0.000 0.000 exceptions.py:115(NewConnectionError)
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
1 0.000 0.000 0.000 0.000 cgi.py:837(InterpFormContentDict)
1 0.000 0.000 0.000 0.000 struct_block.py:164(StructBlock)
1 0.000 0.000 0.000 0.000 exceptions.py:77(NotFoundError)
1 0.000 0.000 0.000 0.000 messages.py:71(Warning)
1 0.000 0.000 0.000 0.000 search_indexes.py:26(get_model)
1 0.000 0.000 0.000 0.000 common.py:167(Meta)
1 0.000 0.000 0.000 0.000 admin.py:162(SearchModelAdmin)
1 0.000 0.000 0.000 0.000 exceptions.py:46(DisallowedHost)
1 0.000 0.000 0.000 0.000 lazy.py:117(LazySet)
1 0.000 0.000 0.000 0.000 forms.py:506(Form)
1 0.000 0.000 0.000 0.000 userbar.py:82(RejectModerationEditPageItem)
1 0.000 0.000 0.000 0.000 models.py:138(Meta)
1 0.000 0.000 0.000 0.000 constants.py:3099(DataLossWarning)
1 0.000 0.000 0.000 0.000 __init__.py:120(ValidationErr)
1 0.000 0.000 0.000 0.000 exceptions.py:71(ImproperlyConfigured)
1 0.000 0.000 0.000 0.000 detail.py:172(DetailView)
1 0.000 0.000 0.000 0.000 query_utils.py:23(InvalidQuery)
1 0.000 0.000 0.000 0.000 forms.py:81(Meta)
1 0.000 0.000 0.000 0.000 models.py:250(SavedSearch)
1 0.000 0.000 0.000 0.000 admin.py:20(GSNWeekInReviewMembershipInline)
1 0.000 0.000 0.000 0.000 exceptions.py:19(MissingNodeOrderBy)
1 0.000 0.000 0.000 0.000 httplib.py:1367(LineTooLong)
1 0.000 0.000 0.000 0.000 __init__.py:197(c_float)
1 0.000 0.000 0.000 0.000 exceptions.py:175(ResponseNotChunked)
1 0.000 0.000 0.000 0.000 exceptions.py:56(PermissionDenied)
1 0.000 0.000 0.000 0.000 fields.py:35(TreeManyToManyField)
1 0.000 0.000 0.000 0.000 decorators.py:137(ContextDecorator)
1 0.000 0.000 0.000 0.000 sites.py:22(AlreadyRegistered)
1 0.000 0.000 0.000 0.000 exceptions.py:16(SearchFieldError)
1 0.000 0.000 0.000 0.000 lookups.py:377(EndsWith)
1 0.000 0.000 0.000 0.000 zipfile.py:20(BadZipfile)
1 0.000 0.000 0.000 0.000 __init__.py:17(ScanError)
1 0.000 0.000 0.000 0.000 pickle.py:69(UnpicklingError)
1 0.000 0.000 0.000 0.000 lookups.py:256(LessThanOrEqual)
1 0.000 0.000 0.000 0.000 httplib.py:1323(UnknownProtocol)
1 0.000 0.000 0.000 0.000 errors.py:65(InsecureTransportError)
2 0.000 0.000 0.000 0.000 views.py:28(__name__)
1 0.000 0.000 0.000 0.000 loader.py:353(BadMigrationError)
1 0.000 0.000 0.000 0.000 httplib.py:1348(ImproperConnectionState)
1 0.000 0.000 0.000 0.000 ElementTree.py:138(ParseError)
1 0.000 0.000 0.000 0.000 models.py:464(ModelForm)
1 0.000 0.000 0.000 0.000 exceptions.py:51(DisallowedRedirect)
1 0.000 0.000 0.000 0.000 embeds.py:21(EmbedNotFoundException)
1 0.000 0.000 0.000 0.000 models.py:294(Meta)
1 0.000 0.000 0.000 0.000 six.py:430(Module_six_moves_urllib_response)
1 0.000 0.000 0.000 0.000 cgi.py:783(FormContentDict)
1 0.000 0.000 0.000 0.000 models.py:352(Relation)
1 0.000 0.000 0.000 0.000 models.py:203(DirectMessage)
1 0.000 0.000 0.000 0.000 aggregates.py:110(Max)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:10(Media)
1 0.000 0.000 0.000 0.000 __init__.py:818(StreamHandler)
1 0.000 0.000 0.000 0.000 httplib.py:1357(ResponseNotReady)
1 0.000 0.000 0.000 0.000 models.py:292(Meta)
3 0.000 0.000 0.000 0.000 app_settings.py:19(<lambda>)
1 0.000 0.000 0.000 0.000 six.py:84(_LazyDescr)
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 case.py:78(skipUnless)
1 0.000 0.000 0.000 0.000 _exceptions.py:125(SAXReaderNotAvailable)
1 0.000 0.000 0.000 0.000 exceptions.py:31(MoreLikeThisError)
1 0.000 0.000 0.000 0.000 exceptions.py:46(DecodeError)
1 0.000 0.000 0.000 0.000 exceptions.py:36(SuspiciousMultipartForm)
1 0.000 0.000 0.000 0.000 base.py:31(AppConfMetaClass)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:24(ImagesMenuItem)
1 0.000 0.000 0.000 0.000 exceptions.py:95(TimeoutError)
1 0.000 0.000 0.000 0.000 client.py:1(BaseDatabaseClient)
1 0.000 0.000 0.000 0.000 Image.py:2007(ImageTransformHandler)
1 0.000 0.000 0.000 0.000 managers.py:21(FacilityOverviewManager)
1 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 common.py:174(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:255(c_void_p)
1 0.000 0.000 0.000 0.000 <string>:65(iterparse)
1 0.000 0.000 0.000 0.000 uploadhandler.py:50(SkipFile)
1 0.000 0.000 0.000 0.000 edit_handlers.py:378(BaseFieldRowPanel)
1 0.000 0.000 0.000 0.000 fields.py:416(FacetIntegerField)
1 0.000 0.000 0.000 0.000 csv.py:67(excel_tab)
1 0.000 0.000 0.000 0.000 datastructures.py:518(DictWrapper)
1 0.000 0.000 0.000 0.000 six.py:139(MovedAttribute)
1 0.000 0.000 0.000 0.000 response.py:463(HttpResponseRedirect)
1 0.000 0.000 0.000 0.000 storage.py:331(DefaultStorage)
1 0.000 0.000 0.000 0.000 lookups.py:246(GreaterThanOrEqual)
1 0.000 0.000 0.000 0.000 conf.py:103(configure_cache_backend)
1 0.000 0.000 0.000 0.000 widgets.py:383(AdminBigIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 message.py:34(BadHeaderError)
1 0.000 0.000 0.000 0.000 signing.py:58(SignatureExpired)
1 0.000 0.000 0.000 0.000 exceptions.py:46(StatsError)
1 0.000 0.000 0.000 0.000 manager.py:247(ManagerDescriptor)
1 0.000 0.000 0.000 0.000 resource.py:19(ResourceEndpoint)
1 0.000 0.000 0.000 0.000 copy_reg.py:27(constructor)
1 0.000 0.000 0.000 0.000 django_patches.py:11(InvalidMigrationPlan)
1 0.000 0.000 0.000 0.000 forms.py:50(TreeNodeChoiceField)
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 Queue.py:17(Full)
1 0.000 0.000 0.000 0.000 __init__.py:168(c_short)
1 0.000 0.000 0.000 0.000 edit_handlers.py:15(ImageChooserPanel)
1 0.000 0.000 0.000 0.000 httplib.py:1331(UnimplementedFileMode)
1 0.000 0.000 0.000 0.000 httplib.py:1354(CannotSendHeader)
1 0.000 0.000 0.000 0.000 dates.py:578(BaseDayArchiveView)
1 0.000 0.000 0.000 0.000 __init__.py:57(NOT_PROVIDED)
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 lookups.py:344(IContains)
1 0.000 0.000 0.000 0.000 widgets.py:460(TimeInput)
1 0.000 0.000 0.000 0.000 lookups.py:198(BuiltinLookup)
3 0.000 0.000 0.000 0.000 {abs}
1 0.000 0.000 0.000 0.000 __init__.py:189(c_int)
1 0.000 0.000 0.000 0.000 urllib.py:988(addclosehook)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha384}
1 0.000 0.000 0.000 0.000 argparse.py:651(ArgumentDefaultsHelpFormatter)
1 0.000 0.000 0.000 0.000 ssl.py:183(CertificateError)
1 0.000 0.000 0.000 0.000 search_indexes.py:49(get_model)
1 0.000 0.000 0.000 0.000 exceptions.py:8(HTTPWarning)
1 0.000 0.000 0.000 0.000 field_block.py:113(BooleanBlock)
1 0.000 0.000 0.000 0.000 api.py:18(FFIError)
1 0.000 0.000 0.000 0.000 fields.py:436(FacetDateTimeField)
1 0.000 0.000 0.000 0.000 __init__.py:416(SQ)
1 0.000 0.000 0.000 0.000 exceptions.py:165(SystemTimeWarning)
1 0.000 0.000 0.000 0.000 lookups.py:519(IRegex)
1 0.000 0.000 0.000 0.000 forms.py:158(MPTTAdminForm)
1 0.000 0.000 0.000 0.000 image_operations.py:33(DoNothingOperation)
1 0.000 0.000 0.000 0.000 errors.py:125(InvalidRequestFatalError)
1 0.000 0.000 0.000 0.000 exceptions.py:9(SQLParseError)
1 0.000 0.000 0.000 0.000 shutil.py:38(ExecError)
1 0.000 0.000 0.000 0.000 where.py:412(SubqueryConstraint)
1 0.000 0.000 0.000 0.000 cookies.py:155(CookieConflictError)
1 0.000 0.000 0.000 0.000 csrf.py:31(_EnsureCsrfCookie)
1 0.000 0.000 0.000 0.000 utils.py:136(ConnectionDoesNotExist)
1 0.000 0.000 0.000 0.000 constants.py:3103(ReparseException)
1 0.000 0.000 0.000 0.000 argparse.py:805(_StoreAction)
1 0.000 0.000 0.000 0.000 datastructures.py:281(MultiValueDictKeyError)
1 0.000 0.000 0.000 0.000 messages.py:76(Error)
1 0.000 0.000 0.000 0.000 decimal.py:359(Underflow)
1 0.000 0.000 0.000 0.000 exceptions.py:180(ProxySchemeUnknown)
1 0.000 0.000 0.000 0.000 api.py:13(MessageFailure)
1 0.000 0.000 0.000 0.000 errors.py:56(MultipartInvariantViolationDefect)
1 0.000 0.000 0.000 0.000 forms.py:119(HighlightedModelSearchForm)
1 0.000 0.000 0.000 0.000 deprecation.py:14(RemovedInDjango19Warning)
1 0.000 0.000 0.000 0.000 exceptions.py:70(TooManyRedirects)
1 0.000 0.000 0.000 0.000 html.py:141(RootElement)
1 0.000 0.000 0.000 0.000 models.py:111(Meta)
1 0.000 0.000 0.000 0.000 __init__.py:1745(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:96(NotFoundErr)
1 0.000 0.000 0.000 0.000 lookups.py:311(PatternLookup)
1 0.000 0.000 0.000 0.000 zipfile.py:1373(PyZipFile)
1 0.000 0.000 0.000 0.000 imghdr.py:42(test_exif)
1 0.000 0.000 0.000 0.000 message.py:14(MIMEMessage)
1 0.000 0.000 0.000 0.000 lookups.py:241(GreaterThan)
1 0.000 0.000 0.000 0.000 exceptions.py:51(SkipDocument)
1 0.000 0.000 0.000 0.000 inspect.py:630(EndOfBlock)
1 0.000 0.000 0.000 0.000 models.py:321(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:104(ReadTimeoutError)
1 0.000 0.000 0.000 0.000 __init__.py:172(c_ushort)
1 0.000 0.000 0.000 0.000 decimal.py:250(DivisionImpossible)
1 0.000 0.000 0.000 0.000 lookups.py:351(StartsWith)
1 0.000 0.000 0.000 0.000 exceptions.py:168(SystemTimeWarning)
1 0.000 0.000 0.000 0.000 mp_tree.py:281(MP_AddRootHandler)
1 0.000 0.000 0.000 0.000 api.py:21(CDefError)
1 0.000 0.000 0.000 0.000 context.py:13(ContextPopException)
1 0.000 0.000 0.000 0.000 exceptions.py:55(ConnectTimeout)
1 0.000 0.000 0.000 0.000 SocketServer.py:627(ThreadingUnixStreamServer)
1 0.000 0.000 0.000 0.000 datastructures.py:8(EmptyResultSet)
1 0.000 0.000 0.000 0.000 pickle.py:62(PicklingError)
1 0.000 0.000 0.000 0.000 six.py:225(_MovedItems)
1 0.000 0.000 0.000 0.000 __init__.py:457(StopParsing)
1 0.000 0.000 0.000 0.000 exceptions.py:74(MissingSchema)
1 0.000 0.000 0.000 0.000 exceptions.py:47(DecodeError)
1 0.000 0.000 0.000 0.000 SocketServer.py:629(ThreadingUnixDatagramServer)
2 0.000 0.000 0.000 0.000 views.py:203(__name__)
1 0.000 0.000 0.000 0.000 __init__.py:193(c_uint)
1 0.000 0.000 0.000 0.000 decimal.py:284(InvalidContext)
1 0.000 0.000 0.000 0.000 {_hashlib.openssl_sha256}
1 0.000 0.000 0.000 0.000 six.py:122(_LazyModule)
1 0.000 0.000 0.000 0.000 blocks.py:269(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:170(InsecurePlatformWarning)
1 0.000 0.000 0.000 0.000 base.py:151(InvalidTemplateLibrary)
1 0.000 0.000 0.000 0.000 httplib.py:1328(UnknownTransferEncoding)
1 0.000 0.000 0.000 0.000 tracking.py:54(ExceptionCursorWrapper)
1 0.000 0.000 0.000 0.000 validators.py:158(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:2015(PathMetadata)
1 0.000 0.000 0.000 0.000 stream_block.py:26(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:158(SubjectAltNameWarning)
1 0.000 0.000 0.000 0.000 utils.py:39(OperationalError)
1 0.000 0.000 0.000 0.000 exceptions.py:78(InvalidSchema)
1 0.000 0.000 0.000 0.000 connection.py:31(ConnectionError)
1 0.000 0.000 0.000 0.000 helpers.py:333(InlineFieldset)
1 0.000 0.000 0.000 0.000 models.py:142(new_name_lower)
1 0.000 0.000 0.000 0.000 response.py:497(HttpResponseNotAllowed)
1 0.000 0.000 0.000 0.000 staticfiles.py:12(StaticFilesNode)
1 0.000 0.000 0.000 0.000 json.py:88(DjangoJSONEncoder)
1 0.000 0.000 0.000 0.000 exceptions.py:76(FieldError)
1 0.000 0.000 0.000 0.000 pre_configured.py:24(Server)
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 urllib2.py:556(HTTPDefaultErrorHandler)
1 0.000 0.000 0.000 0.000 models.py:114(Meta)
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 admin.py:138(GenericTabularInline)
1 0.000 0.000 0.000 0.000 lookups.py:475(Second)
1 0.000 0.000 0.000 0.000 base.py:21(DeserializationError)
2 0.000 0.000 0.000 0.000 admin.py:37(create_on_success)
1 0.000 0.000 0.000 0.000 six.py:137(MovedAttribute)
1 0.000 0.000 0.000 0.000 threading.py:1097(_set_daemon)
1 0.000 0.000 0.000 0.000 exceptions.py:42(SSLError)
1 0.000 0.000 0.000 0.000 common.py:181(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:32(SuspiciousOperation)
1 0.000 0.000 0.000 0.000 six.py:60(__len__)
1 0.000 0.000 0.000 0.000 dates.py:526(MonthArchiveView)
1 0.000 0.000 0.000 0.000 lookups.py:413(Range)
1 0.000 0.000 0.000 0.000 managers.py:30(ListPageManager)
1 0.000 0.000 0.000 0.000 oauth1_session.py:36(TokenRequestDenied)
1 0.000 0.000 0.000 0.000 image.py:14(LoaderError)
2 0.000 0.000 0.000 0.000 models.py:51(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:21(MissingDependency)
1 0.000 0.000 0.000 0.000 widgets.py:18(AdminAutoHeightTextInput)
1 0.000 0.000 0.000 0.000 smartif.py:146(EndToken)
1 0.000 0.000 0.000 0.000 six.py:229(_MovedItems)
1 0.000 0.000 0.000 0.000 common.py:223(Meta)
1 0.000 0.000 0.000 0.000 base.py:526(<genexpr>)
1 0.000 0.000 0.000 0.000 errors.py:173(UnsupportedResponseTypeError)
1 0.000 0.000 0.000 0.000 models.py:389(Meta)
1 0.000 0.000 0.000 0.000 testcases.py:1049(QuietWSGIRequestHandler)
1 0.000 0.000 0.000 0.000 exceptions.py:34(ConnectionError)
1 0.000 0.000 0.000 0.000 exceptions.py:16(CantDisableUpdates)
1 0.000 0.000 0.000 0.000 exceptions.py:144(ResponseError)
1 0.000 0.000 0.000 0.000 manager.py:271(SwappedManagerDescriptor)
1 0.000 0.000 0.000 0.000 stream_block.py:235(StreamBlock)
1 0.000 0.000 0.000 0.000 __init__.py:226(c_ubyte)
1 0.000 0.000 0.000 0.000 inputs.py:85(Not)
1 0.000 0.000 0.000 0.000 lookups.py:223(Exact)
1 0.000 0.000 0.000 0.000 dates.py:485(YearArchiveView)
1 0.000 0.000 0.000 0.000 SocketServer.py:617(ThreadingTCPServer)
1 0.000 0.000 0.000 0.000 httplib.py:1320(InvalidURL)
1 0.000 0.000 0.000 0.000 pickle.py:1261(_EmptyClass)
1 0.000 0.000 0.000 0.000 options.py:1999(TabularInline)
1 0.000 0.000 0.000 0.000 messages.py:81(Critical)
1 0.000 0.000 0.000 0.000 edit.py:329(DeleteView)
1 0.000 0.000 0.000 0.000 __init__.py:111(InvalidModificationErr)
1 0.000 0.000 0.000 0.000 models.py:63(Source)
1 0.000 0.000 0.000 0.000 writer.py:28(SettingsReference)
1 0.000 0.000 0.000 0.000 __init__.py:53(Empty)
1 0.000 0.000 0.000 0.000 dates.py:613(DayArchiveView)
1 0.000 0.000 0.000 0.000 exceptions.py:36(SSLError)
1 0.000 0.000 0.000 0.000 exceptions.py:10(HTTPWarning)
1 0.000 0.000 0.000 0.000 managers.py:5(HomePageManager)
1 0.000 0.000 0.000 0.000 utils.py:43(IntegrityError)
1 0.000 0.000 0.000 0.000 pre_configured.py:110(MobileApplicationServer)
1 0.000 0.000 0.000 0.000 storage.py:376(CachedStaticFilesStorage)
1 0.000 0.000 0.000 0.000 errors.py:47(FirstHeaderLineIsContinuationDefect)
1 0.000 0.000 0.000 0.000 lookups.py:469(Minute)
1 0.000 0.000 0.000 0.000 utils.py:23(Error)
1 0.000 0.000 0.000 0.000 newsroom.py:87(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:6(HaystackError)
1 0.000 0.000 0.000 0.000 datetime_safe.py:17(date)
1 0.000 0.000 0.000 0.000 exceptions.py:90(TimeoutStateError)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailDocsAppConfig)
1 0.000 0.000 0.000 0.000 exceptions.py:17(AppRegistryNotReady)
1 0.000 0.000 0.000 0.000 PpmImagePlugin.py:52(_accept)
1 0.000 0.000 0.000 0.000 errors.py:25(MultipartConversionError)
1 0.000 0.000 0.000 0.000 models.py:298(Image)
1 0.000 0.000 0.000 0.000 __init__.py:330(ResolutionError)
1 0.000 0.000 0.000 0.000 utils.py:15(MethodDispatcher)
1 0.000 0.000 0.000 0.000 edit.py:260(BaseUpdateView)
1 0.000 0.000 0.000 0.000 widgets.py:718(RadioFieldRenderer)
1 0.000 0.000 0.000 0.000 SocketServer.py:613(ForkingUDPServer)
1 0.000 0.000 0.000 0.000 extensions.py:105(b)
1 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 graph.py:238(CircularDependencyError)
1 0.000 0.000 0.000 0.000 wagtail_hooks.py:77(ImagesSummaryItem)
1 0.000 0.000 0.000 0.000 widgets.py:768(CheckboxSelectMultiple)
1 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 base.py:122(configured_data)
1 0.000 0.000 0.000 0.000 fields.py:440(FacetMultiValueField)
1 0.000 0.000 0.000 0.000 utils.py:419(NotRelationField)
1 0.000 0.000 0.000 0.000 __init__.py:81(HierarchyRequestErr)
1 0.000 0.000 0.000 0.000 extras.py:254(NamedTupleConnection)
1 0.000 0.000 0.000 0.000 filters.py:231(BooleanFieldListFilter)
1 0.000 0.000 0.000 0.000 models.py:205(Meta)
1 0.000 0.000 0.000 0.000 httplib.py:1351(CannotSendRequest)
1 0.000 0.000 0.000 0.000 apps.py:4(WagtailCoreAppConfig)
3 0.000 0.000 0.000 0.000 fields.py:349(set_attributes_from_rel)
1 0.000 0.000 0.000 0.000 exceptions.py:38(ProxyError)
1 0.000 0.000 0.000 0.000 six.py:451(Module_six_moves_urllib_robotparser)
1 0.000 0.000 0.000 0.000 request.py:29(UnreadablePostError)
1 0.000 0.000 0.000 0.000 SocketServer.py:720(DatagramRequestHandler)
1 0.000 0.000 0.000 0.000 sites.py:26(NotRegistered)
1 0.000 0.000 0.000 0.000 smartif.py:77(Operator)
1 0.000 0.000 0.000 0.000 where.py:352(ExtraWhere)
1 0.000 0.000 0.000 0.000 exceptions.py:66(URLRequired)
1 0.000 0.000 0.000 0.000 exceptions.py:119(EmptyPoolError)
1 0.000 0.000 0.000 0.000 base.py:23(CreateError)
1 0.000 0.000 0.000 0.000 exceptions.py:62(ReadTimeout)
1 0.000 0.000 0.000 0.000 lookups.py:364(IStartsWith)
1 0.000 0.000 0.000 0.000 edit_handlers.py:344(BaseTabbedInterface)
1 0.000 0.000 0.000 0.000 __init__.py:99(NotSupportedErr)
1 0.000 0.000 0.000 0.000 middleware.py:25(SessionAuthenticationMiddleware)
1 0.000 0.000 0.000 0.000 argparse.py:705(ArgumentTypeError)
1 0.000 0.000 0.000 0.000 SocketServer.py:616(ThreadingUDPServer)
1 0.000 0.000 0.000 0.000 models.py:652(Meta)
1 0.000 0.000 0.000 0.000 csrf.py:15(_EnsureCsrfToken)
1 0.000 0.000 0.000 0.000 widgets.py:269(NumberInput)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment