Skip to content

Instantly share code, notes, and snippets.

@jarshwah
Created August 26, 2014 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarshwah/e275994d45f166a013fa to your computer and use it in GitHub Desktop.
Save jarshwah/e275994d45f166a013fa to your computer and use it in GitHub Desktop.
Profiling django tests with Oracle RAC
(django)[vagrant@peppermint django]$ ./runoracletests.py expressions
Testing against Django installed in '/django/django'
Creating test database for alias 'default'...
Creating test user...
Creating test database for alias 'other'...
Creating test user...
..s.................s..................
----------------------------------------------------------------------
Ran 39 tests in 386.525s
OK (skipped=2)
Destroying test database for alias 'default'...
Destroying test user...
Destroying test database tables...
Destroying test database for alias 'other'...
Destroying test user...
Destroying test database tables...
706181 function calls (692684 primitive calls) in 638.665 seconds
Ordered by: cumulative time
ncalls tottime percall cumtime percall filename:lineno(function)
438/1 0.012 0.000 638.673 638.673 {built-in method exec}
1 0.000 0.000 638.673 638.673 runtests.py:2(<module>)
1 0.000 0.000 637.108 637.108 runtests.py:201(django_tests)
1 0.000 0.000 636.542 636.542 runner.py:137(run_tests)
835/731 0.004 0.000 525.099 0.718 __init__.py:126(ensure_connection)
52 0.005 0.000 525.095 10.098 __init__.py:108(connect)
52 524.873 10.094 524.874 10.094 base.py:605(get_new_connection)
237 0.004 0.000 424.123 1.790 transaction.py:145(__enter__)
155/113 0.001 0.000 424.108 3.753 __init__.py:284(get_autocommit)
1 0.000 0.000 386.526 386.526 runner.py:115(run_suite)
1 0.000 0.000 386.526 386.526 runner.py:144(run)
1 0.000 0.000 386.524 386.524 suite.py:66(__call__)
1 0.002 0.002 386.524 386.524 suite.py:85(run)
39 0.002 0.000 386.518 9.911 testcases.py:163(__call__)
39 0.001 0.000 383.730 9.839 testcases.py:762(_pre_setup)
39 0.002 0.000 383.723 9.839 testcases.py:912(_fixture_setup)
1 0.000 0.000 139.339 139.339 runner.py:112(setup_databases)
1 0.000 0.000 139.338 139.338 runner.py:257(setup_databases)
2 0.000 0.000 139.338 69.669 creation.py:340(create_test_db)
14/4 0.002 0.000 112.418 28.105 __init__.py:79(call_command)
14/4 0.001 0.000 112.299 28.075 base.py:369(execute)
2 0.001 0.001 112.172 56.086 migrate.py:42(handle)
1 0.000 0.000 110.606 110.606 runner.py:121(teardown_databases)
2 0.000 0.000 110.605 55.303 creation.py:502(destroy_test_db)
2 0.000 0.000 110.605 55.302 creation.py:120(_destroy_test_db)
665 0.021 0.000 105.489 0.159 base.py:891(execute)
559 0.020 0.000 105.315 0.188 utils.py:57(execute)
665 105.282 0.158 105.282 0.158 {method 'execute' of 'cx_Oracle.Cursor' objects}
442 0.009 0.000 101.041 0.229 __init__.py:158(cursor)
442 0.009 0.000 101.012 0.229 __init__.py:136(_cursor)
8 0.000 0.000 94.798 11.850 creation.py:187(_execute_statements)
2 0.000 0.000 75.081 37.541 creation.py:169(_execute_test_db_destruction)
2 0.004 0.002 43.721 21.861 migrate.py:184(sync_apps)
8 0.000 0.000 40.649 5.081 loaddata.py:48(handle)
2 0.000 0.000 26.622 13.311 creation.py:59(_create_test_db)
2 0.000 0.000 23.963 11.982 executor.py:55(migrate)
6 0.001 0.000 23.963 3.994 executor.py:83(apply_migration)
10 0.000 0.000 22.154 2.215 recorder.py:43(ensure_schema)
4 0.000 0.000 21.639 5.410 loader.py:42(__init__)
4 0.001 0.000 21.639 5.410 loader.py:166(build_graph)
4 0.000 0.000 21.559 5.390 recorder.py:55(applied_migrations)
2 0.000 0.000 21.411 10.705 executor.py:15(__init__)
6 0.001 0.000 21.343 3.557 executor.py:128(detect_soft_applied)
4 0.000 0.000 20.812 5.203 __init__.py:1279(table_names)
2 0.001 0.000 20.689 10.345 flush.py:29(handle)
2 0.000 0.000 20.505 10.252 sql.py:121(sql_flush)
2 0.000 0.000 20.503 10.251 __init__.py:1298(django_table_names)
2 0.000 0.000 13.316 6.658 creation.py:178(_destroy_test_user)
2 0.000 0.000 5.207 2.604 creation.py:140(_execute_test_db_creation)
455/361 0.012 0.000 3.259 0.009 manager.py:79(manager_method)
20 0.001 0.000 2.595 0.130 introspection.py:50(get_table_list)
138 0.005 0.000 2.574 0.019 query.py:922(_insert)
138 0.006 0.000 2.552 0.018 compiler.py:915(execute_sql)
39 0.000 0.000 2.424 0.062 case.py:528(__call__)
39 0.003 0.000 2.423 0.062 case.py:450(run)
117 0.001 0.000 2.406 0.021 case.py:420(_executeTestPart)
465/75 0.009 0.000 2.342 0.031 <frozen importlib._bootstrap>:1557(_find_and_load)
465/75 0.013 0.000 2.337 0.031 <frozen importlib._bootstrap>:1507(_find_and_load_unlocked)
1561/1337 0.016 0.000 2.337 0.002 dispatcher.py:175(send)
2 0.000 0.000 2.285 1.142 sql.py:258(emit_post_migrate_signal)
2097/68 0.012 0.000 2.215 0.033 <frozen importlib._bootstrap>:579(_check_name_wrapper)
416/68 0.003 0.000 2.214 0.033 <frozen importlib._bootstrap>:1017(load_module)
416/68 0.003 0.000 2.214 0.033 <frozen importlib._bootstrap>:995(load_module)
416/68 0.009 0.000 2.213 0.033 <frozen importlib._bootstrap>:534(module_for_loader_wrapper)
416/68 0.011 0.000 2.209 0.032 <frozen importlib._bootstrap>:848(_load_module)
521/67 0.003 0.000 2.117 0.032 <frozen importlib._bootstrap>:305(_call_with_frames_removed)
30 0.002 0.000 2.091 0.070 schema.py:88(execute)
2 2.002 1.001 2.002 1.001 {built-in method sleep}
44 0.001 0.000 1.911 0.043 __init__.py:1(<module>)
24 0.001 0.000 1.758 0.073 query.py:387(bulk_create)
24 0.001 0.000 1.698 0.071 query.py:936(_batched_insert)
12 0.002 0.000 1.639 0.137 management.py:9(update_contenttypes)
7 0.001 0.000 1.618 0.231 __init__.py:3(<module>)
206 0.004 0.000 1.442 0.007 query.py:975(_fetch_all)
558 0.014 0.000 1.410 0.003 compiler.py:693(results_iter)
6 0.000 0.000 1.368 0.228 migration.py:79(apply)
6 0.001 0.000 1.367 0.228 models.py:32(database_forwards)
108/54 0.002 0.000 1.355 0.025 {built-in method __import__}
517 0.014 0.000 1.317 0.003 query.py:226(iterator)
2338/1457 0.015 0.000 1.265 0.001 <frozen importlib._bootstrap>:1594(_handle_fromlist)
229 0.007 0.000 1.209 0.005 compiler.py:759(execute_sql)
2 0.000 0.000 1.193 0.597 creation.py:155(_create_test_user)
2 0.000 0.000 1.148 0.574 client.py:1(<module>)
146 0.002 0.000 1.098 0.008 query.py:146(__iter__)
8 0.002 0.000 1.082 0.135 schema.py:198(create_model)
8 0.001 0.000 1.030 0.129 schema.py:79(__exit__)
119 0.001 0.000 0.988 0.008 base.py:566(save)
119 0.006 0.000 0.986 0.008 base.py:625(save_base)
1 0.000 0.000 0.960 0.960 urlresolvers.py:8(<module>)
119 0.004 0.000 0.942 0.008 base.py:687(_save_table)
100 0.003 0.000 0.893 0.009 query.py:377(create)
114 0.001 0.000 0.891 0.008 base.py:758(_do_insert)
12 0.003 0.000 0.863 0.072 state.py:42(render)
1065/1064 0.010 0.000 0.828 0.001 __init__.py:74(import_module)
1070/1064 0.018 0.000 0.814 0.001 <frozen importlib._bootstrap>:1570(_gcd_import)
6 0.000 0.000 0.769 0.128 recorder.py:62(record_applied)
482 0.017 0.000 0.721 0.001 <frozen importlib._bootstrap>:1471(_find_module)
479 0.003 0.000 0.676 0.001 <frozen importlib._bootstrap>:1303(find_module)
479 0.017 0.000 0.673 0.001 <frozen importlib._bootstrap>:1276(_get_loader)
2 0.000 0.000 0.648 0.324 response.py:1(<module>)
2 0.000 0.000 0.636 0.318 base.py:3(<module>)
2 0.000 0.000 0.635 0.318 __init__.py:17(<module>)
4 0.001 0.000 0.630 0.158 __init__.py:2(<module>)
718 0.006 0.000 0.616 0.001 re.py:268(_compile)
541 0.003 0.000 0.611 0.001 re.py:212(compile)
1070 0.063 0.000 0.608 0.001 <frozen importlib._bootstrap>:1350(find_loader)
167 0.004 0.000 0.608 0.004 sre_compile.py:486(compile)
3159 0.600 0.000 0.600 0.000 {built-in method stat}
14 0.004 0.000 0.599 0.043 tests.py:480(setUp)
1 0.000 0.000 0.578 0.578 query.py:3(<module>)
12 0.003 0.000 0.570 0.047 __init__.py:61(create_permissions)
108 0.008 0.000 0.563 0.005 state.py:289(render)
1 0.001 0.001 0.550 0.550 runtests.py:91(setup)
416 0.019 0.000 0.509 0.001 <frozen importlib._bootstrap>:933(get_code)
47344/45601 0.110 0.000 0.458 0.000 {built-in method len}
57 0.002 0.000 0.435 0.008 query.py:352(get)
127/124 0.019 0.000 0.416 0.003 base.py:64(__new__)
1 0.000 0.000 0.410 0.410 __init__.py:11(setup)
15 0.002 0.000 0.406 0.027 registry.py:58(populate)
168/167 0.004 0.000 0.390 0.002 sre_parse.py:737(parse)
363 0.006 0.000 0.387 0.001 utils.py:100(inner)
539/168 0.012 0.000 0.378 0.002 sre_parse.py:352(_parse_sub)
1 0.001 0.001 0.376 0.376 tests.py:18(test_filter)
716/186 0.081 0.000 0.373 0.002 sre_parse.py:430(_parse)
39 0.002 0.000 0.361 0.009 testcases.py:834(_post_teardown)
1857/1812 0.052 0.000 0.359 0.000 {built-in method __build_class__}
60 0.001 0.000 0.348 0.006 query.py:142(__len__)
198 0.003 0.000 0.305 0.002 compiler.py:21(as_sql)
198 0.018 0.000 0.302 0.002 compiler.py:82(as_sql)
341 0.005 0.000 0.295 0.001 compiler.py:1149(cursor_iter)
2 0.000 0.000 0.289 0.145 creation.py:405(serialize_db_to_string)
341 0.008 0.000 0.285 0.001 compiler.py:1155(<lambda>)
96 0.014 0.000 0.280 0.003 state.py:160(from_model)
596 0.008 0.000 0.273 0.000 state.py:272(construct_fields)
920 0.127 0.000 0.265 0.000 __init__.py:292(deconstruct)
341 0.009 0.000 0.262 0.001 base.py:928(fetchmany)
237 0.005 0.000 0.262 0.001 transaction.py:198(__exit__)
416 0.182 0.000 0.257 0.001 <frozen importlib._bootstrap>:1029(get_data)
1146/1125 0.012 0.000 0.256 0.000 base.py:300(add_to_class)
92 0.005 0.000 0.256 0.003 __init__.py:189(close)
52 0.003 0.000 0.250 0.005 __init__.py:151(_close)
52 0.247 0.005 0.247 0.005 {method 'close' of 'cx_Oracle.Connection' objects}
1 0.000 0.000 0.232 0.232 request.py:1(<module>)
181 0.005 0.000 0.223 0.001 query.py:711(_filter_or_exclude)
1 0.000 0.000 0.215 0.215 fields.py:3(<module>)
167 0.002 0.000 0.212 0.001 sre_compile.py:471(_code)
52 0.004 0.000 0.211 0.004 base.py:609(init_connection_state)
8 0.001 0.000 0.208 0.026 loaddata.py:66(loaddata)
803 0.007 0.000 0.207 0.000 <frozen importlib._bootstrap>:98(_path_is_mode_type)
15 0.000 0.000 0.204 0.014 config.py:188(import_models)
38 0.002 0.000 0.204 0.005 compiler.py:997(execute_sql)
167 0.001 0.000 0.204 0.001 query.py:697(filter)
341 0.201 0.001 0.201 0.001 {method 'fetchmany' of 'cx_Oracle.Cursor' objects}
6 0.000 0.000 0.192 0.032 utils.py:1(<module>)
32 0.002 0.000 0.192 0.006 query.py:583(update)
15 0.000 0.000 0.190 0.013 config.py:78(create)
1 0.000 0.000 0.189 0.189 lookups.py:1(<module>)
1 0.000 0.000 0.184 0.184 timezone.py:5(<module>)
183 0.005 0.000 0.183 0.001 query.py:1308(add_q)
1 0.000 0.000 0.180 0.180 __init__.py:9(<module>)
663 0.004 0.000 0.177 0.000 <frozen importlib._bootstrap>:108(_path_isfile)
22 0.001 0.000 0.175 0.008 models.py:35(get_for_model)
10207 0.049 0.000 0.174 0.000 sre_parse.py:209(get)
7 0.001 0.000 0.172 0.025 base.py:1(<module>)
183 0.007 0.000 0.170 0.001 query.py:1334(_add_q)
6 0.001 0.000 0.166 0.028 models.py:1(<module>)
1345/167 0.051 0.000 0.166 0.001 sre_compile.py:32(_compile)
43561/43560 0.125 0.000 0.162 0.000 {built-in method isinstance}
5733 0.094 0.000 0.162 0.000 <frozen importlib._bootstrap>:74(_path_join)
6 0.000 0.000 0.159 0.027 base.py:435(check)
6 0.001 0.000 0.159 0.027 registry.py:48(run_checks)
1 0.000 0.000 0.155 0.155 multipartparser.py:6(<module>)
27 0.000 0.000 0.154 0.006 six.py:85(__get__)
27 0.000 0.000 0.153 0.006 six.py:74(_import_module)
39 0.002 0.000 0.152 0.004 testcases.py:939(_fixture_teardown)
2983 0.072 0.000 0.151 0.000 base.py:347(quote_name)
1 0.001 0.001 0.151 0.151 pkg_resources.py:15(<module>)
126 0.019 0.000 0.148 0.001 options.py:113(contribute_to_class)
11949 0.094 0.000 0.146 0.000 sre_parse.py:184(__next)
665 0.021 0.000 0.144 0.000 base.py:871(_fix_for_params)
22 0.000 0.000 0.142 0.006 query.py:1211(iterator)
202 0.014 0.000 0.141 0.001 query.py:1145(build_filter)
138 0.011 0.000 0.140 0.001 compiler.py:860(as_sql)
6 0.000 0.000 0.139 0.023 model_checks.py:12(check_all_models)
39 0.001 0.000 0.138 0.004 __init__.py:179(rollback)
6 0.000 0.000 0.138 0.023 model_checks.py:14(<listcomp>)
60771 0.138 0.000 0.138 0.000 {method 'append' of 'list' objects}
66 0.005 0.000 0.138 0.002 base.py:1072(check)
39 0.001 0.000 0.137 0.004 __init__.py:146(_rollback)
16 0.000 0.000 0.137 0.009 __init__.py:108(get_public_serializer_formats)
1 0.000 0.000 0.136 0.136 __init__.py:143(_load_serializers)
4 0.000 0.000 0.136 0.034 __init__.py:53(register_serializer)
39 0.135 0.003 0.135 0.003 {method 'rollback' of 'cx_Oracle.Connection' objects}
8 0.000 0.000 0.131 0.016 six.py:108(_resolve)
555 0.004 0.000 0.129 0.000 genericpath.py:15(exists)
43948/43792 0.127 0.000 0.128 0.000 {built-in method getattr}
14 0.000 0.000 0.128 0.009 tests.py:364(setUp)
1 0.000 0.000 0.126 0.126 config.py:1(<module>)
1 0.001 0.001 0.124 0.124 tests.py:599(test_date_comparison)
1 0.000 0.000 0.120 0.120 html.py:1(<module>)
198 0.011 0.000 0.120 0.001 compiler.py:192(get_columns)
922 0.010 0.000 0.120 0.000 module_loading.py:14(import_string)
2440 0.022 0.000 0.119 0.000 utils.py:231(__getitem__)
1 0.000 0.000 0.118 0.118 testcases.py:1(<module>)
20 0.002 0.000 0.115 0.006 base.py:933(fetchall)
11 0.000 0.000 0.113 0.010 testcases.py:871(assertQuerysetEqual)
2 0.000 0.000 0.113 0.056 exceptions.py:3(<module>)
1 0.001 0.001 0.112 0.112 tests.py:624(test_mixed_comparisons2)
3 0.000 0.000 0.110 0.037 testcases.py:964(skip_wrapper)
1 0.001 0.001 0.110 0.110 tests.py:610(test_mixed_comparisons1)
416 0.003 0.000 0.109 0.000 <frozen importlib._bootstrap>:1039(path_stats)
1 0.001 0.001 0.106 0.106 tests.py:577(test_delta_subtract)
1 0.000 0.000 0.105 0.105 pyyaml.py:5(<module>)
665 0.017 0.000 0.104 0.000 base.py:840(_format_params)
1 0.001 0.001 0.104 0.104 tests.py:566(test_delta_add)
1 0.001 0.001 0.103 0.103 tests.py:588(test_exclude)
1 0.001 0.001 0.102 0.102 tests.py:637(test_delta_update)
66 0.003 0.000 0.101 0.002 base.py:1150(_check_fields)
20 0.101 0.005 0.101 0.005 {method 'fetchall' of 'cx_Oracle.Cursor' objects}
369 0.020 0.000 0.099 0.000 compiler.py:6(resolve_columns)
976/476 0.010 0.000 0.099 0.000 compiler.py:74(compile)
664 0.006 0.000 0.099 0.000 __init__.py:35(__getattr__)
1 0.000 0.000 0.098 0.098 encoding.py:1(<module>)
27651 0.098 0.000 0.098 0.000 {built-in method hasattr}
1 0.005 0.005 0.095 0.095 runtests.py:62(get_test_modules)
174 0.022 0.000 0.094 0.001 compiler.py:274(get_default_columns)
123 0.004 0.000 0.094 0.001 base.py:307(_prepare)
1 0.000 0.000 0.092 0.092 cgi.py:16(<module>)
14 0.000 0.000 0.090 0.006 __init__.py:34(load_command_class)
53 0.001 0.000 0.088 0.002 __init__.py:169(commit)
14 0.001 0.000 0.087 0.006 base.py:275(create_parser)
1679 0.009 0.000 0.087 0.000 base.py:844(<genexpr>)
53 0.001 0.000 0.086 0.002 base.py:655(_commit)
53 0.085 0.002 0.085 0.002 {method 'commit' of 'cx_Oracle.Connection' objects}
445/430 0.007 0.000 0.085 0.000 where.py:85(as_sql)
1 0.000 0.000 0.084 0.084 loader.py:2(<module>)
1 0.000 0.000 0.084 0.084 parser.py:5(<module>)
1029 0.046 0.000 0.084 0.000 __init__.py:123(__init__)
63 0.002 0.000 0.083 0.001 gettext.py:393(translation)
1 0.000 0.000 0.083 0.083 feedparser.py:20(<module>)
2 0.000 0.000 0.082 0.041 utils.py:106(load_backend)
4 0.001 0.000 0.079 0.020 loader.py:58(load_disk)
1014 0.026 0.000 0.078 0.000 base.py:743(__init__)
1 0.000 0.000 0.077 0.077 debug.py:1(<module>)
416 0.075 0.000 0.075 0.000 {method 'read' of '_io.FileIO' objects}
391 0.008 0.000 0.074 0.000 query.py:951(_clone)
2 0.000 0.000 0.074 0.037 message.py:5(<module>)
1 0.000 0.000 0.074 0.074 tests.py:232(test_ticket_11722_iexact_lookup)
551 0.039 0.000 0.073 0.000 base.py:365(__init__)
2 0.000 0.000 0.073 0.037 management.py:11(create_default_site)
416 0.073 0.000 0.073 0.000 {built-in method loads}
2 0.000 0.000 0.072 0.036 base.py:5(<module>)
1978 0.011 0.000 0.072 0.000 query.py:307(convert_values)
201/200 0.004 0.000 0.070 0.000 lookups.py:148(as_sql)
1 0.000 0.000 0.070 0.070 __init__.py:50(<module>)
1 0.000 0.000 0.070 0.070 html_parser.py:1(<module>)
190 0.002 0.000 0.070 0.000 functools.py:243(wrapper)
63 0.004 0.000 0.069 0.001 gettext.py:353(find)
1 0.000 0.000 0.069 0.069 parser.py:1(<module>)
9124/9118 0.031 0.000 0.067 0.000 {method 'join' of 'str' objects}
4 0.000 0.000 0.066 0.016 tests.py:293(setUp)
1 0.000 0.000 0.066 0.066 basehttp.py:8(<module>)
29 0.000 0.000 0.065 0.002 <frozen importlib._bootstrap>:494(set_package_wrapper)
1043 0.015 0.000 0.064 0.000 <frozen importlib._bootstrap>:285(_lock_unlock_module)
29 0.000 0.000 0.064 0.002 <frozen importlib._bootstrap>:507(set_loader_wrapper)
26 0.001 0.000 0.063 0.002 <frozen importlib._bootstrap>:1124(load_module)
510 0.010 0.000 0.063 0.000 sre_compile.py:178(_compile_charset)
574 0.007 0.000 0.063 0.000 __init__.py:572(contribute_to_class)
123 0.062 0.001 0.062 0.001 {built-in method listdir}
200 0.002 0.000 0.062 0.000 __init__.py:882(deconstruct)
1978 0.036 0.000 0.061 0.000 base.py:253(convert_values)
2 0.000 0.000 0.061 0.030 __init__.py:122(serialize)
26 0.059 0.002 0.061 0.002 {built-in method load_dynamic}
2 0.000 0.000 0.061 0.030 base.py:35(serialize)
24854 0.060 0.000 0.060 0.000 {method 'get' of 'dict' objects}
435 0.023 0.000 0.060 0.000 query.py:234(clone)
3 0.000 0.000 0.059 0.020 creation.py:424(get_objects)
1 0.000 0.000 0.058 0.058 cookie.py:1(<module>)
336 0.010 0.000 0.058 0.000 __init__.py:186(check)
116 0.001 0.000 0.058 0.000 __init__.py:144(activate)
588 0.028 0.000 0.057 0.000 base.py:974(_rowfactory)
832 0.013 0.000 0.057 0.000 <frozen importlib._bootstrap>:415(cache_from_source)
1 0.000 0.000 0.057 0.057 simple_server.py:11(<module>)
116 0.001 0.000 0.057 0.000 trans_real.py:214(activate)
1 0.000 0.000 0.056 0.056 migrate.py:2(<module>)
116 0.000 0.000 0.056 0.000 trans_real.py:204(translation)
2 0.000 0.000 0.056 0.028 trans_real.py:110(__init__)
138 0.001 0.000 0.056 0.000 compiler.py:873(<listcomp>)
202 0.007 0.000 0.054 0.000 compiler.py:874(<listcomp>)
1 0.000 0.000 0.054 0.054 cookies.py:127(<module>)
18 0.000 0.000 0.054 0.003 trans_real.py:127(_new_gnu_trans)
710 0.005 0.000 0.052 0.000 base.py:931(<genexpr>)
1 0.000 0.000 0.051 0.051 text.py:1(<module>)
401 0.009 0.000 0.051 0.000 __init__.py:1011(__init__)
5192 0.030 0.000 0.051 0.000 __init__.py:44(__getattr__)
3708/3706 0.027 0.000 0.050 0.000 encoding.py:68(force_text)
1 0.000 0.000 0.050 0.050 resolver.py:2(<module>)
1 0.000 0.000 0.049 0.049 server.py:32(<module>)
1 0.000 0.000 0.048 0.048 deletion.py:1(<module>)
38 0.004 0.000 0.048 0.001 compiler.py:946(as_sql)
510 0.017 0.000 0.047 0.000 sre_compile.py:207(_optimize_charset)
15 0.001 0.000 0.047 0.003 argparse.py:1579(__init__)
1 0.000 0.000 0.047 0.047 query_utils.py:7(<module>)
198 0.009 0.000 0.047 0.000 compiler.py:355(get_ordering)
2132 0.011 0.000 0.046 0.000 compiler.py:50(__call__)
514 0.010 0.000 0.046 0.000 __init__.py:41(__init__)
5 0.000 0.000 0.045 0.009 __init__.py:53(__getattr__)
13474 0.045 0.000 0.045 0.000 {method 'startswith' of 'str' objects}
164 0.006 0.000 0.045 0.000 argparse.py:1283(add_argument)
1 0.000 0.000 0.045 0.045 runner.py:46(setup_test_environment)
1 0.000 0.000 0.045 0.045 utils.py:91(setup_test_environment)
2 0.000 0.000 0.045 0.023 trans_real.py:160(_add_installed_apps_translations)
1 0.000 0.000 0.045 0.045 __init__.py:148(deactivate)
5647 0.030 0.000 0.045 0.000 sre_parse.py:131(__getitem__)
1 0.000 0.000 0.044 0.044 utils.py:5(<module>)
1 0.000 0.000 0.044 0.044 decimal.py:113(<module>)
1 0.000 0.000 0.044 0.044 validators.py:1(<module>)
152 0.001 0.000 0.044 0.000 __init__.py:1177(deconstruct)
8 0.000 0.000 0.043 0.005 loaddata.py:119(load_label)
167 0.006 0.000 0.043 0.000 sre_compile.py:362(_compile_info)
8 0.001 0.000 0.043 0.005 loaddata.py:171(find_fixtures)
202 0.006 0.000 0.043 0.000 query.py:1032(prepare_lookup_value)
14 0.000 0.000 0.042 0.003 base.py:47(__init__)
520 0.007 0.000 0.042 0.000 query.py:1431(setup_joins)
22 0.001 0.000 0.042 0.002 pkg_resources.py:477(add_entry)
1 0.000 0.000 0.041 0.041 platform.py:10(<module>)
722 0.013 0.000 0.041 0.000 query.py:1360(names_to_path)
1159 0.004 0.000 0.041 0.000 <frozen importlib._bootstrap>:1259(_path_importer_cache)
2 0.000 0.000 0.040 0.020 options.py:1(<module>)
1 0.000 0.000 0.040 0.040 signing.py:34(<module>)
22 0.009 0.000 0.040 0.002 creation.py:67(sql_create_model)
123 0.001 0.000 0.039 0.000 expressions.py:9(__init__)
1 0.000 0.000 0.038 0.038 trans_real.py:1(<module>)
6 0.000 0.000 0.038 0.006 base.py:736(_do_update)
554 0.004 0.000 0.038 0.000 functional.py:56(__get__)
56 0.010 0.000 0.038 0.001 pkg_resources.py:1847(find_on_path)
768 0.004 0.000 0.038 0.000 __init__.py:622(get_db_prep_save)
201 0.006 0.000 0.038 0.000 lookups.py:138(process_lhs)
1508 0.017 0.000 0.037 0.000 <frozen importlib._bootstrap>:266(_get_module_lock)
2371 0.021 0.000 0.037 0.000 abc.py:175(__instancecheck__)
66 0.016 0.000 0.037 0.001 <frozen importlib._bootstrap>:1242(_path_hooks)
66 0.001 0.000 0.036 0.001 <frozen importlib._bootstrap>:1394(_fill_cache)
374 0.011 0.000 0.036 0.000 query.py:214(get_compiler)
140 0.001 0.000 0.035 0.000 <frozen importlib._bootstrap>:114(_path_isdir)
1 0.000 0.000 0.035 0.035 server.py:654(SimpleHTTPRequestHandler)
1 0.000 0.000 0.035 0.035 mimetypes.py:341(init)
126 0.001 0.000 0.034 0.000 expressions.py:148(prepare)
1 0.000 0.000 0.034 0.034 log.py:1(<module>)
19 0.000 0.000 0.034 0.002 query.py:1083(iterator)
526 0.011 0.000 0.034 0.000 abc.py:557(update)
48 0.001 0.000 0.033 0.001 related.py:98(check)
126 0.004 0.000 0.033 0.000 expressions.py:51(prepare_leaf)
823 0.012 0.000 0.033 0.000 <frozen importlib._bootstrap>:794(is_package)
22 0.002 0.000 0.032 0.001 sql.py:198(custom_sql_for_model)
1 0.000 0.000 0.032 0.032 mimetypes.py:194(read)
1 0.000 0.000 0.032 0.032 config.py:25(<module>)
4237 0.014 0.000 0.032 0.000 sre_parse.py:203(match)
1 0.013 0.013 0.032 0.032 mimetypes.py:205(readfp)
1 0.000 0.000 0.032 0.032 subqueries.py:3(<module>)
574 0.009 0.000 0.031 0.000 options.py:195(add_field)
349 0.003 0.000 0.031 0.000 base.py:461(from_db)
665 0.015 0.000 0.031 0.000 base.py:846(_guess_input_sizes)
6 0.000 0.000 0.030 0.005 related.py:543(__get__)
667 0.004 0.000 0.030 0.000 compiler.py:869(<genexpr>)
45 0.000 0.000 0.030 0.001 gettext.py:497(gettext)
6 0.000 0.000 0.030 0.005 query.py:599(_update)
45 0.001 0.000 0.030 0.001 gettext.py:459(dgettext)
1 0.000 0.000 0.030 0.030 tests.py:367(test_lefthand_addition)
3 0.000 0.000 0.030 0.010 base.py:1356(add_to_builtins)
3 0.000 0.000 0.030 0.010 base.py:1270(import_library)
110/102 0.001 0.000 0.029 0.000 expressions.py:61(prepare)
1 0.000 0.000 0.029 0.029 registry.py:293(set_installed_apps)
110/102 0.001 0.000 0.029 0.000 expressions.py:46(prepare_node)
483 0.006 0.000 0.028 0.000 manager.py:165(get_queryset)
201/200 0.003 0.000 0.028 0.000 lookups.py:96(process_rhs)
1 0.000 0.000 0.028 0.028 tests.py:401(test_lefthand_modulo)
123 0.004 0.000 0.028 0.000 manager.py:11(ensure_default_manager)
1 0.000 0.000 0.028 0.028 tempfile.py:16(<module>)
336 0.004 0.000 0.028 0.000 __init__.py:289(_check_backend_specific_checks)
8 0.000 0.000 0.027 0.003 base.py:690(check_constraints)
793 0.013 0.000 0.027 0.000 posixpath.py:71(join)
8747 0.027 0.000 0.027 0.000 {method 'endswith' of 'str' objects}
1 0.000 0.000 0.027 0.027 runner.py:51(build_suite)
1 0.000 0.000 0.027 0.027 __init__.py:24(<module>)
1869/720 0.019 0.000 0.026 0.000 sre_parse.py:141(getwidth)
141 0.012 0.000 0.026 0.000 dispatcher.py:254(_live_receivers)
31 0.000 0.000 0.026 0.001 module_loading.py:95(module_has_submodule)
31 0.000 0.000 0.026 0.001 __init__.py:48(find_loader)
30 0.000 0.000 0.026 0.001 related.py:1642(check)
3167 0.017 0.000 0.026 0.000 utils.py:177(truncate_name)
157 0.003 0.000 0.026 0.000 compiler.py:456(find_ordering_name)
1 0.000 0.000 0.025 0.025 pkg_resources.py:435(_build_master)
1 0.000 0.000 0.025 0.025 pkg_resources.py:422(__init__)
126 0.001 0.000 0.025 0.000 text.py:451(camel_case_to_spaces)
1 0.000 0.000 0.025 0.025 tests.py:430(test_right_hand_addition)
30 0.000 0.000 0.025 0.001 related.py:1332(check)
1 0.000 0.000 0.025 0.025 loader.py:152(discover)
6693/6545 0.020 0.000 0.025 0.000 {built-in method setattr}
878 0.008 0.000 0.024 0.000 query.py:54(__init__)
910 0.005 0.000 0.024 0.000 __init__.py:785(_get_choices)
7390 0.021 0.000 0.024 0.000 {method 'extend' of 'list' objects}
202 0.005 0.000 0.024 0.000 query.py:1067(solve_lookup_type)
2 0.000 0.000 0.024 0.012 loader.py:246(_find_tests)
2 0.000 0.000 0.024 0.012 widgets.py:3(<module>)
1 0.000 0.000 0.024 0.024 tests.py:439(test_right_hand_subtraction)
8 0.001 0.000 0.024 0.003 loaddata.py:231(fixture_dirs)
1 0.000 0.000 0.024 0.024 tests.py:385(test_lefthand_multiplication)
198 0.004 0.000 0.023 0.000 {method 'sub' of '_sre.SRE_Pattern' objects}
3 0.000 0.000 0.023 0.008 tests.py:166(<lambda>)
122 0.001 0.000 0.023 0.000 expressions.py:39(as_sql)
1 0.000 0.000 0.023 0.023 tests.py:423(test_lefthand_power)
1 0.000 0.000 0.022 0.022 tests.py:351(test_complex_expressions)
612/96 0.008 0.000 0.022 0.000 state.py:255(force_text_recursive)
1 0.000 0.000 0.022 0.022 handlers.py:24(<module>)
1 0.000 0.000 0.022 0.022 tests.py:447(test_right_hand_multiplication)
1 0.000 0.000 0.022 0.022 random.py:37(<module>)
1 0.000 0.000 0.022 0.022 functional.py:1(<module>)
19 0.000 0.000 0.022 0.001 six.py:168(_resolve)
114 0.001 0.000 0.022 0.000 __init__.py:1015(check)
842 0.003 0.000 0.022 0.000 options.py:390(get_field_by_name)
1 0.000 0.000 0.022 0.022 tests.py:559(test_query_clone)
190 0.003 0.000 0.021 0.000 query.py:1124(build_lookup)
61 0.001 0.000 0.021 0.000 options.py:457(get_all_related_objects_with_model)
1 0.000 0.000 0.021 0.021 tests.py:408(test_lefthand_bitwise_and)
1 0.000 0.000 0.021 0.021 tests.py:470(test_righthand_power)
67 0.001 0.000 0.021 0.000 <frozen importlib._bootstrap>:1435(path_hook_for_FileFinder)
14 0.000 0.000 0.021 0.001 query.py:704(exclude)
1469 0.013 0.000 0.021 0.000 <frozen importlib._bootstrap>:181(__init__)
126 0.007 0.000 0.021 0.000 registry.py:226(get_containing_app_config)
2422 0.014 0.000 0.021 0.000 abc.py:493(__iter__)
625 0.015 0.000 0.020 0.000 query.py:109(__init__)
1 0.000 0.000 0.020 0.020 query.py:8(<module>)
72 0.000 0.000 0.020 0.000 __init__.py:958(deconstruct)
6 0.014 0.002 0.020 0.003 sre_compile.py:301(_optimize_unicode)
1 0.000 0.000 0.020 0.020 xml_serializer.py:3(<module>)
1 0.000 0.000 0.020 0.020 shutil.py:5(<module>)
1 0.000 0.000 0.020 0.020 tests.py:377(test_lefthand_subtraction)
48 0.003 0.000 0.020 0.000 related.py:140(_check_clashes)
1 0.000 0.000 0.019 0.019 tests.py:393(test_lefthand_division)
216 0.002 0.000 0.019 0.000 __init__.py:860(__init__)
1 0.000 0.000 0.019 0.019 defaulttags.py:1(<module>)
1 0.000 0.000 0.019 0.019 tests.py:463(test_right_hand_modulo)
13 0.000 0.000 0.019 0.001 options.py:428(init_name_map)
1 0.000 0.000 0.019 0.019 __init__.py:45(<module>)
12 0.001 0.000 0.018 0.002 __init__.py:98(<listcomp>)
148 0.001 0.000 0.018 0.000 re.py:313(filter)
1 0.000 0.000 0.018 0.018 __init__.py:248(savepoint_rollback)
1 0.000 0.000 0.018 0.018 formats.py:1(<module>)
157 0.001 0.000 0.018 0.000 compiler.py:487(_setup_joins)
1 0.000 0.000 0.018 0.018 _policybase.py:4(<module>)
1 0.000 0.000 0.018 0.018 tests.py:333(test_filter_not_equals_other_field)
879/870 0.008 0.000 0.018 0.000 where.py:300(clone)
1 0.000 0.000 0.018 0.018 __init__.py:214(_savepoint_rollback)
288 0.002 0.000 0.018 0.000 state.py:267(<genexpr>)
567 0.007 0.000 0.018 0.000 config.py:163(get_models)
651 0.008 0.000 0.018 0.000 tree.py:91(add)
6709 0.018 0.000 0.018 0.000 {method 'update' of 'dict' objects}
1760 0.013 0.000 0.018 0.000 <frozen importlib._bootstrap>:86(_path_split)
1 0.000 0.000 0.018 0.018 csrf.py:6(<module>)
1 0.000 0.000 0.018 0.018 tests.py:455(test_right_hand_division)
58 0.002 0.000 0.018 0.000 query.py:169(__getitem__)
1 0.000 0.000 0.018 0.018 deprecation.py:1(<module>)
411 0.008 0.000 0.018 0.000 encoding.py:122(force_bytes)
1 0.000 0.000 0.018 0.018 constructor.py:2(<module>)
148 0.016 0.000 0.018 0.000 sre_parse.py:859(expand_template)
201 0.001 0.000 0.018 0.000 lookups.py:92(process_lhs)
2540 0.012 0.000 0.017 0.000 sre_parse.py:139(append)
1 0.000 0.000 0.017 0.017 constructor.py:157(SafeConstructor)
26 0.000 0.000 0.017 0.001 posixpath.py:393(realpath)
21 0.002 0.000 0.017 0.001 __init__.py:302(namedtuple)
1508 0.014 0.000 0.017 0.000 <frozen importlib._bootstrap>:201(acquire)
1 0.000 0.000 0.017 0.017 __init__.py:98(<module>)
1 0.000 0.000 0.017 0.017 dateparse.py:1(<module>)
1 0.000 0.000 0.017 0.017 http.py:1(<module>)
277 0.002 0.000 0.017 0.000 functional.py:193(__wrapper__)
9 0.000 0.000 0.017 0.002 imp.py:256(reload)
917 0.011 0.000 0.016 0.000 utils.py:24(__getattr__)
163 0.001 0.000 0.016 0.000 __init__.py:1126(__init__)
112/104 0.004 0.000 0.016 0.000 expressions.py:78(evaluate_node)
18 0.001 0.000 0.016 0.001 related.py:1904(check)
1508 0.013 0.000 0.016 0.000 <frozen importlib._bootstrap>:226(release)
649 0.006 0.000 0.016 0.000 {built-in method any}
676 0.005 0.000 0.016 0.000 query.py:841(get_initial_alias)
6025 0.016 0.000 0.016 0.000 {method 'upper' of 'str' objects}
5829 0.016 0.000 0.016 0.000 <frozen importlib._bootstrap>:484(_verbose_message)
369 0.006 0.000 0.016 0.000 __init__.py:515(db_type)
336 0.005 0.000 0.016 0.000 __init__.py:1448(check_field)
230 0.002 0.000 0.015 0.000 options.py:380(get_field)
92 0.004 0.000 0.015 0.000 __init__.py:1229(contribute_to_class)
79/74 0.000 0.000 0.015 0.000 expressions.py:190(evaluate)
416 0.010 0.000 0.015 0.000 <frozen importlib._bootstrap>:802(_bytes_from_bytecode)
277 0.001 0.000 0.015 0.000 functional.py:89(__init__)
1 0.000 0.000 0.015 0.015 helpers.py:1(<module>)
574 0.007 0.000 0.015 0.000 {built-in method bisect}
1 0.000 0.000 0.015 0.015 header.py:5(<module>)
79/74 0.002 0.000 0.015 0.000 expressions.py:111(evaluate_date_modifier_node)
4875 0.015 0.000 0.015 0.000 {method 'format' of 'str' objects}
126 0.003 0.000 0.015 0.000 options.py:50(__init__)
4 0.000 0.000 0.015 0.004 warnings.py:31(filterwarnings)
1 0.000 0.000 0.015 0.015 cache.py:18(<module>)
256 0.003 0.000 0.015 0.000 options.py:350(_many_to_many)
2131 0.010 0.000 0.014 0.000 sre_parse.py:127(__len__)
503 0.006 0.000 0.014 0.000 copy.py:67(copy)
118 0.001 0.000 0.014 0.000 __init__.py:918(contribute_to_class)
33/26 0.001 0.000 0.014 0.001 posixpath.py:401(_joinrealpath)
4633 0.014 0.000 0.014 0.000 {method 'replace' of 'str' objects}
607 0.006 0.000 0.014 0.000 base.py:1021(to_unicode)
14 0.004 0.000 0.014 0.001 options.py:477(_fill_related_objects_cache)
1 0.000 0.000 0.014 0.014 inspect.py:27(<module>)
80 0.001 0.000 0.014 0.000 genericpath.py:38(isdir)
2 0.000 0.000 0.014 0.007 query.py:615(exists)
2 0.000 0.000 0.014 0.007 query.py:438(has_results)
10 0.007 0.001 0.014 0.001 functional.py:101(__prepare_class__)
1 0.000 0.000 0.014 0.014 pickle.py:24(<module>)
164 0.001 0.000 0.014 0.000 argparse.py:2327(_get_formatter)
5253 0.014 0.000 0.014 0.000 {method 'rpartition' of 'str' objects}
292 0.004 0.000 0.014 0.000 related.py:1445(foreign_related_fields)
204 0.002 0.000 0.014 0.000 datastructures.py:11(as_sql)
374 0.003 0.000 0.014 0.000 __init__.py:985(compiler)
1 0.000 0.000 0.014 0.014 executor.py:1(<module>)
2 0.000 0.000 0.014 0.007 compiler.py:749(has_results)
3860 0.014 0.000 0.014 0.000 _weakrefset.py:70(__contains__)
152 0.001 0.000 0.013 0.000 __init__.py:1406(get_db_prep_value)
1 0.000 0.000 0.013 0.013 validators.py:67(URLValidator)
292 0.005 0.000 0.013 0.000 query.py:861(join)
1 0.000 0.000 0.013 0.013 hashlib.py:63(<module>)
1 0.000 0.000 0.013 0.013 validators.py:118(EmailValidator)
164 0.004 0.000 0.013 0.000 argparse.py:151(__init__)
206 0.002 0.000 0.013 0.000 lookups.py:80(__init__)
64 0.001 0.000 0.013 0.000 query.py:817(order_by)
15 0.000 0.000 0.013 0.001 argparse.py:1706(parse_args)
6 0.000 0.000 0.013 0.002 query.py:188(__str__)
16 0.000 0.000 0.013 0.001 query.py:639(values_list)
6 0.000 0.000 0.012 0.002 query.py:199(sql_with_params)
15 0.001 0.000 0.012 0.001 argparse.py:1713(parse_known_args)
496 0.004 0.000 0.012 0.000 base.py:652(create_cursor)
88 0.001 0.000 0.012 0.000 options.py:260(verbose_name_raw)
8 0.000 0.000 0.012 0.002 related.py:1670(deconstruct)
1 0.000 0.000 0.012 0.012 zipfile.py:5(<module>)
453 0.003 0.000 0.012 0.000 __init__.py:611(get_db_prep_value)
482 0.004 0.000 0.012 0.000 transaction.py:16(get_connection)
238 0.002 0.000 0.012 0.000 base.py:934(<genexpr>)
8 0.000 0.000 0.012 0.002 related.py:1382(deconstruct)
124 0.002 0.000 0.012 0.000 query.py:182(aggregates)
2969 0.012 0.000 0.012 0.000 tree.py:19(__init__)
1 0.000 0.000 0.012 0.012 models.py:3(<module>)
70 0.000 0.000 0.012 0.000 query.py:886(using)
108 0.003 0.000 0.012 0.000 gettext.py:111(_expand_lang)
1017 0.007 0.000 0.012 0.000 mimetypes.py:78(add_type)
60 0.001 0.000 0.012 0.000 __init__.py:864(check)
4362 0.012 0.000 0.012 0.000 {method 'items' of 'dict' objects}
37 0.001 0.000 0.012 0.000 runner.py:58(addSuccess)
6 0.000 0.000 0.011 0.002 checks.py:8(check_generic_foreign_keys)
3616 0.011 0.000 0.011 0.000 __init__.py:83(__iter__)
6 0.000 0.000 0.011 0.002 signals.py:1(<module>)
48 0.001 0.000 0.011 0.000 __init__.py:1084(check)
1393 0.007 0.000 0.011 0.000 encoding.py:59(is_protected_type)
48 0.000 0.000 0.011 0.000 options.py:451(get_all_related_objects)
2 0.000 0.000 0.011 0.006 loader.py:1(<module>)
7 0.000 0.000 0.011 0.002 related.py:2274(contribute_to_class)
501 0.006 0.000 0.011 0.000 six.py:496(iteritems)
206 0.002 0.000 0.011 0.000 lookups.py:84(get_prep_lookup)
183 0.004 0.000 0.011 0.000 query.py:2083(update_join_types)
336 0.002 0.000 0.011 0.000 __init__.py:229(_check_choices)
236 0.004 0.000 0.011 0.000 __init__.py:291(set_autocommit)
1 0.000 0.000 0.011 0.011 files.py:1(<module>)
1 0.000 0.000 0.011 0.011 tests.py:314(test_increment_value)
1440 0.007 0.000 0.011 0.000 <frozen importlib._bootstrap>:1457(__exit__)
123 0.002 0.000 0.011 0.000 options.py:368(_fill_m2m_cache)
14 0.000 0.000 0.011 0.001 registry.py:22(__init__)
14 0.000 0.000 0.011 0.001 base.py:51(parse_args)
665 0.006 0.000 0.011 0.000 base.py:864(_param_generator)
1 0.000 0.000 0.011 0.011 decoder.py:2(<module>)
2 0.000 0.000 0.010 0.005 __init__.py:7(<module>)
443 0.006 0.000 0.010 0.000 __init__.py:76(queries_logged)
2 0.000 0.000 0.010 0.005 loader.py:64(loadTestsFromModule)
17 0.000 0.000 0.010 0.001 query.py:1100(_setup_query)
1 0.000 0.000 0.010 0.010 base.py:16(_setup_environment)
16 0.002 0.000 0.010 0.001 registry.py:153(get_models)
15 0.001 0.000 0.010 0.001 argparse.py:1748(_parse_known_args)
2 0.000 0.000 0.010 0.005 trans_real.py:147(_init_translation_catalog)
1440 0.007 0.000 0.010 0.000 <frozen importlib._bootstrap>:1453(__enter__)
125 0.001 0.000 0.010 0.000 expressions.py:151(evaluate)
1 0.000 0.000 0.010 0.010 platform.py:1185(system)
1 0.000 0.000 0.010 0.010 platform.py:1048(uname)
2 0.000 0.000 0.010 0.005 creation.py:1(<module>)
1 0.000 0.000 0.010 0.010 platform.py:905(_syscmd_uname)
374 0.004 0.000 0.010 0.000 __init__.py:1054(get_prep_value)
22 0.000 0.000 0.010 0.000 __init__.py:19(_get_all_permissions)
19 0.001 0.000 0.010 0.001 query.py:1636(add_fields)
477 0.003 0.000 0.010 0.000 related.py:1431(related_fields)
8 0.000 0.000 0.010 0.001 loaddata.py:249(<listcomp>)
1 0.000 0.000 0.010 0.010 __init__.py:14(<module>)
26 0.001 0.000 0.010 0.000 related.py:1779(db_type)
5 0.000 0.000 0.010 0.002 loader.py:53(loadTestsFromTestCase)
36 0.001 0.000 0.010 0.000 schema.py:105(column_sql)
3501 0.010 0.000 0.010 0.000 base.py:336(max_name_length)
86 0.001 0.000 0.010 0.000 posixpath.py:161(islink)
625 0.004 0.000 0.010 0.000 query.py:911(db)
3 0.000 0.000 0.010 0.003 related.py:1830(create_many_to_many_intermediary_model)
12 0.000 0.000 0.010 0.001 glob.py:20(iglob)
78 0.001 0.000 0.010 0.000 testcases.py:895(connections_support_transactions)
6 0.000 0.000 0.010 0.002 __init__.py:136(ungettext_lazy)
39 0.010 0.000 0.010 0.000 {method 'flush' of '_io.TextIOWrapper' objects}
6 0.000 0.000 0.009 0.002 __init__.py:102(lazy_number)
125 0.002 0.000 0.009 0.000 expressions.py:98(evaluate_leaf)
197 0.004 0.000 0.009 0.000 query_utils.py:45(__init__)
1147 0.006 0.000 0.009 0.000 inspect.py:76(isclass)
574 0.004 0.000 0.009 0.000 __init__.py:565(set_attributes_from_name)
22 0.001 0.000 0.009 0.000 creation.py:203(sql_indexes_for_model)
1 0.000 0.000 0.009 0.009 string.py:15(<module>)
1 0.000 0.000 0.009 0.009 message.py:1(<module>)
3649 0.009 0.000 0.009 0.000 {built-in method get_ident}
546 0.004 0.000 0.009 0.000 sre_compile.py:357(_simple)
1070 0.007 0.000 0.009 0.000 <frozen importlib._bootstrap>:1488(_sanity_check)
22 0.001 0.000 0.009 0.000 __init__.py:29(_get_builtin_permissions)
1188 0.006 0.000 0.009 0.000 posixpath.py:38(_get_sep)
1 0.000 0.000 0.009 0.009 reader.py:18(<module>)
175 0.003 0.000 0.009 0.000 utils.py:37(__exit__)
1 0.000 0.000 0.009 0.009 string.py:61(__init__)
45 0.002 0.000 0.009 0.000 argparse.py:1202(__init__)
29 0.001 0.000 0.009 0.000 functools.py:258(wrapper)
1 0.000 0.000 0.009 0.009 reader.py:45(Reader)
12 0.000 0.000 0.009 0.001 management.py:48(<listcomp>)
2325 0.009 0.000 0.009 0.000 {method 'split' of 'str' objects}
123 0.001 0.000 0.009 0.000 options.py:299(fields)
879 0.006 0.000 0.009 0.000 tree.py:30(_new_instance)
1 0.000 0.000 0.009 0.009 sites.py:1(<module>)
152 0.002 0.000 0.009 0.000 __init__.py:1391(get_prep_value)
2 0.000 0.000 0.008 0.004 subprocess.py:713(__init__)
102 0.001 0.000 0.008 0.000 related.py:1687(related_field)
496 0.005 0.000 0.008 0.000 base.py:833(__init__)
12 0.000 0.000 0.008 0.001 glob.py:57(glob1)
236 0.002 0.000 0.008 0.000 compiler.py:34(pre_sql_setup)
87 0.008 0.000 0.008 0.000 {built-in method lstat}
117 0.002 0.000 0.008 0.000 utils.py:252(all)
1 0.000 0.000 0.008 0.008 __init__.py:44(get_commands)
2 0.001 0.000 0.008 0.004 subprocess.py:1331(_execute_child)
1 0.000 0.000 0.008 0.008 client.py:67(<module>)
292 0.003 0.000 0.008 0.000 __init__.py:1246(get_prep_value)
1142 0.008 0.000 0.008 0.000 {built-in method __new__ of type object at 0x3967606b40}
2 0.000 0.000 0.008 0.004 db.py:1(<module>)
1 0.000 0.000 0.008 0.008 request.py:68(<module>)
460 0.004 0.000 0.008 0.000 base.py:936(close)
1220 0.005 0.000 0.008 0.000 options.py:273(_swapped)
38 0.001 0.000 0.008 0.000 compiler.py:1018(pre_sql_setup)
96 0.000 0.000 0.008 0.000 creation.py:217(sql_indexes_for_field)
903 0.005 0.000 0.008 0.000 __init__.py:603(get_prep_value)
1 0.000 0.000 0.008 0.008 tests.py:299(test_fill_with_value_from_same_object)
3370 0.008 0.000 0.008 0.000 {method 'pop' of 'dict' objects}
105 0.001 0.000 0.008 0.000 re.py:153(match)
312 0.003 0.000 0.008 0.000 os.py:671(__getitem__)
91 0.001 0.000 0.008 0.000 color.py:51(no_style)
1 0.000 0.000 0.008 0.008 dateformat.py:12(<module>)
2980 0.008 0.000 0.008 0.000 {built-in method allocate_lock}
1 0.001 0.001 0.008 0.008 defaultfilters.py:1(<module>)
3077 0.008 0.000 0.008 0.000 {built-in method min}
2668 0.008 0.000 0.008 0.000 {method 'copy' of 'dict' objects}
520 0.005 0.000 0.008 0.000 query.py:1479(trim_joins)
130 0.002 0.000 0.008 0.000 case.py:674(assertEqual)
352/350 0.004 0.000 0.008 0.000 encoding.py:42(smart_text)
9 0.000 0.000 0.008 0.001 __init__.py:19(find_commands)
8 0.000 0.000 0.008 0.001 loaddata.py:35(add_arguments)
2966 0.007 0.000 0.007 0.000 {built-in method release_lock}
14 0.000 0.000 0.007 0.001 base.py:224(__init__)
206 0.002 0.000 0.007 0.000 __init__.py:629(get_prep_lookup)
629 0.005 0.000 0.007 0.000 __init__.py:410(validate_thread_sharing)
235 0.002 0.000 0.007 0.000 genericpath.py:26(isfile)
5 0.002 0.000 0.007 0.001 loader.py:140(getTestCaseNames)
852 0.005 0.000 0.007 0.000 __init__.py:395(__lt__)
123 0.002 0.000 0.007 0.000 options.py:338(_fill_fields_cache)
861 0.005 0.000 0.007 0.000 signals.py:20(_resolve_references)
18 0.002 0.000 0.007 0.000 creation.py:226(sql_indexes_for_fields)
1 0.000 0.000 0.007 0.007 scanner.py:2(<module>)
14 0.001 0.000 0.007 0.001 options.py:523(_fill_related_many_to_many_cache)
200 0.001 0.000 0.007 0.000 loaddata.py:196(<genexpr>)
198 0.003 0.000 0.007 0.000 compiler.py:502(get_from_clause)
14 0.002 0.000 0.007 0.001 color.py:26(color_style)
1809 0.007 0.000 0.007 0.000 {method 'rsplit' of 'str' objects}
103 0.004 0.000 0.007 0.000 functools.py:35(update_wrapper)
701 0.005 0.000 0.007 0.000 base.py:949(__getattr__)
112 0.003 0.000 0.007 0.000 base.py:304(fetch_returned_insert_id)
1 0.000 0.000 0.007 0.007 config.py:355(BaseConfigurator)
15 0.000 0.000 0.007 0.000 argparse.py:1893(consume_positionals)
13 0.000 0.000 0.007 0.001 options.py:512(get_all_related_m2m_objects_with_model)
1743 0.007 0.000 0.007 0.000 utils.py:73(__exit__)
1 0.000 0.000 0.007 0.007 parse.py:28(<module>)
1 0.000 0.000 0.007 0.007 tzinfo.py:1(<module>)
2 0.000 0.000 0.007 0.003 createcachetable.py:24(handle)
113 0.004 0.000 0.007 0.000 posixpath.py:342(normpath)
24 0.000 0.000 0.007 0.000 __init__.py:1579(deconstruct)
108 0.003 0.000 0.007 0.000 state.py:144(__init__)
2435 0.007 0.000 0.007 0.000 {method 'setdefault' of 'dict' objects}
2 0.000 0.000 0.007 0.003 __init__.py:100(__getitem__)
1 0.000 0.000 0.007 0.007 __init__.py:65(_create_cache)
1 0.000 0.000 0.007 0.007 os.py:994(popen)
811/408 0.005 0.000 0.007 0.000 deconstruct.py:11(__new__)
112 0.001 0.000 0.006 0.000 compiler.py:890(<listcomp>)
109 0.002 0.000 0.006 0.000 locale.py:355(normalize)
2090 0.006 0.000 0.006 0.000 query.py:226(get_meta)
164 0.001 0.000 0.006 0.000 argparse.py:1686(_add_action)
509 0.004 0.000 0.006 0.000 utils.py:277(_route_db)
39 0.001 0.000 0.006 0.000 testcases.py:187(_pre_setup)
745 0.004 0.000 0.006 0.000 __init__.py:597(pre_save)
1 0.000 0.000 0.006 0.006 expatreader.py:4(<module>)
843 0.004 0.000 0.006 0.000 __init__.py:586(get_attname_column)
218 0.001 0.000 0.006 0.000 pkg_resources.py:2015(_normalize_cached)
1 0.000 0.000 0.006 0.006 xmlutils.py:3(<module>)
1 0.000 0.000 0.006 0.006 _markupbase.py:6(<module>)
1 0.000 0.000 0.006 0.006 tests.py:281(test_ticket_18375_chained_filters)
14 0.000 0.000 0.006 0.000 base.py:254(get_version)
1926 0.006 0.000 0.006 0.000 {built-in method iter}
1786 0.006 0.000 0.006 0.000 query.py:1914(extra_select)
190 0.002 0.000 0.006 0.000 datastructures.py:24(get_lookup)
2528 0.006 0.000 0.006 0.000 {built-in method acquire_lock}
14 0.000 0.000 0.006 0.000 __init__.py:4(get_version)
1 0.000 0.000 0.006 0.006 tests.py:251(test_ticket_18375_join_reuse)
28 0.001 0.000 0.006 0.000 base.py:140(autoinc_sql)
1 0.000 0.000 0.006 0.006 case.py:1(<module>)
4 0.000 0.000 0.006 0.002 subprocess.py:476(_eintr_retry_call)
246 0.006 0.000 0.006 0.000 base.py:36(subclass_exception)
1 0.000 0.000 0.006 0.006 api.py:1(<module>)
1 0.000 0.000 0.006 0.006 subprocess.py:340(<module>)
3 0.006 0.002 0.006 0.002 {built-in method read}
140 0.001 0.000 0.006 0.000 __init__.py:1250(get_db_prep_value)
30 0.000 0.000 0.006 0.000 argparse.py:1330(add_argument_group)
1235 0.005 0.000 0.006 0.000 {method 'encode' of 'str' objects}
219 0.003 0.000 0.006 0.000 functools.py:164(_make_key)
15 0.000 0.000 0.006 0.000 related.py:1415(resolve_related_fields)
1 0.000 0.000 0.006 0.006 __init__.py:27(_setup)
6 0.003 0.000 0.006 0.001 checks.py:12(<genexpr>)
11 0.000 0.000 0.006 0.001 pkg_resources.py:2011(normalize_path)
399 0.003 0.000 0.006 0.000 abc.py:478(__iter__)
1 0.000 0.000 0.006 0.006 tests.py:552(test_multiple_query_compilation)
1937 0.005 0.000 0.006 0.000 {method 'add' of 'set' objects}
1 0.000 0.000 0.006 0.006 minidom.py:16(<module>)
1 0.001 0.001 0.006 0.006 __init__.py:84(__init__)
63 0.001 0.000 0.006 0.000 posixpath.py:379(abspath)
1 0.000 0.000 0.006 0.006 storage.py:1(<module>)
14 0.000 0.000 0.006 0.000 version.py:10(get_version)
2316 0.006 0.000 0.006 0.000 {method 'lower' of 'str' objects}
514/473 0.002 0.000 0.006 0.000 {built-in method issubclass}
198 0.003 0.000 0.006 0.000 query.py:749(reset_refcounts)
149 0.003 0.000 0.006 0.000 argparse.py:1420(_get_optional_kwargs)
2 0.000 0.000 0.006 0.003 compiler.py:1(<module>)
30 0.001 0.000 0.006 0.000 argparse.py:1509(__init__)
603 0.004 0.000 0.006 0.000 where.py:52(_prepare_data)
1 0.000 0.000 0.006 0.006 loaddata.py:1(<module>)
661 0.003 0.000 0.006 0.000 compiler.py:883(<genexpr>)
84 0.001 0.000 0.006 0.000 related.py:1740(get_db_prep_save)
164 0.001 0.000 0.006 0.000 argparse.py:1531(_add_action)
116 0.001 0.000 0.006 0.000 expressions.py:33(_combine)
36 0.001 0.000 0.005 0.000 pkg_resources.py:2252(from_location)
12 0.005 0.000 0.005 0.000 {built-in method open}
75 0.001 0.000 0.005 0.000 __init__.py:936(__init__)
1 0.000 0.000 0.005 0.005 datetime.py:5(<module>)
66 0.002 0.000 0.005 0.000 base.py:1465(_check_long_column_names)
15 0.000 0.000 0.005 0.000 argparse.py:2047(_match_arguments_partial)
387 0.003 0.000 0.005 0.000 sre_parse.py:296(_escape)
138 0.001 0.000 0.005 0.000 subqueries.py:175(__init__)
123 0.001 0.000 0.005 0.000 registry.py:204(register_model)
7 0.000 0.000 0.005 0.001 apps.py:1(<module>)
12 0.000 0.000 0.005 0.000 loader.py:261(project_state)
33/30 0.000 0.000 0.005 0.000 expressions.py:64(evaluate)
117 0.002 0.000 0.005 0.000 utils.py:253(<listcomp>)
66 0.002 0.000 0.005 0.000 base.py:1271(_check_column_name_clashes)
1 0.000 0.000 0.005 0.005 autodetector.py:1(<module>)
236 0.004 0.000 0.005 0.000 base.py:686(_set_autocommit)
2256 0.005 0.000 0.005 0.000 __init__.py:1188(get_internal_type)
74 0.002 0.000 0.005 0.000 related.py:575(__set__)
1 0.000 0.000 0.005 0.005 uploadhandler.py:3(<module>)
61 0.001 0.000 0.005 0.000 options.py:475(<listcomp>)
12 0.000 0.000 0.005 0.000 graph.py:126(make_state)
8 0.000 0.000 0.005 0.001 related.py:1794(db_parameters)
1 0.000 0.000 0.005 0.005 handlers.py:1(<module>)
119 0.002 0.000 0.005 0.000 base.py:663(_save_parents)
200 0.001 0.000 0.005 0.000 loaddata.py:194(<genexpr>)
20 0.001 0.000 0.005 0.000 abc.py:129(__new__)
131 0.003 0.000 0.005 0.000 manager.py:110(contribute_to_class)
1 0.000 0.000 0.005 0.005 pkg_resources.py:749(subscribe)
2366 0.005 0.000 0.005 0.000 {built-in method ord}
719 0.003 0.000 0.005 0.000 loader.py:143(isTestMethod)
18 0.000 0.000 0.005 0.000 graph.py:46(forwards_plan)
264 0.003 0.000 0.005 0.000 six.py:492(itervalues)
26 0.001 0.000 0.005 0.000 related.py:251(contribute_to_class)
1 0.000 0.000 0.005 0.005 fields.py:323(DecimalField)
191 0.002 0.000 0.005 0.000 {built-in method all}
164 0.002 0.000 0.005 0.000 argparse.py:572(_format_args)
442 0.003 0.000 0.005 0.000 __init__.py:441(make_cursor)
18 0.000 0.000 0.005 0.000 pkg_resources.py:2841(<lambda>)
1 0.000 0.000 0.005 0.005 bz2.py:5(<module>)
239 0.003 0.000 0.005 0.000 transaction.py:296(atomic)
18 0.000 0.000 0.005 0.000 graph.py:93(dfs)
67 0.001 0.000 0.005 0.000 <frozen importlib._bootstrap>:1330(__init__)
861 0.005 0.000 0.005 0.000 weakref_backports.py:47(__call__)
101 0.001 0.000 0.005 0.000 gettext.py:154(__init__)
1 0.000 0.000 0.005 0.005 tzfile.py:4(<module>)
18 0.000 0.000 0.005 0.000 pkg_resources.py:2376(activate)
1 0.000 0.000 0.005 0.005 createcachetable.py:1(<module>)
2 0.000 0.000 0.005 0.002 schema.py:1(<module>)
18 0.001 0.000 0.005 0.000 graph.py:99(_dfs)
8 0.000 0.000 0.005 0.001 related.py:275(swappable_setting)
169 0.002 0.000 0.005 0.000 sre_parse.py:179(__init__)
1743 0.005 0.000 0.005 0.000 utils.py:70(__enter__)
13 0.000 0.000 0.005 0.000 lookups.py:218(as_sql)
1 0.000 0.000 0.005 0.005 tests.py:259(test_ticket_18375_kwarg_ordering)
2 0.000 0.000 0.005 0.002 migrate.py:25(add_arguments)
1 0.000 0.000 0.005 0.005 introspection.py:1(<module>)
235 0.002 0.000 0.005 0.000 posixpath.py:139(basename)
1 0.000 0.000 0.005 0.005 crypto.py:3(<module>)
322 0.003 0.000 0.005 0.000 os.py:745(encode)
112 0.001 0.000 0.005 0.000 lookups.py:87(get_db_prep_lookup)
1 0.000 0.000 0.005 0.005 lazy.py:1(<module>)
1 0.000 0.000 0.004 0.004 lzma.py:9(<module>)
47/11 0.002 0.000 0.004 0.000 abc.py:191(__subclasscheck__)
123 0.001 0.000 0.004 0.000 options.py:168(_prepare)
66 0.003 0.000 0.004 0.000 base.py:1216(_check_field_name_clashes)
1 0.000 0.000 0.004 0.004 loader.py:238(_get_module_from_name)
119 0.001 0.000 0.004 0.000 datastructures.py:529(__getitem__)
64 0.001 0.000 0.004 0.000 __init__.py:541(db_parameters)
6 0.000 0.000 0.004 0.001 django_1_6_0.py:9(check_1_6_compatibility)
425 0.003 0.000 0.004 0.000 abc.py:420(values)
286 0.002 0.000 0.004 0.000 __init__.py:1221(pre_save)
12 0.001 0.000 0.004 0.000 related.py:1529(get_lookup_constraint)
1 0.000 0.000 0.004 0.004 pkg_resources.py:775(Environment)
1 0.000 0.000 0.004 0.004 pkg_resources.py:125(get_supported_platform)
1 0.000 0.000 0.004 0.004 pkg_resources.py:254(get_build_platform)
1 0.000 0.000 0.004 0.004 mimetypes.py:24(<module>)
1 0.000 0.000 0.004 0.004 request.py:889(AbstractBasicAuthHandler)
1 0.000 0.000 0.004 0.004 utils.py:134(get_runner)
1796 0.004 0.000 0.004 0.000 __init__.py:1327(get_internal_type)
56 0.001 0.000 0.004 0.000 functional.py:147(__text_cast)
7 0.001 0.000 0.004 0.001 gettext.py:228(_parse)
1 0.000 0.000 0.004 0.004 expat.py:1(<module>)
433 0.004 0.000 0.004 0.000 datastructures.py:524(__init__)
109 0.001 0.000 0.004 0.000 abc.py:397(get)
460 0.004 0.000 0.004 0.000 {method 'close' of 'cx_Oracle.Cursor' objects}
19 0.000 0.000 0.004 0.000 related.py:1592(contribute_to_class)
510 0.003 0.000 0.004 0.000 argparse.py:1254(register)
66 0.001 0.000 0.004 0.000 base.py:1401(_check_ordering)
1 0.000 0.000 0.004 0.004 log.py:68(configure_logging)
2 0.000 0.000 0.004 0.002 query.py:1263(add_filter)
1 0.000 0.000 0.004 0.004 dumper.py:2(<module>)
1 0.000 0.000 0.004 0.004 dis.py:1(<module>)
38 0.000 0.000 0.004 0.000 utils.py:331(get_migratable_models)
1655 0.004 0.000 0.004 0.000 <frozen importlib._bootstrap>:1024(get_filename)
1 0.000 0.000 0.004 0.004 socket.py:45(<module>)
1 0.000 0.000 0.004 0.004 bisect.py:1(<module>)
1 0.000 0.000 0.004 0.004 encoder.py:2(<module>)
25 0.000 0.000 0.004 0.000 __init__.py:1574(__init__)
218 0.002 0.000 0.004 0.000 sre_parse.py:254(_class_escape)
1 0.000 0.000 0.004 0.004 tests.py:269(test_ticket_18375_kwarg_ordering_2)
207 0.003 0.000 0.004 0.000 query.py:921(setup_inherited_models)
1 0.000 0.000 0.004 0.004 __init__.py:20(<module>)
479 0.003 0.000 0.004 0.000 <frozen importlib._bootstrap>:698(find_module)
434 0.003 0.000 0.004 0.000 base.py:539(_get_pk_val)
1 0.000 0.000 0.004 0.004 ssl.py:55(<module>)
72 0.001 0.000 0.004 0.000 schema.py:100(quote_name)
1 0.000 0.000 0.004 0.004 _parseaddr.py:7(<module>)
1373 0.004 0.000 0.004 0.000 sre_parse.py:91(__init__)
57 0.003 0.000 0.004 0.000 sre_compile.py:258(_mk_bitmap)
183 0.004 0.000 0.004 0.000 query.py:693(promote_joins)
251 0.003 0.000 0.004 0.000 query.py:659(table_alias)
1 0.000 0.000 0.004 0.004 config.py:793(dictConfig)
1 0.000 0.000 0.004 0.004 config.py:494(configure)
164 0.002 0.000 0.004 0.000 argparse.py:1340(_add_action)
1 0.000 0.000 0.004 0.004 tarfile.py:30(<module>)
46 0.001 0.000 0.004 0.000 locale.py:339(_replace_encoding)
113 0.002 0.000 0.004 0.000 base.py:728(<listcomp>)
1 0.000 0.000 0.004 0.004 version.py:55(get_git_changeset)
348 0.003 0.000 0.004 0.000 compiler.py:683(deferred_to_columns)
10 0.000 0.000 0.004 0.000 recorder.py:39(migration_qs)
1469 0.004 0.000 0.004 0.000 <frozen importlib._bootstrap>:280(cb)
206 0.002 0.000 0.004 0.000 lookups.py:27(get_lookup)
336 0.002 0.000 0.004 0.000 __init__.py:195(_check_field_name)
38 0.001 0.000 0.004 0.000 utils.py:336(<listcomp>)
73 0.001 0.000 0.004 0.000 related.py:1512(get_path_info)
21 0.001 0.000 0.004 0.000 related.py:1615(__init__)
366 0.003 0.000 0.004 0.000 query.py:730(demote_joins)
39 0.001 0.000 0.004 0.000 client.py:377(__init__)
168 0.001 0.000 0.004 0.000 state.py:262(<genexpr>)
1300 0.004 0.000 0.004 0.000 {method 'readline' of '_io.TextIOWrapper' objects}
1107 0.004 0.000 0.004 0.000 query.py:1894(aggregate_select)
449 0.002 0.000 0.004 0.000 compiler.py:848(placeholder)
12 0.000 0.000 0.004 0.000 fnmatch.py:48(filter)
66 0.001 0.000 0.004 0.000 base.py:1325(_check_unique_together)
1 0.000 0.000 0.004 0.004 base64.py:3(<module>)
67 0.000 0.000 0.004 0.000 expressions.py:71(__add__)
36 0.000 0.000 0.003 0.000 pkg_resources.py:2240(__init__)
26 0.000 0.000 0.003 0.000 manager.py:151(db_manager)
201 0.001 0.000 0.003 0.000 base.py:307(field_cast_sql)
30 0.001 0.000 0.003 0.000 related.py:1337(_check_unique_target)
1 0.000 0.000 0.003 0.003 recorder.py:1(<module>)
124 0.002 0.000 0.003 0.000 __init__.py:657(get_db_prep_lookup)
18 0.000 0.000 0.003 0.000 __init__.py:940(check)
1 0.000 0.000 0.003 0.003 registry.py:1(<module>)
496 0.003 0.000 0.003 0.000 {method 'cursor' of 'cx_Oracle.Connection' objects}
226 0.002 0.000 0.003 0.000 __init__.py:713(get_default)
22 0.001 0.000 0.003 0.000 creation.py:174(sql_for_pending_references)
1 0.000 0.000 0.003 0.003 recorder.py:9(MigrationRecorder)
6 0.000 0.000 0.003 0.001 django_1_6_0.py:91(_check_boolean_field_default_value)
1 0.003 0.003 0.003 0.003 {method 'read' of '_io.TextIOWrapper' objects}
152 0.002 0.000 0.003 0.000 base.py:456(value_to_db_datetime)
1 0.000 0.000 0.003 0.003 json.py:3(<module>)
244 0.002 0.000 0.003 0.000 expressions.py:28(__init__)
30 0.001 0.000 0.003 0.000 dispatcher.py:53(connect)
56 0.000 0.000 0.003 0.000 __init__.py:82(ugettext)
1 0.000 0.000 0.003 0.003 getpass.py:12(<module>)
2 0.000 0.000 0.003 0.002 constants.py:3(<module>)
51 0.002 0.000 0.003 0.000 copy.py:272(_reconstruct)
4 0.000 0.000 0.003 0.001 case.py:581(assertRaises)
1 0.000 0.000 0.003 0.003 loader_tags.py:1(<module>)
146 0.001 0.000 0.003 0.000 __init__.py:1378(pre_save)
364 0.002 0.000 0.003 0.000 {built-in method sorted}
665 0.003 0.000 0.003 0.000 {method 'setinputsizes' of 'cx_Oracle.Cursor' objects}
1 0.000 0.000 0.003 0.003 cyaml.py:2(<module>)
374 0.002 0.000 0.003 0.000 __init__.py:1049(to_python)
174 0.002 0.000 0.003 0.000 options.py:334(get_concrete_fields_with_model)
4 0.000 0.000 0.003 0.001 case.py:163(handle)
30 0.001 0.000 0.003 0.000 deprecation.py:47(__new__)
1 0.000 0.000 0.003 0.003 color.py:3(<module>)
1328 0.003 0.000 0.003 0.000 sre_compile.py:24(_identityfunction)
1 0.000 0.000 0.003 0.003 pickle.py:171(<listcomp>)
1 0.000 0.000 0.003 0.003 flush.py:1(<module>)
1 0.000 0.000 0.003 0.003 locmem.py:1(<module>)
1 0.000 0.000 0.003 0.003 charset.py:6(<module>)
18 0.000 0.000 0.003 0.000 related.py:1948(_check_relationship_model)
201 0.002 0.000 0.003 0.000 dispatcher.py:13(_make_id)
1 0.000 0.000 0.003 0.003 zipfile.py:625(ZipExtFile)
133 0.001 0.000 0.003 0.000 expressions.py:144(__init__)
2 0.000 0.000 0.003 0.001 fnmatch.py:38(_compile_pattern)
1 0.000 0.000 0.003 0.003 dispatcher.py:1(<module>)
139 0.001 0.000 0.003 0.000 registry.py:326(clear_cache)
164 0.001 0.000 0.003 0.000 argparse.py:1456(_pop_action_class)
2 0.000 0.000 0.003 0.001 __init__.py:1325(installed_models)
47 0.001 0.000 0.003 0.000 __init__.py:42(normalize_encoding)
1 0.000 0.000 0.003 0.003 handlers.py:94(BaseHandler)
1032 0.003 0.000 0.003 0.000 __init__.py:1046(get_internal_type)
30 0.001 0.000 0.003 0.000 creation.py:56(_digest)
258 0.002 0.000 0.003 0.000 __init__.py:58(__setitem__)
1070 0.003 0.000 0.003 0.000 <frozen importlib._bootstrap>:38(_relax_case)
1 0.000 0.000 0.003 0.003 handlers.py:34(read_environ)
15 0.000 0.000 0.003 0.000 __init__.py:455(__init__)
219 0.002 0.000 0.003 0.000 abc.py:416(items)
81 0.001 0.000 0.003 0.000 case.py:872(assertListEqual)
4 0.000 0.000 0.003 0.001 forms.py:74(__new__)
832 0.003 0.000 0.003 0.000 <frozen importlib._bootstrap>:61(_r_long)
1 0.002 0.002 0.003 0.003 parse.py:475(<dictcomp>)
44 0.001 0.000 0.003 0.000 registry.py:186(get_model)
1 0.000 0.000 0.003 0.003 manager.py:1(<module>)
1032 0.003 0.000 0.003 0.000 functional.py:129(__promise__)
1 0.000 0.000 0.003 0.003 xmlreader.py:2(<module>)
18 0.000 0.000 0.003 0.000 datastructures.py:253(__init__)
12 0.000 0.000 0.003 0.000 functional.py:72(lazy)
56 0.000 0.000 0.003 0.000 trans_real.py:307(gettext)
366 0.002 0.000 0.003 0.000 argparse.py:1258(_registry_get)
17 0.000 0.000 0.003 0.000 copy.py:137(deepcopy)
918 0.003 0.000 0.003 0.000 {method 'partition' of 'str' objects}
15 0.000 0.000 0.003 0.000 __init__.py:518(update)
1 0.000 0.000 0.003 0.003 tempfile.py:293(mkdtemp)
48 0.001 0.000 0.003 0.000 related.py:105(_check_relation_model_exists)
158 0.001 0.000 0.003 0.000 __init__.py:912(get_prep_value)
72 0.001 0.000 0.003 0.000 re.py:163(sub)
39 0.000 0.000 0.003 0.000 testcases.py:216(_post_teardown)
1 0.000 0.000 0.003 0.003 uploadedfile.py:3(<module>)
168 0.002 0.000 0.003 0.000 query.py:1845(get_loaded_field_names)
1 0.001 0.001 0.003 0.003 six.py:1(<module>)
82 0.001 0.000 0.003 0.000 expressions.py:181(__init__)
929 0.003 0.000 0.003 0.000 __init__.py:888(get_internal_type)
117 0.001 0.000 0.003 0.000 testcases.py:791(_databases_names)
130 0.002 0.000 0.003 0.000 case.py:641(_getAssertEqualityFunc)
12 0.000 0.000 0.003 0.000 suite.py:19(__init__)
18 0.000 0.000 0.003 0.000 pkg_resources.py:2449(insert_on)
154 0.001 0.000 0.002 0.000 __init__.py:106(<genexpr>)
15 0.000 0.000 0.002 0.000 suite.py:53(addTests)
48 0.000 0.000 0.002 0.000 state.py:264(<genexpr>)
1 0.000 0.000 0.002 0.002 cache.py:1(<module>)
1 0.000 0.000 0.002 0.002 manager.py:100(from_queryset)
407 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:154(new_module)
14 0.000 0.000 0.002 0.000 six.py:640(__new__)
1 0.001 0.001 0.002 0.002 manager.py:76(_get_queryset_methods)
334 0.002 0.000 0.002 0.000 sre_compile.py:468(isstring)
666 0.002 0.000 0.002 0.000 abc.py:437(__init__)
1020 0.002 0.000 0.002 0.000 {built-in method callable}
922 0.002 0.000 0.002 0.000 datastructures.py:14(output_field)
1 0.000 0.000 0.002 0.002 main.py:1(<module>)
30 0.000 0.000 0.002 0.000 defaultfilters.py:35(stringfilter)
1 0.000 0.000 0.002 0.002 fields.py:442(DateField)
1 0.000 0.000 0.002 0.002 transaction.py:1(<module>)
102 0.001 0.000 0.002 0.000 __init__.py:171(get_language)
1 0.000 0.000 0.002 0.002 registry.py:2(<module>)
236 0.002 0.000 0.002 0.000 sre_parse.py:73(opengroup)
132 0.001 0.000 0.002 0.000 __init__.py:558(db_type_suffix)
2 0.000 0.000 0.002 0.001 related.py:1(<module>)
2 0.000 0.000 0.002 0.001 query.py:818(bump_prefix)
848 0.002 0.000 0.002 0.000 query.py:942(join_parent_model)
132/96 0.001 0.000 0.002 0.000 state.py:219(flatten_bases)
1 0.000 0.000 0.002 0.002 pkg_resources.py:2534(DistInfoDistribution)
21 0.000 0.000 0.002 0.000 related.py:1314(__init__)
157 0.001 0.000 0.002 0.000 __init__.py:906(get_db_prep_value)
36 0.001 0.000 0.002 0.000 pkg_resources.py:553(add)
1 0.000 0.000 0.002 0.002 numbers.py:6(<module>)
56 0.001 0.000 0.002 0.000 trans_real.py:284(do_translate)
414 0.001 0.000 0.002 0.000 runtests.py:173(<genexpr>)
12 0.001 0.000 0.002 0.000 base.py:1355(_check_local_fields)
63 0.001 0.000 0.002 0.000 config.py:17(__init__)
81 0.001 0.000 0.002 0.000 case.py:762(assertSequenceEqual)
18 0.001 0.000 0.002 0.000 creation.py:152(sql_for_inline_foreign_key_references)
304 0.001 0.000 0.002 0.000 __init__.py:1330(to_python)
1 0.001 0.001 0.002 0.002 hmac.py:4(<module>)
1 0.000 0.000 0.002 0.002 result.py:1(<module>)
1 0.000 0.000 0.002 0.002 xmlbuilder.py:1(<module>)
1 0.000 0.000 0.002 0.002 tempfile.py:244(gettempdir)
772 0.002 0.000 0.002 0.000 {built-in method proxy}
1 0.000 0.000 0.002 0.002 tempfile.py:156(_get_default_tempdir)
3 0.000 0.000 0.002 0.001 0001_initial.py:2(<module>)
48 0.001 0.000 0.002 0.000 options.py:503(get_all_related_many_to_many_objects)
524 0.002 0.000 0.002 0.000 {method 'get' of 'mappingproxy' objects}
36 0.000 0.000 0.002 0.000 schema.py:165(effective_default)
25 0.000 0.000 0.002 0.000 __init__.py:210(copy)
123 0.001 0.000 0.002 0.000 related.py:86(do_pending_lookups)
202 0.001 0.000 0.002 0.000 query.py:2075(add_votes)
1 0.000 0.000 0.002 0.002 query.py:636(values)
374 0.002 0.000 0.002 0.000 compiler.py:22(__init__)
138 0.001 0.000 0.002 0.000 compiler.py:844(__init__)
39 0.001 0.000 0.002 0.000 testcases.py:227(_urlconf_teardown)
1 0.000 0.000 0.002 0.002 difflib.py:27(<module>)
24 0.001 0.000 0.002 0.000 functional.py:403(partition)
665 0.002 0.000 0.002 0.000 base.py:869(<listcomp>)
67 0.001 0.000 0.002 0.000 related.py:1477(get_joining_columns)
1 0.000 0.000 0.002 0.002 __init__.py:228(savepoint)
78 0.001 0.000 0.002 0.000 urlresolvers.py:599(set_urlconf)
32 0.001 0.000 0.002 0.000 subqueries.py:121(add_update_values)
551 0.002 0.000 0.002 0.000 base.py:354(__init__)
1 0.000 0.000 0.002 0.002 forms.py:3(<module>)
12 0.000 0.000 0.002 0.000 state.py:57(<listcomp>)
132 0.001 0.000 0.002 0.000 manager.py:55(__init__)
843 0.002 0.000 0.002 0.000 __init__.py:583(get_attname)
209 0.001 0.000 0.002 0.000 __init__.py:389(__eq__)
36 0.000 0.000 0.002 0.000 pkg_resources.py:1150(safe_name)
1 0.000 0.000 0.002 0.002 dates.py:1(<module>)
1 0.000 0.000 0.002 0.002 mimetypes.py:64(__init__)
2 0.000 0.000 0.002 0.001 query.py:758(change_aliases)
559 0.002 0.000 0.002 0.000 __init__.py:326(validate_no_broken_transaction)
6 0.001 0.000 0.002 0.000 model_checks.py:20(check_model_signals)
140 0.001 0.000 0.002 0.000 __init__.py:1191(to_python)
6 0.001 0.000 0.002 0.000 django_1_6_0.py:99(<listcomp>)
538 0.002 0.000 0.002 0.000 query.py:685(ref_alias)
1 0.000 0.000 0.002 0.002 __init__.py:210(_savepoint)
105 0.001 0.000 0.002 0.000 posixpath.py:61(isabs)
516 0.002 0.000 0.002 0.000 query.py:566(deferred_to_data)
482 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:641(find_module)
1 0.000 0.000 0.002 0.002 datetime_safe.py:10(<module>)
112 0.001 0.000 0.002 0.000 base.py:505(combine_expression)
48 0.000 0.000 0.002 0.000 related.py:121(_check_referencing_to_swapped_model)
1 0.000 0.000 0.002 0.002 text.py:5(<module>)
677 0.002 0.000 0.002 0.000 options.py:346(<genexpr>)
219 0.001 0.000 0.002 0.000 functools.py:157(__init__)
1 0.000 0.000 0.002 0.002 __init__.py:15(<module>)
396 0.002 0.000 0.002 0.000 base.py:887(<listcomp>)
568 0.002 0.000 0.002 0.000 color.py:54(__getattr__)
198 0.001 0.000 0.002 0.000 compiler.py:335(get_distinct)
493 0.002 0.000 0.002 0.000 manager.py:192(__get__)
26 0.000 0.000 0.002 0.000 related.py:305(do_related_class)
465 0.002 0.000 0.002 0.000 {method 'pop' of 'list' objects}
1 0.000 0.000 0.002 0.002 models.py:374(AbstractUser)
139 0.001 0.000 0.002 0.000 functools.py:318(cache_clear)
2 0.000 0.000 0.002 0.001 base.py:380(sql_flush)
66 0.001 0.000 0.002 0.000 base.py:1196(_check_id_field)
24 0.000 0.000 0.002 0.000 functional.py:205(allow_lazy)
224 0.001 0.000 0.002 0.000 options.py:475(<genexpr>)
446 0.002 0.000 0.002 0.000 {method 'match' of '_sre.SRE_Pattern' objects}
61 0.001 0.000 0.002 0.000 config.py:440(convert)
2 0.000 0.000 0.002 0.001 base.py:386(<listcomp>)
88 0.001 0.000 0.002 0.000 __init__.py:199(deactivate_all)
10 0.000 0.000 0.002 0.000 creation.py:123(<listcomp>)
67 0.001 0.000 0.002 0.000 base.py:185(date_interval_sql)
61 0.001 0.000 0.002 0.000 _weakrefset.py:58(__iter__)
418 0.002 0.000 0.002 0.000 <frozen importlib._bootstrap>:1011(__init__)
236 0.001 0.000 0.002 0.000 sre_parse.py:84(closegroup)
669 0.002 0.000 0.002 0.000 base.py:181(<genexpr>)
28 0.000 0.000 0.002 0.000 manager.py:172(all)
60 0.000 0.000 0.002 0.000 base.py:1441(<genexpr>)
653 0.002 0.000 0.002 0.000 base.py:340(<genexpr>)
270 0.001 0.000 0.002 0.000 options.py:26(normalize_together)
1 0.000 0.000 0.002 0.002 fields.py:575(FileField)
48 0.000 0.000 0.002 0.000 state.py:126(__init__)
1 0.000 0.000 0.002 0.002 glob.py:1(<module>)
49 0.000 0.000 0.002 0.000 base.py:1100(dec)
3 0.000 0.000 0.002 0.001 loader.py:242(_match_path)
732 0.002 0.000 0.002 0.000 {built-in method getlower}
244 0.001 0.000 0.002 0.000 sre_compile.py:51(fixup)
442 0.002 0.000 0.002 0.000 utils.py:18(__init__)
3 0.000 0.000 0.002 0.001 fnmatch.py:19(fnmatch)
50 0.000 0.000 0.002 0.000 widgets.py:139(__new__)
5 0.000 0.000 0.002 0.000 abc.py:148(register)
584 0.002 0.000 0.002 0.000 related.py:1447(<genexpr>)
477 0.001 0.000 0.002 0.000 {method 'update' of 'set' objects}
125 0.001 0.000 0.002 0.000 weakref.py:320(get)
18 0.000 0.000 0.002 0.000 pkg_resources.py:2371(_get_metadata)
192 0.001 0.000 0.002 0.000 state.py:245(<genexpr>)
43 0.001 0.000 0.002 0.000 posixpath.py:148(dirname)
17 0.000 0.000 0.002 0.000 __init__.py:404(__deepcopy__)
20 0.001 0.000 0.002 0.000 abc.py:132(<setcomp>)
567 0.002 0.000 0.002 0.000 options.py:233(setup_pk)
622 0.002 0.000 0.002 0.000 {method 'date' of 'datetime.datetime' objects}
1 0.000 0.000 0.002 0.002 models.py:4(<module>)
3 0.000 0.000 0.002 0.001 fnmatch.py:64(fnmatchcase)
66 0.001 0.000 0.002 0.000 base.py:1140(_check_managers)
1 0.000 0.000 0.002 0.002 _encoded_words.py:6(<module>)
2 0.000 0.000 0.002 0.001 0001_initial.py:8(Migration)
1 0.000 0.000 0.002 0.002 validators.py:270(MinLengthValidator)
71 0.001 0.000 0.002 0.000 query.py:1989(is_nullable)
34 0.000 0.000 0.002 0.000 management.py:30(<genexpr>)
53 0.000 0.000 0.002 0.000 functools.py:85(<lambda>)
39 0.001 0.000 0.002 0.000 client.py:218(__init__)
1 0.000 0.000 0.002 0.002 subprocess.py:879(communicate)
7 0.002 0.000 0.002 0.000 {method 'read' of '_io.BufferedReader' objects}
394 0.002 0.000 0.002 0.000 options.py:322(get_fields_with_model)
568 0.002 0.000 0.002 0.000 color.py:55(<lambda>)
52 0.001 0.000 0.001 0.000 base.py:1132(filter_function)
435 0.001 0.000 0.001 0.000 copy.py:125(_copy_with_constructor)
1 0.000 0.000 0.001 0.001 subprocess.py:1546(_communicate)
102 0.001 0.000 0.001 0.000 trans_real.py:245(get_language)
119 0.001 0.000 0.001 0.000 registry.py:140(get_app_config)
18 0.000 0.000 0.001 0.000 pkg_resources.py:2458(<listcomp>)
12 0.000 0.000 0.001 0.000 dispatcher.py:317(_decorator)
1 0.000 0.000 0.001 0.001 validators.py:281(MaxLengthValidator)
401 0.001 0.000 0.001 0.000 __init__.py:451(validators)
583 0.001 0.000 0.001 0.000 {method 'insert' of 'list' objects}
62 0.001 0.000 0.001 0.000 __init__.py:1239(get_prep_lookup)
60 0.000 0.000 0.001 0.000 base.py:1437(<genexpr>)
1 0.000 0.000 0.001 0.001 tzfile.py:16(_byte_string)
112 0.001 0.000 0.001 0.000 base.py:816(bind_parameter)
20 0.001 0.000 0.001 0.000 introspection.py:53(<listcomp>)
4 0.000 0.000 0.001 0.000 config.py:778(configure_logger)
164 0.001 0.000 0.001 0.000 argparse.py:565(format)
112 0.001 0.000 0.001 0.000 {method 'getvalue' of 'cx_Oracle._BASEVARTYPE' objects}
216 0.001 0.000 0.001 0.000 state.py:298(<genexpr>)
1 0.001 0.001 0.001 0.001 entities.py:1(<module>)
479 0.001 0.000 0.001 0.000 {built-in method is_frozen}
126 0.001 0.000 0.001 0.000 re.py:307(_subx)
1 0.000 0.000 0.001 0.001 __init__.py:69(search_function)
40 0.001 0.000 0.001 0.000 suite.py:223(_tearDownPreviousClass)
198 0.001 0.000 0.001 0.000 where.py:157(get_group_by_cols)
2 0.000 0.000 0.001 0.001 runner.py:1(<module>)
36 0.000 0.000 0.001 0.000 {built-in method sum}
39 0.001 0.000 0.001 0.000 case.py:305(__init__)
1 0.000 0.000 0.001 0.001 runner.py:216(reorder_suite)
39 0.000 0.000 0.001 0.000 testcases.py:204(_urlconf_setup)
66 0.001 0.000 0.001 0.000 base.py:1161(_check_m2m_through_same_relationship)
9 0.001 0.000 0.001 0.000 datetime.py:301(__new__)
557 0.001 0.000 0.001 0.000 sre_parse.py:135(__setitem__)
2 0.000 0.000 0.001 0.001 dumpdata.py:173(sort_dependencies)
234 0.001 0.000 0.001 0.000 testcases.py:899(<genexpr>)
168 0.001 0.000 0.001 0.000 sre_parse.py:725(fix_flags)
4 0.000 0.000 0.001 0.000 creation.py:198(_get_test_db_params)
1 0.000 0.000 0.001 0.001 subprocess.py:1593(_communicate_with_poll)
2 0.000 0.000 0.001 0.001 flush.py:19(add_arguments)
52 0.001 0.000 0.001 0.000 base.py:586(_connect_string)
2 0.000 0.000 0.001 0.001 executor.py:21(migration_plan)
586 0.001 0.000 0.001 0.000 {built-in method chr}
26 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1142(is_package)
39 0.001 0.000 0.001 0.000 suite.py:288(_isnotsuite)
88 0.000 0.000 0.001 0.000 query.py:416(<lambda>)
363 0.001 0.000 0.001 0.000 utils.py:97(__call__)
66 0.001 0.000 0.001 0.000 base.py:1295(_check_index_together)
1 0.000 0.000 0.001 0.001 inspect.py:263(getmembers)
47 0.000 0.000 0.001 0.000 registry.py:133(get_app_configs)
136 0.001 0.000 0.001 0.000 related.py:51(get_accessor_name)
336 0.001 0.000 0.001 0.000 __init__.py:1449(ErrorList)
118/115 0.001 0.000 0.001 0.000 base.py:1097(filter)
85 0.001 0.000 0.001 0.000 suite.py:43(addTest)
7/1 0.000 0.000 0.001 0.001 runner.py:234(partition_suite)
330 0.001 0.000 0.001 0.000 {method 'find' of 'str' objects}
39 0.001 0.000 0.001 0.000 client.py:90(__init__)
3 0.000 0.000 0.001 0.000 config.py:693(configure_handler)
2 0.001 0.001 0.001 0.001 {built-in method fork_exec}
1 0.000 0.000 0.001 0.001 error.py:12(<module>)
2 0.000 0.000 0.001 0.001 migrate.py:197(<listcomp>)
18 0.000 0.000 0.001 0.000 pkg_resources.py:1394(has_metadata)
66 0.001 0.000 0.001 0.000 base.py:1200(<genexpr>)
39 0.000 0.000 0.001 0.000 runner.py:51(startTest)
12 0.000 0.000 0.001 0.000 models.py:23(state_forwards)
451 0.001 0.000 0.001 0.000 {method 'strip' of 'str' objects}
536 0.001 0.000 0.001 0.000 <frozen importlib._bootstrap>:1336(<genexpr>)
16 0.000 0.000 0.001 0.000 argparse.py:1795(take_action)
118 0.001 0.000 0.001 0.000 utils.py:249(__iter__)
416 0.001 0.000 0.001 0.000 {built-in method _fix_co_filename}
15 0.000 0.000 0.001 0.000 {built-in method _count_elements}
22 0.000 0.000 0.001 0.000 expressions.py:74(__sub__)
467 0.001 0.000 0.001 0.000 {built-in method max}
336 0.001 0.000 0.001 0.000 __init__.py:271(_check_null_allowed_for_primary_keys)
376 0.001 0.000 0.001 0.000 __init__.py:707(has_default)
13 0.000 0.000 0.001 0.000 functools.py:82(total_ordering)
6 0.000 0.000 0.001 0.000 checks.py:9(check_user_model)
12 0.000 0.000 0.001 0.000 related.py:1568(<listcomp>)
108 0.001 0.000 0.001 0.000 pkg_resources.py:2308(key)
202 0.001 0.000 0.001 0.000 query.py:1100(check_related_objects)
39 0.001 0.000 0.001 0.000 suite.py:162(_handleModuleFixture)
127 0.001 0.000 0.001 0.000 base.py:69(<listcomp>)
36 0.000 0.000 0.001 0.000 pkg_resources.py:1158(safe_version)
88 0.001 0.000 0.001 0.000 trans_real.py:236(deactivate_all)
48 0.001 0.000 0.001 0.000 __init__.py:1090(_check_mutually_exclusive_options)
378 0.001 0.000 0.001 0.000 {method 'rfind' of 'str' objects}
102 0.001 0.000 0.001 0.000 introspection.py:65(table_name_converter)
335 0.001 0.000 0.001 0.000 query.py:1603(can_filter)
328 0.001 0.000 0.001 0.000 __init__.py:318(validate_no_atomic_block)
2 0.000 0.000 0.001 0.001 base.py:922(fetchone)
2 0.001 0.001 0.001 0.001 {method 'poll' of 'select.poll' objects}
1 0.000 0.000 0.001 0.001 models.py:23(LogEntry)
10 0.000 0.000 0.001 0.000 functools.py:222(decorating_function)
72 0.000 0.000 0.001 0.000 base.py:1432(<genexpr>)
112 0.001 0.000 0.001 0.000 __init__.py:364(<genexpr>)
1 0.000 0.000 0.001 0.001 json.py:47(end_object)
168 0.001 0.000 0.001 0.000 query.py:276(<listcomp>)
22 0.001 0.000 0.001 0.000 related.py:1538(get_normalized_value)
183 0.001 0.000 0.001 0.000 query.py:2059(__init__)
192 0.001 0.000 0.001 0.000 state.py:237(<genexpr>)
1 0.000 0.000 0.001 0.001 options.py:509(ModelAdmin)
4 0.000 0.000 0.001 0.000 config.py:760(common_logger_config)
10 0.000 0.000 0.001 0.000 schema.py:829(_create_index_name)
1 0.000 0.000 0.001 0.001 message.py:106(Message)
2 0.001 0.001 0.001 0.001 {method 'fetchone' of 'cx_Oracle.Cursor' objects}
314 0.001 0.000 0.001 0.000 query.py:2009(get_order_dir)
1 0.001 0.001 0.001 0.001 quoprimime.py:27(<module>)
123 0.001 0.000 0.001 0.000 base.py:133(<genexpr>)
148 0.001 0.000 0.001 0.000 base.py:88(from_datetime)
1 0.000 0.000 0.001 0.001 base.py:128(DatabaseOperations)
401 0.001 0.000 0.001 0.000 validators.py:241(__init__)
1 0.000 0.000 0.001 0.001 nonmultipart.py:5(<module>)
1 0.000 0.000 0.001 0.001 sysconfig.py:1(<module>)
112 0.001 0.000 0.001 0.000 options.py:472(<lambda>)
105 0.001 0.000 0.001 0.000 __init__.py:1218(combine_expression)
78 0.000 0.000 0.001 0.000 registry.py:95(<genexpr>)
1 0.000 0.000 0.001 0.001 argparse.py:62(<module>)
4 0.000 0.000 0.001 0.000 related.py:500(get_queryset)
12 0.000 0.000 0.001 0.000 related.py:268(resolve_related_class)
70 0.001 0.000 0.001 0.000 {built-in method combine}
14 0.000 0.000 0.001 0.000 query_utils.py:63(__invert__)
84 0.001 0.000 0.001 0.000 argparse.py:828(__init__)
39 0.000 0.000 0.001 0.000 posixpath.py:118(splitext)
2 0.000 0.000 0.001 0.000 lazy.py:135(__new__)
239 0.001 0.000 0.001 0.000 transaction.py:141(__init__)
36 0.001 0.000 0.001 0.000 handlers.py:30(_needs_transcode)
210 0.001 0.000 0.001 0.000 datastructures.py:8(__init__)
40 0.001 0.000 0.001 0.000 query.py:853(count_active_tables)
119 0.001 0.000 0.001 0.000 os.py:749(decode)
30 0.000 0.000 0.001 0.000 __init__.py:1215(debug)
2 0.000 0.000 0.001 0.000 util.py:1(<module>)
6 0.000 0.000 0.001 0.000 validators.py:26(__init__)
6 0.000 0.000 0.001 0.000 django_1_6_0.py:17(_check_test_runner)
123 0.001 0.000 0.001 0.000 base.py:140(<genexpr>)
369 0.001 0.000 0.001 0.000 compiler.py:15(<listcomp>)
11 0.001 0.000 0.001 0.000 {built-in method print}
174 0.001 0.000 0.001 0.000 options.py:335(<listcomp>)
4 0.001 0.000 0.001 0.000 __init__.py:28(<listcomp>)
336 0.001 0.000 0.001 0.000 __init__.py:258(_check_db_index)
252 0.001 0.000 0.001 0.000 termcolors.py:60(make_style)
196 0.001 0.000 0.001 0.000 __init__.py:561(unique)
167 0.001 0.000 0.001 0.000 {built-in method compile}
7 0.000 0.000 0.001 0.000 signals.py:15(__init__)
38 0.000 0.000 0.001 0.000 argparse.py:2261(_get_value)
2 0.000 0.000 0.001 0.000 createcachetable.py:15(add_arguments)
6 0.000 0.000 0.001 0.000 migration.py:69(mutate_state)
1 0.001 0.001 0.001 0.001 __init__.py:120(dump)
12 0.000 0.000 0.001 0.000 lookups.py:205(get_db_prep_lookup)
10 0.000 0.000 0.001 0.000 __init__.py:1729(getLogger)
164 0.001 0.000 0.001 0.000 argparse.py:786(__init__)
16 0.000 0.000 0.001 0.000 related.py:74(get_path_info)
13 0.000 0.000 0.001 0.000 options.py:358(get_m2m_with_model)
87 0.001 0.000 0.001 0.000 runner.py:18(__getattr__)
112 0.000 0.000 0.001 0.000 __init__.py:362(<genexpr>)
22 0.000 0.000 0.001 0.000 pkg_resources.py:1815(find_distributions)
164 0.001 0.000 0.001 0.000 argparse.py:556(_metavar_formatter)
47 0.000 0.000 0.001 0.000 {built-in method next}
6/4 0.000 0.000 0.001 0.000 where.py:281(relabel_aliases)
329 0.001 0.000 0.001 0.000 {built-in method id}
46 0.000 0.000 0.001 0.000 __init__.py:1714(get_prep_value)
336 0.001 0.000 0.001 0.000 __init__.py:1435(validate_field)
21 0.001 0.000 0.001 0.000 {built-in method dir}
96 0.001 0.000 0.001 0.000 state.py:233(<lambda>)
10 0.000 0.000 0.001 0.000 __init__.py:1090(getLogger)
3 0.000 0.000 0.001 0.000 decimal.py:3889(__init__)
18 0.000 0.000 0.001 0.000 config.py:310(pop)
1 0.000 0.000 0.001 0.001 recorder.py:22(Migration)
5 0.000 0.000 0.001 0.000 runner.py:23(writeln)
206 0.001 0.000 0.001 0.000 lookups.py:12(_get_lookup)
2 0.000 0.000 0.001 0.000 lazy.py:80(__new__)
1 0.000 0.000 0.001 0.001 html.py:3(<module>)
84 0.000 0.000 0.001 0.000 base.py:1175(<genexpr>)
244 0.001 0.000 0.001 0.000 config.py:142(check_models_ready)
198 0.001 0.000 0.001 0.000 compiler.py:205(<listcomp>)
246 0.001 0.000 0.001 0.000 query.py:689(unref_alias)
2 0.000 0.000 0.001 0.000 query.py:1763(add_extra)
236 0.001 0.000 0.001 0.000 utils.py:311(allow_migrate)
19 0.000 0.000 0.001 0.000 related.py:1760(contribute_to_related_class)
39 0.000 0.000 0.001 0.000 result.py:57(startTest)
1 0.000 0.000 0.001 0.001 filters.py:7(<module>)
29 0.000 0.000 0.001 0.000 base.py:517(_get_sequence_name)
39 0.000 0.000 0.001 0.000 suite.py:122(_handleClassSetUp)
4 0.000 0.000 0.001 0.000 lookups.py:120(relabeled_clone)
48 0.001 0.000 0.001 0.000 {method 'write' of '_io.TextIOWrapper' objects}
10 0.000 0.000 0.001 0.000 related.py:1222(get_joining_columns)
188 0.001 0.000 0.001 0.000 lookups.py:155(get_rhs_op)
66 0.000 0.000 0.001 0.000 base.py:1094(_check_swappable)
1 0.000 0.000 0.001 0.001 formsets.py:1(<module>)
72 0.000 0.000 0.001 0.000 base.py:1430(<genexpr>)
133 0.001 0.000 0.001 0.000 manager.py:130(_set_creation_counter)
24 0.000 0.000 0.001 0.000 sre_parse.py:213(getwhile)
24 0.000 0.000 0.001 0.000 loader.py:50(migrations_module)
1 0.000 0.000 0.001 0.001 opcode.py:5(<module>)
1 0.000 0.000 0.001 0.001 argparse.py:1816(consume_optional)
119 0.001 0.000 0.001 0.000 base.py:694(<listcomp>)
260 0.001 0.000 0.001 0.000 {method 'values' of 'dict' objects}
48 0.000 0.000 0.001 0.000 creation.py:211(_test_settings_get)
44 0.000 0.000 0.001 0.000 config.py:150(get_model)
1 0.000 0.000 0.001 0.001 generator.py:5(<module>)
21 0.000 0.000 0.001 0.000 config.py:298(get)
1 0.000 0.000 0.001 0.001 hashers.py:1(<module>)
14 0.000 0.000 0.001 0.000 timezone.py:318(now)
42 0.000 0.000 0.001 0.000 argparse.py:886(__init__)
1 0.000 0.000 0.001 0.001 tests.py:1(<module>)
1 0.000 0.000 0.001 0.001 models.py:20(Company)
187 0.001 0.000 0.001 0.000 query.py:1326(<genexpr>)
96 0.000 0.000 0.001 0.000 inspect.py:162(isfunction)
22 0.000 0.000 0.001 0.000 sql.py:218(<listcomp>)
10 0.000 0.000 0.001 0.000 related.py:1481(get_reverse_joining_columns)
1 0.000 0.000 0.001 0.001 _compat_pickle.py:8(<module>)
6 0.000 0.000 0.001 0.000 contextlib.py:85(contextmanager)
85 0.000 0.000 0.001 0.000 stat.py:66(S_ISLNK)
274 0.001 0.000 0.001 0.000 {method 'keys' of 'dict' objects}
51 0.000 0.000 0.001 0.000 argparse.py:863(__init__)
1 0.000 0.000 0.001 0.001 runtests.py:186(teardown)
183 0.001 0.000 0.001 0.000 query.py:1266(need_having)
28 0.000 0.000 0.001 0.000 base.py:521(_get_trigger_name)
1 0.000 0.000 0.001 0.001 errors.py:5(<module>)
16 0.000 0.000 0.001 0.000 related.py:1691(get_reverse_path_info)
22 0.000 0.000 0.001 0.000 config.py:286(__getitem__)
55 0.001 0.000 0.001 0.000 {built-in method time}
52 0.000 0.000 0.001 0.000 base.py:599(get_connection_params)
16 0.000 0.000 0.001 0.000 argparse.py:2209(_get_values)
3 0.000 0.000 0.001 0.000 decorators.py:21(_dec)
292 0.001 0.000 0.001 0.000 compiler.py:908(<genexpr>)
36 0.000 0.000 0.001 0.000 __init__.py:1281(_check_fix_default_value)
1 0.000 0.000 0.001 0.001 argparse.py:2026(_match_argument)
197 0.001 0.000 0.001 0.000 {method 'group' of '_sre.SRE_Match' objects}
19 0.000 0.000 0.001 0.000 related.py:1596(contribute_to_related_class)
166 0.001 0.000 0.001 0.000 registry.py:119(check_apps_ready)
46 0.000 0.000 0.001 0.000 _weakrefset.py:26(__exit__)
152 0.001 0.000 0.001 0.000 compiler.py:725(<listcomp>)
201 0.001 0.000 0.001 0.000 base.py:328(lookup_cast)
54 0.000 0.000 0.001 0.000 pkg_resources.py:2409(__getattr__)
22 0.000 0.000 0.001 0.000 base.py:496(__hash__)
250 0.001 0.000 0.001 0.000 functools.py:161(__hash__)
168 0.001 0.000 0.001 0.000 sre_parse.py:68(__init__)
260 0.001 0.000 0.001 0.000 {method 'remove' of 'list' objects}
238 0.001 0.000 0.001 0.000 {method 'isalnum' of 'str' objects}
18 0.000 0.000 0.001 0.000 pkg_resources.py:1458(_fn)
198 0.001 0.000 0.001 0.000 compiler.py:560(get_grouping)
30 0.000 0.000 0.001 0.000 __init__.py:1472(isEnabledFor)
112 0.001 0.000 0.001 0.000 {method 'var' of 'cx_Oracle.Cursor' objects}
255 0.001 0.000 0.001 0.000 {built-in method hash}
12 0.000 0.000 0.001 0.000 related.py:27(add_lazy_relation)
14 0.000 0.000 0.001 0.000 version.py:34(get_major_version)
51 0.000 0.000 0.001 0.000 {method '__reduce_ex__' of 'object' objects}
2 0.000 0.000 0.001 0.000 subqueries.py:110(clone)
217 0.001 0.000 0.001 0.000 {method 'lstrip' of 'str' objects}
2 0.000 0.000 0.001 0.000 fields.py:1(<module>)
2 0.000 0.000 0.001 0.000 tempfile.py:125(__next__)
1 0.000 0.000 0.001 0.001 loaddata.py:30(Command)
22 0.000 0.000 0.001 0.000 __init__.py:41(_check_permission_clashing)
126 0.000 0.000 0.001 0.000 re.py:290(_compile_repl)
36 0.000 0.000 0.001 0.000 glob.py:86(has_magic)
27 0.000 0.000 0.001 0.000 __init__.py:1667(get_prep_value)
1 0.000 0.000 0.001 0.001 zipfile.py:447(_ZipDecrypter)
181 0.001 0.000 0.001 0.000 functional.py:15(curry)
1 0.000 0.000 0.001 0.001 models.py:39(Permission)
1 0.000 0.000 0.001 0.001 models.py:299(PermissionsMixin)
1 0.000 0.000 0.001 0.001 models.py:141(ContentType)
1 0.000 0.000 0.001 0.001 sysconfig.py:119(_safe_realpath)
1 0.001 0.001 0.001 0.001 zipfile.py:460(_GenerateCRCTable)
22 0.000 0.000 0.001 0.000 models.py:132(_add_to_cache)
164 0.001 0.000 0.001 0.000 argparse.py:196(__init__)
39 0.000 0.000 0.001 0.000 genericpath.py:85(_splitext)
1 0.000 0.000 0.001 0.001 smartif.py:3(<module>)
42 0.000 0.000 0.001 0.000 case.py:667(_baseAssertEqual)
26 0.000 0.000 0.001 0.000 <frozen importlib._bootstrap>:1462(_resolve_name)
24 0.000 0.000 0.001 0.000 query.py:420(<listcomp>)
28 0.000 0.000 0.001 0.000 base.py:82(__init__)
39 0.001 0.000 0.001 0.000 testcases.py:73(restore_transaction_methods)
2 0.000 0.000 0.001 0.000 aggregates.py:3(<module>)
72 0.000 0.000 0.001 0.000 related.py:2021(<genexpr>)
1 0.000 0.000 0.001 0.001 models.py:46(Experiment)
203 0.001 0.000 0.001 0.000 {method 'union' of 'set' objects}
18 0.000 0.000 0.001 0.000 datastructures.py:268(__iter__)
175 0.001 0.000 0.001 0.000 utils.py:34(__enter__)
1 0.000 0.000 0.001 0.001 models.py:24(Session)
16 0.000 0.000 0.001 0.000 <string>:24(_replace)
49 0.000 0.000 0.001 0.000 related.py:1725(get_attname_column)
148 0.001 0.000 0.001 0.000 timezone.py:332(is_aware)
198 0.001 0.000 0.001 0.000 {method 'decode' of 'bytes' objects}
123 0.001 0.000 0.001 0.000 {method 'copy' of 'mappingproxy' objects}
257 0.001 0.000 0.001 0.000 hmac.py:10(<genexpr>)
38 0.000 0.000 0.001 0.000 subqueries.py:99(_setup_query)
257 0.001 0.000 0.001 0.000 hmac.py:9(<genexpr>)
2 0.000 0.000 0.001 0.000 sql.py:235(emit_pre_migrate_signal)
138 0.001 0.000 0.001 0.000 subqueries.py:189(insert_values)
70 0.000 0.000 0.001 0.000 six.py:150(__init__)
1 0.000 0.000 0.001 0.001 threading.py:1(<module>)
84 0.000 0.000 0.001 0.000 __init__.py:108(<genexpr>)
164 0.000 0.000 0.000 0.000 argparse.py:1469(_check_conflict)
18 0.000 0.000 0.000 0.000 pkg_resources.py:1497(_has)
1 0.000 0.000 0.000 0.000 socketserver.py:120(<module>)
234 0.000 0.000 0.000 0.000 case.py:336(addTypeEqualityFunc)
3 0.000 0.000 0.000 0.000 related.py:1878(__init__)
13 0.000 0.000 0.000 0.000 functools.py:99(<listcomp>)
61 0.000 0.000 0.000 0.000 stat.py:46(S_ISDIR)
7 0.000 0.000 0.000 0.000 six.py:629(with_metaclass)
4 0.000 0.000 0.000 0.000 config.py:752(add_handlers)
25 0.000 0.000 0.000 0.000 base.py:525(bulk_insert_sql)
179 0.000 0.000 0.000 0.000 {method 'clear' of 'dict' objects}
1 0.000 0.000 0.000 0.000 calendar.py:6(<module>)
21 0.000 0.000 0.000 0.000 related.py:1245(__init__)
150 0.000 0.000 0.000 0.000 __init__.py:74(__setattr__)
24 0.000 0.000 0.000 0.000 functional.py:250(__setattr__)
1 0.000 0.000 0.000 0.000 tokens.py:2(<module>)
39 0.000 0.000 0.000 0.000 result.py:77(stopTest)
171 0.000 0.000 0.000 0.000 dispatcher.py:243(_clear_dead_receivers)
157 0.000 0.000 0.000 0.000 compiler.py:485(<listcomp>)
36 0.000 0.000 0.000 0.000 re.py:230(escape)
8 0.000 0.000 0.000 0.000 resolver.py:25(add_implicit_resolver)
161 0.000 0.000 0.000 0.000 related.py:1218(is_hidden)
1 0.000 0.000 0.000 0.000 gzip.py:4(<module>)
20 0.000 0.000 0.000 0.000 {built-in method access}
51 0.000 0.000 0.000 0.000 copyreg.py:87(__newobj__)
134 0.000 0.000 0.000 0.000 related.py:1479(<genexpr>)
91 0.000 0.000 0.000 0.000 color.py:53(dummy)
8 0.000 0.000 0.000 0.000 migrate.py:211(<genexpr>)
1 0.000 0.000 0.000 0.000 shutil.py:429(rmtree)
2 0.000 0.000 0.000 0.000 case.py:411(_addSkip)
144 0.000 0.000 0.000 0.000 {method 'isupper' of 'str' objects}
41 0.000 0.000 0.000 0.000 suite.py:154(_get_previous_module)
17 0.000 0.000 0.000 0.000 copy.py:256(_keep_alive)
201 0.000 0.000 0.000 0.000 {method 'isidentifier' of 'str' objects}
179 0.000 0.000 0.000 0.000 {built-in method divmod}
64 0.000 0.000 0.000 0.000 query.py:1667(add_ordering)
1 0.000 0.000 0.000 0.000 loader.py:228(_get_name_from_path)
15 0.000 0.000 0.000 0.000 config.py:55(_path_from_module)
1 0.000 0.000 0.000 0.000 datastructures.py:1(<module>)
47 0.000 0.000 0.000 0.000 result.py:63(_setupStdout)
112 0.000 0.000 0.000 0.000 base.py:371(return_insert_id)
12 0.000 0.000 0.000 0.000 __init__.py:648(<listcomp>)
1 0.000 0.000 0.000 0.000 where.py:3(<module>)
14 0.000 0.000 0.000 0.000 minicompat.py:101(defproperty)
1 0.000 0.000 0.000 0.000 global_settings.py:6(<module>)
45 0.000 0.000 0.000 0.000 argparse.py:1460(_get_handler)
95 0.000 0.000 0.000 0.000 {built-in method is_builtin}
119 0.000 0.000 0.000 0.000 {function DictWrapper.__getitem__ at 0x7f43775d3830}
114 0.000 0.000 0.000 0.000 __init__.py:1020(_check_max_length_attribute)
16 0.000 0.000 0.000 0.000 <string>:16(_make)
2 0.000 0.000 0.000 0.000 runner.py:82(addSkip)
156 0.000 0.000 0.000 0.000 stat.py:27(S_IFMT)
1 0.000 0.000 0.000 0.000 models.py:64(Site)
28 0.000 0.000 0.000 0.000 version.py:42(get_complete_version)
37 0.000 0.000 0.000 0.000 os.py:694(__iter__)
39 0.000 0.000 0.000 0.000 base.py:28(__init__)
22 0.000 0.000 0.000 0.000 pkg_resources.py:2770(_find_adapter)
80 0.000 0.000 0.000 0.000 _weakrefset.py:36(__init__)
1 0.000 0.000 0.000 0.000 models.py:242(__new__)
1 0.000 0.000 0.000 0.000 models.py:190(AbstractBaseUser)
72 0.000 0.000 0.000 0.000 related.py:2023(<genexpr>)
48 0.000 0.000 0.000 0.000 abc.py:456(__iter__)
12 0.000 0.000 0.000 0.000 glob.py:68(<listcomp>)
2 0.000 0.000 0.000 0.000 expressions.py:1(<module>)
1 0.000 0.000 0.000 0.000 admin_urls.py:1(<module>)
60 0.000 0.000 0.000 0.000 related.py:1353(<genexpr>)
1 0.000 0.000 0.000 0.000 models.py:94(Group)
1 0.000 0.000 0.000 0.000 paginator.py:1(<module>)
104 0.000 0.000 0.000 0.000 query.py:1687(clear_ordering)
1 0.000 0.000 0.000 0.000 datastructures.py:4(<module>)
35 0.000 0.000 0.000 0.000 base.py:1072(tag)
53 0.000 0.000 0.000 0.000 _weakrefset.py:81(add)
14 0.000 0.000 0.000 0.000 color.py:11(supports_color)
2 0.000 0.000 0.000 0.000 wsgi.py:1(<module>)
12 0.000 0.000 0.000 0.000 posixpath.py:102(split)
42 0.000 0.000 0.000 0.000 {method 'isatty' of '_io.TextIOWrapper' objects}
5 0.000 0.000 0.000 0.000 __init__.py:741(__init__)
15 0.000 0.000 0.000 0.000 __init__.py:474(most_common)
2 0.000 0.000 0.000 0.000 __init__.py:1334(<listcomp>)
1 0.000 0.000 0.000 0.000 helpers.py:22(ActionForm)
130 0.000 0.000 0.000 0.000 manager.py:189(__init__)
1 0.000 0.000 0.000 0.000 recorder.py:28(Meta)
12 0.000 0.000 0.000 0.000 state.py:35(clone)
123 0.000 0.000 0.000 0.000 options.py:348(<listcomp>)
1 0.000 0.000 0.000 0.000 ascii.py:8(<module>)
28 0.000 0.000 0.000 0.000 options.py:562(get_parent_list)
1 0.000 0.000 0.000 0.000 safestring.py:6(<module>)
2 0.000 0.000 0.000 0.000 config.py:676(configure_filter)
1 0.000 0.000 0.000 0.000 sites.py:26(AdminSite)
2 0.000 0.000 0.000 0.000 utils.py:188(prepare_test_settings)
112 0.000 0.000 0.000 0.000 __init__.py:1227(modify_insert_params)
46 0.000 0.000 0.000 0.000 _weakrefset.py:20(__enter__)
1 0.000 0.000 0.000 0.000 state.py:1(<module>)
22 0.000 0.000 0.000 0.000 migrate.py:203(model_installed)
21 0.000 0.000 0.000 0.000 dispatcher.py:32(__init__)
1 0.000 0.000 0.000 0.000 0001_initial.py:7(Migration)
56 0.000 0.000 0.000 0.000 {built-in method locals}
2 0.000 0.000 0.000 0.000 config.py:468(configure_custom)
140 0.000 0.000 0.000 0.000 base.py:447(value_to_db_date)
3 0.000 0.000 0.000 0.000 checks.py:2(<module>)
104 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1145(<genexpr>)
3 0.000 0.000 0.000 0.000 related.py:2306(contribute_to_related_class)
15 0.000 0.000 0.000 0.000 argparse.py:1404(_get_positional_kwargs)
1 0.000 0.000 0.000 0.000 suite.py:1(<module>)
1 0.000 0.000 0.000 0.000 encoding.py:227(get_system_encoding)
1 0.000 0.000 0.000 0.000 writer.py:1(<module>)
2 0.000 0.000 0.000 0.000 __init__.py:1319(<listcomp>)
18 0.000 0.000 0.000 0.000 pkg_resources.py:1976(fixup_namespace_packages)
110 0.000 0.000 0.000 0.000 {method 'reverse' of 'list' objects}
38 0.000 0.000 0.000 0.000 subqueries.py:138(add_update_fields)
22 0.000 0.000 0.000 0.000 models.py:31(_get_from_cache)
9 0.000 0.000 0.000 0.000 __init__.py:1720(get_prep_lookup)
2 0.000 0.000 0.000 0.000 signals.py:33(connect)
21 0.000 0.000 0.000 0.000 related.py:1202(__init__)
1 0.000 0.000 0.000 0.000 _policybase.py:99(_extend_docstrings)
114 0.000 0.000 0.000 0.000 query.py:1498(<genexpr>)
8 0.000 0.000 0.000 0.000 transaction.py:26(get_autocommit)
1 0.000 0.000 0.000 0.000 locale.py:487(getdefaultlocale)
42 0.000 0.000 0.000 0.000 itercompat.py:8(is_iterable)
19 0.000 0.000 0.000 0.000 query.py:1069(__init__)
14 0.000 0.000 0.000 0.000 {method 'sort' of 'list' objects}
2 0.000 0.000 0.000 0.000 tempfile.py:128(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:27(BaseDatabaseWrapper)
3 0.000 0.000 0.000 0.000 testcases.py:961(decorator)
9 0.000 0.000 0.000 0.000 argparse.py:903(__init__)
4 0.000 0.000 0.000 0.000 related.py:1449(get_local_related_value)
86 0.000 0.000 0.000 0.000 functools.py:63(wraps)
3 0.000 0.000 0.000 0.000 base.py:291(copy_managers)
44 0.000 0.000 0.000 0.000 six.py:99(__init__)
2 0.000 0.000 0.000 0.000 base.py:1137(dec)
66 0.000 0.000 0.000 0.000 __init__.py:161(get_permission_codename)
6 0.000 0.000 0.000 0.000 base.py:708(<listcomp>)
1 0.000 0.000 0.000 0.000 base.py:374(savepoint_create_sql)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2822(_initialize)
1 0.000 0.000 0.000 0.000 representer.py:2(<module>)
101 0.000 0.000 0.000 0.000 trans_real.py:199(to_language)
1 0.000 0.000 0.000 0.000 posixpath.py:454(relpath)
2 0.000 0.000 0.000 0.000 fnmatch.py:74(translate)
1 0.000 0.000 0.000 0.000 synch.py:7(<module>)
1 0.000 0.000 0.000 0.000 shutil.py:380(_rmtree_safe_fd)
1 0.000 0.000 0.000 0.000 validation.py:1(<module>)
2 0.000 0.000 0.000 0.000 query.py:1144(_clone)
1 0.000 0.000 0.000 0.000 events.py:4(<module>)
5 0.000 0.000 0.000 0.000 expressions.py:77(__mul__)
8 0.000 0.000 0.000 0.000 creation.py:241(_test_database_tblspace_tmp)
3 0.000 0.000 0.000 0.000 cache.py:45(never_cache)
13 0.000 0.000 0.000 0.000 lookups.py:114(rhs_is_direct_value)
111 0.000 0.000 0.000 0.000 deprecation.py:17(__init__)
1 0.000 0.000 0.000 0.000 datetime.py:1807(timezone)
1 0.000 0.000 0.000 0.000 models.py:11(Employee)
6 0.000 0.000 0.000 0.000 django_1_7_0.py:6(check_1_7_compatibility)
9 0.000 0.000 0.000 0.000 argparse.py:2254(<listcomp>)
27 0.000 0.000 0.000 0.000 decimal.py:3950(__setattr__)
16 0.000 0.000 0.000 0.000 suite.py:11(_call_if_exists)
2 0.000 0.000 0.000 0.000 loader.py:247(detect_conflicts)
114 0.000 0.000 0.000 0.000 query.py:1497(<genexpr>)
6 0.000 0.000 0.000 0.000 checks.py:13(check_admin_app)
12 0.000 0.000 0.000 0.000 random.py:245(choice)
43 0.000 0.000 0.000 0.000 {built-in method openssl_md5}
4 0.000 0.000 0.000 0.000 random.py:84(__init__)
84 0.000 0.000 0.000 0.000 base.py:1172(<genexpr>)
2 0.000 0.000 0.000 0.000 transaction.py:288(__call__)
9 0.000 0.000 0.000 0.000 base.py:471(__repr__)
1 0.000 0.000 0.000 0.000 loader.py:28(<module>)
4 0.000 0.000 0.000 0.000 query.py:176(extra)
96 0.000 0.000 0.000 0.000 {method 'index' of 'tuple' objects}
4 0.000 0.000 0.000 0.000 graph.py:79(leaf_nodes)
115 0.000 0.000 0.000 0.000 __init__.py:1937(get_internal_type)
2 0.000 0.000 0.000 0.000 fields.py:68(__init__)
4 0.000 0.000 0.000 0.000 creation.py:223(_test_database_name)
49 0.000 0.000 0.000 0.000 related.py:1722(get_attname)
9 0.000 0.000 0.000 0.000 related.py:2208(_get_m2m_db_table)
8 0.000 0.000 0.000 0.000 loaddata.py:252(parse_name)
30 0.000 0.000 0.000 0.000 related.py:1647(_check_on_delete)
1 0.000 0.000 0.000 0.000 locale.py:437(_parse_localename)
22 0.000 0.000 0.000 0.000 encoder.py:397(_iterencode)
22 0.000 0.000 0.000 0.000 pkgutil.py:412(get_importer)
31 0.000 0.000 0.000 0.000 posixpath.py:49(normcase)
114 0.000 0.000 0.000 0.000 six.py:82(__init__)
78 0.000 0.000 0.000 0.000 base.py:1338(<genexpr>)
10 0.000 0.000 0.000 0.000 related.py:1437(reverse_related_fields)
11 0.000 0.000 0.000 0.000 smartif.py:44(infix)
7 0.000 0.000 0.000 0.000 __init__.py:1197(__init__)
80 0.000 0.000 0.000 0.000 argparse.py:587(<listcomp>)
112 0.000 0.000 0.000 0.000 {method '__contains__' of 'frozenset' objects}
3 0.000 0.000 0.000 0.000 charset.py:211(__init__)
3 0.000 0.000 0.000 0.000 decorators.py:93(_decorator)
5 0.000 0.000 0.000 0.000 tests.py:649(<listcomp>)
2 0.000 0.000 0.000 0.000 tempfile.py:114(rng)
1 0.000 0.000 0.000 0.000 result.py:24(TestResult)
108 0.000 0.000 0.000 0.000 manager.py:73(check)
75 0.000 0.000 0.000 0.000 expressions.py:36(prepare)
22 0.000 0.000 0.000 0.000 abc.py:412(keys)
14 0.000 0.000 0.000 0.000 argparse.py:127(_get_kwargs)
17 0.000 0.000 0.000 0.000 __init__.py:415(__copy__)
1 0.000 0.000 0.000 0.000 base.py:412(sequence_reset_sql)
1 0.000 0.000 0.000 0.000 tempfile.py:131(_candidate_tempdir_list)
39 0.000 0.000 0.000 0.000 case.py:48(__init__)
1 0.000 0.000 0.000 0.000 special.py:1(<module>)
12 0.000 0.000 0.000 0.000 functional.py:80(__proxy__)
1 0.000 0.000 0.000 0.000 serializer.py:2(<module>)
43 0.000 0.000 0.000 0.000 widgets.py:107(media_property)
3 0.000 0.000 0.000 0.000 random.py:93(seed)
5 0.000 0.000 0.000 0.000 config.py:379(resolve)
2 0.000 0.000 0.000 0.000 expressions.py:16(relabeled_clone)
84 0.000 0.000 0.000 0.000 related.py:216(<genexpr>)
5 0.000 0.000 0.000 0.000 tests.py:641(<listcomp>)
1 0.000 0.000 0.000 0.000 admin_static.py:1(<module>)
19 0.000 0.000 0.000 0.000 query.py:974(remove_inherited_models)
5 0.000 0.000 0.000 0.000 os.py:679(__setitem__)
36 0.000 0.000 0.000 0.000 {method 'update' of '_hashlib.HASH' objects}
96 0.000 0.000 0.000 0.000 glob.py:93(_ishidden)
66 0.000 0.000 0.000 0.000 base.py:1125(_check_model)
60 0.000 0.000 0.000 0.000 query.py:1576(set_limits)
3 0.000 0.000 0.000 0.000 result.py:12(failfast)
26 0.000 0.000 0.000 0.000 __init__.py:200(_acquireLock)
6 0.000 0.000 0.000 0.000 django_1_7_0.py:13(_check_middleware_classes)
2 0.000 0.000 0.000 0.000 utils.py:160(ensure_defaults)
42 0.000 0.000 0.000 0.000 {method 'hexdigest' of '_hashlib.HASH' objects}
1 0.000 0.000 0.000 0.000 loader.py:82(loadTestsFromName)
2 0.000 0.000 0.000 0.000 base.py:574(__init__)
1 0.000 0.000 0.000 0.000 context.py:1(<module>)
1 0.000 0.000 0.000 0.000 cache.py:44(<module>)
28 0.000 0.000 0.000 0.000 __init__.py:1314(<genexpr>)
14 0.000 0.000 0.000 0.000 {built-in method now}
86 0.000 0.000 0.000 0.000 global_settings.py:6(<lambda>)
33 0.000 0.000 0.000 0.000 html.py:61(<genexpr>)
1 0.000 0.000 0.000 0.000 synch.py:16(RWLock)
1 0.000 0.000 0.000 0.000 pulldom.py:1(<module>)
15 0.000 0.000 0.000 0.000 argparse.py:1004(__init__)
1 0.000 0.000 0.000 0.000 lazy.py:168(<listcomp>)
1 0.000 0.000 0.000 0.000 questioner.py:1(<module>)
30 0.000 0.000 0.000 0.000 __init__.py:1458(getEffectiveLevel)
1 0.000 0.000 0.000 0.000 management.py:1(<module>)
88 0.000 0.000 0.000 0.000 __init__.py:47(<genexpr>)
9 0.000 0.000 0.000 0.000 {built-in method close}
8 0.000 0.000 0.000 0.000 base.py:673(schema_editor)
60 0.000 0.000 0.000 0.000 registry.py:126(check_models_ready)
1 0.000 0.000 0.000 0.000 contextlib.py:1(<module>)
44 0.000 0.000 0.000 0.000 manager.py:157(db)
1 0.000 0.000 0.000 0.000 lazy.py:114(<listcomp>)
83 0.000 0.000 0.000 0.000 __init__.py:1119(validate_autopk_value)
80 0.000 0.000 0.000 0.000 __init__.py:1752(get_internal_type)
1 0.000 0.000 0.000 0.000 queue.py:1(<module>)
26 0.000 0.000 0.000 0.000 related.py:15(__init__)
39 0.000 0.000 0.000 0.000 testcases.py:68(disable_transaction_methods)
67 0.000 0.000 0.000 0.000 __init__.py:594(get_internal_type)
4 0.000 0.000 0.000 0.000 pkg_resources.py:92(_declare_state)
26 0.000 0.000 0.000 0.000 __init__.py:209(_releaseLock)
3 0.000 0.000 0.000 0.000 expressions.py:114(__rmul__)
1 0.000 0.000 0.000 0.000 migration.py:1(<module>)
6 0.000 0.000 0.000 0.000 decimal.py:557(__new__)
62 0.000 0.000 0.000 0.000 lazy.py:92(lazy)
24 0.000 0.000 0.000 0.000 __init__.py:734(bulk_batch_size)
48 0.000 0.000 0.000 0.000 expressions.py:54(prepare_database_save)
1 0.000 0.000 0.000 0.000 functional.py:233(LazyObject)
39 0.000 0.000 0.000 0.000 case.py:515(doCleanups)
1 0.000 0.000 0.000 0.000 response.py:7(<module>)
60 0.000 0.000 0.000 0.000 __init__.py:869(_check_primary_key)
4 0.000 0.000 0.000 0.000 related.py:1441(local_related_fields)
92 0.000 0.000 0.000 0.000 {built-in method abs}
3 0.000 0.000 0.000 0.000 os.py:763(getenv)
84 0.000 0.000 0.000 0.000 lazy.py:145(lazy)
12 0.000 0.000 0.000 0.000 registry.py:247(get_registered_model)
4 0.000 0.000 0.000 0.000 related.py:1733(get_default)
1 0.000 0.000 0.000 0.000 _exceptions.py:1(<module>)
1 0.000 0.000 0.000 0.000 query.py:690(all)
19 0.000 0.000 0.000 0.000 related.py:299(set_attributes_from_rel)
18 0.000 0.000 0.000 0.000 graph.py:55(<lambda>)
1 0.000 0.000 0.000 0.000 messages.py:2(<module>)
14 0.000 0.000 0.000 0.000 argparse.py:1023(__init__)
1 0.000 0.000 0.000 0.000 tests.py:214(test)
12 0.000 0.000 0.000 0.000 models.py:123(clear_cache)
73 0.000 0.000 0.000 0.000 {method 'copy' of 'set' objects}
1 0.000 0.000 0.000 0.000 management.py:3(<module>)
22 0.000 0.000 0.000 0.000 query.py:1087(check_query_object_type)
1 0.000 0.000 0.000 0.000 static.py:4(<module>)
49 0.000 0.000 0.000 0.000 {method 'title' of 'str' objects}
1 0.000 0.000 0.000 0.000 actions.py:3(<module>)
37 0.000 0.000 0.000 0.000 {method 'search' of '_sre.SRE_Pattern' objects}
1 0.000 0.000 0.000 0.000 scanner.py:27(<module>)
1 0.000 0.000 0.000 0.000 tests.py:16(ExpressionsTests)
2 0.000 0.000 0.000 0.000 base.py:1136(simple_tag)
2 0.000 0.000 0.000 0.000 exceptions.py:1(<module>)
50 0.000 0.000 0.000 0.000 models.py:56(duration)
8 0.000 0.000 0.000 0.000 creation.py:232(_test_database_user)
16 0.000 0.000 0.000 0.000 argparse.py:857(__call__)
18 0.000 0.000 0.000 0.000 related.py:1923(_check_ignored_options)
2 0.000 0.000 0.000 0.000 config.py:685(add_filters)
46 0.000 0.000 0.000 0.000 _weakrefset.py:16(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:905(__init__)
1 0.000 0.000 0.000 0.000 csrf.py:1(<module>)
101 0.000 0.000 0.000 0.000 opcode.py:28(def_op)
1 0.000 0.000 0.000 0.000 decorators.py:15(method_decorator)
19 0.000 0.000 0.000 0.000 related.py:482(__init__)
26 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:1120(__init__)
2 0.000 0.000 0.000 0.000 inspect.py:809(getargspec)
1 0.000 0.000 0.000 0.000 models.py:37(Number)
57 0.000 0.000 0.000 0.000 related.py:340(related_query_name)
58 0.000 0.000 0.000 0.000 options.py:41(<genexpr>)
3 0.000 0.000 0.000 0.000 loader.py:37(_jython_aware_splitext)
4 0.000 0.000 0.000 0.000 creation.py:250(_test_database_tblspace_tmp_datafile)
5 0.000 0.000 0.000 0.000 __init__.py:722(_addHandlerRef)
6 0.000 0.000 0.000 0.000 __init__.py:1141(_fixupParents)
3 0.000 0.000 0.000 0.000 __init__.py:757(set_name)
66 0.000 0.000 0.000 0.000 {built-in method vars}
10 0.000 0.000 0.000 0.000 options.py:314(concrete_fields)
47 0.000 0.000 0.000 0.000 result.py:82(_restoreStdout)
4 0.000 0.000 0.000 0.000 case.py:367(setUpClass)
72 0.000 0.000 0.000 0.000 base.py:1427(<genexpr>)
22 0.000 0.000 0.000 0.000 pkg_resources.py:2763(_get_mro)
65 0.000 0.000 0.000 0.000 sre_parse.py:222(tell)
1 0.000 0.000 0.000 0.000 runner.py:106(printErrors)
8 0.000 0.000 0.000 0.000 contextlib.py:46(__enter__)
12 0.000 0.000 0.000 0.000 random.py:215(_randbelow)
1 0.000 0.000 0.000 0.000 loader.py:216(_get_directory_containing_module)
14 0.000 0.000 0.000 0.000 utils.py:45(__eq__)
26 0.000 0.000 0.000 0.000 {built-in method repr}
66 0.000 0.000 0.000 0.000 {method 'values' of 'mappingproxy' objects}
3 0.000 0.000 0.000 0.000 datetime.py:1299(__new__)
1 0.000 0.000 0.000 0.000 dumpdata.py:1(<module>)
66 0.000 0.000 0.000 0.000 base.py:1308(<genexpr>)
46 0.000 0.000 0.000 0.000 _weakrefset.py:52(_commit_removals)
1 0.000 0.000 0.000 0.000 text.py:68(Truncator)
1 0.000 0.000 0.000 0.000 python.py:37(get_dump_object)
53 0.000 0.000 0.000 0.000 {method 'rstrip' of 'str' objects}
48 0.000 0.000 0.000 0.000 __init__.py:1096(<listcomp>)
49 0.000 0.000 0.000 0.000 {method 'count' of 'list' objects}
1 0.000 0.000 0.000 0.000 runner.py:158(is_discoverable)
20 0.000 0.000 0.000 0.000 __init__.py:171(_checkLevel)
5 0.000 0.000 0.000 0.000 __init__.py:1384(addHandler)
42 0.000 0.000 0.000 0.000 version.py:38(<genexpr>)
1 0.000 0.000 0.000 0.000 {built-in method tzset}
1 0.000 0.000 0.000 0.000 cookies.py:516(load)
3 0.000 0.000 0.000 0.000 subprocess.py:1507(wait)
60 0.000 0.000 0.000 0.000 {method 'issubset' of 'set' objects}
4 0.000 0.000 0.000 0.000 creation.py:246(_test_database_tblspace_datafile)
12 0.000 0.000 0.000 0.000 __init__.py:685(<listcomp>)
68 0.000 0.000 0.000 0.000 {built-in method globals}
36 0.000 0.000 0.000 0.000 subqueries.py:154(get_related_updates)
18 0.000 0.000 0.000 0.000 related.py:1911(_check_unique)
32/22 0.000 0.000 0.000 0.000 encoder.py:321(_iterencode_dict)
1 0.000 0.000 0.000 0.000 os.py:40(_get_exports_list)
3 0.000 0.000 0.000 0.000 expressions.py:80(__truediv__)
1 0.000 0.000 0.000 0.000 shortcuts.py:5(<module>)
7 0.000 0.000 0.000 0.000 base.py:1110(dec)
4 0.000 0.000 0.000 0.000 json.py:60(getvalue)
15 0.000 0.000 0.000 0.000 argparse.py:1698(_get_positional_actions)
1 0.000 0.000 0.000 0.000 saxutils.py:4(<module>)
1 0.000 0.000 0.000 0.000 error.py:2(<module>)
1 0.000 0.000 0.000 0.000 decimal.py:548(Decimal)
13 0.000 0.000 0.000 0.000 argparse.py:2053(<listcomp>)
1 0.000 0.000 0.000 0.000 cookies.py:530(__parse_string)
41 0.000 0.000 0.000 0.000 cookies.py:476(__init__)
9 0.000 0.000 0.000 0.000 deconstruct.py:1(deconstructible)
1 0.000 0.000 0.000 0.000 locmem.py:21(__init__)
1 0.000 0.000 0.000 0.000 manager.py:138(_copy_to_model)
2 0.000 0.000 0.000 0.000 expressions.py:108(__radd__)
7 0.000 0.000 0.000 0.000 html.py:35(<genexpr>)
8 0.000 0.000 0.000 0.000 copyreg.py:90(_slotnames)
2 0.000 0.000 0.000 0.000 expressions.py:111(__rsub__)
1 0.000 0.000 0.000 0.000 model_checks.py:2(<module>)
56 0.000 0.000 0.000 0.000 gettext.py:171(gettext)
2 0.000 0.000 0.000 0.000 python.py:47(handle_field)
1 0.000 0.000 0.000 0.000 tests.py:654(test_delta_invalid_op_mult)
1 0.000 0.000 0.000 0.000 pprint.py:35(<module>)
31 0.000 0.000 0.000 0.000 _os.py:39(upath)
11 0.000 0.000 0.000 0.000 opcode.py:32(name_op)
2 0.000 0.000 0.000 0.000 expressions.py:126(__rpow__)
1 0.000 0.000 0.000 0.000 os.py:1020(close)
8 0.000 0.000 0.000 0.000 codecs.py:310(decode)
1 0.000 0.000 0.000 0.000 datetime.py:484(__neg__)
22 0.000 0.000 0.000 0.000 models.py:24(_get_opts)
1 0.000 0.000 0.000 0.000 expressions.py:140(F)
1 0.000 0.000 0.000 0.000 runtests.py:87(get_installed)
46 0.000 0.000 0.000 0.000 {method 'index' of 'str' objects}
8 0.000 0.000 0.000 0.000 contextlib.py:52(__exit__)
1 0.000 0.000 0.000 0.000 termcolors.py:3(<module>)
2 0.000 0.000 0.000 0.000 inspect.py:833(getfullargspec)
2 0.000 0.000 0.000 0.000 json.py:27(start_serialization)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1763(PathMetadata)
19 0.000 0.000 0.000 0.000 base.py:1093(tag_function)
50 0.000 0.000 0.000 0.000 query.py:1501(<genexpr>)
1 0.000 0.000 0.000 0.000 sre_parse.py:766(parse_template)
1 0.000 0.000 0.000 0.000 emitter.py:9(<module>)
1 0.000 0.000 0.000 0.000 version.py:1(<module>)
5 0.000 0.000 0.000 0.000 datetime.py:645(__new__)
1 0.000 0.000 0.000 0.000 django_1_6_0.py:2(<module>)
47 0.000 0.000 0.000 0.000 abc.py:8(abstractmethod)
1 0.000 0.000 0.000 0.000 graph.py:1(<module>)
1 0.000 0.000 0.000 0.000 parser.py:62(<module>)
2 0.000 0.000 0.000 0.000 expressions.py:117(__rtruediv__)
1 0.000 0.000 0.000 0.000 regex_helper.py:7(<module>)
1 0.000 0.000 0.000 0.000 tests.py:670(test_delta_invalid_op_mod)
1 0.000 0.000 0.000 0.000 tests.py:363(ExpressionOperatorTests)
6 0.000 0.000 0.000 0.000 functional.py:16(_curried)
52 0.000 0.000 0.000 0.000 _compat_pickle.py:136(<genexpr>)
1 0.000 0.000 0.000 0.000 widgets.py:315(AdminURLFieldWidget)
1 0.000 0.000 0.000 0.000 proxy.py:4(<module>)
36 0.000 0.000 0.000 0.000 {method '__contains__' of 'set' objects}
17 0.000 0.000 0.000 0.000 registry.py:245(<lambda>)
8 0.000 0.000 0.000 0.000 creation.py:238(_test_database_tblspace)
2 0.000 0.000 0.000 0.000 expressions.py:86(__mod__)
18 0.000 0.000 0.000 0.000 __init__.py:945(_check_null)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:591(_requires_builtin_wrapper)
8 0.000 0.000 0.000 0.000 contextlib.py:113(helper)
1 0.000 0.000 0.000 0.000 client.py:84(ClientHandler)
13 0.000 0.000 0.000 0.000 argparse.py:2057(<listcomp>)
48 0.000 0.000 0.000 0.000 options.py:453(<listcomp>)
1 0.000 0.000 0.000 0.000 requests.py:1(<module>)
40 0.000 0.000 0.000 0.000 query.py:859(<listcomp>)
57 0.000 0.000 0.000 0.000 config.py:199(ready)
1 0.000 0.000 0.000 0.000 tests.py:662(test_delta_invalid_op_div)
34 0.000 0.000 0.000 0.000 lookups.py:212(<genexpr>)
28 0.000 0.000 0.000 0.000 base.py:250(use_argparse)
38 0.000 0.000 0.000 0.000 decimal.py:3914(<genexpr>)
1 0.000 0.000 0.000 0.000 quoprimime.py:56(<listcomp>)
1 0.000 0.000 0.000 0.000 runner.py:130(teardown_test_environment)
59 0.000 0.000 0.000 0.000 _compat_pickle.py:137(<genexpr>)
1 0.000 0.000 0.000 0.000 python.py:5(<module>)
14 0.000 0.000 0.000 0.000 {built-in method getcwd}
1 0.000 0.000 0.000 0.000 handler.py:10(<module>)
48 0.000 0.000 0.000 0.000 tree.py:84(_prepare_data)
16 0.000 0.000 0.000 0.000 trans_real.py:191(merge)
13 0.000 0.000 0.000 0.000 {built-in method round}
1 0.000 0.000 0.000 0.000 response.py:377(StreamingHttpResponse)
1 0.000 0.000 0.000 0.000 threading.py:1150(__init__)
1 0.000 0.000 0.000 0.000 nodes.py:2(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:258(savepoint_commit)
1 0.000 0.000 0.000 0.000 numbers.py:32(Complex)
16 0.000 0.000 0.000 0.000 __init__.py:111(<listcomp>)
12 0.000 0.000 0.000 0.000 migration.py:43(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1694(IntegerField)
48 0.000 0.000 0.000 0.000 state.py:129(import_models)
4 0.000 0.000 0.000 0.000 creation.py:229(_test_user_create)
1 0.000 0.000 0.000 0.000 sysconfig.py:157(is_python_build)
36 0.000 0.000 0.000 0.000 pkg_resources.py:1783(__init__)
31 0.000 0.000 0.000 0.000 inspect.py:360(getmro)
1 0.000 0.000 0.000 0.000 argparse.py:981(_CountAction)
26 0.000 0.000 0.000 0.000 functional.py:52(__init__)
1 0.000 0.000 0.000 0.000 fields.py:803(__init__)
46 0.000 0.000 0.000 0.000 {method 'items' of 'mappingproxy' objects}
1 0.000 0.000 0.000 0.000 __init__.py:87(Field)
1 0.000 0.000 0.000 0.000 fnmatch.py:11(<module>)
1 0.000 0.000 0.000 0.000 related.py:1608(ForeignKey)
34 0.000 0.000 0.000 0.000 encoding.py:24(python_2_unicode_compatible)
1 0.000 0.000 0.000 0.000 composer.py:2(<module>)
1 0.000 0.000 0.000 0.000 sysconfig.py:145(_is_python_source_dir)
46 0.000 0.000 0.000 0.000 {method 'remove' of 'set' objects}
1 0.000 0.000 0.000 0.000 NodeFilter.py:4(<module>)
1 0.000 0.000 0.000 0.000 cached.py:4(<module>)
42 0.000 0.000 0.000 0.000 __init__.py:1673(get_internal_type)
24 0.000 0.000 0.000 0.000 {method 'mro' of 'type' objects}
6 0.000 0.000 0.000 0.000 __init__.py:2001(get_prep_value)
1 0.000 0.000 0.000 0.000 sql.py:1(<module>)
3 0.000 0.000 0.000 0.000 <frozen importlib._bootstrap>:652(load_module)
6 0.000 0.000 0.000 0.000 base.py:101(allowed_to_migrate)
45 0.000 0.000 0.000 0.000 {method '__subclasses__' of 'type' objects}
27 0.000 0.000 0.000 0.000 {built-in method delattr}
1 0.000 0.000 0.000 0.000 widgets.py:339(ClearableFileInput)
2 0.000 0.000 0.000 0.000 subprocess.py:1270(_get_handles)
37 0.000 0.000 0.000 0.000 manager.py:78(create_method)
3 0.000 0.000 0.000 0.000 {built-in method urandom}
1 0.000 0.000 0.000 0.000 debug.py:112(ExceptionReporterFilter)
1 0.000 0.000 0.000 0.000 registry.py:15(Apps)
4 0.000 0.000 0.000 0.000 base.py:117(getvalue)
3 0.000 0.000 0.000 0.000 lookups.py:352(as_sql)
15 0.000 0.000 0.000 0.000 decimal.py:3925(_set_integer_check)
14 0.000 0.000 0.000 0.000 color.py:34(dummy)
14 0.000 0.000 0.000 0.000 functional.py:225(new_method_proxy)
15 0.000 0.000 0.000 0.000 tree.py:63(__len__)
8 0.000 0.000 0.000 0.000 options.py:318(local_concrete_fields)
2 0.000 0.000 0.000 0.000 testcases.py:991(<lambda>)
2 0.000 0.000 0.000 0.000 expressions.py:89(__pow__)
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 tests.py:478(FTimeDeltaTests)
29 0.000 0.000 0.000 0.000 {built-in method unpack}
1 0.000 0.000 0.000 0.000 headers.py:6(<module>)
1 0.000 0.000 0.000 0.000 request.py:40(HttpRequest)
1 0.000 0.000 0.000 0.000 tests.py:678(test_delta_invalid_op_and)
1 0.000 0.000 0.000 0.000 suite.py:16(BaseTestSuite)
24 0.000 0.000 0.000 0.000 state.py:26(__init__)
1 0.000 0.000 0.000 0.000 module_loading.py:1(<module>)
3 0.000 0.000 0.000 0.000 abc.py:404(__contains__)
2 0.000 0.000 0.000 0.000 expressions.py:97(bitand)
24 0.000 0.000 0.000 0.000 argparse.py:1615(identity)
39 0.000 0.000 0.000 0.000 case.py:363(tearDown)
1 0.000 0.000 0.000 0.000 subclassing.py:8(<module>)
1 0.000 0.000 0.000 0.000 tests.py:686(test_delta_invalid_op_or)
7 0.000 0.000 0.000 0.000 weakref.py:298(__setitem__)
36 0.000 0.000 0.000 0.000 datastructures.py:254(<genexpr>)
30 0.000 0.000 0.000 0.000 functools.py:185(<genexpr>)
1 0.000 0.000 0.000 0.000 log.py:94(__init__)
6 0.000 0.000 0.000 0.000 _policybase.py:94(_append_doc)
1 0.000 0.000 0.000 0.000 runtests.py:88(<listcomp>)
1 0.000 0.000 0.000 0.000 __future__.py:48(<module>)
5 0.000 0.000 0.000 0.000 {built-in method cloexec_pipe}
16 0.000 0.000 0.000 0.000 __init__.py:334(constraint_checks_disabled)
10 0.000 0.000 0.000 0.000 options.py:316(<listcomp>)
37 0.000 0.000 0.000 0.000 result.py:124(addSuccess)
10 0.000 0.000 0.000 0.000 stat.py:58(S_ISREG)
1 0.000 0.000 0.000 0.000 _os.py:1(<module>)
32 0.000 0.000 0.000 0.000 abc.py:129(__subclasshook__)
21 0.000 0.000 0.000 0.000 query.py:1882(set_extra_mask)
5 0.000 0.000 0.000 0.000 case.py:895(assertSetEqual)
26 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.RLock' objects}
1 0.000 0.000 0.000 0.000 move.py:6(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:1012(__init__)
1 0.000 0.000 0.000 0.000 <string>:1(<module>)
7 0.000 0.000 0.000 0.000 compiler.py:720(<listcomp>)
12 0.000 0.000 0.000 0.000 __init__.py:1134(_check_fix_default_value)
2 0.000 0.000 0.000 0.000 decorators.py:1(<module>)
31 0.000 0.000 0.000 0.000 __init__.py:62(configured)
2 0.000 0.000 0.000 0.000 subprocess.py:1605(close_unregister_and_remove)
24 0.000 0.000 0.000 0.000 query.py:946(<listcomp>)
15 0.000 0.000 0.000 0.000 argparse.py:560(<listcomp>)
4 0.000 0.000 0.000 0.000 creation.py:268(test_db_signature)
35 0.000 0.000 0.000 0.000 util.py:78(three_way_cmp)
1 0.000 0.000 0.000 0.000 optimizer.py:1(<module>)
6 0.000 0.000 0.000 0.000 hashlib.py:104(__get_openssl_constructor)
4 0.000 0.000 0.000 0.000 creation.py:226(_test_database_create)
8 0.000 0.000 0.000 0.000 loader.py:138(check_key)
1 0.000 0.000 0.000 0.000 baseconv.py:38(<module>)
1 0.000 0.000 0.000 0.000 minicompat.py:5(<module>)
14 0.000 0.000 0.000 0.000 tests.py:550(<listcomp>)
30 0.000 0.000 0.000 0.000 __init__.py:129(is_overridden)
2 0.000 0.000 0.000 0.000 __init__.py:775(value_to_string)
1 0.000 0.000 0.000 0.000 tree.py:4(<module>)
21 0.000 0.000 0.000 0.000 {method 'index' of 'list' objects}
4 0.000 0.000 0.000 0.000 case.py:183(__exit__)
38 0.000 0.000 0.000 0.000 __init__.py:1998(get_internal_type)
1 0.000 0.000 0.000 0.000 utils.py:115(teardown_test_environment)
12 0.000 0.000 0.000 0.000 suite.py:34(__iter__)
4 0.000 0.000 0.000 0.000 creation.py:254(_test_database_tblspace_size)
16 0.000 0.000 0.000 0.000 argparse.py:2165(_get_nargs_pattern)
2 0.000 0.000 0.000 0.000 trans_real.py:180(_add_fallback)
1 0.000 0.000 0.000 0.000 sysconfig.py:608(get_platform)
2 0.000 0.000 0.000 0.000 subprocess.py:1493(_try_wait)
1 0.000 0.000 0.000 0.000 models.py:443(AnonymousUser)
1 0.000 0.000 0.000 0.000 runner.py:174(dependency_ordered)
12 0.000 0.000 0.000 0.000 state.py:38(<genexpr>)
1 0.000 0.000 0.000 0.000 weakref_backports.py:13(<module>)
19 0.000 0.000 0.000 0.000 query.py:1870(set_aggregate_mask)
1 0.000 0.000 0.000 0.000 datastructures.py:124(SortedDict)
1 0.000 0.000 0.000 0.000 signals.py:42(registerResult)
5 0.000 0.000 0.000 0.000 tests.py:602(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:1116(DateField)
21 0.000 0.000 0.000 0.000 related.py:1296(is_hidden)
1 0.000 0.000 0.000 0.000 symbol.py:3(<module>)
1 0.000 0.000 0.000 0.000 cookies.py:480(__set)
1 0.000 0.000 0.000 0.000 images.py:5(<module>)
1 0.000 0.000 0.000 0.000 files.py:215(FileField)
25 0.000 0.000 0.000 0.000 constructor.py:145(add_constructor)
1 0.000 0.000 0.000 0.000 ipv6.py:4(<module>)
32 0.000 0.000 0.000 0.000 sre_parse.py:129(__delitem__)
1 0.000 0.000 0.000 0.000 constructor.py:13(BaseConstructor)
3 0.000 0.000 0.000 0.000 weakref.py:93(__setitem__)
10 0.000 0.000 0.000 0.000 __init__.py:401(__hash__)
26 0.000 0.000 0.000 0.000 __init__.py:1726(get_internal_type)
1 0.000 0.000 0.000 0.000 related.py:476(ReverseSingleRelatedObjectDescriptor)
19 0.000 0.000 0.000 0.000 pkg_resources.py:536(__iter__)
4 0.000 0.000 0.000 0.000 case.py:143(__init__)
2 0.000 0.000 0.000 0.000 case.py:1039(assertMultiLineEqual)
1 0.000 0.000 0.000 0.000 base.py:377(savepoint_rollback_sql)
4 0.000 0.000 0.000 0.000 related.py:1455(get_instance_value_for_fields)
3 0.000 0.000 0.000 0.000 {method 'close' of '_io.TextIOWrapper' objects}
20 0.000 0.000 0.000 0.000 representer.py:64(add_representer)
30 0.000 0.000 0.000 0.000 decimal.py:3921(<genexpr>)
1 0.000 0.000 0.000 0.000 uu.py:31(<module>)
1 0.000 0.000 0.000 0.000 numbers.py:299(Integral)
15 0.000 0.000 0.000 0.000 argparse.py:1699(<listcomp>)
10 0.000 0.000 0.000 0.000 registry.py:40(inner)
1 0.000 0.000 0.000 0.000 base.py:247(Parser)
1 0.000 0.000 0.000 0.000 query.py:93(Query)
26 0.000 0.000 0.000 0.000 {method 'release' of '_thread.RLock' objects}
1 0.000 0.000 0.000 0.000 platform.py:1371(python_implementation)
3 0.000 0.000 0.000 0.000 __init__.py:222(_savepoint_allowed)
1 0.000 0.000 0.000 0.000 genericpath.py:68(commonprefix)
5 0.000 0.000 0.000 0.000 tests.py:584(<listcomp>)
1 0.000 0.000 0.000 0.000 expressions.py:123(__rmod__)
1 0.000 0.000 0.000 0.000 base.py:543(DatabaseWrapper)
17 0.000 0.000 0.000 0.000 query.py:1795(clear_deferred_loading)
1 0.000 0.000 0.000 0.000 synch.py:29(__init__)
2 0.000 0.000 0.000 0.000 utils.py:3(<module>)
1 0.000 0.000 0.000 0.000 fields.py:691(URLField)
1 0.000 0.000 0.000 0.000 timesince.py:1(<module>)
4 0.000 0.000 0.000 0.000 creation.py:257(_test_database_tblspace_tmp_size)
2 0.000 0.000 0.000 0.000 query.py:778(<listcomp>)
2 0.000 0.000 0.000 0.000 json.py:40(end_serialization)
23 0.000 0.000 0.000 0.000 related.py:1499(get_extra_restriction)
6 0.000 0.000 0.000 0.000 opcode.py:40(jabs_op)
21 0.000 0.000 0.000 0.000 {built-in method _getframe}
4 0.000 0.000 0.000 0.000 __init__.py:770(createLock)
1 0.000 0.000 0.000 0.000 utils.py:146(databases)
12 0.000 0.000 0.000 0.000 management.py:42(<listcomp>)
19 0.000 0.000 0.000 0.000 __init__.py:591(get_cache_name)
19 0.000 0.000 0.000 0.000 related.py:1263(set_field_name)
6 0.000 0.000 0.000 0.000 opcode.py:36(jrel_op)
24 0.000 0.000 0.000 0.000 state.py:56(<genexpr>)
5 0.000 0.000 0.000 0.000 datetime.py:251(_check_date_fields)
4 0.000 0.000 0.000 0.000 datastructures.py:18(relabeled_clone)
3 0.000 0.000 0.000 0.000 abc.py:549(clear)
1 0.000 0.000 0.000 0.000 case.py:258(TestCase)
4 0.000 0.000 0.000 0.000 creation.py:235(_test_database_passwd)
7 0.000 0.000 0.000 0.000 weakref_backports.py:25(__new__)
8 0.000 0.000 0.000 0.000 {built-in method utf_8_decode}
2 0.000 0.000 0.000 0.000 datetime.py:1001(__new__)
6 0.000 0.000 0.000 0.000 decimal.py:3939(_set_signal_dict)
1 0.000 0.000 0.000 0.000 threading.py:758(__init__)
1 0.000 0.000 0.000 0.000 migration.py:5(Migration)
1 0.000 0.000 0.000 0.000 platform.py:1271(_sys_version)
1 0.000 0.000 0.000 0.000 numbers.py:152(Real)
18 0.000 0.000 0.000 0.000 creation.py:241(<listcomp>)
12 0.000 0.000 0.000 0.000 query.py:787(<genexpr>)
18 0.000 0.000 0.000 0.000 pkg_resources.py:757(_added_new)
5 0.000 0.000 0.000 0.000 filters.py:141(register)
2 0.000 0.000 0.000 0.000 os.py:800(fsencode)
1 0.000 0.000 0.000 0.000 base.py:53(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:58(Transform)
3 0.000 0.000 0.000 0.000 {built-in method init_builtin}
8 0.000 0.000 0.000 0.000 models.py:42(__str__)
1 0.000 0.000 0.000 0.000 smartif.py:12(TokenBase)
14 0.000 0.000 0.000 0.000 termcolors.py:141(parse_color_setting)
1 0.000 0.000 0.000 0.000 creation.py:13(DatabaseCreation)
1 0.000 0.000 0.000 0.000 __init__.py:2150(URLField)
8 0.000 0.000 0.000 0.000 schema.py:64(__init__)
8 0.000 0.000 0.000 0.000 schema.py:72(__enter__)
10 0.000 0.000 0.000 0.000 _policybase.py:104(<genexpr>)
1 0.000 0.000 0.000 0.000 cookies.py:575(value_encode)
2 0.000 0.000 0.000 0.000 apps.py:11(ready)
1 0.000 0.000 0.000 0.000 hashers.py:160(BasePasswordHasher)
1 0.000 0.000 0.000 0.000 _policybase.py:112(Policy)
1 0.000 0.000 0.000 0.000 NodeFilter.py:4(NodeFilter)
5 0.000 0.000 0.000 0.000 related.py:1225(get_extra_restriction)
2 0.000 0.000 0.000 0.000 trans_real.py:174(_add_local_translations)
1 0.000 0.000 0.000 0.000 testcases.py:983(<lambda>)
12 0.000 0.000 0.000 0.000 migrate.py:165(migration_progress_callback)
7 0.000 0.000 0.000 0.000 base.py:1082(dec)
17 0.000 0.000 0.000 0.000 query.py:1621(clear_select_fields)
2 0.000 0.000 0.000 0.000 trans_real.py:91(to_language)
14 0.000 0.000 0.000 0.000 {method 'groups' of '_sre.SRE_Match' objects}
25 0.000 0.000 0.000 0.000 {method 'write' of '_io.StringIO' objects}
4 0.000 0.000 0.000 0.000 query.py:1922(<genexpr>)
1 0.000 0.000 0.000 0.000 numberformat.py:1(<module>)
8 0.000 0.000 0.000 0.000 contextlib.py:36(__init__)
14 0.000 0.000 0.000 0.000 utils.py:38(__init__)
1 0.000 0.000 0.000 0.000 options.py:257(__str__)
1 0.000 0.000 0.000 0.000 multipart.py:5(<module>)
1 0.000 0.000 0.000 0.000 argparse.py:144(HelpFormatter)
18 0.000 0.000 0.000 0.000 base.py:298(deferrable_sql)
3 0.000 0.000 0.000 0.000 decorators.py:68(decorator_from_middleware)
15 0.000 0.000 0.000 0.000 registry.py:97(<listcomp>)
2 0.000 0.000 0.000 0.000 result.py:128(addSkip)
1 0.000 0.000 0.000 0.000 six.py:347(Module_six_moves_urllib_response)
4 0.000 0.000 0.000 0.000 writer.py:31(__new__)
4 0.000 0.000 0.000 0.000 codecs.py:300(__init__)
2 0.000 0.000 0.000 0.000 suite.py:198(_handleModuleTearDown)
1 0.000 0.000 0.000 0.000 __init__.py:1266(DateTimeField)
1 0.000 0.000 0.000 0.000 cookies.py:225(_quote)
1 0.000 0.000 0.000 0.000 models.py:432(User)
1 0.000 0.000 0.000 0.000 cookies.py:357(set)
1 0.000 0.000 0.000 0.000 query.py:49(QuerySet)
1 0.000 0.000 0.000 0.000 {built-in method mkdir}
1 0.000 0.000 0.000 0.000 runner.py:227(<listcomp>)
6 0.000 0.000 0.000 0.000 six.py:135(__init__)
1 0.000 0.000 0.000 0.000 ascii.py:13(Codec)
3 0.000 0.000 0.000 0.000 locale.py:606(getpreferredencoding)
10 0.000 0.000 0.000 0.000 argparse.py:2063(_parse_optional)
17 0.000 0.000 0.000 0.000 {method 'getrandbits' of '_random.Random' objects}
12 0.000 0.000 0.000 0.000 management.py:38(<genexpr>)
1 0.000 0.000 0.000 0.000 {method 'write' of '_io.BufferedWriter' objects}
8 0.000 0.000 0.000 0.000 related.py:554(<genexpr>)
1 0.000 0.000 0.000 0.000 base.py:679(_savepoint_commit)
8 0.000 0.000 0.000 0.000 options.py:320(<listcomp>)
1 0.000 0.000 0.000 0.000 pickle.py:796(_Unpickler)
2 0.000 0.000 0.000 0.000 manager.py:223(__init__)
2 0.000 0.000 0.000 0.000 trans_real.py:73(to_locale)
12 0.000 0.000 0.000 0.000 __init__.py:656(__init__)
9 0.000 0.000 0.000 0.000 deconstruct.py:10(decorator)
2 0.000 0.000 0.000 0.000 {built-in method waitpid}
3 0.000 0.000 0.000 0.000 warnings.py:59(simplefilter)
15 0.000 0.000 0.000 0.000 argparse.py:1186(__init__)
2 0.000 0.000 0.000 0.000 subprocess.py:1452(_handle_exitstatus)
1 0.000 0.000 0.000 0.000 lookups.py:337(Minute)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2236(Distribution)
2 0.000 0.000 0.000 0.000 __init__.py:36(__init__)
2 0.000 0.000 0.000 0.000 subprocess.py:1601(register_and_append)
13 0.000 0.000 0.000 0.000 related.py:767(__init__)
10 0.000 0.000 0.000 0.000 functools.py:192(lru_cache)
10 0.000 0.000 0.000 0.000 related.py:1439(<listcomp>)
14 0.000 0.000 0.000 0.000 tree.py:136(negate)
1 0.000 0.000 0.000 0.000 expressions.py:105(bitor)
1 0.000 0.000 0.000 0.000 signals.py:49(installHandler)
13 0.000 0.000 0.000 0.000 lookups.py:215(get_rhs_op)
2 0.000 0.000 0.000 0.000 threading.py:370(__init__)
2 0.000 0.000 0.000 0.000 subprocess.py:847(_translate_newlines)
9 0.000 0.000 0.000 0.000 decorators.py:77(available_attrs)
1 0.000 0.000 0.000 0.000 fields.py:466(TimeField)
7 0.000 0.000 0.000 0.000 six.py:637(metaclass)
1 0.000 0.000 0.000 0.000 threading.py:501(set)
5 0.000 0.000 0.000 0.000 abc.py:440(__len__)
1 0.000 0.000 0.000 0.000 __init__.py:1422(DecimalField)
12 0.000 0.000 0.000 0.000 graph.py:35(add_node)
8 0.000 0.000 0.000 0.000 weakref.py:257(__init__)
1 0.000 0.000 0.000 0.000 options.py:48(Options)
7 0.000 0.000 0.000 0.000 {method 'split' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 representer.py:132(SafeRepresenter)
3 0.000 0.000 0.000 0.000 {function Random.seed at 0x7f43793b7320}
14 0.000 0.000 0.000 0.000 gettext.py:206(set_output_charset)
4 0.000 0.000 0.000 0.000 models.py:16(__str__)
10 0.000 0.000 0.000 0.000 query.py:898(ordered)
1 0.000 0.000 0.000 0.000 fields.py:797(ChoiceField)
1 0.000 0.000 0.000 0.000 argparse.py:1046(_SubParsersAction)
2 0.000 0.000 0.000 0.000 inspect.py:779(_getfullargs)
1 0.000 0.000 0.000 0.000 models.py:1195(ModelMultipleChoiceField)
2 0.000 0.000 0.000 0.000 validators.py:80(__init__)
5 0.000 0.000 0.000 0.000 inspect.py:1461(__new__)
11 0.000 0.000 0.000 0.000 {method 'setter' of 'property' objects}
5 0.000 0.000 0.000 0.000 {built-in method putenv}
1 0.000 0.000 0.000 0.000 os.py:44(<listcomp>)
1 0.000 0.000 0.000 0.000 fields.py:488(DateTimeField)
5 0.000 0.000 0.000 0.000 datetime.py:262(_check_time_fields)
1 0.000 0.000 0.000 0.000 tree.py:51(__repr__)
12 0.000 0.000 0.000 0.000 __init__.py:963(get_internal_type)
2 0.000 0.000 0.000 0.000 query.py:1611(clear_select_clause)
1 0.000 0.000 0.000 0.000 __init__.py:706(_removeHandlerRef)
3 0.000 0.000 0.000 0.000 widgets.py:172(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:2016(TimeField)
4 0.000 0.000 0.000 0.000 case.py:1096(assertIsInstance)
10 0.000 0.000 0.000 0.000 query.py:891(<listcomp>)
2 0.000 0.000 0.000 0.000 apps.py:13(ready)
11 0.000 0.000 0.000 0.000 smartif.py:49(Operator)
1 0.000 0.000 0.000 0.000 __init__.py:703(BaseDatabaseOperations)
10 0.000 0.000 0.000 0.000 {method 'difference' of 'set' objects}
1 0.000 0.000 0.000 0.000 runtests.py:370(<listcomp>)
1 0.000 0.000 0.000 0.000 creation.py:24(BaseDatabaseCreation)
8 0.000 0.000 0.000 0.000 __init__.py:74(<dictcomp>)
7 0.000 0.000 0.000 0.000 {built-in method readlink}
1 0.000 0.000 0.000 0.000 shortcuts.py:1(<module>)
2 0.000 0.000 0.000 0.000 apps.py:12(ready)
1 0.000 0.000 0.000 0.000 formsets.py:50(BaseFormSet)
1 0.000 0.000 0.000 0.000 fields.py:885(MultipleChoiceField)
12 0.000 0.000 0.000 0.000 dispatcher.py:303(receiver)
1 0.000 0.000 0.000 0.000 base64mime.py:25(<module>)
1 0.000 0.000 0.000 0.000 calendar.py:47(_localized_month)
12 0.000 0.000 0.000 0.000 related.py:1569(<listcomp>)
1 0.000 0.000 0.000 0.000 encoders.py:5(<module>)
7 0.000 0.000 0.000 0.000 related.py:1148(__init__)
10 0.000 0.000 0.000 0.000 recorder.py:60(<genexpr>)
2 0.000 0.000 0.000 0.000 subprocess.py:864(__del__)
1 0.000 0.000 0.000 0.000 utils.py:137(ConnectionHandler)
5 0.000 0.000 0.000 0.000 tests.py:591(<listcomp>)
10 0.000 0.000 0.000 0.000 registry.py:24(register)
4 0.000 0.000 0.000 0.000 __init__.py:769(_get_val_from_obj)
1 0.000 0.000 0.000 0.000 runner.py:141(_makeResult)
1 0.000 0.000 0.000 0.000 options.py:97(BaseModelAdmin)
1 0.000 0.000 0.000 0.000 __init__.py:476(BaseDatabaseFeatures)
2 0.000 0.000 0.000 0.000 testcases.py:987(skipUnlessDBFeature)
12 0.000 0.000 0.000 0.000 argparse.py:2287(_check_value)
1 0.000 0.000 0.000 0.000 server.py:141(BaseHTTPRequestHandler)
5 0.000 0.000 0.000 0.000 tests.py:573(<listcomp>)
1 0.000 0.000 0.000 0.000 decoder.py:18(_floatconstants)
4 0.000 0.000 0.000 0.000 threading.py:205(__init__)
1 0.000 0.000 0.000 0.000 files.py:371(ImageField)
10 0.000 0.000 0.000 0.000 dumpdata.py:234(<genexpr>)
1 0.000 0.000 0.000 0.000 fields.py:54(Field)
1 0.000 0.000 0.000 0.000 __init__.py:929(BooleanField)
13 0.000 0.000 0.000 0.000 {method '__subclasshook__' of 'object' objects}
1 0.000 0.000 0.000 0.000 testcases.py:155(SimpleTestCase)
1 0.000 0.000 0.000 0.000 wsgi.py:83(WSGIRequest)
7 0.000 0.000 0.000 0.000 threading.py:70(RLock)
1 0.000 0.000 0.000 0.000 fields.py:1153(SplitDateTimeField)
13 0.000 0.000 0.000 0.000 base.py:333(max_in_list_size)
1 0.000 0.000 0.000 0.000 safestring.py:117(mark_safe)
1 0.000 0.000 0.000 0.000 zipfile.py:878(ZipFile)
1 0.000 0.000 0.000 0.000 base.py:362(Model)
3 0.000 0.000 0.000 0.000 base.py:34(__new__)
1 0.000 0.000 0.000 0.000 minidom.py:344(Attr)
1 0.000 0.000 0.000 0.000 ascii.py:41(getregentry)
1 0.000 0.000 0.000 0.000 functional.py:44(cached_property)
1 0.000 0.000 0.000 0.000 fields.py:987(MultiValueField)
1 0.000 0.000 0.000 0.000 abc.py:99(__subclasshook__)
1 0.000 0.000 0.000 0.000 __init__.py:852(AutoField)
2 0.000 0.000 0.000 0.000 functional.py:245(__init__)
1 0.000 0.000 0.000 0.000 datastructures.py:282(MultiValueDict)
1 0.000 0.000 0.000 0.000 pickle.py:175(_Pickler)
1 0.000 0.000 0.000 0.000 {built-in method unlink}
1 0.000 0.000 0.000 0.000 models.py:35(Meta)
1 0.000 0.000 0.000 0.000 pulldom.py:13(PullDOM)
1 0.000 0.000 0.000 0.000 models.py:68(Meta)
5 0.000 0.000 0.000 0.000 tests.py:620(<listcomp>)
6 0.000 0.000 0.000 0.000 {method 'getvalue' of '_io.StringIO' objects}
1 0.000 0.000 0.000 0.000 response.py:328(HttpResponse)
12 0.000 0.000 0.000 0.000 __init__.py:1949(get_internal_type)
9 0.000 0.000 0.000 0.000 termcolors.py:8(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:1395(removeHandler)
1 0.000 0.000 0.000 0.000 temp.py:17(<module>)
3 0.000 0.000 0.000 0.000 tests.py:126(<lambda>)
2 0.000 0.000 0.000 0.000 query.py:766(relabel_column)
1 0.000 0.000 0.000 0.000 {built-in method rmdir}
3 0.000 0.000 0.000 0.000 weakref.py:237(__new__)
1 0.000 0.000 0.000 0.000 apps.py:6(SitesConfig)
1 0.000 0.000 0.000 0.000 threading.py:739(Thread)
1 0.000 0.000 0.000 0.000 models.py:72(Meta)
1 0.000 0.000 0.000 0.000 aggregates.py:14(Aggregate)
12 0.000 0.000 0.000 0.000 graph.py:89(<genexpr>)
5 0.000 0.000 0.000 0.000 tests.py:606(<listcomp>)
2 0.000 0.000 0.000 0.000 __init__.py:427(wrap_database_errors)
8 0.000 0.000 0.000 0.000 {method 'fileno' of '_io.TextIOWrapper' objects}
1 0.000 0.000 0.000 0.000 migration.py:161(swappable_dependency)
1 0.000 0.000 0.000 0.000 tarfile.py:744(TarInfo)
1 0.000 0.000 0.000 0.000 __init__.py:1870(NullBooleanField)
5 0.000 0.000 0.000 0.000 tests.py:632(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:1505(__init__)
1 0.000 0.000 0.000 0.000 abc.py:79(__subclasshook__)
1 0.000 0.000 0.000 0.000 __init__.py:1660(FloatField)
1 0.000 0.000 0.000 0.000 models.py:148(Meta)
1 0.000 0.000 0.000 0.000 models.py:48(Meta)
8 0.000 0.000 0.000 0.000 related.py:1443(<genexpr>)
6 0.000 0.000 0.000 0.000 executor.py:138(<listcomp>)
1 0.000 0.000 0.000 0.000 smartif.py:69(prefix)
5 0.000 0.000 0.000 0.000 tests.py:616(<listcomp>)
9 0.000 0.000 0.000 0.000 deprecation.py:23(__call__)
2 0.000 0.000 0.000 0.000 __init__.py:1209(setLevel)
5 0.000 0.000 0.000 0.000 tests.py:628(<listcomp>)
1 0.000 0.000 0.000 0.000 response.py:94(HttpResponseBase)
1 0.000 0.000 0.000 0.000 apps.py:7(ContentTypesConfig)
1 0.000 0.000 0.000 0.000 tree.py:44(__str__)
12 0.000 0.000 0.000 0.000 {method 'bit_length' of 'int' objects}
1 0.000 0.000 0.000 0.000 models.py:118(Meta)
1 0.000 0.000 0.000 0.000 copyreg.py:12(pickle)
2 0.000 0.000 0.000 0.000 creation.py:56(__init__)
1 0.000 0.000 0.000 0.000 related.py:1875(ManyToManyField)
1 0.000 0.000 0.000 0.000 quopri.py:3(<module>)
1 0.000 0.000 0.000 0.000 serializer.py:8(SerializerError)
9 0.000 0.000 0.000 0.000 termcolors.py:9(<genexpr>)
2 0.000 0.000 0.000 0.000 __init__.py:793(setLevel)
5 0.000 0.000 0.000 0.000 tests.py:595(<listcomp>)
1 0.000 0.000 0.000 0.000 models.py:409(Meta)
3 0.000 0.000 0.000 0.000 datetime.py:1831(_create)
1 0.000 0.000 0.000 0.000 threading.py:346(notify_all)
5 0.000 0.000 0.000 0.000 tests.py:580(<listcomp>)
1 0.000 0.000 0.000 0.000 runner.py:37(__init__)
4 0.000 0.000 0.000 0.000 case.py:371(tearDownClass)
7 0.000 0.000 0.000 0.000 case.py:359(setUp)
1 0.000 0.000 0.000 0.000 models.py:1092(ModelChoiceField)
1 0.000 0.000 0.000 0.000 tarfile.py:1401(TarFile)
8 0.000 0.000 0.000 0.000 loaddata.py:91(<listcomp>)
4 0.000 0.000 0.000 0.000 graph.py:30(__init__)
1 0.000 0.000 0.000 0.000 base.py:149(DeserializedObject)
4 0.000 0.000 0.000 0.000 six.py:69(_add_doc)
5 0.000 0.000 0.000 0.000 {built-in method cmp_to_key}
1 0.000 0.000 0.000 0.000 weakref.py:45(__init__)
6 0.000 0.000 0.000 0.000 timezone.py:342(is_naive)
2 0.000 0.000 0.000 0.000 weakref.py:364(popitem)
5 0.000 0.000 0.000 0.000 tests.py:642(<listcomp>)
8 0.000 0.000 0.000 0.000 graph.py:150(__contains__)
2 0.000 0.000 0.000 0.000 warnings.py:343(__exit__)
1 0.000 0.000 0.000 0.000 <string>:5(PathInfo)
1 0.000 0.000 0.000 0.000 models.py:97(clear_site_cache)
1 0.000 0.000 0.000 0.000 apps.py:8(AuthConfig)
1 0.000 0.000 0.000 0.000 iterators.py:5(<module>)
5 0.000 0.000 0.000 0.000 tests.py:569(<listcomp>)
1 0.000 0.000 0.000 0.000 apps.py:6(StaticFilesConfig)
1 0.000 0.000 0.000 0.000 utils.py:256(ConnectionRouter)
8 0.000 0.000 0.000 0.000 __init__.py:346(disable_constraint_checking)
1 0.000 0.000 0.000 0.000 lorem_ipsum.py:3(<module>)
1 0.000 0.000 0.000 0.000 threading.py:487(__init__)
1 0.000 0.000 0.000 0.000 decimal.py:3870(Context)
3 0.000 0.000 0.000 0.000 testcases.py:960(_deferredSkip)
1 0.000 0.000 0.000 0.000 signals.py:57(removeHandler)
4 0.000 0.000 0.000 0.000 {built-in method fromkeys}
7 0.000 0.000 0.000 0.000 codecs.py:322(getstate)
4 0.000 0.000 0.000 0.000 pkg_resources.py:1805(register_finder)
1 0.000 0.000 0.000 0.000 validators.py:18(RegexValidator)
9 0.000 0.000 0.000 0.000 case.py:1173(_deprecate)
5 0.000 0.000 0.000 0.000 base.py:1068(__init__)
1 0.000 0.000 0.000 0.000 result.py:142(wasSuccessful)
1 0.000 0.000 0.000 0.000 apps.py:6(MessagesConfig)
2 0.000 0.000 0.000 0.000 inspect.py:84(ismethod)
2 0.000 0.000 0.000 0.000 <string>:12(__new__)
1 0.000 0.000 0.000 0.000 models.py:1024(InlineForeignKeyField)
1 0.000 0.000 0.000 0.000 introspection.py:11(DatabaseIntrospection)
7 0.000 0.000 0.000 0.000 __init__.py:46(make_alias)
6 0.000 0.000 0.000 0.000 __init__.py:107(NumberAwareString)
1 0.000 0.000 0.000 0.000 <string>:5(JoinInfo)
6 0.000 0.000 0.000 0.000 baseconv.py:51(__init__)
8 0.000 0.000 0.000 0.000 __future__.py:77(__init__)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1185(MarkerEvaluation)
1 0.000 0.000 0.000 0.000 mimetypes.py:372(_default_mime_types)
8 0.000 0.000 0.000 0.000 cookies.py:362(<genexpr>)
5 0.000 0.000 0.000 0.000 {built-in method calcsize}
6 0.000 0.000 0.000 0.000 recorder.py:36(__init__)
2 0.000 0.000 0.000 0.000 {built-in method uname}
1 0.000 0.000 0.000 0.000 parser.py:95(HTMLParser)
1 0.000 0.000 0.000 0.000 apps.py:6(SessionsConfig)
5 0.000 0.000 0.000 0.000 tests.py:647(<listcomp>)
1 0.000 0.000 0.000 0.000 _encoded_words.py:73(_QByteMap)
1 0.000 0.000 0.000 0.000 encoder.py:196(iterencode)
1 0.000 0.000 0.000 0.000 <string>:5(uname_result)
5 0.000 0.000 0.000 0.000 tests.py:643(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:1595(FilePathField)
1 0.000 0.000 0.000 0.000 <string>:5(DecimalTuple)
1 0.000 0.000 0.000 0.000 lru_cache.py:1(<module>)
4 0.000 0.000 0.000 0.000 {method 'count' of 'str' objects}
1 0.000 0.000 0.000 0.000 request.py:305(QueryDict)
1 0.000 0.000 0.000 0.000 models.py:8(SessionManager)
1 0.000 0.000 0.000 0.000 widgets.py:167(Widget)
1 0.000 0.000 0.000 0.000 emitter.py:31(Emitter)
1 0.000 0.000 0.000 0.000 datetime.py:1289(datetime)
6 0.000 0.000 0.000 0.000 case.py:554(assertTrue)
1 0.000 0.000 0.000 0.000 <string>:5(FieldInfo)
1 0.000 0.000 0.000 0.000 validators.py:234(BaseValidator)
1 0.000 0.000 0.000 0.000 fields.py:286(FloatField)
1 0.000 0.000 0.000 0.000 widgets.py:451(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:77(Lookup)
6 0.000 0.000 0.000 0.000 {built-in method from_iterable}
1 0.000 0.000 0.000 0.000 runner.py:134(suite_result)
1 0.000 0.000 0.000 0.000 saxutils.py:228(XMLFilterBase)
4 0.000 0.000 0.000 0.000 pkg_resources.py:1900(register_namespace_handler)
7 0.000 0.000 0.000 0.000 related.py:2324(set_attributes_from_rel)
1 0.000 0.000 0.000 0.000 calendar.py:66(_localized_day)
1 0.000 0.000 0.000 0.000 scanner.py:46(Scanner)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:44(DOMBuilder)
1 0.000 0.000 0.000 0.000 __init__.py:1792(GenericIPAddressField)
1 0.000 0.000 0.000 0.000 cgi.py:362(FieldStorage)
1 0.000 0.000 0.000 0.000 files.py:16(FieldFile)
1 0.000 0.000 0.000 0.000 fields.py:762(NullBooleanField)
6 0.000 0.000 0.000 0.000 checks.py:17(<genexpr>)
5 0.000 0.000 0.000 0.000 constructor.py:151(add_multi_constructor)
1 0.000 0.000 0.000 0.000 handlers.py:670(SysLogHandler)
1 0.000 0.000 0.000 0.000 runner.py:128(__init__)
1 0.000 0.000 0.000 0.000 random.py:68(Random)
1 0.000 0.000 0.000 0.000 <string>:5(Traceback)
6 0.000 0.000 0.000 0.000 base.py:484(<genexpr>)
1 0.000 0.000 0.000 0.000 response.py:10(SimpleTemplateResponse)
1 0.000 0.000 0.000 0.000 apps.py:7(SimpleAdminConfig)
1 0.000 0.000 0.000 0.000 testcases.py:979(skipIfDBFeature)
1 0.000 0.000 0.000 0.000 fields.py:242(IntegerField)
2 0.000 0.000 0.000 0.000 warnings.py:327(__enter__)
1 0.000 0.000 0.000 0.000 tempfile.py:523(SpooledTemporaryFile)
1 0.000 0.000 0.000 0.000 datetime.py:615(date)
2 0.000 0.000 0.000 0.000 __init__.py:625(__init__)
1 0.000 0.000 0.000 0.000 lazy.py:67(LazyList)
1 0.000 0.000 0.000 0.000 log.py:87(AdminEmailHandler)
1 0.000 0.000 0.000 0.000 base.py:32(SessionBase)
4 0.000 0.000 0.000 0.000 codecs.py:251(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1570(EmailField)
1 0.000 0.000 0.000 0.000 <string>:5(Attribute)
6 0.000 0.000 0.000 0.000 django_1_6_0.py:107(<listcomp>)
1 0.000 0.000 0.000 0.000 fields.py:644(ImageField)
1 0.000 0.000 0.000 0.000 {built-in method utcfromtimestamp}
1 0.000 0.000 0.000 0.000 pkg_resources.py:419(WorkingSet)
1 0.000 0.000 0.000 0.000 socket.py:254(SocketIO)
5 0.000 0.000 0.000 0.000 datetime.py:44(_days_in_month)
1 0.000 0.000 0.000 0.000 lzma.py:38(LZMAFile)
1 0.000 0.000 0.000 0.000 __init__.py:1165(_fixupChildren)
1 0.000 0.000 0.000 0.000 calendar.py:49(<listcomp>)
2 0.000 0.000 0.000 0.000 inspect.py:225(iscode)
1 0.000 0.000 0.000 0.000 __init__.py:949(FileHandler)
5 0.000 0.000 0.000 0.000 datetime.py:274(_check_tzinfo_arg)
1 0.000 0.000 0.000 0.000 related.py:348(SingleRelatedObjectDescriptor)
1 0.000 0.000 0.000 0.000 numbers.py:272(Rational)
8 0.000 0.000 0.000 0.000 {built-in method encode_basestring_ascii}
1 0.000 0.000 0.000 0.000 client.py:205(RequestFactory)
1 0.000 0.000 0.000 0.000 <string>:5(Arguments)
1 0.000 0.000 0.000 0.000 <string>:5(ParseResult)
1 0.000 0.000 0.000 0.000 utils.py:263(routers)
1 0.000 0.000 0.000 0.000 validators.py:256(MaxValueValidator)
1 0.000 0.000 0.000 0.000 __init__.py:1958(SlugField)
1 0.000 0.000 0.000 0.000 suite.py:37(countTestCases)
5 0.000 0.000 0.000 0.000 tests.py:648(<listcomp>)
1 0.000 0.000 0.000 0.000 related.py:1798(OneToOneField)
1 0.000 0.000 0.000 0.000 <string>:5(FullArgSpec)
1 0.000 0.000 0.000 0.000 datetime.py:977(time)
1 0.000 0.000 0.000 0.000 __init__.py:1008(CharField)
1 0.000 0.000 0.000 0.000 forms.py:105(BaseForm)
1 0.000 0.000 0.000 0.000 testcases.py:995(QuietWSGIRequestHandler)
1 0.000 0.000 0.000 0.000 decoder.py:295(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1747(BigIntegerField)
1 0.000 0.000 0.000 0.000 __init__.py:1762(IPAddressField)
1 0.000 0.000 0.000 0.000 tempfile.py:196(_get_candidate_names)
1 0.000 0.000 0.000 0.000 lookups.py:268(IStartsWith)
3 0.000 0.000 0.000 0.000 {built-in method nl_langinfo}
1 0.000 0.000 0.000 0.000 __init__.py:2174(BinaryField)
1 0.000 0.000 0.000 0.000 weakref.py:166(popitem)
2 0.000 0.000 0.000 0.000 __init__.py:662(addFilter)
1 0.000 0.000 0.000 0.000 traceback.py:1(<module>)
2 0.000 0.000 0.000 0.000 six.py:397(add_move)
1 0.000 0.000 0.000 0.000 __init__.py:1068(CommaSeparatedIntegerField)
3 0.000 0.000 0.000 0.000 weakref.py:83(__contains__)
1 0.000 0.000 0.000 0.000 timezone.py:127(LocalTimezone)
4 0.000 0.000 0.000 0.000 writer.py:34(__init__)
3 0.000 0.000 0.000 0.000 {built-in method from_bytes}
1 0.000 0.000 0.000 0.000 tzinfo.py:16(memorized_timedelta)
1 0.000 0.000 0.000 0.000 locmem.py:20(LocMemCache)
1 0.000 0.000 0.000 0.000 widgets.py:482(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:732(Handler)
1 0.000 0.000 0.000 0.000 <string>:5(Mismatch)
1 0.000 0.000 0.000 0.000 safestring.py:46(SafeBytes)
1 0.000 0.000 0.000 0.000 codecs.py:86(__new__)
1 0.000 0.000 0.000 0.000 expatreader.py:84(ExpatParser)
1 0.000 0.000 0.000 0.000 server.py:923(CGIHTTPRequestHandler)
1 0.000 0.000 0.000 0.000 __init__.py:1946(PositiveSmallIntegerField)
4 0.000 0.000 0.000 0.000 related.py:1484(get_extra_descriptor_filter)
1 0.000 0.000 0.000 0.000 <string>:5(SplitResult)
1 0.000 0.000 0.000 0.000 datetime.py:282(timedelta)
1 0.000 0.000 0.000 0.000 signals.py:10(__init__)
1 0.000 0.000 0.000 0.000 subprocess.py:709(Popen)
1 0.000 0.000 0.000 0.000 utils.py:1(FileProxyMixin)
1 0.000 0.000 0.000 0.000 options.py:1729(InlineModelAdmin)
1 0.000 0.000 0.000 0.000 __init__.py:1934(PositiveIntegerField)
3 0.000 0.000 0.000 0.000 datetime.py:39(_days_before_year)
3 0.000 0.000 0.000 0.000 related.py:1277(__init__)
1 0.000 0.000 0.000 0.000 filters.py:21(ListFilter)
1 0.000 0.000 0.000 0.000 {built-in method exp}
1 0.000 0.000 0.000 0.000 _weakrefset.py:38(_remove)
2 0.000 0.000 0.000 0.000 {built-in method signal}
1 0.000 0.000 0.000 0.000 gzip.py:127(GzipFile)
1 0.000 0.000 0.000 0.000 request.py:1567(URLopener)
1 0.000 0.000 0.000 0.000 threading.py:323(notify)
1 0.000 0.000 0.000 0.000 tests.py:625(<listcomp>)
1 0.000 0.000 0.000 0.000 sre_parse.py:86(checkgroup)
3 0.000 0.000 0.000 0.000 weakref.py:242(__init__)
1 0.000 0.000 0.000 0.000 related.py:1309(ForeignObject)
1 0.000 0.000 0.000 0.000 validators.py:263(MinValueValidator)
1 0.000 0.000 0.000 0.000 bz2.py:32(BZ2File)
1 0.000 0.000 0.000 0.000 client.py:276(HTTPResponse)
1 0.000 0.000 0.000 0.000 __init__.py:1995(TextField)
1 0.000 0.000 0.000 0.000 minidom.py:1521(Document)
1 0.000 0.000 0.000 0.000 base.py:21(BaseHandler)
1 0.000 0.000 0.000 0.000 autodetector.py:16(MigrationAutodetector)
1 0.000 0.000 0.000 0.000 <string>:5(ArgSpec)
1 0.000 0.000 0.000 0.000 __init__.py:1988(SmallIntegerField)
1 0.000 0.000 0.000 0.000 expressions.py:8(ExpressionNode)
1 0.000 0.000 0.000 0.000 ssl.py:260(SSLSocket)
1 0.000 0.000 0.000 0.000 <string>:5(usage)
1 0.000 0.000 0.000 0.000 base.py:12(File)
1 0.000 0.000 0.000 0.000 trans_real.py:227(deactivate)
4 0.000 0.000 0.000 0.000 {method 'isdigit' of 'str' objects}
4 0.000 0.000 0.000 0.000 {method 'union' of 'frozenset' objects}
1 0.000 0.000 0.000 0.000 <string>:5(ModuleInfo)
1 0.000 0.000 0.000 0.000 request.py:2013(FancyURLopener)
3 0.000 0.000 0.000 0.000 {method 'popitem' of 'dict' objects}
1 0.000 0.000 0.000 0.000 <string>:5(ClosureVars)
2 0.000 0.000 0.000 0.000 warnings.py:306(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1182(Logger)
1 0.000 0.000 0.000 0.000 sites.py:52(__init__)
2 0.000 0.000 0.000 0.000 {method 'tolist' of 'array.array' objects}
1 0.000 0.000 0.000 0.000 cookies.py:572(value_decode)
1 0.000 0.000 0.000 0.000 checks.py:22(BaseModelAdminChecks)
4 0.000 0.000 0.000 0.000 pkg_resources.py:213(register_loader_type)
1 0.000 0.000 0.000 0.000 <string>:5(Match)
1 0.000 0.000 0.000 0.000 <string>:5(ArgInfo)
1 0.000 0.000 0.000 0.000 models.py:58(clear_cache)
1 0.000 0.000 0.000 0.000 __init__.py:67(<dictcomp>)
1 0.000 0.000 0.000 0.000 schema.py:16(BaseDatabaseSchemaEditor)
4 0.000 0.000 0.000 0.000 {method 'acquire' of '_thread.lock' objects}
1 0.000 0.000 0.000 0.000 exceptions.py:64(MiddlewareNotUsed)
2 0.000 0.000 0.000 0.000 {method 'rstrip' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 __init__.py:35(<listcomp>)
1 0.000 0.000 0.000 0.000 <string>:5(DefragResult)
2 0.000 0.000 0.000 0.000 {built-in method getpid}
1 0.000 0.000 0.000 0.000 socket.py:87(socket)
1 0.000 0.000 0.000 0.000 base.py:94(DatabaseFeatures)
1 0.000 0.000 0.000 0.000 message.py:201(EmailMessage)
1 0.000 0.000 0.000 0.000 __init__.py:651(Filterer)
1 0.000 0.000 0.000 0.000 minidom.py:663(Element)
1 0.000 0.000 0.000 0.000 os.py:1033(__getattr__)
4 0.000 0.000 0.000 0.000 case.py:180(__enter__)
1 0.000 0.000 0.000 0.000 tzinfo.py:69(StaticTzInfo)
1 0.000 0.000 0.000 0.000 parser.py:72(Parser)
1 0.000 0.000 0.000 0.000 threading.py:564(Barrier)
1 0.000 0.000 0.000 0.000 minidom.py:34(Node)
1 0.000 0.000 0.000 0.000 widgets.py:33(Media)
1 0.000 0.000 0.000 0.000 dispatcher.py:23(Signal)
1 0.000 0.000 0.000 0.000 filters.py:293(DateFieldListFilter)
1 0.000 0.000 0.000 0.000 <string>:5(SelectInfo)
1 0.000 0.000 0.000 0.000 tempfile.py:671(TemporaryDirectory)
1 0.000 0.000 0.000 0.000 __init__.py:97(__init__)
1 0.000 0.000 0.000 0.000 base.py:822(FormatStylePlaceholderCursor)
1 0.000 0.000 0.000 0.000 ascii.py:20(IncrementalEncoder)
1 0.000 0.000 0.000 0.000 query.py:1531(RawQuerySet)
1 0.000 0.000 0.000 0.000 weakref.py:46(remove)
1 0.000 0.000 0.000 0.000 related.py:761(ForeignRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 safestring.py:79(SafeText)
1 0.000 0.000 0.000 0.000 client.py:726(HTTPConnection)
3 0.000 0.000 0.000 0.000 __init__.py:1036(__init__)
1 0.000 0.000 0.000 0.000 weakref.py:259(remove)
1 0.000 0.000 0.000 0.000 minidom.py:470(NamedNodeMap)
1 0.000 0.000 0.000 0.000 response.py:435(HttpResponseNotModified)
4 0.000 0.000 0.000 0.000 {method 'with_traceback' of 'BaseException' objects}
2 0.000 0.000 0.000 0.000 encoder.py:98(__init__)
1 0.000 0.000 0.000 0.000 locks.py:18(<module>)
1 0.000 0.000 0.000 0.000 client.py:359(Client)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1371(NullProvider)
1 0.000 0.000 0.000 0.000 calendar.py:126(Calendar)
1 0.000 0.000 0.000 0.000 related.py:1141(ReverseManyRelatedObjectsDescriptor)
2 0.000 0.000 0.000 0.000 __init__.py:94(get_serializer)
1 0.000 0.000 0.000 0.000 query.py:37(RawQuery)
1 0.000 0.000 0.000 0.000 dumpdata.py:12(Command)
2 0.000 0.000 0.000 0.000 cookies.py:235(<genexpr>)
1 0.000 0.000 0.000 0.000 html.py:21(Element)
1 0.000 0.000 0.000 0.000 __init__.py:1513(LoggerAdapter)
1 0.000 0.000 0.000 0.000 pkg_resources.py:930(ResourceManager)
4 0.000 0.000 0.000 0.000 subprocess.py:933(_remaining_time)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2121(EntryPoint)
1 0.000 0.000 0.000 0.000 models.py:305(BaseModelForm)
1 0.000 0.000 0.000 0.000 queue.py:24(Queue)
1 0.000 0.000 0.000 0.000 related.py:1086(ManyRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 inspect.py:1480(Parameter)
1 0.000 0.000 0.000 0.000 loader.py:17(MigrationLoader)
2 0.000 0.000 0.000 0.000 runner.py:112(printErrorList)
1 0.000 0.000 0.000 0.000 cookies.py:340(__init__)
1 0.000 0.000 0.000 0.000 migration.py:155(__new__)
1 0.000 0.000 0.000 0.000 query.py:1068(ValuesQuerySet)
1 0.000 0.000 0.000 0.000 calendar.py:69(<listcomp>)
1 0.000 0.000 0.000 0.000 runner.py:29(TextTestResult)
1 0.000 0.000 0.000 0.000 base.py:101(BaseCommand)
1 0.000 0.000 0.000 0.000 widgets.py:752(MultiWidget)
1 0.000 0.000 0.000 0.000 generator.py:29(Generator)
1 0.000 0.000 0.000 0.000 __init__.py:443(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:1247(BaseDatabaseIntrospection)
1 0.000 0.000 0.000 0.000 fields.py:237(GenericRelation)
1 0.000 0.000 0.000 0.000 feedparser.py:135(FeedParser)
3 0.000 0.000 0.000 0.000 abc.py:102(<genexpr>)
2 0.000 0.000 0.000 0.000 abc.py:82(<genexpr>)
1 0.000 0.000 0.000 0.000 base.py:52(BaseCache)
1 0.000 0.000 0.000 0.000 loader.py:21(SafeLoader)
1 0.000 0.000 0.000 0.000 utils.py:138(__init__)
1 0.000 0.000 0.000 0.000 __init__.py:21(LazySettings)
1 0.000 0.000 0.000 0.000 compiler.py:21(SQLCompiler)
1 0.000 0.000 0.000 0.000 xmlreader.py:11(XMLReader)
3 0.000 0.000 0.000 0.000 decorators.py:90(_make_decorator)
1 0.000 0.000 0.000 0.000 deletion.py:54(Collector)
1 0.000 0.000 0.000 0.000 request.py:377(OpenerDirector)
2 0.000 0.000 0.000 0.000 {built-in method maketrans}
1 0.000 0.000 0.000 0.000 urlresolvers.py:202(RegexURLPattern)
1 0.000 0.000 0.000 0.000 urlresolvers.py:252(RegexURLResolver)
1 0.000 0.000 0.000 0.000 defaulttags.py:416(NowNode)
1 0.000 0.000 0.000 0.000 models.py:10(CreateModel)
3 0.000 0.000 0.000 0.000 tests.py:77(<lambda>)
2 0.000 0.000 0.000 0.000 {method 'rfind' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 html.py:151(Parser)
1 0.000 0.000 0.000 0.000 utils.py:78(ErrorList)
1 0.000 0.000 0.000 0.000 cookies.py:455(BaseCookie)
1 0.000 0.000 0.000 0.000 wsgi.py:160(WSGIHandler)
1 0.000 0.000 0.000 0.000 request.py:990(AbstractDigestAuthHandler)
1 0.000 0.000 0.000 0.000 validation.py:204(ModelAdminValidator)
1 0.000 0.000 0.000 0.000 tarfile.py:602(_StreamProxy)
1 0.000 0.000 0.000 0.000 result.py:38(__init__)
1 0.000 0.000 0.000 0.000 testcases.py:1148(LiveServerTestCase)
1 0.000 0.000 0.000 0.000 testcases.py:951(CheckCondition)
1 0.000 0.000 0.000 0.000 argparse.py:1561(ArgumentParser)
1 0.000 0.000 0.000 0.000 dateformat.py:41(TimeFormat)
1 0.000 0.000 0.000 0.000 config.py:12(AppConfig)
1 0.000 0.000 0.000 0.000 header.py:546(_Accumulator)
1 0.000 0.000 0.000 0.000 helpers.py:205(InlineAdminFormSet)
1 0.000 0.000 0.000 0.000 config.py:157(_handle_existing_loggers)
1 0.000 0.000 0.000 0.000 calendar.py:132(__init__)
1 0.000 0.000 0.000 0.000 minicompat.py:50(NodeList)
1 0.000 0.000 0.000 0.000 filters.py:117(FieldListFilter)
1 0.000 0.000 0.000 0.000 inspect.py:1709(Signature)
3 0.000 0.000 0.000 0.000 decorators.py:89(make_middleware_decorator)
1 0.000 0.000 0.000 0.000 header.py:180(Header)
3 0.000 0.000 0.000 0.000 models.py:17(__init__)
2 0.000 0.000 0.000 0.000 __init__.py:673(__init__)
1 0.000 0.000 0.000 0.000 python.py:30(start_object)
1 0.000 0.000 0.000 0.000 runner.py:13(_WritelnDecorator)
1 0.000 0.000 0.000 0.000 models.py:845(BaseInlineFormSet)
3 0.000 0.000 0.000 0.000 related.py:1093(__init__)
1 0.000 0.000 0.000 0.000 tarfile.py:632(_FileInFile)
1 0.000 0.000 0.000 0.000 utils.py:10(CachedDnsName)
1 0.000 0.000 0.000 0.000 filters.py:359(AllValuesFieldListFilter)
1 0.000 0.000 0.000 0.000 base.py:26(Serializer)
1 0.000 0.000 0.000 0.000 fields.py:219(CharField)
1 0.000 0.000 0.000 0.000 query.py:1655(Prefetch)
3 0.000 0.000 0.000 0.000 config.py:732(<listcomp>)
1 0.000 0.000 0.000 0.000 sre_parse.py:773(literal)
1 0.000 0.000 0.000 0.000 helpers.py:30(AdminForm)
1 0.000 0.000 0.000 0.000 timezone.py:80(ReferenceLocalTimezone)
1 0.000 0.000 0.000 0.000 images.py:11(ImageFile)
1 0.000 0.000 0.000 0.000 fields.py:531(RegexField)
1 0.000 0.000 0.000 0.000 urlresolvers.py:166(LocaleRegexProvider)
1 0.000 0.000 0.000 0.000 runner.py:12(DiscoverRunner)
2 0.000 0.000 0.000 0.000 __init__.py:721(__init__)
1 0.000 0.000 0.000 0.000 weakref.py:200(update)
1 0.000 0.000 0.000 0.000 fields.py:18(GenericForeignKey)
1 0.000 0.000 0.000 0.000 filters.py:60(SimpleListFilter)
1 0.000 0.000 0.000 0.000 base.py:544(_set_pk_val)
2 0.000 0.000 0.000 0.000 utils.py:298(allow_relation)
2 0.000 0.000 0.000 0.000 {built-in method log}
1 0.000 0.000 0.000 0.000 _policybase.py:41(__init__)
1 0.000 0.000 0.000 0.000 optimizer.py:7(MigrationOptimizer)
1 0.000 0.000 0.000 0.000 signals.py:9(ModelSignal)
1 0.000 0.000 0.000 0.000 paginator.py:19(Paginator)
1 0.000 0.000 0.000 0.000 cached.py:12(Loader)
1 0.000 0.000 0.000 0.000 representer.py:268(Representer)
1 0.000 0.000 0.000 0.000 base.py:537(FilterExpression)
1 0.000 0.000 0.000 0.000 simple_server.py:42(WSGIServer)
1 0.000 0.000 0.000 0.000 aggregates.py:25(Aggregate)
1 0.000 0.000 0.000 0.000 datastructures.py:9(MergeDict)
1 0.000 0.000 0.000 0.000 pprint.py:103(PrettyPrinter)
1 0.000 0.000 0.000 0.000 _markupbase.py:23(ParserBase)
1 0.000 0.000 0.000 0.000 main.py:81(TestProgram)
1 0.000 0.000 0.000 0.000 representer.py:70(add_multi_representer)
1 0.000 0.000 0.000 0.000 request.py:256(Request)
1 0.000 0.000 0.000 0.000 socketserver.py:491(UDPServer)
1 0.000 0.000 0.000 0.000 manager.py:50(BaseManager)
1 0.000 0.000 0.000 0.000 testcases.py:744(TransactionTestCase)
1 0.000 0.000 0.000 0.000 dateformat.py:197(DateFormat)
1 0.000 0.000 0.000 0.000 base64.py:153(<listcomp>)
1 0.000 0.000 0.000 0.000 signing.py:148(Signer)
1 0.000 0.000 0.000 0.000 filters.py:162(RelatedFieldListFilter)
2 0.000 0.000 0.000 0.000 subprocess.py:460(_cleanup)
1 0.000 0.000 0.000 0.000 trans_real.py:100(DjangoTranslation)
1 0.000 0.000 0.000 0.000 related.py:97(RelatedField)
1 0.000 0.000 0.000 0.000 subqueries.py:88(UpdateQuery)
1 0.000 0.000 0.000 0.000 header.py:418(_ValueFormatter)
1 0.000 0.000 0.000 0.000 suite.py:250(_ErrorHolder)
1 0.000 0.000 0.000 0.000 pkg_resources.py:367(IMetadataProvider)
1 0.000 0.000 0.000 0.000 widgets.py:108(AdminFileWidget)
1 0.000 0.000 0.000 0.000 tzinfo.py:149(DstTzInfo)
1 0.000 0.000 0.000 0.000 argparse.py:1021(_VersionAction)
1 0.000 0.000 0.000 0.000 loader.py:43(TestLoader)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1569(ZipProvider)
1 0.000 0.000 0.000 0.000 cookies.py:305(Morsel)
1 0.000 0.000 0.000 0.000 __future__.py:76(_Feature)
1 0.000 0.000 0.000 0.000 hashers.py:389(MD5PasswordHasher)
1 0.000 0.000 0.000 0.000 handlers.py:402(WatchedFileHandler)
1 0.000 0.000 0.000 0.000 validation.py:16(BaseValidator)
1 0.000 0.000 0.000 0.000 writer.py:106(MigrationWriter)
1 0.000 0.000 0.000 0.000 xml_serializer.py:149(Deserializer)
1 0.000 0.000 0.000 0.000 __init__.py:123(DefaultCacheProxy)
2 0.000 0.000 0.000 0.000 {built-in method WEXITSTATUS}
1 0.000 0.000 0.000 0.000 special.py:82(RunPython)
1 0.000 0.000 0.000 0.000 threading.py:884(_set_ident)
1 0.000 0.000 0.000 0.000 copyreg.py:22(constructor)
1 0.000 0.000 0.000 0.000 pkg_resources.py:2683(Requirement)
1 0.000 0.000 0.000 0.000 widgets.py:21(FilteredSelectMultiple)
1 0.000 0.000 0.000 0.000 uploadhandler.py:63(FileUploadHandler)
1 0.000 0.000 0.000 0.000 config.py:488(DictConfigurator)
2 0.000 0.000 0.000 0.000 {method 'register' of 'select.poll' objects}
2 0.000 0.000 0.000 0.000 utils.py:62(__init__)
1 0.000 0.000 0.000 0.000 exceptions.py:82(ValidationError)
1 0.000 0.000 0.000 0.000 headers.py:28(Headers)
1 0.000 0.000 0.000 0.000 __init__.py:194(UTC)
1 0.000 0.000 0.000 0.000 feedparser.py:44(BufferedSubFile)
1 0.000 0.000 0.000 0.000 threading.py:244(_is_owned)
1 0.000 0.000 0.000 0.000 constructor.py:467(Constructor)
1 0.000 0.000 0.000 0.000 tokens.py:89(TagToken)
1 0.000 0.000 0.000 0.000 state.py:19(ProjectState)
1 0.000 0.000 0.000 0.000 storage.py:22(Storage)
1 0.000 0.000 0.000 0.000 html.py:123(MLStripper)
1 0.000 0.000 0.000 0.000 minidom.py:967(ProcessingInstruction)
1 0.000 0.000 0.000 0.000 questioner.py:71(InteractiveMigrationQuestioner)
1 0.000 0.000 0.000 0.000 utils.py:17(CursorWrapper)
1 0.000 0.000 0.000 0.000 difflib.py:1674(HtmlDiff)
2 0.000 0.000 0.000 0.000 __init__.py:1420(__init__)
2 0.000 0.000 0.000 0.000 {built-in method WIFEXITED}
1 0.000 0.000 0.000 0.000 base64.py:154(<listcomp>)
2 0.000 0.000 0.000 0.000 lazy.py:140(LazySet)
1 0.000 0.000 0.000 0.000 tempfile.py:354(_TemporaryFileCloser)
1 0.000 0.000 0.000 0.000 manager.py:204(__get__)
1 0.000 0.000 0.000 0.000 _policybase.py:261(Compat32)
1 0.000 0.000 0.000 0.000 __init__.py:1899(captureWarnings)
2 0.000 0.000 0.000 0.000 {method 'tobytes' of 'array.array' objects}
1 0.000 0.000 0.000 0.000 migrate.py:22(Command)
2 0.000 0.000 0.000 0.000 {method 'intersection' of 'set' objects}
2 0.000 0.000 0.000 0.000 base.py:1140(SimpleNode)
3 0.000 0.000 0.000 0.000 tests.py:101(<lambda>)
1 0.000 0.000 0.000 0.000 base.py:1067(Library)
1 0.000 0.000 0.000 0.000 fields.py:154(RenameField)
1 0.000 0.000 0.000 0.000 __init__.py:374(_FixedOffset)
1 0.000 0.000 0.000 0.000 smartif.py:151(IfParser)
1 0.000 0.000 0.000 0.000 __init__.py:133(UserSettingsHolder)
1 0.000 0.000 0.000 0.000 debug.py:248(ExceptionReporter)
1 0.000 0.000 0.000 0.000 {built-in method fstat}
1 0.000 0.000 0.000 0.000 __init__.py:83(Settings)
1 0.000 0.000 0.000 0.000 base.py:530(_UninitializedOperatorsDescriptor)
1 0.000 0.000 0.000 0.000 defaulttags.py:499(VerbatimNode)
1 0.000 0.000 0.000 0.000 models.py:468(ModelForm)
3 0.000 0.000 0.000 0.000 tests.py:151(<lambda>)
1 0.000 0.000 0.000 0.000 pkg_resources.py:391(IResourceProvider)
1 0.000 0.000 0.000 0.000 saxutils.py:113(XMLGenerator)
1 0.000 0.000 0.000 0.000 filters.py:266(ChoicesFieldListFilter)
1 0.000 0.000 0.000 0.000 uploadedfile.py:18(UploadedFile)
1 0.000 0.000 0.000 0.000 models.py:550(BaseModelFormSet)
1 0.000 0.000 0.000 0.000 tarfile.py:352(_Stream)
2 0.000 0.000 0.000 0.000 forms.py:81(<lambda>)
1 0.000 0.000 0.000 0.000 socketserver.py:160(BaseServer)
2 0.000 0.000 0.000 0.000 __init__.py:1253(__init__)
1 0.000 0.000 0.000 0.000 datastructures.py:7(Col)
3 0.000 0.000 0.000 0.000 {method 'release' of '_thread.lock' objects}
1 0.000 0.000 0.000 0.000 mimetypes.py:56(MimeTypes)
1 0.000 0.000 0.000 0.000 exceptions.py:27(InvalidTimeError)
1 0.000 0.000 0.000 0.000 __init__.py:1074(Manager)
1 0.000 0.000 0.000 0.000 xmlreader.py:187(InputSource)
1 0.000 0.000 0.000 0.000 widgets.py:201(ManyToManyRawIdWidget)
1 0.000 0.000 0.000 0.000 utils.py:149(override_template_loaders)
1 0.000 0.000 0.000 0.000 multipartparser.py:283(LazyStream)
1 0.000 0.000 0.000 0.000 models.py:129(BaseUserManager)
2 0.000 0.000 0.000 0.000 cookies.py:232(<genexpr>)
1 0.000 0.000 0.000 0.000 __init__.py:88(InvalidCharacterErr)
1 0.000 0.000 0.000 0.000 loader_tags.py:19(BlockContext)
1 0.000 0.000 0.000 0.000 fields.py:566(EmailField)
1 0.000 0.000 0.000 0.000 tempfile.py:104(_RandomNameSequence)
2 0.000 0.000 0.000 0.000 base.py:398(sequence_reset_by_name_sql)
1 0.000 0.000 0.000 0.000 _policybase.py:18(_PolicyBase)
1 0.000 0.000 0.000 0.000 lookups.py:11(RegisterLookupMixin)
1 0.000 0.000 0.000 0.000 base.py:383(TokenParser)
1 0.000 0.000 0.000 0.000 cookies.py:241(_unquote)
1 0.000 0.000 0.000 0.000 testcases.py:109(_AssertTemplateUsedContext)
1 0.000 0.000 0.000 0.000 base.py:500(AppCommand)
1 0.000 0.000 0.000 0.000 xml_serializer.py:18(Serializer)
1 0.000 0.000 0.000 0.000 widgets.py:293(MultipleHiddenInput)
1 0.000 0.000 0.000 0.000 expressions.py:8(SQLEvaluator)
1 0.000 0.000 0.000 0.000 special.py:45(RunSQL)
1 0.000 0.000 0.000 0.000 loader.py:37(BaseLoader)
1 0.000 0.000 0.000 0.000 __init__.py:351(PercentStyle)
1 0.000 0.000 0.000 0.000 base.py:5(Operation)
1 0.000 0.000 0.000 0.000 defaulttags.py:294(IfNode)
1 0.000 0.000 0.000 0.000 minidom.py:1268(Identified)
1 0.000 0.000 0.000 0.000 handlers.py:1338(QueueListener)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:12(Options)
1 0.000 0.000 0.000 0.000 six.py:382(Module_six_moves_urllib)
1 0.000 0.000 0.000 0.000 os.py:1017(__init__)
1 0.000 0.000 0.000 0.000 request.py:1487(CacheFTPHandler)
1 0.000 0.000 0.000 0.000 pulldom.py:196(ErrorHandler)
2 0.000 0.000 0.000 0.000 tests.py:180(<lambda>)
1 0.000 0.000 0.000 0.000 scanner.py:35(SimpleKey)
1 0.000 0.000 0.000 0.000 fields.py:417(BaseTemporalField)
2 0.000 0.000 0.000 0.000 {method 'unregister' of 'select.poll' objects}
1 0.000 0.000 0.000 0.000 defaulttags.py:230(IfChangedNode)
1 0.000 0.000 0.000 0.000 calendar.py:259(TextCalendar)
1 0.000 0.000 0.000 0.000 query_utils.py:35(Q)
1 0.000 0.000 0.000 0.000 string.py:162(Formatter)
1 0.000 0.000 0.000 0.000 difflib.py:44(SequenceMatcher)
1 0.000 0.000 0.000 0.000 charset.py:167(Charset)
1 0.000 0.000 0.000 0.000 createcachetable.py:10(Command)
1 0.000 0.000 0.000 0.000 error.py:4(Mark)
1 0.000 0.000 0.000 0.000 weakref_backports.py:17(WeakMethod)
1 0.000 0.000 0.000 0.000 handlers.py:196(TimedRotatingFileHandler)
1 0.000 0.000 0.000 0.000 helpers.py:261(InlineAdminForm)
1 0.000 0.000 0.000 0.000 __init__.py:278(__init__)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:256(DOMInputSource)
1 0.000 0.000 0.000 0.000 widgets.py:230(RelatedFieldWidgetWrapper)
1 0.000 0.000 0.000 0.000 multipartparser.py:43(MultiPartParser)
2 0.000 0.000 0.000 0.000 {method 'join' of 'bytes' objects}
1 0.000 0.000 0.000 0.000 models.py:345(AlterModelOptions)
1 0.000 0.000 0.000 0.000 representer.py:13(BaseRepresenter)
1 0.000 0.000 0.000 0.000 base.py:733(OracleParam)
1 0.000 0.000 0.000 0.000 base.py:554(LabelCommand)
1 0.000 0.000 0.000 0.000 contextlib.py:145(ExitStack)
1 0.000 0.000 0.000 0.000 __init__.py:5(<module>)
1 0.000 0.000 0.000 0.000 debug.py:134(SafeExceptionReporterFilter)
1 0.000 0.000 0.000 0.000 context.py:122(Context)
1 0.000 0.000 0.000 0.000 fields.py:1189(IPAddressField)
1 0.000 0.000 0.000 0.000 fields.py:963(ComboField)
1 0.000 0.000 0.000 0.000 testcases.py:1006(FSFilesHandler)
1 0.000 0.000 0.000 0.000 resolver.py:12(BaseResolver)
2 0.000 0.000 0.000 0.000 lazy.py:87(LazyList)
1 0.000 0.000 0.000 0.000 widgets.py:479(Select)
1 0.000 0.000 0.000 0.000 calendar.py:531(LocaleHTMLCalendar)
1 0.000 0.000 0.000 0.000 error.py:38(HTTPError)
1 0.000 0.000 0.000 0.000 fields.py:734(BooleanField)
1 0.000 0.000 0.000 0.000 threading.py:83(_RLock)
2 0.000 0.000 0.000 0.000 creation.py:35(__init__)
1 0.000 0.000 0.000 0.000 tree.py:9(Node)
1 0.000 0.000 0.000 0.000 hashers.py:221(PBKDF2PasswordHasher)
1 0.000 0.000 0.000 0.000 db.py:45(DatabaseCache)
1 0.000 0.000 0.000 0.000 parse.py:131(_NetlocResultMixinBase)
2 0.000 0.000 0.000 0.000 {built-in method register}
1 0.000 0.000 0.000 0.000 utils.py:161(NestedObjects)
1 0.000 0.000 0.000 0.000 argparse.py:109(_AttributeHolder)
1 0.000 0.000 0.000 0.000 executor.py:9(MigrationExecutor)
1 0.000 0.000 0.000 0.000 db.py:10(SessionStore)
1 0.000 0.000 0.000 0.000 socketserver.py:369(TCPServer)
1 0.000 0.000 0.000 0.000 minidom.py:326(DocumentFragment)
1 0.000 0.000 0.000 0.000 utils.py:214(override_with_test_loader)
1 0.000 0.000 0.000 0.000 handlers.py:1210(MemoryHandler)
2 0.000 0.000 0.000 0.000 fields.py:175(widget_attrs)
2 0.000 0.000 0.000 0.000 {built-in method WIFSIGNALED}
1 0.000 0.000 0.000 0.000 loader_tags.py:134(IncludeNode)
1 0.000 0.000 0.000 0.000 parser.py:18(Parser)
1 0.000 0.000 0.000 0.000 utils.py:46(ErrorDict)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1522(EmptyProvider)
1 0.000 0.000 0.000 0.000 client.py:38(FakePayload)
1 0.000 0.000 0.000 0.000 state.py:133(ModelState)
1 0.000 0.000 0.000 0.000 graph.py:7(MigrationGraph)
2 0.000 0.000 0.000 0.000 creation.py:399(_create_test_db_pre_migrate_sql)
1 0.000 0.000 0.000 0.000 writer.py:38(OperationWriter)
2 0.000 0.000 0.000 0.000 subprocess.py:1466(_internal_poll)
1 0.000 0.000 0.000 0.000 timezone.py:55(FixedOffset)
1 0.000 0.000 0.000 0.000 _parseaddr.py:203(AddrlistClass)
1 0.000 0.000 0.000 0.000 {built-in method sysconf}
1 0.000 0.000 0.000 0.000 context.py:31(BaseContext)
1 0.000 0.000 0.000 0.000 datastructures.py:470(ImmutableList)
1 0.000 0.000 0.000 0.000 encoder.py:67(JSONEncoder)
1 0.000 0.000 0.000 0.000 encoder.py:251(_make_iterencode)
1 0.000 0.000 0.000 0.000 minidom.py:993(CharacterData)
1 0.000 0.000 0.000 0.000 argparse.py:1200(_ActionsContainer)
1 0.000 0.000 0.000 0.000 pulldom.py:204(DOMEventStream)
1 0.000 0.000 0.000 0.000 special.py:6(SeparateDatabaseAndState)
1 0.000 0.000 0.000 0.000 models.py:10(ContentTypeManager)
1 0.000 0.000 0.000 0.000 utils.py:489(CaptureQueriesContext)
1 0.000 0.000 0.000 0.000 constants.py:1(<module>)
1 0.000 0.000 0.000 0.000 base.py:785(VariableWrapper)
2 0.000 0.000 0.000 0.000 subprocess.py:941(_check_timeout)
1 0.000 0.000 0.000 0.000 schema.py:11(DatabaseSchemaEditor)
1 0.000 0.000 0.000 0.000 filters.py:229(BooleanFieldListFilter)
1 0.000 0.000 0.000 0.000 runner.py:22(__init__)
1 0.000 0.000 0.000 0.000 helpers.py:59(Fieldset)
1 0.000 0.000 0.000 0.000 __init__.py:284(YAMLObject)
1 0.000 0.000 0.000 0.000 widgets.py:335(AdminIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 models.py:266(AlterIndexTogether)
1 0.000 0.000 0.000 0.000 minidom.py:926(Childless)
1 0.000 0.000 0.000 0.000 loader_tags.py:83(ExtendsNode)
1 0.000 0.000 0.000 0.000 base.py:81(Oracle_datetime)
1 0.000 0.000 0.000 0.000 client.py:1165(HTTPSConnection)
1 0.000 0.000 0.000 0.000 __init__.py:399(Formatter)
1 0.000 0.000 0.000 0.000 __init__.py:18(Node)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:334(DocumentLS)
1 0.000 0.000 0.000 0.000 zipfile.py:291(ZipInfo)
1 0.000 0.000 0.000 0.000 posixpath.py:202(samestat)
1 0.000 0.000 0.000 0.000 base.py:669(Variable)
1 0.000 0.000 0.000 0.000 checks.py:488(ModelAdminChecks)
1 0.000 0.000 0.000 0.000 widgets.py:578(ChoiceInput)
1 0.000 0.000 0.000 0.000 utils.py:51(ContextList)
1 0.000 0.000 0.000 0.000 config.py:283(ConvertingDict)
1 0.000 0.000 0.000 0.000 python.py:16(Serializer)
1 0.000 0.000 0.000 0.000 parse.py:273(_fix_result_transcoding)
1 0.000 0.000 0.000 0.000 minicompat.py:74(EmptyNodeList)
1 0.000 0.000 0.000 0.000 csrf.py:77(CsrfViewMiddleware)
2 0.000 0.000 0.000 0.000 query.py:211(prepare)
1 0.000 0.000 0.000 0.000 tempfile.py:396(_TemporaryFileWrapper)
2 0.000 0.000 0.000 0.000 calendar.py:71(__init__)
1 0.000 0.000 0.000 0.000 config.py:375(__init__)
1 0.000 0.000 0.000 0.000 message.py:125(MIMEMixin)
2 0.000 0.000 0.000 0.000 tests.py:53(<lambda>)
1 0.000 0.000 0.000 0.000 utils.py:321(modify_settings)
1 0.000 0.000 0.000 0.000 request.py:2264(ftpwrapper)
1 0.000 0.000 0.000 0.000 cgi.py:337(MiniFieldStorage)
1 0.000 0.000 0.000 0.000 subqueries.py:22(DeleteQuery)
1 0.000 0.000 0.000 0.000 local_settings_oda.py:1(<module>)
1 0.000 0.000 0.000 0.000 handlers.py:464(SocketHandler)
2 0.000 0.000 0.000 0.000 creation.py:260(_get_test_db_name)
2 0.000 0.000 0.000 0.000 loader.py:259(<genexpr>)
1 0.000 0.000 0.000 0.000 widgets.py:643(ChoiceFieldRenderer)
1 0.000 0.000 0.000 0.000 widgets.py:705(RendererMixin)
1 0.000 0.000 0.000 0.000 {built-in method lookup}
1 0.000 0.000 0.000 0.000 result.py:103(stopTestRun)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1494(DefaultProvider)
1 0.000 0.000 0.000 0.000 questioner.py:14(MigrationQuestioner)
1 0.000 0.000 0.000 0.000 base.py:959(CursorIterator)
1 0.000 0.000 0.000 0.000 basehttp.py:77(WSGIRequestHandler)
1 0.000 0.000 0.000 0.000 handlers.py:120(RotatingFileHandler)
1 0.000 0.000 0.000 0.000 widgets.py:138(ForeignKeyRawIdWidget)
1 0.000 0.000 0.000 0.000 decoder.py:265(JSONDecoder)
1 0.000 0.000 0.000 0.000 zipfile.py:506(LZMACompressor)
1 0.000 0.000 0.000 0.000 storage.py:147(FileSystemStorage)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:212(DOMEntityResolver)
1 0.000 0.000 0.000 0.000 xmlreader.py:338(AttributesNSImpl)
1 0.000 0.000 0.000 0.000 __init__.py:614(Filter)
1 0.000 0.000 0.000 0.000 __init__.py:36(BadSerializer)
1 0.000 0.000 0.000 0.000 testcases.py:903(TestCase)
1 0.000 0.000 0.000 0.000 fields.py:858(TypedChoiceField)
1 0.000 0.000 0.000 0.000 cache.py:52(UpdateCacheMiddleware)
1 0.000 0.000 0.000 0.000 models.py:226(AlterUniqueTogether)
1 0.000 0.000 0.000 0.000 related.py:14(RelatedObject)
1 0.000 0.000 0.000 0.000 models.py:192(AlterModelTable)
1 0.000 0.000 0.000 0.000 utils.py:186(<dictcomp>)
1 0.000 0.000 0.000 0.000 query_utils.py:23(QueryWrapper)
1 0.000 0.000 0.000 0.000 lookups.py:202(In)
1 0.000 0.000 0.000 0.000 minidom.py:1202(ReadOnlySequentialNamedNodeMap)
1 0.000 0.000 0.000 0.000 datetime_safe.py:20(datetime)
1 0.000 0.000 0.000 0.000 handlers.py:981(NTEventLogHandler)
1 0.000 0.000 0.000 0.000 __init__.py:291(_CountryTimezoneDict)
1 0.000 0.000 0.000 0.000 defaulttags.py:434(TemplateTagNode)
1 0.000 0.000 0.000 0.000 minidom.py:1471(ElementInfo)
1 0.000 0.000 0.000 0.000 utils.py:525(IgnoreDeprecationWarningsMixin)
1 0.000 0.000 0.000 0.000 widgets.py:233(Input)
2 0.000 0.000 0.000 0.000 {method 'isdisjoint' of 'set' objects}
1 0.000 0.000 0.000 0.000 minidom.py:1283(DocumentType)
1 0.000 0.000 0.000 0.000 xml_serializer.py:306(DefusedExpatParser)
1 0.000 0.000 0.000 0.000 request.py:557(BaseHandler)
1 0.000 0.000 0.000 0.000 __init__.py:121(ManagementUtility)
1 0.000 0.000 0.000 0.000 base.py:1031(_get_sequence_reset_sql)
1 0.000 0.000 0.000 0.000 composer.py:11(Composer)
1 0.000 0.000 0.000 0.000 handler.py:47(ContentHandler)
1 0.000 0.000 0.000 0.000 fields.py:8(AddField)
1 0.000 0.000 0.000 0.000 simple_server.py:71(WSGIRequestHandler)
1 0.000 0.000 0.000 0.000 utils.py:71(CursorDebugWrapper)
1 0.000 0.000 0.000 0.000 safestring.py:36(SafeData)
1 0.000 0.000 0.000 0.000 zipfile.py:1562(PyZipFile)
1 0.000 0.000 0.000 0.000 handlers.py:1271(QueueHandler)
1 0.000 0.000 0.000 0.000 __init__.py:896(StreamHandler)
1 0.000 0.000 0.000 0.000 domreg.py:3(<module>)
1 0.000 0.000 0.000 0.000 models.py:104(RenameModel)
1 0.000 0.000 0.000 0.000 basehttp.py:61(WSGIServer)
1 0.000 0.000 0.000 0.000 {built-in method sqrt}
1 0.000 0.000 0.000 0.000 testcases.py:87(_AssertNumQueriesContext)
1 0.000 0.000 0.000 0.000 __init__.py:1006(_StderrHandler)
1 0.000 0.000 0.000 0.000 multipartparser.py:395(ChunkIter)
1 0.000 0.000 0.000 0.000 subqueries.py:204(DateQuery)
1 0.000 0.000 0.000 0.000 subqueries.py:172(InsertQuery)
1 0.000 0.000 0.000 0.000 random.py:630(SystemRandom)
1 0.000 0.000 0.000 0.000 _parseaddr.py:495(AddressList)
1 0.000 0.000 0.000 0.000 inspect.py:1616(BoundArguments)
1 0.000 0.000 0.000 0.000 contextlib.py:119(closing)
1 0.000 0.000 0.000 0.000 hashers.py:482(CryptPasswordHasher)
1 0.000 0.000 0.000 0.000 request.py:815(HTTPPasswordMgr)
1 0.000 0.000 0.000 0.000 widgets.py:79(AdminSplitDateTime)
1 0.000 0.000 0.000 0.000 cache.py:111(FetchFromCacheMiddleware)
1 0.000 0.000 0.000 0.000 fields.py:48(RenameFieldMethods)
1 0.000 0.000 0.000 0.000 base.py:60(ModelBase)
1 0.000 0.000 0.000 0.000 runner.py:15(__init__)
1 0.000 0.000 0.000 0.000 defaulttags.py:31(AutoEscapeControlNode)
1 0.000 0.000 0.000 0.000 tests.py:291(ExpressionsNumericTests)
1 0.000 0.000 0.000 0.000 datastructures.py:247(OrderedSet)
1 0.000 0.000 0.000 0.000 text.py:299(StreamingBuffer)
1 0.000 0.000 0.000 0.000 compiler.py:842(SQLInsertCompiler)
1 0.000 0.000 0.000 0.000 paginator.py:106(Page)
1 0.000 0.000 0.000 0.000 messages.py:72(Warning)
1 0.000 0.000 0.000 0.000 __init__.py:572(BufferingFormatter)
1 0.000 0.000 0.000 0.000 util.py:11(FileWrapper)
1 0.000 0.000 0.000 0.000 models.py:306(AlterOrderWithRespectTo)
1 0.000 0.000 0.000 0.000 gzip.py:71(_PaddedFile)
1 0.000 0.000 0.000 0.000 timezone.py:35(UTC)
1 0.000 0.000 0.000 0.000 threading.py:358(Semaphore)
1 0.000 0.000 0.000 0.000 handler.py:22(ErrorHandler)
1 0.000 0.000 0.000 0.000 query.py:1247(DateQuerySet)
1 0.000 0.000 0.000 0.000 uploadhandler.py:133(TemporaryFileUploadHandler)
1 0.000 0.000 0.000 0.000 timezone.py:251(override)
1 0.000 0.000 0.000 0.000 response.py:136(TemplateResponse)
1 0.000 0.000 0.000 0.000 related.py:1276(ManyToManyRel)
1 0.000 0.000 0.000 0.000 hashers.py:274(BCryptSHA256PasswordHasher)
1 0.000 0.000 0.000 0.000 base.py:869(TextNode)
1 0.000 0.000 0.000 0.000 widgets.py:53(AdminDateWidget)
1 0.000 0.000 0.000 0.000 runner.py:120(TextTestRunner)
1 0.000 0.000 0.000 0.000 deletion.py:9(ProtectedError)
1 0.000 0.000 0.000 0.000 uploadedfile.py:108(SimpleUploadedFile)
1 0.000 0.000 0.000 0.000 multipartparser.py:419(InterBoundaryIter)
1 0.000 0.000 0.000 0.000 parser.py:77(HTMLParseError)
1 0.000 0.000 0.000 0.000 debug.py:36(CallableSettingWrapper)
1 0.000 0.000 0.000 0.000 base.py:813(Node)
1 0.000 0.000 0.000 0.000 __init__.py:1079(__init__)
1 0.000 0.000 0.000 0.000 models.py:162(UserManager)
1 0.000 0.000 0.000 0.000 defaulttags.py:275(IfEqualNode)
1 0.000 0.000 0.000 0.000 minidom.py:1343(Entity)
1 0.000 0.000 0.000 0.000 fields.py:102(AlterField)
1 0.000 0.000 0.000 0.000 base.py:843(NodeList)
1 0.000 0.000 0.000 0.000 errors.py:33(MessageDefect)
1 0.000 0.000 0.000 0.000 fields.py:927(TypedMultipleChoiceField)
1 0.000 0.000 0.000 0.000 uploadedfile.py:88(InMemoryUploadedFile)
1 0.000 0.000 0.000 0.000 handlers.py:1155(BufferingHandler)
1 0.000 0.000 0.000 0.000 minidom.py:645(__init__)
1 0.000 0.000 0.000 0.000 response.py:9(addbase)
1 0.000 0.000 0.000 0.000 tzinfo.py:59(BaseTzInfo)
1 0.000 0.000 0.000 0.000 calendar.py:376(HTMLCalendar)
1 0.000 0.000 0.000 0.000 queue.py:217(PriorityQueue)
1 0.000 0.000 0.000 0.000 argparse.py:826(_StoreAction)
1 0.000 0.000 0.000 0.000 filters.py:418(RelatedOnlyFieldListFilter)
1 0.000 0.000 0.000 0.000 widgets.py:450(CheckboxInput)
1 0.000 0.000 0.000 0.000 csrf.py:14(_EnsureCsrfToken)
1 0.000 0.000 0.000 0.000 response.py:414(HttpResponseRedirectBase)
1 0.000 0.000 0.000 0.000 manager.py:201(__init__)
1 0.000 0.000 0.000 0.000 where.py:351(Constraint)
1 0.000 0.000 0.000 0.000 lazy.py:13(LazyDict)
1 0.000 0.000 0.000 0.000 widgets.py:349(AdminCommaSeparatedIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 baseconv.py:48(BaseConverter)
1 0.000 0.000 0.000 0.000 handlers.py:420(SimpleHandler)
2 0.000 0.000 0.000 0.000 sysconfig.py:200(_get_default_scheme)
1 0.000 0.000 0.000 0.000 pyyaml.py:33(Serializer)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1733(FileMetadata)
1 0.000 0.000 0.000 0.000 __init__.py:91(CacheHandler)
1 0.000 0.000 0.000 0.000 checks.py:848(InlineModelAdminChecks)
1 0.000 0.000 0.000 0.000 hmac.py:18(HMAC)
1 0.000 0.000 0.000 0.000 base.py:897(VariableNode)
1 0.000 0.000 0.000 0.000 urlresolvers.py:39(ResolverMatch)
1 0.000 0.000 0.000 0.000 _exceptions.py:9(SAXException)
1 0.000 0.000 0.000 0.000 threading.py:193(Condition)
1 0.000 0.000 0.000 0.000 messages.py:15(CheckMessage)
2 0.000 0.000 0.000 0.000 config.py:475(<listcomp>)
2 0.000 0.000 0.000 0.000 utils.py:276(_router_func)
1 0.000 0.000 0.000 0.000 parse.py:193(_NetlocResultMixinBytes)
1 0.000 0.000 0.000 0.000 loader_tags.py:44(BlockNode)
1 0.000 0.000 0.000 0.000 __init__.py:1428(BaseDatabaseValidation)
1 0.000 0.000 0.000 0.000 defaulttags.py:916(TemplateIfParser)
1 0.000 0.000 0.000 0.000 request.py:1371(FileHandler)
1 0.000 0.000 0.000 0.000 models.py:74(DeleteModel)
1 0.000 0.000 0.000 0.000 handlers.py:48(BaseRotatingHandler)
1 0.000 0.000 0.000 0.000 events.py:4(Event)
1 0.000 0.000 0.000 0.000 widgets.py:66(AdminTimeWidget)
1 0.000 0.000 0.000 0.000 flush.py:14(Command)
1 0.000 0.000 0.000 0.000 handlers.py:484(CGIHandler)
1 0.000 0.000 0.000 0.000 message.py:377(EmailMultiAlternatives)
1 0.000 0.000 0.000 0.000 base.py:126(Deserializer)
1 0.000 0.000 0.000 0.000 defaulttags.py:119(ForNode)
1 0.000 0.000 0.000 0.000 forms.py:70(DeclarativeFieldsMetaclass)
1 0.000 0.000 0.000 0.000 where.py:33(WhereNode)
1 0.000 0.000 0.000 0.000 case.py:1194(FunctionTestCase)
1 0.000 0.000 0.000 0.000 functional.py:341(SimpleLazyObject)
1 0.000 0.000 0.000 0.000 utils.py:56(DatabaseErrorWrapper)
2 0.000 0.000 0.000 0.000 calendar.py:52(__init__)
1 0.000 0.000 0.000 0.000 argparse.py:735(Action)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:305(DOMBuilderFilter)
1 0.000 0.000 0.000 0.000 base.py:1047(TagHelperNode)
1 0.000 0.000 0.000 0.000 minidom.py:1067(Text)
1 0.000 0.000 0.000 0.000 json.py:21(Serializer)
1 0.000 0.000 0.000 0.000 datetime.py:908(tzinfo)
1 0.000 0.000 0.000 0.000 generator.py:390(BytesGenerator)
1 0.000 0.000 0.000 0.000 xmlreader.py:276(AttributesImpl)
1 0.000 0.000 0.000 0.000 fields.py:65(RemoveField)
1 0.000 0.000 0.000 0.000 urlresolvers.py:480(LocaleRegexURLResolver)
1 0.000 0.000 0.000 0.000 requests.py:6(RequestSite)
1 0.000 0.000 0.000 0.000 testcases.py:1083(LiveServerThread)
1 0.000 0.000 0.000 0.000 handlers.py:1081(HTTPHandler)
1 0.000 0.000 0.000 0.000 fields.py:817(_set_choices)
1 0.000 0.000 0.000 0.000 __init__.py:29(DefaultConnectionProxy)
2 0.000 0.000 0.000 0.000 {built-in method getfilesystemencoding}
1 0.000 0.000 0.000 0.000 widgets.py:531(NullBooleanSelect)
1 0.000 0.000 0.000 0.000 models.py:199(Meta)
1 0.000 0.000 0.000 0.000 tarfile.py:328(_LowLevelFile)
1 0.000 0.000 0.000 0.000 validation.py:380(InlineValidator)
1 0.000 0.000 0.000 0.000 utils.py:252(override_settings)
1 0.000 0.000 0.000 0.000 contextlib.py:33(_GeneratorContextManager)
1 0.000 0.000 0.000 0.000 utils.py:37(Approximate)
1 0.000 0.000 0.000 0.000 suite.py:75(TestSuite)
2 0.000 0.000 0.000 0.000 __init__.py:1432(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:137(BuiltinLookup)
2 0.000 0.000 0.000 0.000 pkg_resources.py:1843(find_nothing)
1 0.000 0.000 0.000 0.000 handlers.py:901(SMTPHandler)
1 0.000 0.000 0.000 0.000 fields.py:360(ReverseGenericRelatedObjectsDescriptor)
1 0.000 0.000 0.000 0.000 expatreader.py:48(ExpatLocator)
1 0.000 0.000 0.000 0.000 parser.py:126(BytesHeaderParser)
1 0.000 0.000 0.000 0.000 subqueries.py:249(DateTimeQuery)
1 0.000 0.000 0.000 0.000 pprint.py:73(_safe_key)
1 0.000 0.000 0.000 0.000 datastructures.py:73(DateTime)
1 0.000 0.000 0.000 0.000 __init__.py:85(WrongDocumentErr)
1 0.000 0.000 0.000 0.000 parse.py:625(Quoter)
1 0.000 0.000 0.000 0.000 utils.py:198(TestTemplateLoader)
1 0.000 0.000 0.000 0.000 shutil.py:52(ReadError)
1 0.000 0.000 0.000 0.000 parser.py:73(HeaderParser)
1 0.000 0.000 0.000 0.000 aggregates.py:115(Count)
1 0.000 0.000 0.000 0.000 options.py:71(IncorrectLookupParameters)
1 0.000 0.000 0.000 0.000 argparse.py:1541(_MutuallyExclusiveGroup)
1 0.000 0.000 0.000 0.000 defaulttags.py:346(RegroupNode)
1 0.000 0.000 0.000 0.000 __init__.py:375(StringTemplateStyle)
1 0.000 0.000 0.000 0.000 base.py:13(MIMEBase)
1 0.000 0.000 0.000 0.000 threading.py:1180(_DummyThread)
1 0.000 0.000 0.000 0.000 pickle.py:66(PickleError)
1 0.000 0.000 0.000 0.000 case.py:30(_ExpectedFailure)
1 0.000 0.000 0.000 0.000 client.py:1217(HTTPException)
1 0.000 0.000 0.000 0.000 argparse.py:656(ArgumentDefaultsHelpFormatter)
1 0.000 0.000 0.000 0.000 nonmultipart.py:14(MIMENonMultipart)
1 0.000 0.000 0.000 0.000 loader.py:76(LoaderOrigin)
1 0.000 0.000 0.000 0.000 decorators.py:8(classonlymethod)
1 0.000 0.000 0.000 0.000 widgets.py:747(CheckboxSelectMultiple)
1 0.000 0.000 0.000 0.000 response.py:457(HttpResponseForbidden)
1 0.000 0.000 0.000 0.000 __init__.py:28(TranslatorCommentWarning)
1 0.000 0.000 0.000 0.000 base.py:101(InvalidTemplateLibrary)
1 0.000 0.000 0.000 0.000 socketserver.py:635(UnixDatagramServer)
1 0.000 0.000 0.000 0.000 smartif.py:142(EndToken)
1 0.000 0.000 0.000 0.000 client.py:1262(ResponseNotReady)
1 0.000 0.000 0.000 0.000 __init__.py:1082(DateTimeCheckMixin)
1 0.000 0.000 0.000 0.000 argparse.py:1002(_HelpAction)
1 0.000 0.000 0.000 0.000 validators.py:137(__init__)
1 0.000 0.000 0.000 0.000 lookups.py:361(Search)
1 0.000 0.000 0.000 0.000 messages.py:67(Info)
1 0.000 0.000 0.000 0.000 html.py:142(RootElement)
1 0.000 0.000 0.000 0.000 __init__.py:91(NoDataAllowedErr)
1 0.000 0.000 0.000 0.000 models.py:1065(ModelChoiceIterator)
1 0.000 0.000 0.000 0.000 request.py:1271(HTTPHandler)
1 0.000 0.000 0.000 0.000 testcases.py:147(_AssertTemplateNotUsedContext)
1 0.000 0.000 0.000 0.000 hashers.py:361(SHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 subprocess.py:377(TimeoutExpired)
1 0.000 0.000 0.000 0.000 six.py:133(_LazyModule)
1 0.000 0.000 0.000 0.000 base.py:350(ModelState)
1 0.000 0.000 0.000 0.000 __init__.py:8(<module>)
1 0.000 0.000 0.000 0.000 widgets.py:324(FileInput)
1 0.000 0.000 0.000 0.000 multipartparser.py:26(MultiPartParserError)
1 0.000 0.000 0.000 0.000 query.py:1058(EmptyQuerySet)
1 0.000 0.000 0.000 0.000 transaction.py:9(TransactionManagementError)
1 0.000 0.000 0.000 0.000 expressions.py:155(DateModifierNode)
1 0.000 0.000 0.000 0.000 safestring.py:22(EscapeText)
1 0.000 0.000 0.000 0.000 options.py:1906(TabularInline)
1 0.000 0.000 0.000 0.000 threading.py:476(Event)
1 0.000 0.000 0.000 0.000 request.py:1149(ProxyDigestAuthHandler)
1 0.000 0.000 0.000 0.000 base.py:590(NoArgsCommand)
1 0.000 0.000 0.000 0.000 request.py:597(HTTPRedirectHandler)
1 0.000 0.000 0.000 0.000 pulldom.py:289(SAX2DOM)
1 0.000 0.000 0.000 0.000 response.py:73(addinfo)
1 0.000 0.000 0.000 0.000 db.py:18(Options)
1 0.000 0.000 0.000 0.000 helpers.py:137(AdminReadonlyField)
1 0.000 0.000 0.000 0.000 hashers.py:263(PBKDF2SHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 pkg_resources.py:934(__init__)
1 0.000 0.000 0.000 0.000 case.py:22(SkipTest)
1 0.000 0.000 0.000 0.000 feedparser.py:512(BytesFeedParser)
1 0.000 0.000 0.000 0.000 cookies.py:144(CookieError)
1 0.000 0.000 0.000 0.000 socketserver.py:596(ThreadingMixIn)
1 0.000 0.000 0.000 0.000 decimal.py:380(Underflow)
1 0.000 0.000 0.000 0.000 deconstruct.py:1(<module>)
1 0.000 0.000 0.000 0.000 serializer.py:11(Serializer)
1 0.000 0.000 0.000 0.000 request.py:1161(AbstractHTTPHandler)
1 0.000 0.000 0.000 0.000 models.py:86(GroupManager)
1 0.000 0.000 0.000 0.000 migration.py:149(SwappableTuple)
1 0.000 0.000 0.000 0.000 cache.py:153(CacheMiddleware)
1 0.000 0.000 0.000 0.000 argparse.py:884(_StoreTrueAction)
1 0.000 0.000 0.000 0.000 response.py:461(HttpResponseNotAllowed)
1 0.000 0.000 0.000 0.000 defaulttags.py:411(LoadNode)
1 0.000 0.000 0.000 0.000 argparse.py:918(_AppendAction)
1 0.000 0.000 0.000 0.000 smartif.py:116(Literal)
1 0.000 0.000 0.000 0.000 constructor.py:10(ConstructorError)
1 0.000 0.000 0.000 0.000 widgets.py:853(SplitDateTimeWidget)
1 0.000 0.000 0.000 0.000 deprecation.py:5(RemovedInDjango20Warning)
1 0.000 0.000 0.000 0.000 base.py:116(StringOrigin)
1 0.000 0.000 0.000 0.000 tree.py:48(<listcomp>)
1 0.000 0.000 0.000 0.000 handlers.py:514(IISCGIHandler)
1 0.000 0.000 0.000 0.000 models.py:82(RequestSite)
1 0.000 0.000 0.000 0.000 request.py:1131(HTTPDigestAuthHandler)
1 0.000 0.000 0.000 0.000 lookups.py:373(Regex)
1 0.000 0.000 0.000 0.000 __init__.py:349(_CountryNameDict)
1 0.000 0.000 0.000 0.000 contextlib.py:10(ContextDecorator)
1 0.000 0.000 0.000 0.000 queue.py:16(Empty)
1 0.000 0.000 0.000 0.000 pickle.py:77(UnpicklingError)
1 0.000 0.000 0.000 0.000 deprecation.py:9(RemovedInDjango19Warning)
1 0.000 0.000 0.000 0.000 db.py:35(BaseDatabaseCache)
1 0.000 0.000 0.000 0.000 socketserver.py:731(DatagramRequestHandler)
1 0.000 0.000 0.000 0.000 widgets.py:420(DateTimeBaseInput)
1 0.000 0.000 0.000 0.000 six.py:281(Module_six_moves_urllib_error)
1 0.000 0.000 0.000 0.000 zipfile.py:43(LargeZipFile)
1 0.000 0.000 0.000 0.000 widgets.py:632(CheckboxChoiceInput)
1 0.000 0.000 0.000 0.000 __init__.py:40(Trans)
1 0.000 0.000 0.000 0.000 base.py:809(InsertIdVar)
1 0.000 0.000 0.000 0.000 messages.py:62(Debug)
1 0.000 0.000 0.000 0.000 __init__.py:220(LogRecord)
1 0.000 0.000 0.000 0.000 getpass.py:27(GetPassWarning)
1 0.000 0.000 0.000 0.000 helpers.py:327(InlineFieldset)
1 0.000 0.000 0.000 0.000 multipartparser.py:437(BoundaryIter)
1 0.000 0.000 0.000 0.000 six.py:97(MovedModule)
1 0.000 0.000 0.000 0.000 case.py:177(_AssertRaisesContext)
1 0.000 0.000 0.000 0.000 exceptions.py:54(PermissionDenied)
1 0.000 0.000 0.000 0.000 minidom.py:1392(DOMImplementation)
1 0.000 0.000 0.000 0.000 __init__.py:23(<module>)
1 0.000 0.000 0.000 0.000 parse.py:163(_NetlocResultMixinStr)
1 0.000 0.000 0.000 0.000 models.py:439(Meta)
1 0.000 0.000 0.000 0.000 errors.py:12(MessageParseError)
1 0.000 0.000 0.000 0.000 lookups.py:298(DateLookup)
1 0.000 0.000 0.000 0.000 pyyaml.py:26(DjangoSafeDumper)
1 0.000 0.000 0.000 0.000 posixpath.py:472(<listcomp>)
1 0.000 0.000 0.000 0.000 __init__.py:62(DOMException)
1 0.000 0.000 0.000 0.000 socketserver.py:632(UnixStreamServer)
1 0.000 0.000 0.000 0.000 uploadedfile.py:59(TemporaryUploadedFile)
1 0.000 0.000 0.000 0.000 result.py:71(startTestRun)
1 0.000 0.000 0.000 0.000 defaulttags.py:381(SsiNode)
1 0.000 0.000 0.000 0.000 tokens.py:75(AliasToken)
1 0.000 0.000 0.000 0.000 wsgi.py:31(LimitedStream)
1 0.000 0.000 0.000 0.000 {built-in method getsignal}
1 0.000 0.000 0.000 0.000 decimal.py:204(Clamped)
1 0.000 0.000 0.000 0.000 __init__.py:152(override)
1 0.000 0.000 0.000 0.000 state.py:119(AppConfigStub)
1 0.000 0.000 0.000 0.000 minidom.py:1190(CDATASection)
1 0.000 0.000 0.000 0.000 pkg_resources.py:196(VersionConflict)
1 0.000 0.000 0.000 0.000 __init__.py:62(FieldDoesNotExist)
1 0.000 0.000 0.000 0.000 datastructures.py:515(DictWrapper)
1 0.000 0.000 0.000 0.000 __init__.py:1411(BaseDatabaseClient)
1 0.000 0.000 0.000 0.000 defaulttags.py:425(SpacelessNode)
1 0.000 0.000 0.000 0.000 dumper.py:9(BaseDumper)
1 0.000 0.000 0.000 0.000 base.py:11(InvalidCacheBackendError)
1 0.000 0.000 0.000 0.000 argparse.py:861(_StoreConstAction)
1 0.000 0.000 0.000 0.000 widgets.py:871(SplitHiddenDateTimeWidget)
1 0.000 0.000 0.000 0.000 resolver.py:9(ResolverError)
1 0.000 0.000 0.000 0.000 zipfile.py:529(LZMADecompressor)
1 0.000 0.000 0.000 0.000 parser.py:81(BytesParser)
1 0.000 0.000 0.000 0.000 errors.py:16(HeaderParseError)
1 0.000 0.000 0.000 0.000 lookups.py:343(Second)
1 0.000 0.000 0.000 0.000 subclassing.py:11(SubfieldBase)
1 0.000 0.000 0.000 0.000 queue.py:20(Full)
1 0.000 0.000 0.000 0.000 client.py:1239(IncompleteRead)
1 0.000 0.000 0.000 0.000 ascii.py:24(IncrementalDecoder)
1 0.000 0.000 0.000 0.000 query.py:1210(ValuesListQuerySet)
1 0.000 0.000 0.000 0.000 widgets.py:403(Textarea)
1 0.000 0.000 0.000 0.000 query.py:2053(JoinPromoter)
1 0.000 0.000 0.000 0.000 __init__.py:112(InvalidModificationErr)
1 0.000 0.000 0.000 0.000 base.py:125(Template)
1 0.000 0.000 0.000 0.000 dumper.py:45(Dumper)
1 0.000 0.000 0.000 0.000 request.py:1280(HTTPSHandler)
1 0.000 0.000 0.000 0.000 parser.py:69(ParserError)
1 0.000 0.000 0.000 0.000 helpers.py:84(Fieldline)
1 0.000 0.000 0.000 0.000 tokens.py:17(DirectiveToken)
1 0.000 0.000 0.000 0.000 response.py:83(addinfourl)
1 0.000 0.000 0.000 0.000 ssl.py:223(SSLContext)
1 0.000 0.000 0.000 0.000 request.py:958(HTTPBasicAuthHandler)
1 0.000 0.000 0.000 0.000 related.py:1244(ManyToOneRel)
1 0.000 0.000 0.000 0.000 signing.py:176(TimestampSigner)
1 0.000 0.000 0.000 0.000 functional.py:63(Promise)
1 0.000 0.000 0.000 0.000 where.py:316(EmptyWhere)
1 0.000 0.000 0.000 0.000 __init__.py:1499(RootLogger)
1 0.000 0.000 0.000 0.000 utils.py:133(ConnectionDoesNotExist)
1 0.000 0.000 0.000 0.000 helpers.py:111(AdminField)
1 0.000 0.000 0.000 0.000 where.py:401(SubqueryConstraint)
1 0.000 0.000 0.000 0.000 base.py:90(VariableDoesNotExist)
1 0.000 0.000 0.000 0.000 argparse.py:673(MetavarTypeHelpFormatter)
1 0.000 0.000 0.000 0.000 defaulttags.py:96(FilterNode)
1 0.000 0.000 0.000 0.000 message.py:190(SafeMIMEMultipart)
1 0.000 0.000 0.000 0.000 {built-in method poll}
1 0.000 0.000 0.000 0.000 response.py:58(addclosehook)
1 0.000 0.000 0.000 0.000 decimal.py:3855(_ContextManager)
1 0.000 0.000 0.000 0.000 response.py:481(JsonResponse)
1 0.000 0.000 0.000 0.000 tarfile.py:733(ExFileObject)
1 0.000 0.000 0.000 0.000 socketserver.py:642(BaseRequestHandler)
1 0.000 0.000 0.000 0.000 cookies.py:565(SimpleCookie)
1 0.000 0.000 0.000 0.000 widgets.py:624(RadioChoiceInput)
1 0.000 0.000 0.000 0.000 lookups.py:245(PatternLookup)
1 0.000 0.000 0.000 0.000 fields.py:537(GenericRel)
1 0.000 0.000 0.000 0.000 utils.py:44(InternalError)
1 0.000 0.000 0.000 0.000 tokens.py:39(StreamEndToken)
1 0.000 0.000 0.000 0.000 lookups.py:167(IExact)
1 0.000 0.000 0.000 0.000 base.py:41(CommandParser)
1 0.000 0.000 0.000 0.000 query.py:1053(InstanceCheckMeta)
1 0.000 0.000 0.000 0.000 calendar.py:488(different_locale)
1 0.000 0.000 0.000 0.000 widgets.py:697(RadioFieldRenderer)
1 0.000 0.000 0.000 0.000 signing.py:50(BadSignature)
1 0.000 0.000 0.000 0.000 {method 'end' of '_sre.SRE_Match' objects}
1 0.000 0.000 0.000 0.000 registry.py:9(Tags)
1 0.000 0.000 0.000 0.000 decimal.py:305(InvalidContext)
1 0.000 0.000 0.000 0.000 minidom.py:1383(Notation)
1 0.000 0.000 0.000 0.000 message.py:156(SafeMIMEMessage)
1 0.000 0.000 0.000 0.000 reader.py:24(ReaderError)
1 0.000 0.000 0.000 0.000 __init__.py:124(UserDataHandler)
1 0.000 0.000 0.000 0.000 argparse.py:1135(FileType)
1 0.000 0.000 0.000 0.000 parse.py:235(DefragResult)
1 0.000 0.000 0.000 0.000 paginator.py:7(InvalidPage)
1 0.000 0.000 0.000 0.000 simple_server.py:28(ServerHandler)
1 0.000 0.000 0.000 0.000 tokens.py:2(Token)
1 0.000 0.000 0.000 0.000 defaulttags.py:68(CycleNode)
1 0.000 0.000 0.000 0.000 hashers.py:417(UnsaltedSHA1PasswordHasher)
1 0.000 0.000 0.000 0.000 fields.py:1203(GenericIPAddressField)
1 0.000 0.000 0.000 0.000 subclassing.py:24(Creator)
1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
1 0.000 0.000 0.000 0.000 argparse.py:955(_AppendConstAction)
1 0.000 0.000 0.000 0.000 tarfile.py:2398(TarIter)
1 0.000 0.000 0.000 0.000 response.py:477(Http404)
1 0.000 0.000 0.000 0.000 inspect.py:655(EndOfBlock)
1 0.000 0.000 0.000 0.000 decimal.py:293(Inexact)
1 0.000 0.000 0.000 0.000 __init__.py:1874(createLock)
1 0.000 0.000 0.000 0.000 datastructures.py:50(Empty)
1 0.000 0.000 0.000 0.000 client.py:6(DatabaseClient)
1 0.000 0.000 0.000 0.000 handlers.py:632(DatagramHandler)
1 0.000 0.000 0.000 0.000 message.py:164(SafeMIMEText)
1 0.000 0.000 0.000 0.000 threading.py:1118(Timer)
1 0.000 0.000 0.000 0.000 base.py:38(get_key_func)
1 0.000 0.000 0.000 0.000 multipartparser.py:30(InputStreamExhausted)
1 0.000 0.000 0.000 0.000 __init__.py:103(InuseAttributeErr)
1 0.000 0.000 0.000 0.000 inspect.py:1456(_empty)
1 0.000 0.000 0.000 0.000 base.py:140(ContentFile)
1 0.000 0.000 0.000 0.000 events.py:84(MappingEndEvent)
1 0.000 0.000 0.000 0.000 xml_serializer.py:347(DTDForbidden)
1 0.000 0.000 0.000 0.000 urlresolvers.py:75(NoReverseMatch)
1 0.000 0.000 0.000 0.000 argparse.py:706(ArgumentError)
1 0.000 0.000 0.000 0.000 errors.py:24(MultipartConversionError)
1 0.000 0.000 0.000 0.000 parse.py:243(SplitResult)
1 0.000 0.000 0.000 0.000 sre_parse.py:224(seek)
1 0.000 0.000 0.000 0.000 registry.py:19(CheckRegistry)
1 0.000 0.000 0.000 0.000 defaulttags.py:107(FirstOfNode)
1 0.000 0.000 0.000 0.000 log.py:144(CallbackFilter)
1 0.000 0.000 0.000 0.000 subprocess.py:360(SubprocessError)
1 0.000 0.000 0.000 0.000 __init__.py:115(NamespaceErr)
1 0.000 0.000 0.000 0.000 __init__.py:118(InvalidAccessErr)
1 0.000 0.000 0.000 0.000 response.py:431(HttpResponsePermanentRedirect)
1 0.000 0.000 0.000 0.000 tarfile.py:315(EOFHeaderError)
1 0.000 0.000 0.000 0.000 testcases.py:1070(_MediaFilesHandler)
1 0.000 0.000 0.000 0.000 parse.py:123(_ResultMixinBytes)
1 0.000 0.000 0.000 0.000 __init__.py:366(StrFormatStyle)
1 0.000 0.000 0.000 0.000 loader.py:278(AmbiguityError)
1 0.000 0.000 0.000 0.000 nodes.py:44(SequenceNode)
1 0.000 0.000 0.000 0.000 argparse.py:634(RawDescriptionHelpFormatter)
1 0.000 0.000 0.000 0.000 transaction.py:112(Atomic)
1 0.000 0.000 0.000 0.000 subprocess.py:363(CalledProcessError)
1 0.000 0.000 0.000 0.000 aggregates.py:73(Count)
1 0.000 0.000 0.000 0.000 widgets.py:558(SelectMultiple)
1 0.000 0.000 0.000 0.000 defaulttags.py:507(WidthRatioNode)
1 0.000 0.000 0.000 0.000 tokens.py:51(FlowSequenceStartToken)
1 0.000 0.000 0.000 0.000 widgets.py:276(PasswordInput)
1 0.000 0.000 0.000 0.000 _exceptions.py:46(SAXParseException)
1 0.000 0.000 0.000 0.000 defaulttags.py:87(DebugNode)
1 0.000 0.000 0.000 0.000 calendar.py:21(IllegalMonthError)
1 0.000 0.000 0.000 0.000 widgets.py:299(AdminTextInputWidget)
1 0.000 0.000 0.000 0.000 pkg_resources.py:199(DistributionNotFound)
1 0.000 0.000 0.000 0.000 lookups.py:172(Contains)
1 0.000 0.000 0.000 0.000 multipart.py:13(MIMEMultipart)
1 0.000 0.000 0.000 0.000 models.py:17(LogEntryManager)
1 0.000 0.000 0.000 0.000 utils.py:48(ProgrammingError)
1 0.000 0.000 0.000 0.000 widgets.py:95(AdminRadioFieldRenderer)
1 0.000 0.000 0.000 0.000 text.py:14(MIMEText)
1 0.000 0.000 0.000 0.000 config.py:343(ConvertingTuple)
1 0.000 0.000 0.000 0.000 client.py:1225(InvalidURL)
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha512}
1 0.000 0.000 0.000 0.000 widgets.py:149(SubWidget)
1 0.000 0.000 0.000 0.000 case.py:209(_AssertWarnsContext)
1 0.000 0.000 0.000 0.000 inspect.py:657(BlockFinder)
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:94(NoModificationAllowedErr)
1 0.000 0.000 0.000 0.000 decimal.py:216(InvalidOperation)
1 0.000 0.000 0.000 0.000 __init__.py:100(NotSupportedErr)
1 0.000 0.000 0.000 0.000 query_utils.py:16(InvalidQuery)
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha384}
1 0.000 0.000 0.000 0.000 minidom.py:1176(Comment)
1 0.000 0.000 0.000 0.000 compiler.py:929(SQLDeleteCompiler)
1 0.000 0.000 0.000 0.000 widgets.py:307(AdminEmailInputWidget)
1 0.000 0.000 0.000 0.000 datastructures.py:38(MultiJoin)
1 0.000 0.000 0.000 0.000 models.py:229(ModelFormOptions)
1 0.000 0.000 0.000 0.000 decimal.py:255(DivisionByZero)
1 0.000 0.000 0.000 0.000 base.py:78(OutputWrapper)
1 0.000 0.000 0.000 0.000 query_utils.py:80(DeferredAttribute)
1 0.000 0.000 0.000 0.000 {built-in method unhexlify}
1 0.000 0.000 0.000 0.000 nodes.py:35(CollectionNode)
1 0.000 0.000 0.000 0.000 widgets.py:291(AdminTextareaWidget)
1 0.000 0.000 0.000 0.000 related.py:1201(ForeignObjectRel)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1788(EggMetadata)
1 0.000 0.000 0.000 0.000 zipfile.py:39(BadZipFile)
1 0.000 0.000 0.000 0.000 aggregates.py:110(Avg)
1 0.000 0.000 0.000 0.000 base.py:195(Lexer)
1 0.000 0.000 0.000 0.000 loaddata.py:280(SingleZipReader)
1 0.000 0.000 0.000 0.000 testcases.py:1057(_StaticFilesHandler)
1 0.000 0.000 0.000 0.000 __init__.py:109(SyntaxErr)
1 0.000 0.000 0.000 0.000 defaulttags.py:904(TemplateLiteral)
1 0.000 0.000 0.000 0.000 __init__.py:106(InvalidStateErr)
1 0.000 0.000 0.000 0.000 base.py:15(CacheKeyWarning)
1 0.000 0.000 0.000 0.000 datastructures.py:54(Date)
1 0.000 0.000 0.000 0.000 base.py:86(TemplateEncodingError)
1 0.000 0.000 0.000 0.000 socketserver.py:688(StreamRequestHandler)
1 0.000 0.000 0.000 0.000 six.py:80(_LazyDescr)
1 0.000 0.000 0.000 0.000 response.py:469(HttpResponseGone)
1 0.000 0.000 0.000 0.000 writer.py:24(SettingsReference)
1 0.000 0.000 0.000 0.000 widgets.py:135(MediaDefiningClass)
1 0.000 0.000 0.000 0.000 uu.py:39(Error)
1 0.000 0.000 0.000 0.000 request.py:1313(UnknownHandler)
1 0.000 0.000 0.000 0.000 argparse.py:1179(Namespace)
1 0.000 0.000 0.000 0.000 deprecation.py:16(warn_about_renamed_method)
1 0.000 0.000 0.000 0.000 query.py:1272(DateTimeQuerySet)
1 0.000 0.000 0.000 0.000 defaulttags.py:328(LoremNode)
1 0.000 0.000 0.000 0.000 encoding.py:13(DjangoUnicodeDecodeError)
1 0.000 0.000 0.000 0.000 log.py:160(RequireDebugFalse)
1 0.000 0.000 0.000 0.000 fields.py:1218(SlugField)
1 0.000 0.000 0.000 0.000 pkg_resources.py:191(ResolutionError)
1 0.000 0.000 0.000 0.000 lookups.py:187(GreaterThanOrEqual)
1 0.000 0.000 0.000 0.000 tokens.py:96(ScalarToken)
1 0.000 0.000 0.000 0.000 widgets.py:437(DateTimeInput)
1 0.000 0.000 0.000 0.000 ascii.py:28(StreamWriter)
1 0.000 0.000 0.000 0.000 message.py:14(MIMEMessage)
1 0.000 0.000 0.000 0.000 events.py:45(DocumentStartEvent)
1 0.000 0.000 0.000 0.000 __init__.py:1030(PlaceHolder)
1 0.000 0.000 0.000 0.000 __init__.py:357(__init__)
1 0.000 0.000 0.000 0.000 decimal.py:5595(_WorkRep)
1 0.000 0.000 0.000 0.000 socketserver.py:517(ForkingMixIn)
1 0.000 0.000 0.000 0.000 shutil.py:42(Error)
1 0.000 0.000 0.000 0.000 exceptions.py:74(FieldError)
1 0.000 0.000 0.000 0.000 parse.py:115(_ResultMixinStr)
1 0.000 0.000 0.000 0.000 widgets.py:441(TimeInput)
1 0.000 0.000 0.000 0.000 posixpath.py:473(<listcomp>)
1 0.000 0.000 0.000 0.000 models.py:53(Meta)
1 0.000 0.000 0.000 0.000 handler.py:223(EntityResolver)
1 0.000 0.000 0.000 0.000 compiler.py:1090(SQLDateCompiler)
1 0.000 0.000 0.000 0.000 pkg_resources.py:914(ExtractionError)
1 0.000 0.000 0.000 0.000 request.py:27(UnreadablePostError)
1 0.000 0.000 0.000 0.000 string.py:73(Template)
1 0.000 0.000 0.000 0.000 _os.py:13(WindowsError)
1 0.000 0.000 0.000 0.000 nodes.py:25(ScalarNode)
1 0.000 0.000 0.000 0.000 dateformat.py:30(Formatter)
1 0.000 0.000 0.000 0.000 where.py:341(ExtraWhere)
1 0.000 0.000 0.000 0.000 aggregates.py:132(StdDev)
1 0.000 0.000 0.000 0.000 subqueries.py:275(AggregateQuery)
1 0.000 0.000 0.000 0.000 config.py:320(ConvertingList)
1 0.000 0.000 0.000 0.000 shutil.py:45(SpecialFileError)
1 0.000 0.000 0.000 0.000 tokens.py:42(BlockSequenceStartToken)
1 0.000 0.000 0.000 0.000 tarfile.py:291(TarError)
1 0.000 0.000 0.000 0.000 __init__.py:46(Empty)
1 0.000 0.000 0.000 0.000 tokens.py:25(DocumentStartToken)
1 0.000 0.000 0.000 0.000 minidom.py:642(TypeInfo)
1 0.000 0.000 0.000 0.000 datetime_safe.py:15(date)
1 0.000 0.000 0.000 0.000 proxy.py:9(OrderWrt)
1 0.000 0.000 0.000 0.000 string.py:51(_TemplateMetaclass)
1 0.000 0.000 0.000 0.000 state.py:15(InvalidBasesError)
1 0.000 0.000 0.000 0.000 manager.py:186(ManagerDescriptor)
1 0.000 0.000 0.000 0.000 calendar.py:28(IllegalWeekdayError)
1 0.000 0.000 0.000 0.000 decimal.py:245(ConversionSyntax)
1 0.000 0.000 0.000 0.000 exceptions.py:15(AppRegistryNotReady)
1 0.000 0.000 0.000 0.000 dumper.py:27(SafeDumper)
1 0.000 0.000 0.000 0.000 xmlbuilder.py:366(DOMImplementationLS)
1 0.000 0.000 0.000 0.000 files.py:141(FileDescriptor)
1 0.000 0.000 0.000 0.000 ascii.py:34(StreamConverter)
1 0.000 0.000 0.000 0.000 signing.py:83(JSONSerializer)
1 0.000 0.000 0.000 0.000 models.py:31(PermissionManager)
1 0.000 0.000 0.000 0.000 models.py:35(SiteManager)
1 0.000 0.000 0.000 0.000 queue.py:236(LifoQueue)
1 0.000 0.000 0.000 0.000 lookups.py:273(EndsWith)
1 0.000 0.000 0.000 0.000 lookups.py:313(Month)
1 0.000 0.000 0.000 0.000 errors.py:78(HeaderDefect)
1 0.000 0.000 0.000 0.000 manager.py:198(AbstractManagerDescriptor)
1 0.000 0.000 0.000 0.000 where.py:25(EmptyShortCircuit)
1 0.000 0.000 0.000 0.000 json.py:84(DjangoJSONEncoder)
1 0.000 0.000 0.000 0.000 shutil.py:55(RegistryError)
1 0.000 0.000 0.000 0.000 xmlreader.py:91(IncrementalParser)
1 0.000 0.000 0.000 0.000 compiler.py:945(SQLUpdateCompiler)
1 0.000 0.000 0.000 0.000 loader.py:11(BaseLoader)
1 0.000 0.000 0.000 0.000 shutil.py:49(ExecError)
1 0.000 0.000 0.000 0.000 lazy.py:117(LazySet)
1 0.000 0.000 0.000 0.000 xmlreader.py:163(Locator)
1 0.000 0.000 0.000 0.000 loader_tags.py:15(ExtendsError)
1 0.000 0.000 0.000 0.000 context.py:146(RenderContext)
1 0.000 0.000 0.000 0.000 tokens.py:82(AnchorToken)
1 0.000 0.000 0.000 0.000 calendar.py:500(LocaleTextCalendar)
1 0.000 0.000 0.000 0.000 generator.py:447(DecodedGenerator)
1 0.000 0.000 0.000 0.000 lookups.py:177(IContains)
1 0.000 0.000 0.000 0.000 request.py:773(ProxyHandler)
1 0.000 0.000 0.000 0.000 argparse.py:1507(_ArgumentGroup)
1 0.000 0.000 0.000 0.000 datastructures.py:278(MultiValueDictKeyError)
1 0.000 0.000 0.000 0.000 errors.py:90(NonPrintableDefect)
1 0.000 0.000 0.000 0.000 log.py:165(RequireDebugTrue)
1 0.000 0.000 0.000 0.000 loader.py:271(BadMigrationError)
1 0.000 0.000 0.000 0.000 scanner.py:32(ScannerError)
1 0.000 0.000 0.000 0.000 formsets.py:33(ManagementForm)
1 0.000 0.000 0.000 0.000 lookups.py:288(Year)
1 0.000 0.000 0.000 0.000 csrf.py:30(_EnsureCsrfCookie)
1 0.000 0.000 0.000 0.000 uploadhandler.py:28(StopUpload)
1 0.000 0.000 0.000 0.000 base.py:105(Origin)
1 0.000 0.000 0.000 0.000 sites.py:18(AlreadyRegistered)
1 0.000 0.000 0.000 0.000 lookups.py:278(IEndsWith)
1 0.000 0.000 0.000 0.000 widgets.py:255(TextInput)
1 0.000 0.000 0.000 0.000 files.py:341(ImageFileDescriptor)
1 0.000 0.000 0.000 0.000 context.py:17(ContextDict)
1 0.000 0.000 0.000 0.000 lookups.py:293(Range)
1 0.000 0.000 0.000 0.000 itercompat.py:5(<module>)
1 0.000 0.000 0.000 0.000 __init__.py:274(YAMLObjectMetaclass)
1 0.000 0.000 0.000 0.000 exceptions.py:4(InvalidSessionKey)
1 0.000 0.000 0.000 0.000 lookups.py:263(StartsWith)
1 0.000 0.000 0.000 0.000 hashers.py:449(UnsaltedMD5PasswordHasher)
1 0.000 0.000 0.000 0.000 difflib.py:766(Differ)
1 0.000 0.000 0.000 0.000 request.py:1295(HTTPCookieProcessor)
1 0.000 0.000 0.000 0.000 compiler.py:5(SQLCompiler)
1 0.000 0.000 0.000 0.000 {method 'toordinal' of 'datetime.date' objects}
1 0.000 0.000 0.000 0.000 case.py:47(_Outcome)
1 0.000 0.000 0.000 0.000 utils.py:540(IgnorePendingDeprecationWarningsMixin)
1 0.000 0.000 0.000 0.000 fields.py:1105(FilePathField)
1 0.000 0.000 0.000 0.000 __init__.py:1858(NullHandler)
1 0.000 0.000 0.000 0.000 errors.py:50(FirstHeaderLineIsContinuationDefect)
1 0.000 0.000 0.000 0.000 uploadhandler.py:156(MemoryFileUploadHandler)
1 0.000 0.000 0.000 0.000 __init__.py:1042(append)
1 0.000 0.000 0.000 0.000 defaulttags.py:452(URLNode)
1 0.000 0.000 0.000 0.000 xml_serializer.py:360(EntitiesForbidden)
1 0.000 0.000 0.000 0.000 error.py:48(MarkedYAMLError)
1 0.000 0.000 0.000 0.000 lookups.py:283(Between)
1 0.000 0.000 0.000 0.000 helpers.py:341(AdminErrorList)
1 0.000 0.000 0.000 0.000 widgets.py:433(DateInput)
1 0.000 0.000 0.000 0.000 lookups.py:192(LessThan)
1 0.000 0.000 0.000 0.000 server.py:129(HTTPServer)
1 0.000 0.000 0.000 0.000 calendar.py:138(setfirstweekday)
1 0.000 0.000 0.000 0.000 paginator.py:11(PageNotAnInteger)
1 0.000 0.000 0.000 0.000 widgets.py:289(HiddenInput)
1 0.000 0.000 0.000 0.000 manager.py:182(Manager)
1 0.000 0.000 0.000 0.000 __init__.py:70(BaseSettings)
1 0.000 0.000 0.000 0.000 __init__.py:121(ValidationErr)
1 0.000 0.000 0.000 0.000 manager.py:210(SwappedManagerDescriptor)
1 0.000 0.000 0.000 0.000 parse.py:262(SplitResultBytes)
1 0.000 0.000 0.000 0.000 compiler.py:56(SQLInsertCompiler)
1 0.000 0.000 0.000 0.000 argparse.py:645(RawTextHelpFormatter)
1 0.000 0.000 0.000 0.000 options.py:1902(StackedInline)
1 0.000 0.000 0.000 0.000 base.py:24(CreateError)
1 0.000 0.000 0.000 0.000 errors.py:20(BoundaryError)
1 0.000 0.000 0.000 0.000 tarfile.py:300(CompressionError)
1 0.000 0.000 0.000 0.000 error.py:45(YAMLError)
1 0.000 0.000 0.000 0.000 ssl.py:129(CertificateError)
1 0.000 0.000 0.000 0.000 exceptions.py:69(ImproperlyConfigured)
1 0.000 0.000 0.000 0.000 representer.py:10(RepresenterError)
1 0.000 0.000 0.000 0.000 socketserver.py:638(ThreadingUnixStreamServer)
1 0.000 0.000 0.000 0.000 datastructures.py:34(EmptyResultSet)
1 0.000 0.000 0.000 0.000 lookups.py:331(Hour)
1 0.000 0.000 0.000 0.000 errors.py:101(ObsoleteHeaderDefect)
1 0.000 0.000 0.000 0.000 tarfile.py:303(StreamError)
1 0.000 0.000 0.000 0.000 socketserver.py:628(ThreadingTCPServer)
1 0.000 0.000 0.000 0.000 six.py:148(MovedAttribute)
1 0.000 0.000 0.000 0.000 inspect.py:1452(_void)
1 0.000 0.000 0.000 0.000 deprecation.py:33(RenameMethodsBase)
1 0.000 0.000 0.000 0.000 lookups.py:162(Exact)
1 0.000 0.000 0.000 0.000 client.py:1222(NotConnected)
1 0.000 0.000 0.000 0.000 argparse.py:1048(_ChoicesPseudoAction)
1 0.000 0.000 0.000 0.000 hashers.py:342(BCryptPasswordHasher)
1 0.000 0.000 0.000 0.000 exceptions.py:4(DisallowedModelAdminLookup)
1 0.000 0.000 0.000 0.000 errors.py:70(InvalidBase64PaddingDefect)
1 0.000 0.000 0.000 0.000 __init__.py:50(NOT_PROVIDED)
1 0.000 0.000 0.000 0.000 argparse.py:1923(<listcomp>)
1 0.000 0.000 0.000 0.000 exceptions.py:30(SuspiciousOperation)
1 0.000 0.000 0.000 0.000 related.py:1267(OneToOneRel)
1 0.000 0.000 0.000 0.000 errors.py:41(NoBoundaryInMultipartDefect)
1 0.000 0.000 0.000 0.000 errors.py:44(StartBoundaryNotFoundDefect)
1 0.000 0.000 0.000 0.000 compiler.py:1116(SQLDateTimeCompiler)
1 0.000 0.000 0.000 0.000 errors.py:73(InvalidBase64CharactersDefect)
1 0.000 0.000 0.000 0.000 events.py:15(NodeEvent)
1 0.000 0.000 0.000 0.000 tarfile.py:318(InvalidHeaderError)
1 0.000 0.000 0.000 0.000 events.py:31(CollectionEndEvent)
1 0.000 0.000 0.000 0.000 handlers.py:460(BaseCGIHandler)
1 0.000 0.000 0.000 0.000 events.py:21(CollectionStartEvent)
1 0.000 0.000 0.000 0.000 tarfile.py:321(SubsequentHeaderError)
1 0.000 0.000 0.000 0.000 response.py:473(HttpResponseServerError)
1 0.000 0.000 0.000 0.000 errors.py:104(NonASCIILocalPartDefect)
1 0.000 0.000 0.000 0.000 six.py:250(Module_six_moves_urllib_parse)
1 0.000 0.000 0.000 0.000 aggregates.py:89(Sum)
1 0.000 0.000 0.000 0.000 compiler.py:64(SQLUpdateCompiler)
1 0.000 0.000 0.000 0.000 tarfile.py:312(TruncatedHeaderError)
1 0.000 0.000 0.000 0.000 exceptions.py:59(ViewDoesNotExist)
1 0.000 0.000 0.000 0.000 resolver.py:164(Resolver)
1 0.000 0.000 0.000 0.000 lookups.py:197(LessThanOrEqual)
1 0.000 0.000 0.000 0.000 events.py:64(ScalarEvent)
1 0.000 0.000 0.000 0.000 decimal.py:5833(_Log10Memoize)
1 0.000 0.000 0.000 0.000 regex_helper.py:38(Group)
1 0.000 0.000 0.000 0.000 client.py:1236(UnimplementedFileMode)
1 0.000 0.000 0.000 0.000 xml_serializer.py:376(ExternalReferenceForbidden)
1 0.000 0.000 0.000 0.000 tarfile.py:297(ReadError)
1 0.000 0.000 0.000 0.000 tokens.py:57(FlowSequenceEndToken)
1 0.000 0.000 0.000 0.000 exceptions.py:42(NonExistentTimeError)
1 0.000 0.000 0.000 0.000 exceptions.py:44(DisallowedHost)
1 0.000 0.000 0.000 0.000 db.py:206(CacheClass)
1 0.000 0.000 0.000 0.000 api.py:13(MessageFailure)
1 0.000 0.000 0.000 0.000 tarfile.py:306(HeaderError)
1 0.000 0.000 0.000 0.000 response.py:427(HttpResponseRedirect)
1 0.000 0.000 0.000 0.000 events.py:36(StreamStartEvent)
1 0.000 0.000 0.000 0.000 case.py:41(_UnexpectedSuccess)
1 0.000 0.000 0.000 0.000 client.py:1228(UnknownProtocol)
1 0.000 0.000 0.000 0.000 subprocess.py:1582(_save_input)
1 0.000 0.000 0.000 0.000 request.py:31(RawPostDataException)
1 0.000 0.000 0.000 0.000 case.py:84(skipUnless)
1 0.000 0.000 0.000 0.000 exceptions.py:31(AmbiguousTimeError)
1 0.000 0.000 0.000 0.000 exceptions.py:25(MultipleObjectsReturned)
1 0.000 0.000 0.000 0.000 tokens.py:45(BlockMappingStartToken)
1 0.000 0.000 0.000 0.000 regex_helper.py:44(NonCapture)
1 0.000 0.000 0.000 0.000 aggregates.py:81(Min)
1 0.000 0.000 0.000 0.000 errors.py:61(MultipartInvariantViolationDefect)
1 0.000 0.000 0.000 0.000 events.py:61(AliasEvent)
1 0.000 0.000 0.000 0.000 response.py:453(HttpResponseNotFound)
1 0.000 0.000 0.000 0.000 client.py:1253(ImproperConnectionState)
1 0.000 0.000 0.000 0.000 context.py:192(RequestContext)
1 0.000 0.000 0.000 0.000 uploadhandler.py:21(UploadFileException)
1 0.000 0.000 0.000 0.000 socketserver.py:625(ForkingTCPServer)
1 0.000 0.000 0.000 0.000 decimal.py:271(DivisionImpossible)
1 0.000 0.000 0.000 0.000 tarfile.py:309(EmptyHeaderError)
1 0.000 0.000 0.000 0.000 emitter.py:17(ScalarAnalysis)
1 0.000 0.000 0.000 0.000 locmem.py:133(CacheClass)
1 0.000 0.000 0.000 0.000 threading.py:438(BoundedSemaphore)
1 0.000 0.000 0.000 0.000 composer.py:8(ComposerError)
1 0.000 0.000 0.000 0.000 __init__.py:97(NotFoundErr)
1 0.000 0.000 0.000 0.000 widgets.py:701(CheckboxFieldRenderer)
1 0.000 0.000 0.000 0.000 paginator.py:15(EmptyPage)
1 0.000 0.000 0.000 0.000 decimal.py:395(FloatOperation)
1 0.000 0.000 0.000 0.000 base.py:82(TemplateDoesNotExist)
1 0.000 0.000 0.000 0.000 where.py:324(EverythingNode)
1 0.000 0.000 0.000 0.000 errors.py:87(HeaderMissingRequiredValue)
1 0.000 0.000 0.000 0.000 errors.py:28(CharsetError)
1 0.000 0.000 0.000 0.000 argparse.py:726(ArgumentTypeError)
1 0.000 0.000 0.000 0.000 compiler.py:72(SQLDateCompiler)
1 0.000 0.000 0.000 0.000 aggregates.py:144(Variance)
1 0.000 0.000 0.000 0.000 parse.py:248(ParseResult)
1 0.000 0.000 0.000 0.000 signing.py:57(SignatureExpired)
1 0.000 0.000 0.000 0.000 base.py:16(SerializationError)
1 0.000 0.000 0.000 0.000 pickle.py:70(PicklingError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1473(EggProvider)
1 0.000 0.000 0.000 0.000 client.py:1272(LineTooLong)
1 0.000 0.000 0.000 0.000 base.py:25(CommandError)
1 0.000 0.000 0.000 0.000 utils.py:28(DatabaseError)
1 0.000 0.000 0.000 0.000 {built-in method pow}
1 0.000 0.000 0.000 0.000 tarfile.py:294(ExtractError)
1 0.000 0.000 0.000 0.000 messages.py:77(Error)
1 0.000 0.000 0.000 0.000 utils.py:544(IgnoreAllDeprecationWarningsMixin)
1 0.000 0.000 0.000 0.000 defaulttags.py:52(CsrfTokenNode)
1 0.000 0.000 0.000 0.000 nodes.py:47(MappingNode)
1 0.000 0.000 0.000 0.000 multipartparser.py:612(Parser)
1 0.000 0.000 0.000 0.000 numbers.py:12(Number)
1 0.000 0.000 0.000 0.000 events.py:81(MappingStartEvent)
1 0.000 0.000 0.000 0.000 decimal.py:5837(__init__)
1 0.000 0.000 0.000 0.000 widgets.py:264(NumberInput)
1 0.000 0.000 0.000 0.000 uploadhandler.py:55(StopFutureHandlers)
1 0.000 0.000 0.000 0.000 client.py:1233(UnknownTransferEncoding)
1 0.000 0.000 0.000 0.000 lookups.py:182(GreaterThan)
1 0.000 0.000 0.000 0.000 handler.py:208(DTDHandler)
1 0.000 0.000 0.000 0.000 tokens.py:28(DocumentEndToken)
1 0.000 0.000 0.000 0.000 pickle.py:90(_Stop)
1 0.000 0.000 0.000 0.000 functional.py:382(lazy_property)
1 0.000 0.000 0.000 0.000 tokens.py:66(ValueToken)
1 0.000 0.000 0.000 0.000 utils.py:40(IntegrityError)
1 0.000 0.000 0.000 0.000 aggregates.py:77(Max)
1 0.000 0.000 0.000 0.000 widgets.py:272(URLInput)
1 0.000 0.000 0.000 0.000 xmlutils.py:8(SimplerXMLGenerator)
1 0.000 0.000 0.000 0.000 inspect.py:1460(_ParameterKind)
1 0.000 0.000 0.000 0.000 graph.py:154(CircularDependencyError)
1 0.000 0.000 0.000 0.000 lookups.py:319(Day)
1 0.000 0.000 0.000 0.000 request.py:879(HTTPPasswordMgrWithDefaultRealm)
1 0.000 0.000 0.000 0.000 decimal.py:331(Subnormal)
1 0.000 0.000 0.000 0.000 request.py:970(ProxyBasicAuthHandler)
1 0.000 0.000 0.000 0.000 lookups.py:325(WeekDay)
1 0.000 0.000 0.000 0.000 safestring.py:15(EscapeBytes)
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha1}
1 0.000 0.000 0.000 0.000 aggregates.py:140(Sum)
1 0.000 0.000 0.000 0.000 exceptions.py:49(DisallowedRedirect)
1 0.000 0.000 0.000 0.000 errors.py:53(MisplacedEnvelopeHeaderDefect)
1 0.000 0.000 0.000 0.000 aggregates.py:124(Max)
1 0.000 0.000 0.000 0.000 tokens.py:48(BlockEndToken)
1 0.000 0.000 0.000 0.000 suite.py:297(_DebugResult)
1 0.000 0.000 0.000 0.000 compiler.py:1068(SQLAggregateCompiler)
1 0.000 0.000 0.000 0.000 request.py:576(HTTPErrorProcessor)
1 0.000 0.000 0.000 0.000 emitter.py:14(EmitterError)
1 0.000 0.000 0.000 0.000 exceptions.py:11(UnknownTimeZoneError)
1 0.000 0.000 0.000 0.000 errors.py:56(MissingHeaderBodySeparatorDefect)
1 0.000 0.000 0.000 0.000 aggregates.py:128(Min)
1 0.000 0.000 0.000 0.000 widgets.py:742(RadioSelect)
1 0.000 0.000 0.000 0.000 response.py:449(HttpResponseBadRequest)
1 0.000 0.000 0.000 0.000 lookups.py:349(IsNull)
1 0.000 0.000 0.000 0.000 tokens.py:31(StreamStartToken)
1 0.000 0.000 0.000 0.000 sre_parse.py:845(<lambda>)
1 0.000 0.000 0.000 0.000 random.py:652(seed)
1 0.000 0.000 0.000 0.000 tokens.py:60(FlowMappingEndToken)
1 0.000 0.000 0.000 0.000 where.py:333(NothingNode)
1 0.000 0.000 0.000 0.000 exceptions.py:9(DisallowedModelAdminToField)
1 0.000 0.000 0.000 0.000 aggregates.py:69(Avg)
1 0.000 0.000 0.000 0.000 errors.py:64(InvalidMultipartContentTransferEncodingDefect)
1 0.000 0.000 0.000 0.000 pkg_resources.py:202(UnknownExtra)
1 0.000 0.000 0.000 0.000 argparse.py:194(_Section)
1 0.000 0.000 0.000 0.000 events.py:75(SequenceStartEvent)
1 0.000 0.000 0.000 0.000 widgets.py:104(AdminRadioSelect)
1 0.000 0.000 0.000 0.000 utils.py:36(OperationalError)
1 0.000 0.000 0.000 0.000 error.py:69(ContentTooShortError)
1 0.000 0.000 0.000 0.000 sites.py:22(NotRegistered)
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha256}
1 0.000 0.000 0.000 0.000 nodes.py:2(Node)
1 0.000 0.000 0.000 0.000 six.py:366(Module_six_moves_urllib_robotparser)
1 0.000 0.000 0.000 0.000 response.py:90(BadHeaderError)
1 0.000 0.000 0.000 0.000 pkg_resources.py:1530(__init__)
1 0.000 0.000 0.000 0.000 events.py:54(DocumentEndEvent)
1 0.000 0.000 0.000 0.000 socketserver.py:640(ThreadingUnixDatagramServer)
1 0.000 0.000 0.000 0.000 apps.py:17(AdminConfig)
1 0.000 0.000 0.000 0.000 tokens.py:54(FlowMappingStartToken)
1 0.000 0.000 0.000 0.000 context.py:12(ContextPopException)
1 0.000 0.000 0.000 0.000 response.py:6(ContentNotRenderedError)
1 0.000 0.000 0.000 0.000 _exceptions.py:115(SAXNotSupportedException)
1 0.000 0.000 0.000 0.000 manager.py:222(EmptyManager)
1 0.000 0.000 0.000 0.000 message.py:34(BadHeaderError)
1 0.000 0.000 0.000 0.000 xml_serializer.py:341(DefusedXmlException)
1 0.000 0.000 0.000 0.000 files.py:363(ImageFieldFile)
1 0.000 0.000 0.000 0.000 __init__.py:82(HierarchyRequestErr)
1 0.000 0.000 0.000 0.000 utils.py:32(DataError)
1 0.000 0.000 0.000 0.000 ascii.py:31(StreamReader)
1 0.000 0.000 0.000 0.000 client.py:1259(CannotSendHeader)
1 0.000 0.000 0.000 0.000 exceptions.py:34(SuspiciousMultipartForm)
1 0.000 0.000 0.000 0.000 forms.py:497(Form)
1 0.000 0.000 0.000 0.000 aggregates.py:85(StdDev)
1 0.000 0.000 0.000 0.000 utils.py:257(__init__)
1 0.000 0.000 0.000 0.000 socketserver.py:624(ForkingUDPServer)
1 0.000 0.000 0.000 0.000 utils.py:24(InterfaceError)
1 0.000 0.000 0.000 0.000 models.py:241(ModelFormMetaclass)
1 0.000 0.000 0.000 0.000 loader.py:31(Loader)
1 0.000 0.000 0.000 0.000 exceptions.py:9(SuspiciousSession)
1 0.000 0.000 0.000 0.000 decimal.py:282(DivisionUndefined)
1 0.000 0.000 0.000 0.000 client.py:1256(CannotSendRequest)
1 0.000 0.000 0.000 0.000 models.py:317(Meta)
1 0.000 0.000 0.000 0.000 exceptions.py:20(ObjectDoesNotExist)
1 0.000 0.000 0.000 0.000 safestring.py:11(EscapeData)
1 0.000 0.000 0.000 0.000 widgets.py:268(EmailInput)
1 0.000 0.000 0.000 0.000 threading.py:1148(_MainThread)
1 0.000 0.000 0.000 0.000 parse.py:267(ParseResultBytes)
1 0.000 0.000 0.000 0.000 __init__.py:79(DomstringSizeErr)
1 0.000 0.000 0.000 0.000 defaulttags.py:47(CommentNode)
1 0.000 0.000 0.000 0.000 compiler.py:60(SQLDeleteCompiler)
1 0.000 0.000 0.000 0.000 events.py:78(SequenceEndEvent)
1 0.000 0.000 0.000 0.000 parse.py:254(DefragResultBytes)
1 0.000 0.000 0.000 0.000 six.py:299(Module_six_moves_urllib_request)
1 0.000 0.000 0.000 0.000 base.py:21(DeserializationError)
1 0.000 0.000 0.000 0.000 decimal.py:342(Overflow)
1 0.000 0.000 0.000 0.000 utils.py:20(Error)
1 0.000 0.000 0.000 0.000 request.py:1429(FTPHandler)
1 0.000 0.000 0.000 0.000 argparse.py:901(_StoreFalseAction)
1 0.000 0.000 0.000 0.000 errors.py:67(UndecodableBytesDefect)
1 0.000 0.000 0.000 0.000 base.py:167(Token)
1 0.000 0.000 0.000 0.000 migration.py:40(IrreversibleError)
1 0.000 0.000 0.000 0.000 _exceptions.py:105(SAXNotRecognizedException)
1 0.000 0.000 0.000 0.000 exceptions.py:39(SuspiciousFileOperation)
1 0.000 0.000 0.000 0.000 urlresolvers.py:71(Resolver404)
1 0.000 0.000 0.000 0.000 threading.py:718(BrokenBarrierError)
1 0.000 0.000 0.000 0.000 aggregates.py:93(Variance)
1 0.000 0.000 0.000 0.000 error.py:23(URLError)
1 0.000 0.000 0.000 0.000 messages.py:82(Critical)
1 0.000 0.000 0.000 0.000 compiler.py:76(SQLDateTimeCompiler)
1 0.000 0.000 0.000 0.000 base.py:78(TemplateSyntaxError)
1 0.000 0.000 0.000 0.000 decimal.py:319(Rounded)
1 0.000 0.000 0.000 0.000 errors.py:8(MessageError)
1 0.000 0.000 0.000 0.000 widgets.py:345(AdminBigIntegerFieldWidget)
1 0.000 0.000 0.000 0.000 utils.py:403(NotRelationField)
1 0.000 0.000 0.000 0.000 errors.py:84(InvalidHeaderDefect)
1 0.000 0.000 0.000 0.000 signals.py:9(_InterruptHandler)
1 0.000 0.000 0.000 0.000 {built-in method openssl_sha224}
1 0.000 0.000 0.000 0.000 __init__.py:76(IndexSizeErr)
1 0.000 0.000 0.000 0.000 client.py:1265(BadStatusLine)
1 0.000 0.000 0.000 0.000 tokens.py:63(KeyToken)
1 0.000 0.000 0.000 0.000 six.py:174(_MovedItems)
1 0.000 0.000 0.000 0.000 socketserver.py:627(ThreadingUDPServer)
1 0.000 0.000 0.000 0.000 uploadhandler.py:48(SkipFile)
1 0.000 0.000 0.000 0.000 defaulttags.py:540(WithNode)
1 0.000 0.000 0.000 0.000 {method 'discard' of 'set' objects}
1 0.000 0.000 0.000 0.000 base.py:11(SerializerDoesNotExist)
1 0.000 0.000 0.000 0.000 decimal.py:181(DecimalException)
1 0.000 0.000 0.000 0.000 events.py:42(StreamEndEvent)
1 0.000 0.000 0.000 0.000 registry.py:21(__init__)
1 0.000 0.000 0.000 0.000 storage.py:308(DefaultStorage)
1 0.000 0.000 0.000 0.000 _exceptions.py:125(SAXReaderNotAvailable)
1 0.000 0.000 0.000 0.000 lookups.py:387(IRegex)
1 0.000 0.000 0.000 0.000 smartif.py:74(Operator)
1 0.000 0.000 0.000 0.000 compiler.py:68(SQLAggregateCompiler)
1 0.000 0.000 0.000 0.000 utils.py:52(NotSupportedError)
1 0.000 0.000 0.000 0.000 tokens.py:72(FlowEntryToken)
1 0.000 0.000 0.000 0.000 case.py:141(_AssertRaisesBaseContext)
1 0.000 0.000 0.000 0.000 errors.py:47(CloseBoundaryNotFoundDefect)
1 0.000 0.000 0.000 0.000 request.py:593(HTTPDefaultErrorHandler)
1 0.000 0.000 0.000 0.000 forms.py:506(BoundField)
1 0.000 0.000 0.000 0.000 tokens.py:69(BlockEntryToken)
1 0.000 0.000 0.000 0.000 client.py:220(HTTPMessage)
1 0.000 0.000 0.000 0.000 exceptions.py:11(DjangoRuntimeWarning)
(django)[vagrant@peppermint django]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment