Ticket #20753: MultiValueDictKeyError at _admin_levi_lin_40_.htm

File MultiValueDictKeyError at _admin_levi_lin_40_.htm, 232.2 KB (added by adam.pahlevi@…, 11 years ago)

The error that is produced

Line 
1
2<!DOCTYPE html>
3<html lang="en">
4<head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 <meta name="robots" content="NONE,NOARCHIVE">
7 <title>MultiValueDictKeyError at /admin/levi/lin/40/</title>
8 <style type="text/css">
9 html * { padding:0; margin:0; }
10 body * { padding:10px 20px; }
11 body * * { padding:0; }
12 body { font:small sans-serif; }
13 body>div { border-bottom:1px solid #ddd; }
14 h1 { font-weight:normal; }
15 h2 { margin-bottom:.8em; }
16 h2 span { font-size:80%; color:#666; font-weight:normal; }
17 h3 { margin:1em 0 .5em 0; }
18 h4 { margin:0 0 .5em 0; font-weight: normal; }
19 code, pre { font-size: 100%; white-space: pre-wrap; }
20 table { border:1px solid #ccc; border-collapse: collapse; width:100%; background:white; }
21 tbody td, tbody th { vertical-align:top; padding:2px 3px; }
22 thead th { padding:1px 6px 1px 3px; background:#fefefe; text-align:left; font-weight:normal; font-size:11px; border:1px solid #ddd; }
23 tbody th { width:12em; text-align:right; color:#666; padding-right:.5em; }
24 table.vars { margin:5px 0 2px 40px; }
25 table.vars td, table.req td { font-family:monospace; }
26 table td.code { width:100%; }
27 table td.code pre { overflow:hidden; }
28 table.source th { color:#666; }
29 table.source td { font-family:monospace; white-space:pre; border-bottom:1px solid #eee; }
30 ul.traceback { list-style-type:none; color: #222; }
31 ul.traceback li.frame { padding-bottom:1em; color:#666; }
32 ul.traceback li.user { background-color:#e0e0e0; color:#000 }
33 div.context { padding:10px 0; overflow:hidden; }
34 div.context ol { padding-left:30px; margin:0 10px; list-style-position: inside; }
35 div.context ol li { font-family:monospace; white-space:pre; color:#777; cursor:pointer; }
36 div.context ol li pre { display:inline; }
37 div.context ol.context-line li { color:#505050; background-color:#dfdfdf; }
38 div.context ol.context-line li span { position:absolute; right:32px; }
39 .user div.context ol.context-line li { background-color:#bbb; color:#000; }
40 .user div.context ol li { color:#666; }
41 div.commands { margin-left: 40px; }
42 div.commands a { color:#555; text-decoration:none; }
43 .user div.commands a { color: black; }
44 #summary { background: #ffc; }
45 #summary h2 { font-weight: normal; color: #666; }
46 #explanation { background:#eee; }
47 #template, #template-not-exist { background:#f6f6f6; }
48 #template-not-exist ul { margin: 0 0 0 20px; }
49 #unicode-hint { background:#eee; }
50 #traceback { background:#eee; }
51 #requestinfo { background:#f6f6f6; padding-left:120px; }
52 #summary table { border:none; background:transparent; }
53 #requestinfo h2, #requestinfo h3 { position:relative; margin-left:-100px; }
54 #requestinfo h3 { margin-bottom:-1em; }
55 .error { background: #ffc; }
56 .specific { color:#cc3300; font-weight:bold; }
57 h2 span.commands { font-size:.7em;}
58 span.commands a:link {color:#5E5694;}
59 pre.exception_value { font-family: sans-serif; color: #666; font-size: 1.5em; margin: 10px 0 10px 0; }
60 </style>
61
62 <script type="text/javascript">
63 //<!--
64 function getElementsByClassName(oElm, strTagName, strClassName){
65 // Written by Jonathan Snook, http://www.snook.ca/jon; Add-ons by Robert Nyman, http://www.robertnyman.com
66 var arrElements = (strTagName == "*" && document.all)? document.all :
67 oElm.getElementsByTagName(strTagName);
68 var arrReturnElements = new Array();
69 strClassName = strClassName.replace(/\-/g, "\-");
70 var oRegExp = new RegExp("(^|\s)" + strClassName + "(\s|$)");
71 var oElement;
72 for(var i=0; i<arrElements.length; i++){
73 oElement = arrElements[i];
74 if(oRegExp.test(oElement.className)){
75 arrReturnElements.push(oElement);
76 }
77 }
78 return (arrReturnElements)
79 }
80 function hideAll(elems) {
81 for (var e = 0; e < elems.length; e++) {
82 elems[e].style.display = 'none';
83 }
84 }
85 window.onload = function() {
86 hideAll(getElementsByClassName(document, 'table', 'vars'));
87 hideAll(getElementsByClassName(document, 'ol', 'pre-context'));
88 hideAll(getElementsByClassName(document, 'ol', 'post-context'));
89 hideAll(getElementsByClassName(document, 'div', 'pastebin'));
90 }
91 function toggle() {
92 for (var i = 0; i < arguments.length; i++) {
93 var e = document.getElementById(arguments[i]);
94 if (e) {
95 e.style.display = e.style.display == 'none' ? 'block' : 'none';
96 }
97 }
98 return false;
99 }
100 function varToggle(link, id) {
101 toggle('v' + id);
102 var s = link.getElementsByTagName('span')[0];
103 var uarr = String.fromCharCode(0x25b6);
104 var darr = String.fromCharCode(0x25bc);
105 s.innerHTML = s.innerHTML == uarr ? darr : uarr;
106 return false;
107 }
108 function switchPastebinFriendly(link) {
109 s1 = "Switch to copy-and-paste view";
110 s2 = "Switch back to interactive view";
111 link.innerHTML = link.innerHTML == s1 ? s2 : s1;
112 toggle('browserTraceback', 'pastebinTraceback');
113 return false;
114 }
115 //-->
116 </script>
117
118</head>
119<body>
120<div id="summary">
121 <h1>MultiValueDictKeyError at /admin/levi/lin/40/</h1>
122 <pre class="exception_value">&quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;</pre>
123 <table class="meta">
124
125 <tr>
126 <th>Request Method:</th>
127 <td>POST</td>
128 </tr>
129 <tr>
130 <th>Request URL:</th>
131 <td>http://127.0.0.1:8000/admin/levi/lin/40/</td>
132 </tr>
133
134 <tr>
135 <th>Django Version:</th>
136 <td>1.4.2</td>
137 </tr>
138
139 <tr>
140 <th>Exception Type:</th>
141 <td>MultiValueDictKeyError</td>
142 </tr>
143
144
145 <tr>
146 <th>Exception Value:</th>
147 <td><pre>&quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;</pre></td>
148 </tr>
149
150
151 <tr>
152 <th>Exception Location:</th>
153 <td>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\datastructures.py in __getitem__, line 258</td>
154 </tr>
155
156 <tr>
157 <th>Python Executable:</th>
158 <td>C:\Python27\python.exe</td>
159 </tr>
160 <tr>
161 <th>Python Version:</th>
162 <td>2.7.2</td>
163 </tr>
164 <tr>
165 <th>Python Path:</th>
166 <td><pre>[&#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
167 &#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
168 &#39;C:\\Windows\\SYSTEM32\\python27.zip&#39;,
169 &#39;C:\\Python27\\DLLs&#39;,
170 &#39;C:\\Python27\\lib&#39;,
171 &#39;C:\\Python27\\lib\\plat-win&#39;,
172 &#39;C:\\Python27\\lib\\lib-tk&#39;,
173 &#39;C:\\Python27&#39;,
174 &#39;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Python27\\site-packages&#39;,
175 &#39;C:\\Python27\\lib\\site-packages&#39;,
176 &#39;C:\\Python27\\lib\\site-packages\\win32&#39;,
177 &#39;C:\\Python27\\lib\\site-packages\\win32\\lib&#39;,
178 &#39;C:\\Python27\\lib\\site-packages\\Pythonwin&#39;,
179 &#39;C:\\Python27\\lib\\site-packages\\setuptools-0.6c11-py2.7.egg-info&#39;]</pre></td>
180 </tr>
181 <tr>
182 <th>Server time:</th>
183 <td>Tue, 16 Jul 2013 07:07:25 +0800</td>
184 </tr>
185 </table>
186</div>
187
188
189
190
191<div id="traceback">
192 <h2>Traceback <span class="commands"><a href="#" onclick="return switchPastebinFriendly(this);">Switch to copy-and-paste view</a></span></h2>
193
194 <div id="browserTraceback">
195 <ul class="traceback">
196
197 <li class="frame django">
198 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\core\handlers\base.py</code> in <code>get_response</code>
199
200
201 <div class="context" id="c51388544">
202
203 <ol start="104" class="pre-context" id="pre51388544"><li onclick="toggle('pre51388544', 'post51388544')"><pre> for middleware_method in self._view_middleware:</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> response = middleware_method(request, callback, callback_args, callback_kwargs)</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> if response:</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> break</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre></pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> if response is None:</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> try:</pre></li></ol>
204
205 <ol start="111" class="context-line"><li onclick="toggle('pre51388544', 'post51388544')"><pre> response = callback(request, *callback_args, **callback_kwargs)</pre> <span>...</span></li></ol>
206
207 <ol start='112' class="post-context" id="post51388544"><li onclick="toggle('pre51388544', 'post51388544')"><pre> except Exception, e:</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> # If the view raised an exception, run it through exception</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> # middleware, and if the exception middleware returns a</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> # response, use that. Otherwise, reraise the exception.</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> for middleware_method in self._exception_middleware:</pre></li><li onclick="toggle('pre51388544', 'post51388544')"><pre> response = middleware_method(request, e)</pre></li></ol>
208
209 </div>
210
211
212
213 <div class="commands">
214
215 <a href="#" onclick="return varToggle(this, '51388544')"><span>&#x25b6;</span> Local vars</a>
216
217 </div>
218 <table class="vars" id="v51388544">
219 <thead>
220 <tr>
221 <th>Variable</th>
222 <th>Value</th>
223 </tr>
224 </thead>
225 <tbody>
226
227 <tr>
228 <td>exceptions</td>
229 <td class="code"><pre>&lt;module &#39;django.core.exceptions&#39; from &#39;C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\core\exceptions.pyc&#39;&gt;</pre></td>
230 </tr>
231
232 <tr>
233 <td>e</td>
234 <td class="code"><pre>MultiValueDictKeyError(&quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;,)</pre></td>
235 </tr>
236
237 <tr>
238 <td>callback_args</td>
239 <td class="code"><pre>(u&#39;40&#39;,)</pre></td>
240 </tr>
241
242 <tr>
243 <td>settings</td>
244 <td class="code"><pre>&lt;django.conf.LazySettings object at 0x024C9450&gt;</pre></td>
245 </tr>
246
247 <tr>
248 <td>middleware_method</td>
249 <td class="code"><pre>&lt;bound method CsrfViewMiddleware.process_view of &lt;django.middleware.csrf.CsrfViewMiddleware object at 0x02FD3C90&gt;&gt;</pre></td>
250 </tr>
251
252 <tr>
253 <td>self</td>
254 <td class="code"><pre>&lt;django.core.handlers.wsgi.WSGIHandler object at 0x02FD3630&gt;</pre></td>
255 </tr>
256
257 <tr>
258 <td>request</td>
259 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
260 </tr>
261
262 <tr>
263 <td>callback</td>
264 <td class="code"><pre>&lt;function change_view at 0x02E7DA30&gt;</pre></td>
265 </tr>
266
267 <tr>
268 <td>resolver</td>
269 <td class="code"><pre>&lt;RegexURLResolver levipy.urls (None:None) ^/&gt;</pre></td>
270 </tr>
271
272 <tr>
273 <td>urlresolvers</td>
274 <td class="code"><pre>&lt;module &#39;django.core.urlresolvers&#39; from &#39;C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\core\urlresolvers.pyc&#39;&gt;</pre></td>
275 </tr>
276
277 <tr>
278 <td>callback_kwargs</td>
279 <td class="code"><pre>{}</pre></td>
280 </tr>
281
282 <tr>
283 <td>response</td>
284 <td class="code"><pre>None</pre></td>
285 </tr>
286
287 <tr>
288 <td>urlconf</td>
289 <td class="code"><pre>&#39;levipy.urls&#39;</pre></td>
290 </tr>
291
292 </tbody>
293 </table>
294
295 </li>
296
297 <li class="frame django">
298 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\options.py</code> in <code>wrapper</code>
299
300
301 <div class="context" id="c51391664">
302
303 <ol start="359" class="pre-context" id="pre51391664"><li onclick="toggle('pre51391664', 'post51391664')"><pre> return inline_instances</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre></pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> def get_urls(self):</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> from django.conf.urls import patterns, url</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre></pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> def wrap(view):</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> def wrapper(*args, **kwargs):</pre></li></ol>
304
305 <ol start="366" class="context-line"><li onclick="toggle('pre51391664', 'post51391664')"><pre> return self.admin_site.admin_view(view)(*args, **kwargs)</pre> <span>...</span></li></ol>
306
307 <ol start='367' class="post-context" id="post51391664"><li onclick="toggle('pre51391664', 'post51391664')"><pre> return update_wrapper(wrapper, view)</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre></pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> info = self.model._meta.app_label, self.model._meta.module_name</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre></pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> urlpatterns = patterns(&#39;&#39;,</pre></li><li onclick="toggle('pre51391664', 'post51391664')"><pre> url(r&#39;^$&#39;,</pre></li></ol>
308
309 </div>
310
311
312
313 <div class="commands">
314
315 <a href="#" onclick="return varToggle(this, '51391664')"><span>&#x25b6;</span> Local vars</a>
316
317 </div>
318 <table class="vars" id="v51391664">
319 <thead>
320 <tr>
321 <th>Variable</th>
322 <th>Value</th>
323 </tr>
324 </thead>
325 <tbody>
326
327 <tr>
328 <td>self</td>
329 <td class="code"><pre>&lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;</pre></td>
330 </tr>
331
332 <tr>
333 <td>args</td>
334 <td class="code"><pre>(&lt;WSGIRequest
335path:/admin/levi/lin/40/,
336GET:&lt;QueryDict: {}&gt;,
337POST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,
338COOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
339 &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},
340META:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\ProgramData&#39;,
341 &#39;APPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Roaming&#39;,
342 &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
343 &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
344 &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\Program Files\\Common Files&#39;,
345 &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
346 &#39;COMSPEC&#39;: &#39;C:\\Windows\\system32\\cmd.exe&#39;,
347 &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,
348 &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,
349 &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
350 &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,
351 &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,
352 &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,
353 &#39;HOMEDRIVE&#39;: &#39;C:&#39;,
354 &#39;HOMEPATH&#39;: &#39;\\Users\\adampahlevi&#39;,
355 &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,
356 &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,
357 &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,
358 &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,
359 &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,
360 &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,
361 &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,
362 &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,
363 &#39;LOCALAPPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Local&#39;,
364 &#39;LOGONSERVER&#39;: &#39;\\\\ADAMPAHLEVID59C&#39;,
365 &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,
366 &#39;OS&#39;: &#39;Windows_NT&#39;,
367 &#39;PATH&#39;: &#39;C:\\Program Files (x86)\\JetBrains\\PyCharm 2.7.3\\bin\\..\\.\\bin;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Scripts;c:\\program files (x86)\\jetbrains\\pycharm 2.7.3\\jre\\jre\\bin&#39;,
368 &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,
369 &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,
370 &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,
371 &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,
372 &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,
373 &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,
374 &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,
375 &#39;PROGRAMDATA&#39;: &#39;C:\\ProgramData&#39;,
376 &#39;PROGRAMFILES&#39;: &#39;C:\\Program Files (x86)&#39;,
377 &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)&#39;,
378 &#39;PROGRAMW6432&#39;: &#39;C:\\Program Files&#39;,
379 &#39;PSMODULEPATH&#39;: &#39;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\PowerShell\\Modules\\&#39;,
380 &#39;PUBLIC&#39;: &#39;C:\\Users\\Public&#39;,
381 &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,
382 &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,
383 &#39;PYTHONPATH&#39;: &#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
384 &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,
385 &#39;QUERY_STRING&#39;: &#39;&#39;,
386 &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,
387 &#39;REMOTE_HOST&#39;: &#39;&#39;,
388 &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,
389 &#39;RUN_MAIN&#39;: &#39;true&#39;,
390 &#39;SCRIPT_NAME&#39;: u&#39;&#39;,
391 &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
392 &#39;SERVER_PORT&#39;: &#39;8000&#39;,
393 &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,
394 &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,
395 &#39;SESSIONNAME&#39;: &#39;Console&#39;,
396 &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,
397 &#39;SYSTEMROOT&#39;: &#39;C:\\Windows&#39;,
398 &#39;TEMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
399 &#39;TMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
400 &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,
401 &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,
402 &#39;USERNAME&#39;: &#39;adampahlevi&#39;,
403 &#39;USERPROFILE&#39;: &#39;C:\\Users\\adampahlevi&#39;,
404 &#39;VS110COMNTOOLS&#39;: &#39;C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\Tools\\&#39;,
405 &#39;WINDIR&#39;: &#39;C:\\Windows&#39;,
406 &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,
407 &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,
408 &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,
409 &#39;wsgi.multiprocess&#39;: False,
410 &#39;wsgi.multithread&#39;: True,
411 &#39;wsgi.run_once&#39;: False,
412 &#39;wsgi.url_scheme&#39;: &#39;http&#39;,
413 &#39;wsgi.version&#39;: (1, 0)}&gt;,
414 u&#39;40&#39;)</pre></td>
415 </tr>
416
417 <tr>
418 <td>view</td>
419 <td class="code"><pre>&lt;bound method LinAdmin.change_view of &lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;&gt;</pre></td>
420 </tr>
421
422 <tr>
423 <td>kwargs</td>
424 <td class="code"><pre>{}</pre></td>
425 </tr>
426
427 </tbody>
428 </table>
429
430 </li>
431
432 <li class="frame django">
433 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py</code> in <code>_wrapped_view</code>
434
435
436 <div class="context" id="c51389664">
437
438 <ol start="84" class="pre-context" id="pre51389664"><li onclick="toggle('pre51389664', 'post51389664')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> return result</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> if hasattr(middleware, &#39;process_view&#39;):</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> result = middleware.process_view(request, view_func, args, kwargs)</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> return result</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> try:</pre></li></ol>
439
440 <ol start="91" class="context-line"><li onclick="toggle('pre51389664', 'post51389664')"><pre> response = view_func(request, *args, **kwargs)</pre> <span>...</span></li></ol>
441
442 <ol start='92' class="post-context" id="post51389664"><li onclick="toggle('pre51389664', 'post51389664')"><pre> except Exception, e:</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> if hasattr(middleware, &#39;process_exception&#39;):</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> result = middleware.process_exception(request, e)</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> return result</pre></li><li onclick="toggle('pre51389664', 'post51389664')"><pre> raise</pre></li></ol>
443
444 </div>
445
446
447
448 <div class="commands">
449
450 <a href="#" onclick="return varToggle(this, '51389664')"><span>&#x25b6;</span> Local vars</a>
451
452 </div>
453 <table class="vars" id="v51389664">
454 <thead>
455 <tr>
456 <th>Variable</th>
457 <th>Value</th>
458 </tr>
459 </thead>
460 <tbody>
461
462 <tr>
463 <td>e</td>
464 <td class="code"><pre>MultiValueDictKeyError(&quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;,)</pre></td>
465 </tr>
466
467 <tr>
468 <td>middleware</td>
469 <td class="code"><pre>&lt;django.middleware.csrf.CsrfViewMiddleware object at 0x02E0EDF0&gt;</pre></td>
470 </tr>
471
472 <tr>
473 <td>args</td>
474 <td class="code"><pre>(u&#39;40&#39;,)</pre></td>
475 </tr>
476
477 <tr>
478 <td>request</td>
479 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
480 </tr>
481
482 <tr>
483 <td>result</td>
484 <td class="code"><pre>None</pre></td>
485 </tr>
486
487 <tr>
488 <td>kwargs</td>
489 <td class="code"><pre>{}</pre></td>
490 </tr>
491
492 <tr>
493 <td>view_func</td>
494 <td class="code"><pre>&lt;function inner at 0x03090070&gt;</pre></td>
495 </tr>
496
497 </tbody>
498 </table>
499
500 </li>
501
502 <li class="frame django">
503 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\views\decorators\cache.py</code> in <code>_wrapped_view_func</code>
504
505
506 <div class="context" id="c51388464">
507
508 <ol start="82" class="pre-context" id="pre51388464"><li onclick="toggle('pre51388464', 'post51388464')"><pre>def never_cache(view_func):</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> Decorator that adds headers to a response so that it will</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> never be cached.</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> @wraps(view_func, assigned=available_attrs(view_func))</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> def _wrapped_view_func(request, *args, **kwargs):</pre></li></ol>
509
510 <ol start="89" class="context-line"><li onclick="toggle('pre51388464', 'post51388464')"><pre> response = view_func(request, *args, **kwargs)</pre> <span>...</span></li></ol>
511
512 <ol start='90' class="post-context" id="post51388464"><li onclick="toggle('pre51388464', 'post51388464')"><pre> add_never_cache_headers(response)</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> return response</pre></li><li onclick="toggle('pre51388464', 'post51388464')"><pre> return _wrapped_view_func</pre></li></ol>
513
514 </div>
515
516
517
518 <div class="commands">
519
520 <a href="#" onclick="return varToggle(this, '51388464')"><span>&#x25b6;</span> Local vars</a>
521
522 </div>
523 <table class="vars" id="v51388464">
524 <thead>
525 <tr>
526 <th>Variable</th>
527 <th>Value</th>
528 </tr>
529 </thead>
530 <tbody>
531
532 <tr>
533 <td>args</td>
534 <td class="code"><pre>(u&#39;40&#39;,)</pre></td>
535 </tr>
536
537 <tr>
538 <td>request</td>
539 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
540 </tr>
541
542 <tr>
543 <td>view_func</td>
544 <td class="code"><pre>&lt;function inner at 0x03090A70&gt;</pre></td>
545 </tr>
546
547 <tr>
548 <td>kwargs</td>
549 <td class="code"><pre>{}</pre></td>
550 </tr>
551
552 </tbody>
553 </table>
554
555 </li>
556
557 <li class="frame django">
558 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\sites.py</code> in <code>inner</code>
559
560
561 <div class="context" id="c51388984">
562
563 <ol start="189" class="pre-context" id="pre51388984"><li onclick="toggle('pre51388984', 'post51388984')"><pre> def inner(request, *args, **kwargs):</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> if not self.has_permission(request):</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> if request.path == reverse(&#39;admin:logout&#39;,</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> current_app=self.name):</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> index_path = reverse(&#39;admin:index&#39;, current_app=self.name)</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> return HttpResponseRedirect(index_path)</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> return self.login(request)</pre></li></ol>
564
565 <ol start="196" class="context-line"><li onclick="toggle('pre51388984', 'post51388984')"><pre> return view(request, *args, **kwargs)</pre> <span>...</span></li></ol>
566
567 <ol start='197' class="post-context" id="post51388984"><li onclick="toggle('pre51388984', 'post51388984')"><pre> if not cacheable:</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> inner = never_cache(inner)</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> # We add csrf_protect here so this function can be used as a utility</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> # function for any view, without having to repeat &#39;csrf_protect&#39;.</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> if not getattr(view, &#39;csrf_exempt&#39;, False):</pre></li><li onclick="toggle('pre51388984', 'post51388984')"><pre> inner = csrf_protect(inner)</pre></li></ol>
568
569 </div>
570
571
572
573 <div class="commands">
574
575 <a href="#" onclick="return varToggle(this, '51388984')"><span>&#x25b6;</span> Local vars</a>
576
577 </div>
578 <table class="vars" id="v51388984">
579 <thead>
580 <tr>
581 <th>Variable</th>
582 <th>Value</th>
583 </tr>
584 </thead>
585 <tbody>
586
587 <tr>
588 <td>self</td>
589 <td class="code"><pre>&lt;django.contrib.admin.sites.AdminSite object at 0x02ECDFB0&gt;</pre></td>
590 </tr>
591
592 <tr>
593 <td>args</td>
594 <td class="code"><pre>(u&#39;40&#39;,)</pre></td>
595 </tr>
596
597 <tr>
598 <td>request</td>
599 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
600 </tr>
601
602 <tr>
603 <td>view</td>
604 <td class="code"><pre>&lt;bound method LinAdmin.change_view of &lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;&gt;</pre></td>
605 </tr>
606
607 <tr>
608 <td>kwargs</td>
609 <td class="code"><pre>{}</pre></td>
610 </tr>
611
612 </tbody>
613 </table>
614
615 </li>
616
617 <li class="frame django">
618 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py</code> in <code>_wrapper</code>
619
620
621 <div class="context" id="c51392424">
622
623 <ol start="18" class="pre-context" id="pre51392424"><li onclick="toggle('pre51392424', 'post51392424')"><pre> def _wrapper(self, *args, **kwargs):</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> @decorator</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> def bound_func(*args2, **kwargs2):</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> return func(self, *args2, **kwargs2)</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> # bound_func has the signature that &#39;decorator&#39; expects i.e. no</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> # &#39;self&#39; argument, but it is a closure over self so it can call</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> # &#39;func&#39; correctly.</pre></li></ol>
624
625 <ol start="25" class="context-line"><li onclick="toggle('pre51392424', 'post51392424')"><pre> return bound_func(*args, **kwargs)</pre> <span>...</span></li></ol>
626
627 <ol start='26' class="post-context" id="post51392424"><li onclick="toggle('pre51392424', 'post51392424')"><pre> # In case &#39;decorator&#39; adds attributes to the function it decorates, we</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> # want to copy those. We don&#39;t have access to bound_func in this scope,</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> # but we can cheat by using it on a dummy function.</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> @decorator</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> def dummy(*args, **kwargs):</pre></li><li onclick="toggle('pre51392424', 'post51392424')"><pre> pass</pre></li></ol>
628
629 </div>
630
631
632
633 <div class="commands">
634
635 <a href="#" onclick="return varToggle(this, '51392424')"><span>&#x25b6;</span> Local vars</a>
636
637 </div>
638 <table class="vars" id="v51392424">
639 <thead>
640 <tr>
641 <th>Variable</th>
642 <th>Value</th>
643 </tr>
644 </thead>
645 <tbody>
646
647 <tr>
648 <td>self</td>
649 <td class="code"><pre>&lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;</pre></td>
650 </tr>
651
652 <tr>
653 <td>args</td>
654 <td class="code"><pre>(&lt;WSGIRequest
655path:/admin/levi/lin/40/,
656GET:&lt;QueryDict: {}&gt;,
657POST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,
658COOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
659 &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},
660META:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\ProgramData&#39;,
661 &#39;APPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Roaming&#39;,
662 &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
663 &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
664 &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\Program Files\\Common Files&#39;,
665 &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
666 &#39;COMSPEC&#39;: &#39;C:\\Windows\\system32\\cmd.exe&#39;,
667 &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,
668 &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,
669 &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
670 &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,
671 &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,
672 &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,
673 &#39;HOMEDRIVE&#39;: &#39;C:&#39;,
674 &#39;HOMEPATH&#39;: &#39;\\Users\\adampahlevi&#39;,
675 &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,
676 &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,
677 &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,
678 &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,
679 &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,
680 &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,
681 &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,
682 &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,
683 &#39;LOCALAPPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Local&#39;,
684 &#39;LOGONSERVER&#39;: &#39;\\\\ADAMPAHLEVID59C&#39;,
685 &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,
686 &#39;OS&#39;: &#39;Windows_NT&#39;,
687 &#39;PATH&#39;: &#39;C:\\Program Files (x86)\\JetBrains\\PyCharm 2.7.3\\bin\\..\\.\\bin;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Scripts;c:\\program files (x86)\\jetbrains\\pycharm 2.7.3\\jre\\jre\\bin&#39;,
688 &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,
689 &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,
690 &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,
691 &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,
692 &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,
693 &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,
694 &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,
695 &#39;PROGRAMDATA&#39;: &#39;C:\\ProgramData&#39;,
696 &#39;PROGRAMFILES&#39;: &#39;C:\\Program Files (x86)&#39;,
697 &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)&#39;,
698 &#39;PROGRAMW6432&#39;: &#39;C:\\Program Files&#39;,
699 &#39;PSMODULEPATH&#39;: &#39;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\PowerShell\\Modules\\&#39;,
700 &#39;PUBLIC&#39;: &#39;C:\\Users\\Public&#39;,
701 &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,
702 &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,
703 &#39;PYTHONPATH&#39;: &#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
704 &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,
705 &#39;QUERY_STRING&#39;: &#39;&#39;,
706 &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,
707 &#39;REMOTE_HOST&#39;: &#39;&#39;,
708 &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,
709 &#39;RUN_MAIN&#39;: &#39;true&#39;,
710 &#39;SCRIPT_NAME&#39;: u&#39;&#39;,
711 &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
712 &#39;SERVER_PORT&#39;: &#39;8000&#39;,
713 &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,
714 &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,
715 &#39;SESSIONNAME&#39;: &#39;Console&#39;,
716 &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,
717 &#39;SYSTEMROOT&#39;: &#39;C:\\Windows&#39;,
718 &#39;TEMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
719 &#39;TMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
720 &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,
721 &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,
722 &#39;USERNAME&#39;: &#39;adampahlevi&#39;,
723 &#39;USERPROFILE&#39;: &#39;C:\\Users\\adampahlevi&#39;,
724 &#39;VS110COMNTOOLS&#39;: &#39;C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\Tools\\&#39;,
725 &#39;WINDIR&#39;: &#39;C:\\Windows&#39;,
726 &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,
727 &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,
728 &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,
729 &#39;wsgi.multiprocess&#39;: False,
730 &#39;wsgi.multithread&#39;: True,
731 &#39;wsgi.run_once&#39;: False,
732 &#39;wsgi.url_scheme&#39;: &#39;http&#39;,
733 &#39;wsgi.version&#39;: (1, 0)}&gt;,
734 u&#39;40&#39;)</pre></td>
735 </tr>
736
737 <tr>
738 <td>bound_func</td>
739 <td class="code"><pre>&lt;function bound_func at 0x030F1CB0&gt;</pre></td>
740 </tr>
741
742 <tr>
743 <td>func</td>
744 <td class="code"><pre>&lt;function change_view at 0x02E1C1B0&gt;</pre></td>
745 </tr>
746
747 <tr>
748 <td>kwargs</td>
749 <td class="code"><pre>{}</pre></td>
750 </tr>
751
752 <tr>
753 <td>decorator</td>
754 <td class="code"><pre>&lt;function csrf_protect at 0x02E15230&gt;</pre></td>
755 </tr>
756
757 </tbody>
758 </table>
759
760 </li>
761
762 <li class="frame django">
763 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py</code> in <code>_wrapped_view</code>
764
765
766 <div class="context" id="c51850456">
767
768 <ol start="84" class="pre-context" id="pre51850456"><li onclick="toggle('pre51850456', 'post51850456')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> return result</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> if hasattr(middleware, &#39;process_view&#39;):</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> result = middleware.process_view(request, view_func, args, kwargs)</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> return result</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> try:</pre></li></ol>
769
770 <ol start="91" class="context-line"><li onclick="toggle('pre51850456', 'post51850456')"><pre> response = view_func(request, *args, **kwargs)</pre> <span>...</span></li></ol>
771
772 <ol start='92' class="post-context" id="post51850456"><li onclick="toggle('pre51850456', 'post51850456')"><pre> except Exception, e:</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> if hasattr(middleware, &#39;process_exception&#39;):</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> result = middleware.process_exception(request, e)</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> if result is not None:</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> return result</pre></li><li onclick="toggle('pre51850456', 'post51850456')"><pre> raise</pre></li></ol>
773
774 </div>
775
776
777
778 <div class="commands">
779
780 <a href="#" onclick="return varToggle(this, '51850456')"><span>&#x25b6;</span> Local vars</a>
781
782 </div>
783 <table class="vars" id="v51850456">
784 <thead>
785 <tr>
786 <th>Variable</th>
787 <th>Value</th>
788 </tr>
789 </thead>
790 <tbody>
791
792 <tr>
793 <td>e</td>
794 <td class="code"><pre>MultiValueDictKeyError(&quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;,)</pre></td>
795 </tr>
796
797 <tr>
798 <td>middleware</td>
799 <td class="code"><pre>&lt;django.middleware.csrf.CsrfViewMiddleware object at 0x02E0EDF0&gt;</pre></td>
800 </tr>
801
802 <tr>
803 <td>args</td>
804 <td class="code"><pre>(u&#39;40&#39;,)</pre></td>
805 </tr>
806
807 <tr>
808 <td>request</td>
809 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
810 </tr>
811
812 <tr>
813 <td>result</td>
814 <td class="code"><pre>None</pre></td>
815 </tr>
816
817 <tr>
818 <td>kwargs</td>
819 <td class="code"><pre>{}</pre></td>
820 </tr>
821
822 <tr>
823 <td>view_func</td>
824 <td class="code"><pre>&lt;function bound_func at 0x030F16B0&gt;</pre></td>
825 </tr>
826
827 </tbody>
828 </table>
829
830 </li>
831
832 <li class="frame django">
833 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py</code> in <code>bound_func</code>
834
835
836 <div class="context" id="c51847856">
837
838 <ol start="14" class="pre-context" id="pre51847856"><li onclick="toggle('pre51847856', 'post51847856')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # &#39;func&#39; is a function at the time it is passed to _dec, but will eventually</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # be a method of the class it is defined it.</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> def _dec(func):</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> def _wrapper(self, *args, **kwargs):</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> @decorator</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> def bound_func(*args2, **kwargs2):</pre></li></ol>
839
840 <ol start="21" class="context-line"><li onclick="toggle('pre51847856', 'post51847856')"><pre> return func(self, *args2, **kwargs2)</pre> <span>...</span></li></ol>
841
842 <ol start='22' class="post-context" id="post51847856"><li onclick="toggle('pre51847856', 'post51847856')"><pre> # bound_func has the signature that &#39;decorator&#39; expects i.e. no</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # &#39;self&#39; argument, but it is a closure over self so it can call</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # &#39;func&#39; correctly.</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> return bound_func(*args, **kwargs)</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # In case &#39;decorator&#39; adds attributes to the function it decorates, we</pre></li><li onclick="toggle('pre51847856', 'post51847856')"><pre> # want to copy those. We don&#39;t have access to bound_func in this scope,</pre></li></ol>
843
844 </div>
845
846
847
848 <div class="commands">
849
850 <a href="#" onclick="return varToggle(this, '51847856')"><span>&#x25b6;</span> Local vars</a>
851
852 </div>
853 <table class="vars" id="v51847856">
854 <thead>
855 <tr>
856 <th>Variable</th>
857 <th>Value</th>
858 </tr>
859 </thead>
860 <tbody>
861
862 <tr>
863 <td>args2</td>
864 <td class="code"><pre>(&lt;WSGIRequest
865path:/admin/levi/lin/40/,
866GET:&lt;QueryDict: {}&gt;,
867POST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,
868COOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
869 &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},
870META:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\ProgramData&#39;,
871 &#39;APPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Roaming&#39;,
872 &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
873 &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
874 &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\Program Files\\Common Files&#39;,
875 &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
876 &#39;COMSPEC&#39;: &#39;C:\\Windows\\system32\\cmd.exe&#39;,
877 &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,
878 &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,
879 &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
880 &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,
881 &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,
882 &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,
883 &#39;HOMEDRIVE&#39;: &#39;C:&#39;,
884 &#39;HOMEPATH&#39;: &#39;\\Users\\adampahlevi&#39;,
885 &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,
886 &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,
887 &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,
888 &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,
889 &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,
890 &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,
891 &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,
892 &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,
893 &#39;LOCALAPPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Local&#39;,
894 &#39;LOGONSERVER&#39;: &#39;\\\\ADAMPAHLEVID59C&#39;,
895 &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,
896 &#39;OS&#39;: &#39;Windows_NT&#39;,
897 &#39;PATH&#39;: &#39;C:\\Program Files (x86)\\JetBrains\\PyCharm 2.7.3\\bin\\..\\.\\bin;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Scripts;c:\\program files (x86)\\jetbrains\\pycharm 2.7.3\\jre\\jre\\bin&#39;,
898 &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,
899 &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,
900 &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,
901 &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,
902 &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,
903 &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,
904 &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,
905 &#39;PROGRAMDATA&#39;: &#39;C:\\ProgramData&#39;,
906 &#39;PROGRAMFILES&#39;: &#39;C:\\Program Files (x86)&#39;,
907 &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)&#39;,
908 &#39;PROGRAMW6432&#39;: &#39;C:\\Program Files&#39;,
909 &#39;PSMODULEPATH&#39;: &#39;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\PowerShell\\Modules\\&#39;,
910 &#39;PUBLIC&#39;: &#39;C:\\Users\\Public&#39;,
911 &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,
912 &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,
913 &#39;PYTHONPATH&#39;: &#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
914 &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,
915 &#39;QUERY_STRING&#39;: &#39;&#39;,
916 &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,
917 &#39;REMOTE_HOST&#39;: &#39;&#39;,
918 &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,
919 &#39;RUN_MAIN&#39;: &#39;true&#39;,
920 &#39;SCRIPT_NAME&#39;: u&#39;&#39;,
921 &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
922 &#39;SERVER_PORT&#39;: &#39;8000&#39;,
923 &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,
924 &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,
925 &#39;SESSIONNAME&#39;: &#39;Console&#39;,
926 &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,
927 &#39;SYSTEMROOT&#39;: &#39;C:\\Windows&#39;,
928 &#39;TEMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
929 &#39;TMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
930 &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,
931 &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,
932 &#39;USERNAME&#39;: &#39;adampahlevi&#39;,
933 &#39;USERPROFILE&#39;: &#39;C:\\Users\\adampahlevi&#39;,
934 &#39;VS110COMNTOOLS&#39;: &#39;C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\Tools\\&#39;,
935 &#39;WINDIR&#39;: &#39;C:\\Windows&#39;,
936 &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,
937 &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,
938 &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,
939 &#39;wsgi.multiprocess&#39;: False,
940 &#39;wsgi.multithread&#39;: True,
941 &#39;wsgi.run_once&#39;: False,
942 &#39;wsgi.url_scheme&#39;: &#39;http&#39;,
943 &#39;wsgi.version&#39;: (1, 0)}&gt;,
944 u&#39;40&#39;)</pre></td>
945 </tr>
946
947 <tr>
948 <td>func</td>
949 <td class="code"><pre>&lt;function change_view at 0x02E1C1B0&gt;</pre></td>
950 </tr>
951
952 <tr>
953 <td>self</td>
954 <td class="code"><pre>&lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;</pre></td>
955 </tr>
956
957 <tr>
958 <td>kwargs2</td>
959 <td class="code"><pre>{}</pre></td>
960 </tr>
961
962 </tbody>
963 </table>
964
965 </li>
966
967 <li class="frame django">
968 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\db\transaction.py</code> in <code>inner</code>
969
970
971 <div class="context" id="c51850656">
972
973 <ol start="202" class="pre-context" id="pre51850656"><li onclick="toggle('pre51850656', 'post51850656')"><pre> def __exit__(self, exc_type, exc_value, traceback):</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> self.exiting(exc_value, self.using)</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre></pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> def __call__(self, func):</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> @wraps(func)</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> def inner(*args, **kwargs):</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> with self:</pre></li></ol>
974
975 <ol start="209" class="context-line"><li onclick="toggle('pre51850656', 'post51850656')"><pre> return func(*args, **kwargs)</pre> <span>...</span></li></ol>
976
977 <ol start='210' class="post-context" id="post51850656"><li onclick="toggle('pre51850656', 'post51850656')"><pre> return inner</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre></pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre>def _transaction_func(entering, exiting, using):</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> Takes 3 things, an entering function (what to do to start this block of</pre></li><li onclick="toggle('pre51850656', 'post51850656')"><pre> transaction management), an exiting function (what to do to end it, on both</pre></li></ol>
978
979 </div>
980
981
982
983 <div class="commands">
984
985 <a href="#" onclick="return varToggle(this, '51850656')"><span>&#x25b6;</span> Local vars</a>
986
987 </div>
988 <table class="vars" id="v51850656">
989 <thead>
990 <tr>
991 <th>Variable</th>
992 <th>Value</th>
993 </tr>
994 </thead>
995 <tbody>
996
997 <tr>
998 <td>self</td>
999 <td class="code"><pre>&lt;django.db.transaction.Transaction object at 0x02E17B10&gt;</pre></td>
1000 </tr>
1001
1002 <tr>
1003 <td>args</td>
1004 <td class="code"><pre>(&lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;,
1005 &lt;WSGIRequest
1006path:/admin/levi/lin/40/,
1007GET:&lt;QueryDict: {}&gt;,
1008POST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,
1009COOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
1010 &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},
1011META:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\ProgramData&#39;,
1012 &#39;APPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Roaming&#39;,
1013 &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
1014 &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)\\Common Files&#39;,
1015 &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\Program Files\\Common Files&#39;,
1016 &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
1017 &#39;COMSPEC&#39;: &#39;C:\\Windows\\system32\\cmd.exe&#39;,
1018 &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,
1019 &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,
1020 &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,
1021 &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,
1022 &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,
1023 &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,
1024 &#39;HOMEDRIVE&#39;: &#39;C:&#39;,
1025 &#39;HOMEPATH&#39;: &#39;\\Users\\adampahlevi&#39;,
1026 &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,
1027 &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,
1028 &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,
1029 &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,
1030 &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,
1031 &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,
1032 &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,
1033 &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,
1034 &#39;LOCALAPPDATA&#39;: &#39;C:\\Users\\adampahlevi\\AppData\\Local&#39;,
1035 &#39;LOGONSERVER&#39;: &#39;\\\\ADAMPAHLEVID59C&#39;,
1036 &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,
1037 &#39;OS&#39;: &#39;Windows_NT&#39;,
1038 &#39;PATH&#39;: &#39;C:\\Program Files (x86)\\JetBrains\\PyCharm 2.7.3\\bin\\..\\.\\bin;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Scripts;c:\\program files (x86)\\jetbrains\\pycharm 2.7.3\\jre\\jre\\bin&#39;,
1039 &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,
1040 &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,
1041 &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,
1042 &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,
1043 &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,
1044 &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,
1045 &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,
1046 &#39;PROGRAMDATA&#39;: &#39;C:\\ProgramData&#39;,
1047 &#39;PROGRAMFILES&#39;: &#39;C:\\Program Files (x86)&#39;,
1048 &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\Program Files (x86)&#39;,
1049 &#39;PROGRAMW6432&#39;: &#39;C:\\Program Files&#39;,
1050 &#39;PSMODULEPATH&#39;: &#39;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\PowerShell\\Modules\\&#39;,
1051 &#39;PUBLIC&#39;: &#39;C:\\Users\\Public&#39;,
1052 &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,
1053 &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,
1054 &#39;PYTHONPATH&#39;: &#39;Z:\\Documents\\prolog\\django\\levipy&#39;,
1055 &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,
1056 &#39;QUERY_STRING&#39;: &#39;&#39;,
1057 &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,
1058 &#39;REMOTE_HOST&#39;: &#39;&#39;,
1059 &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,
1060 &#39;RUN_MAIN&#39;: &#39;true&#39;,
1061 &#39;SCRIPT_NAME&#39;: u&#39;&#39;,
1062 &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,
1063 &#39;SERVER_PORT&#39;: &#39;8000&#39;,
1064 &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,
1065 &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,
1066 &#39;SESSIONNAME&#39;: &#39;Console&#39;,
1067 &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,
1068 &#39;SYSTEMROOT&#39;: &#39;C:\\Windows&#39;,
1069 &#39;TEMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
1070 &#39;TMP&#39;: &#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;,
1071 &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,
1072 &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,
1073 &#39;USERNAME&#39;: &#39;adampahlevi&#39;,
1074 &#39;USERPROFILE&#39;: &#39;C:\\Users\\adampahlevi&#39;,
1075 &#39;VS110COMNTOOLS&#39;: &#39;C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\Tools\\&#39;,
1076 &#39;WINDIR&#39;: &#39;C:\\Windows&#39;,
1077 &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,
1078 &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,
1079 &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,
1080 &#39;wsgi.multiprocess&#39;: False,
1081 &#39;wsgi.multithread&#39;: True,
1082 &#39;wsgi.run_once&#39;: False,
1083 &#39;wsgi.url_scheme&#39;: &#39;http&#39;,
1084 &#39;wsgi.version&#39;: (1, 0)}&gt;,
1085 u&#39;40&#39;)</pre></td>
1086 </tr>
1087
1088 <tr>
1089 <td>func</td>
1090 <td class="code"><pre>&lt;function change_view at 0x02E1C130&gt;</pre></td>
1091 </tr>
1092
1093 <tr>
1094 <td>kwargs</td>
1095 <td class="code"><pre>{}</pre></td>
1096 </tr>
1097
1098 </tbody>
1099 </table>
1100
1101 </li>
1102
1103 <li class="frame django">
1104 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\options.py</code> in <code>change_view</code>
1105
1106
1107 <div class="context" id="c51849896">
1108
1109 <ol start="1042" class="pre-context" id="pre51849896"><li onclick="toggle('pre51849896', 'post51849896')"><pre> for FormSet, inline in zip(self.get_formsets(request, new_object), inline_instances):</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> prefix = FormSet.get_default_prefix()</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> prefixes[prefix] = prefixes.get(prefix, 0) + 1</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> if prefixes[prefix] != 1 or not prefix:</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> prefix = &quot;%s-%s&quot; % (prefix, prefixes[prefix])</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> formset = FormSet(request.POST, request.FILES,</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> instance=new_object, prefix=prefix,</pre></li></ol>
1110
1111 <ol start="1049" class="context-line"><li onclick="toggle('pre51849896', 'post51849896')"><pre> queryset=inline.queryset(request))</pre> <span>...</span></li></ol>
1112
1113 <ol start='1050' class="post-context" id="post51849896"><li onclick="toggle('pre51849896', 'post51849896')"><pre></pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> formsets.append(formset)</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre></pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> if all_valid(formsets) and form_validated:</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> self.save_model(request, new_object, form, True)</pre></li><li onclick="toggle('pre51849896', 'post51849896')"><pre> self.save_related(request, form, formsets, True)</pre></li></ol>
1114
1115 </div>
1116
1117
1118
1119 <div class="commands">
1120
1121 <a href="#" onclick="return varToggle(this, '51849896')"><span>&#x25b6;</span> Local vars</a>
1122
1123 </div>
1124 <table class="vars" id="v51849896">
1125 <thead>
1126 <tr>
1127 <th>Variable</th>
1128 <th>Value</th>
1129 </tr>
1130 </thead>
1131 <tbody>
1132
1133 <tr>
1134 <td>new_object</td>
1135 <td class="code"><pre>&lt;Lin: Line KLIA Transit&gt;</pre></td>
1136 </tr>
1137
1138 <tr>
1139 <td>obj</td>
1140 <td class="code"><pre>&lt;Lin: Line KLIA Transit&gt;</pre></td>
1141 </tr>
1142
1143 <tr>
1144 <td>form</td>
1145 <td class="code"><pre>&lt;django.forms.models.LinForm object at 0x03065B30&gt;</pre></td>
1146 </tr>
1147
1148 <tr>
1149 <td>form_url</td>
1150 <td class="code"><pre>&#39;&#39;</pre></td>
1151 </tr>
1152
1153 <tr>
1154 <td>self</td>
1155 <td class="code"><pre>&lt;levi.admin.LinAdmin object at 0x02E8BFF0&gt;</pre></td>
1156 </tr>
1157
1158 <tr>
1159 <td>request</td>
1160 <td class="code"><pre>&quot;&lt;WSGIRequest\npath:/admin/levi/lin/40/,\nGET:&lt;QueryDict: {}&gt;,\nPOST:&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,\nCOOKIES:{&#39;csrftoken&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;sessionid&#39;: &#39;b294a764b7bad938401f98691c0d8d3d&#39;},\nMETA:{&#39;ALLUSERSPROFILE&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;APPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming&#39;,\n &#39;COMMONPROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)\\\\Common Files&#39;,\n &#39;COMMONPROGRAMW6432&#39;: &#39;C:\\\\Program Files\\\\Common Files&#39;,\n &#39;COMPUTERNAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;COMSPEC&#39;: &#39;C:\\\\Windows\\\\system32\\\\cmd.exe&#39;,\n &#39;CONTENT_LENGTH&#39;: &#39;5296&#39;,\n &#39;CONTENT_TYPE&#39;: &#39;multipart/form-data; boundary=---------------------------3001650601650&#39;,\n &#39;CSRF_COOKIE&#39;: &#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;,\n &#39;DJANGO_SETTINGS_MODULE&#39;: &#39;levipy.settings&#39;,\n &#39;FP_NO_HOST_CHECK&#39;: &#39;NO&#39;,\n &#39;GATEWAY_INTERFACE&#39;: &#39;CGI/1.1&#39;,\n &#39;HOMEDRIVE&#39;: &#39;C:&#39;,\n &#39;HOMEPATH&#39;: &#39;\\\\Users\\\\adampahlevi&#39;,\n &#39;HTTP_ACCEPT&#39;: &#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;,\n &#39;HTTP_ACCEPT_ENCODING&#39;: &#39;gzip, deflate&#39;,\n &#39;HTTP_ACCEPT_LANGUAGE&#39;: &#39;en-US,en;q=0.5&#39;,\n &#39;HTTP_CONNECTION&#39;: &#39;keep-alive&#39;,\n &#39;HTTP_COOKIE&#39;: &#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;,\n &#39;HTTP_HOST&#39;: &#39;127.0.0.1:8000&#39;,\n &#39;HTTP_REFERER&#39;: &#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;,\n &#39;HTTP_USER_AGENT&#39;: &#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;,\n &#39;LOCALAPPDATA&#39;: &#39;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Local&#39;,\n &#39;LOGONSERVER&#39;: &#39;\\\\\\\\ADAMPAHLEVID59C&#39;,\n &#39;NUMBER_OF_PROCESSORS&#39;: &#39;1&#39;,\n &#39;OS&#39;: &#39;Windows_NT&#39;,\n &#39;PATH&#39;: &#39;C:\\\\Program Files (x86)\\\\JetBrains\\\\PyCharm 2.7.3\\\\bin\\\\..\\\\.\\\\bin;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Python27\\\\;C:\\\\Python27\\\\Scripts;C:\\\\Python32\\\\;C:\\\\Python32\\\\Scripts;C:\\\\Program Files (x86)\\\\Parallels\\\\Parallels Tools\\\\Applications;C:\\\\Windows\\\\system32;C:\\\\Windows;C:\\\\Windows\\\\System32\\\\Wbem;C:\\\\Windows\\\\System32\\\\WindowsPowerShell\\\\v1.0\\\\;C:\\\\Program Files (x86)\\\\Windows Kits\\\\8.0\\\\Windows Performance Toolkit\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Python33;C:\\\\Python33\\\\Scripts;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files\\\\Microsoft SQL Server\\\\110\\\\DTS\\\\Binn\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\Binn\\\\ManagementStudio\\\\;C:\\\\Program Files\\\\Microsoft\\\\Web Platform Installer\\\\;C:\\\\Program Files (x86)\\\\Microsoft ASP.NET\\\\ASP.NET Web Pages\\\\v1.0\\\\;C:\\\\Users\\\\adampahlevi\\\\AppData\\\\Roaming\\\\Python\\\\Scripts;c:\\\\program files (x86)\\\\jetbrains\\\\pycharm 2.7.3\\\\jre\\\\jre\\\\bin&#39;,\n &#39;PATHEXT&#39;: &#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;,\n &#39;PATH_INFO&#39;: u&#39;/admin/levi/lin/40/&#39;,\n &#39;PROCESSOR_ARCHITECTURE&#39;: &#39;x86&#39;,\n &#39;PROCESSOR_ARCHITEW6432&#39;: &#39;AMD64&#39;,\n &#39;PROCESSOR_IDENTIFIER&#39;: &#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;,\n &#39;PROCESSOR_LEVEL&#39;: &#39;6&#39;,\n &#39;PROCESSOR_REVISION&#39;: &#39;3a09&#39;,\n &#39;PROGRAMDATA&#39;: &#39;C:\\\\ProgramData&#39;,\n &#39;PROGRAMFILES&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMFILES(X86)&#39;: &#39;C:\\\\Program Files (x86)&#39;,\n &#39;PROGRAMW6432&#39;: &#39;C:\\\\Program Files&#39;,\n &#39;PSMODULEPATH&#39;: &#39;C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\Modules\\\\;C:\\\\Program Files (x86)\\\\Microsoft SQL Server\\\\110\\\\Tools\\\\PowerShell\\\\Modules\\\\&#39;,\n &#39;PUBLIC&#39;: &#39;C:\\\\Users\\\\Public&#39;,\n &#39;PYCHARM_HOSTED&#39;: &#39;1&#39;,\n &#39;PYTHONIOENCODING&#39;: &#39;UTF-8&#39;,\n &#39;PYTHONPATH&#39;: &#39;Z:\\\\Documents\\\\prolog\\\\django\\\\levipy&#39;,\n &#39;PYTHONUNBUFFERED&#39;: &#39;1&#39;,\n &#39;QUERY_STRING&#39;: &#39;&#39;,\n &#39;REMOTE_ADDR&#39;: &#39;127.0.0.1&#39;,\n &#39;REMOTE_HOST&#39;: &#39;&#39;,\n &#39;REQUEST_METHOD&#39;: &#39;POST&#39;,\n &#39;RUN_MAIN&#39;: &#39;true&#39;,\n &#39;SCRIPT_NAME&#39;: u&#39;&#39;,\n &#39;SERVER_NAME&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;SERVER_PORT&#39;: &#39;8000&#39;,\n &#39;SERVER_PROTOCOL&#39;: &#39;HTTP/1.1&#39;,\n &#39;SERVER_SOFTWARE&#39;: &#39;WSGIServer/0.1 Python/2.7.2&#39;,\n &#39;SESSIONNAME&#39;: &#39;Console&#39;,\n &#39;SYSTEMDRIVE&#39;: &#39;C:&#39;,\n &#39;SYSTEMROOT&#39;: &#39;C:\\\\Windows&#39;,\n &#39;TEMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;TMP&#39;: &#39;C:\\\\Users\\\\ADAMPA~1\\\\AppData\\\\Local\\\\Temp&#39;,\n &#39;USERDOMAIN&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERDOMAIN_ROAMINGPROFILE&#39;: &#39;ADAMPAHLEVID59C&#39;,\n &#39;USERNAME&#39;: &#39;adampahlevi&#39;,\n &#39;USERPROFILE&#39;: &#39;C:\\\\Users\\\\adampahlevi&#39;,\n &#39;VS110COMNTOOLS&#39;: &#39;C:\\\\Program Files (x86)\\\\Microsoft Visual Studio 11.0\\\\Common7\\\\Tools\\\\&#39;,\n &#39;WINDIR&#39;: &#39;C:\\\\Windows&#39;,\n &#39;wsgi.errors&#39;: &lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;,\n &#39;wsgi.file_wrapper&#39;: &lt;class wsgiref.util.FileWrapper at 0x02B5CEA0&gt;,\n &#39;wsgi.input&#39;: &lt;socket._fileobject object at 0x02FE8B30&gt;,\n &#39;wsgi.multiprocess&#39;: False,\n &#39;wsgi.multithread&#39;: True,\n &#39;wsgi.run_once&#39;: False,\n &#39;wsgi.url_scheme&#39;: &#39;http&#39;,\n &#39;wsgi.version&#39;: (1, 0)}&gt;&quot;</pre></td>
1161 </tr>
1162
1163 <tr>
1164 <td>inline_instances</td>
1165 <td class="code"><pre>[&lt;levi.admin.RotGridsTabular object at 0x0307B6D0&gt;]</pre></td>
1166 </tr>
1167
1168 <tr>
1169 <td>object_id</td>
1170 <td class="code"><pre>u&#39;40&#39;</pre></td>
1171 </tr>
1172
1173 <tr>
1174 <td>form_validated</td>
1175 <td class="code"><pre>True</pre></td>
1176 </tr>
1177
1178 <tr>
1179 <td>prefixes</td>
1180 <td class="code"><pre>{&#39;rot_set&#39;: 1}</pre></td>
1181 </tr>
1182
1183 <tr>
1184 <td>prefix</td>
1185 <td class="code"><pre>&#39;rot_set&#39;</pre></td>
1186 </tr>
1187
1188 <tr>
1189 <td>formsets</td>
1190 <td class="code"><pre>[]</pre></td>
1191 </tr>
1192
1193 <tr>
1194 <td>inline</td>
1195 <td class="code"><pre>&lt;levi.admin.RotGridsTabular object at 0x0307B6D0&gt;</pre></td>
1196 </tr>
1197
1198 <tr>
1199 <td>model</td>
1200 <td class="code"><pre>&lt;class &#39;levi.models.Lin&#39;&gt;</pre></td>
1201 </tr>
1202
1203 <tr>
1204 <td>extra_context</td>
1205 <td class="code"><pre>None</pre></td>
1206 </tr>
1207
1208 <tr>
1209 <td>ModelForm</td>
1210 <td class="code"><pre>&lt;class &#39;django.forms.models.LinForm&#39;&gt;</pre></td>
1211 </tr>
1212
1213 <tr>
1214 <td>FormSet</td>
1215 <td class="code"><pre>&lt;class &#39;django.forms.formsets.RotFormFormSet&#39;&gt;</pre></td>
1216 </tr>
1217
1218 <tr>
1219 <td>opts</td>
1220 <td class="code"><pre>&lt;Options for Lin&gt;</pre></td>
1221 </tr>
1222
1223 </tbody>
1224 </table>
1225
1226 </li>
1227
1228 <li class="frame django">
1229 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py</code> in <code>__init__</code>
1230
1231
1232 <div class="context" id="c51849536">
1233
1234 <ol start="690" class="pre-context" id="pre51849536"><li onclick="toggle('pre51849536', 'post51849536')"><pre> self.save_as_new = save_as_new</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> # is there a better way to get the object descriptor?</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> self.rel_name = RelatedObject(self.fk.rel.to, self.model, self.fk).get_accessor_name()</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> if queryset is None:</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> queryset = self.model._default_manager</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> qs = queryset.filter(**{self.fk.name: self.instance})</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> super(BaseInlineFormSet, self).__init__(data, files, prefix=prefix,</pre></li></ol>
1235
1236 <ol start="697" class="context-line"><li onclick="toggle('pre51849536', 'post51849536')"><pre> queryset=qs, **kwargs)</pre> <span>...</span></li></ol>
1237
1238 <ol start='698' class="post-context" id="post51849536"><li onclick="toggle('pre51849536', 'post51849536')"><pre></pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> def initial_form_count(self):</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> if self.save_as_new:</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> return 0</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre> return super(BaseInlineFormSet, self).initial_form_count()</pre></li><li onclick="toggle('pre51849536', 'post51849536')"><pre></pre></li></ol>
1239
1240 </div>
1241
1242
1243
1244 <div class="commands">
1245
1246 <a href="#" onclick="return varToggle(this, '51849536')"><span>&#x25b6;</span> Local vars</a>
1247
1248 </div>
1249 <table class="vars" id="v51849536">
1250 <thead>
1251 <tr>
1252 <th>Variable</th>
1253 <th>Value</th>
1254 </tr>
1255 </thead>
1256 <tbody>
1257
1258 <tr>
1259 <td>files</td>
1260 <td class="code"><pre>&lt;MultiValueDict: {}&gt;</pre></td>
1261 </tr>
1262
1263 <tr>
1264 <td>qs</td>
1265 <td class="code"><pre>[&lt;Rot: to KL Sentral(train)&gt;, &lt;Rot: KL Sentral to Tasik Selatan&gt;, &lt;Rot: Tasik Selatan to Putrajaya/Cyberjaya&gt;, &lt;Rot: Putrajaya/Cyberjaya to Salak Tinggi&gt;, &lt;Rot: Salak Tinggi to KLIA Airport&gt;]</pre></td>
1266 </tr>
1267
1268 <tr>
1269 <td>save_as_new</td>
1270 <td class="code"><pre>False</pre></td>
1271 </tr>
1272
1273 <tr>
1274 <td>self</td>
1275 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1276 </tr>
1277
1278 <tr>
1279 <td>queryset</td>
1280 <td class="code"><pre>[&lt;Rot: to Sentul Timur(train)&gt;, &lt;Rot: Sentul Timur to Sentul&gt;, &lt;Rot: Sentul to Titiwangsa&gt;, &lt;Rot: Titiwangsa to PWTC&gt;, &lt;Rot: PWTC to Sultan Ismail&gt;, &lt;Rot: Sultan Ismail to Bandaraya&gt;, &lt;Rot: Bandaraya to Masjid Jamek&gt;, &lt;Rot: Masjid Jamek to Plaza Rakyat&gt;, &lt;Rot: Plaza Rakyat to Hang Tuah&gt;, &lt;Rot: Hang Tuah to Pudu&gt;, &lt;Rot: Pudu to Chan Sow Lin&gt;, &lt;Rot: Chan Sow Lin to Miharja&gt;, &lt;Rot: Miharja to Maluri&gt;, &lt;Rot: Maluri to Pandan Jaya&gt;, &lt;Rot: Pandan Jaya to Pandan Indah&gt;, &lt;Rot: Pandan Indah to Cempaka&gt;, &lt;Rot: Cempaka to Cahaya&gt;, &lt;Rot: Cempaka to Ampang&gt;, &lt;Rot: Ampang to Cheras&gt;, &lt;Rot: Cheras to Salak Selatan&gt;, &#39;...(remaining elements truncated)...&#39;]</pre></td>
1281 </tr>
1282
1283 <tr>
1284 <td>RelatedObject</td>
1285 <td class="code"><pre>&lt;class &#39;django.db.models.related.RelatedObject&#39;&gt;</pre></td>
1286 </tr>
1287
1288 <tr>
1289 <td>instance</td>
1290 <td class="code"><pre>&lt;Lin: Line KLIA Transit&gt;</pre></td>
1291 </tr>
1292
1293 <tr>
1294 <td>prefix</td>
1295 <td class="code"><pre>&#39;rot_set&#39;</pre></td>
1296 </tr>
1297
1298 <tr>
1299 <td>kwargs</td>
1300 <td class="code"><pre>{}</pre></td>
1301 </tr>
1302
1303 <tr>
1304 <td>data</td>
1305 <td class="code"><pre>&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;</pre></td>
1306 </tr>
1307
1308 </tbody>
1309 </table>
1310
1311 </li>
1312
1313 <li class="frame django">
1314 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py</code> in <code>__init__</code>
1315
1316
1317 <div class="context" id="c51850416">
1318
1319 <ol start="417" class="pre-context" id="pre51850416"><li onclick="toggle('pre51850416', 'post51850416')"><pre></pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> def __init__(self, data=None, files=None, auto_id=&#39;id_%s&#39;, prefix=None,</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> queryset=None, **kwargs):</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> self.queryset = queryset</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> self.initial_extra = kwargs.pop(&#39;initial&#39;, None)</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> defaults = {&#39;data&#39;: data, &#39;files&#39;: files, &#39;auto_id&#39;: auto_id, &#39;prefix&#39;: prefix}</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> defaults.update(kwargs)</pre></li></ol>
1320
1321 <ol start="424" class="context-line"><li onclick="toggle('pre51850416', 'post51850416')"><pre> super(BaseModelFormSet, self).__init__(**defaults)</pre> <span>...</span></li></ol>
1322
1323 <ol start='425' class="post-context" id="post51850416"><li onclick="toggle('pre51850416', 'post51850416')"><pre></pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> def initial_form_count(self):</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> &quot;&quot;&quot;Returns the number of forms that are required in this FormSet.&quot;&quot;&quot;</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> if not (self.data or self.files):</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> return len(self.get_queryset())</pre></li><li onclick="toggle('pre51850416', 'post51850416')"><pre> return super(BaseModelFormSet, self).initial_form_count()</pre></li></ol>
1324
1325 </div>
1326
1327
1328
1329 <div class="commands">
1330
1331 <a href="#" onclick="return varToggle(this, '51850416')"><span>&#x25b6;</span> Local vars</a>
1332
1333 </div>
1334 <table class="vars" id="v51850416">
1335 <thead>
1336 <tr>
1337 <th>Variable</th>
1338 <th>Value</th>
1339 </tr>
1340 </thead>
1341 <tbody>
1342
1343 <tr>
1344 <td>auto_id</td>
1345 <td class="code"><pre>&#39;id_%s&#39;</pre></td>
1346 </tr>
1347
1348 <tr>
1349 <td>files</td>
1350 <td class="code"><pre>&lt;MultiValueDict: {}&gt;</pre></td>
1351 </tr>
1352
1353 <tr>
1354 <td>self</td>
1355 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1356 </tr>
1357
1358 <tr>
1359 <td>queryset</td>
1360 <td class="code"><pre>[&lt;Rot: to KL Sentral(train)&gt;, &lt;Rot: KL Sentral to Tasik Selatan&gt;, &lt;Rot: Tasik Selatan to Putrajaya/Cyberjaya&gt;, &lt;Rot: Putrajaya/Cyberjaya to Salak Tinggi&gt;, &lt;Rot: Salak Tinggi to KLIA Airport&gt;]</pre></td>
1361 </tr>
1362
1363 <tr>
1364 <td>prefix</td>
1365 <td class="code"><pre>&#39;rot_set&#39;</pre></td>
1366 </tr>
1367
1368 <tr>
1369 <td>defaults</td>
1370 <td class="code"><pre>{&#39;auto_id&#39;: &#39;id_%s&#39;,
1371 &#39;data&#39;: &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;,
1372 &#39;files&#39;: &lt;MultiValueDict: {}&gt;,
1373 &#39;prefix&#39;: &#39;rot_set&#39;}</pre></td>
1374 </tr>
1375
1376 <tr>
1377 <td>kwargs</td>
1378 <td class="code"><pre>{}</pre></td>
1379 </tr>
1380
1381 <tr>
1382 <td>data</td>
1383 <td class="code"><pre>&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;</pre></td>
1384 </tr>
1385
1386 </tbody>
1387 </table>
1388
1389 </li>
1390
1391 <li class="frame django">
1392 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\formsets.py</code> in <code>__init__</code>
1393
1394
1395 <div class="context" id="c51849376">
1396
1397 <ol start="43" class="pre-context" id="pre51849376"><li onclick="toggle('pre51849376', 'post51849376')"><pre> self.data = data or {}</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> self.files = files or {}</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> self.initial = initial</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> self.error_class = error_class</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> self._errors = None</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> self._non_form_errors = None</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> # construct the forms in the formset</pre></li></ol>
1398
1399 <ol start="50" class="context-line"><li onclick="toggle('pre51849376', 'post51849376')"><pre> self._construct_forms()</pre> <span>...</span></li></ol>
1400
1401 <ol start='51' class="post-context" id="post51849376"><li onclick="toggle('pre51849376', 'post51849376')"><pre></pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> def __unicode__(self):</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> return self.as_table()</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre></pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> def __iter__(self):</pre></li><li onclick="toggle('pre51849376', 'post51849376')"><pre> &quot;&quot;&quot;Yields the forms in the order they should be rendered&quot;&quot;&quot;</pre></li></ol>
1402
1403 </div>
1404
1405
1406
1407 <div class="commands">
1408
1409 <a href="#" onclick="return varToggle(this, '51849376')"><span>&#x25b6;</span> Local vars</a>
1410
1411 </div>
1412 <table class="vars" id="v51849376">
1413 <thead>
1414 <tr>
1415 <th>Variable</th>
1416 <th>Value</th>
1417 </tr>
1418 </thead>
1419 <tbody>
1420
1421 <tr>
1422 <td>auto_id</td>
1423 <td class="code"><pre>&#39;id_%s&#39;</pre></td>
1424 </tr>
1425
1426 <tr>
1427 <td>files</td>
1428 <td class="code"><pre>&lt;MultiValueDict: {}&gt;</pre></td>
1429 </tr>
1430
1431 <tr>
1432 <td>error_class</td>
1433 <td class="code"><pre>&lt;class &#39;django.forms.util.ErrorList&#39;&gt;</pre></td>
1434 </tr>
1435
1436 <tr>
1437 <td>self</td>
1438 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1439 </tr>
1440
1441 <tr>
1442 <td>initial</td>
1443 <td class="code"><pre>None</pre></td>
1444 </tr>
1445
1446 <tr>
1447 <td>prefix</td>
1448 <td class="code"><pre>&#39;rot_set&#39;</pre></td>
1449 </tr>
1450
1451 <tr>
1452 <td>data</td>
1453 <td class="code"><pre>&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;</pre></td>
1454 </tr>
1455
1456 </tbody>
1457 </table>
1458
1459 </li>
1460
1461 <li class="frame django">
1462 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\formsets.py</code> in <code>_construct_forms</code>
1463
1464
1465 <div class="context" id="c51848056">
1466
1467 <ol start="108" class="pre-context" id="pre51848056"><li onclick="toggle('pre51848056', 'post51848056')"><pre> initial_forms = self.max_num</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> return initial_forms</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre></pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> def _construct_forms(self):</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> # instantiate all the forms and put them in self.forms</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> self.forms = []</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> for i in xrange(self.total_form_count()):</pre></li></ol>
1468
1469 <ol start="115" class="context-line"><li onclick="toggle('pre51848056', 'post51848056')"><pre> self.forms.append(self._construct_form(i))</pre> <span>...</span></li></ol>
1470
1471 <ol start='116' class="post-context" id="post51848056"><li onclick="toggle('pre51848056', 'post51848056')"><pre></pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> def _construct_form(self, i, **kwargs):</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> Instantiates and returns the i-th form instance in a formset.</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51848056', 'post51848056')"><pre> defaults = {&#39;auto_id&#39;: self.auto_id, &#39;prefix&#39;: self.add_prefix(i)}</pre></li></ol>
1472
1473 </div>
1474
1475
1476
1477 <div class="commands">
1478
1479 <a href="#" onclick="return varToggle(this, '51848056')"><span>&#x25b6;</span> Local vars</a>
1480
1481 </div>
1482 <table class="vars" id="v51848056">
1483 <thead>
1484 <tr>
1485 <th>Variable</th>
1486 <th>Value</th>
1487 </tr>
1488 </thead>
1489 <tbody>
1490
1491 <tr>
1492 <td>i</td>
1493 <td class="code"><pre>0</pre></td>
1494 </tr>
1495
1496 <tr>
1497 <td>self</td>
1498 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1499 </tr>
1500
1501 </tbody>
1502 </table>
1503
1504 </li>
1505
1506 <li class="frame django">
1507 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py</code> in <code>_construct_form</code>
1508
1509
1510 <div class="context" id="c51849296">
1511
1512 <ol start="699" class="pre-context" id="pre51849296"><li onclick="toggle('pre51849296', 'post51849296')"><pre> def initial_form_count(self):</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> if self.save_as_new:</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> return 0</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> return super(BaseInlineFormSet, self).initial_form_count()</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre></pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre></pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> def _construct_form(self, i, **kwargs):</pre></li></ol>
1513
1514 <ol start="706" class="context-line"><li onclick="toggle('pre51849296', 'post51849296')"><pre> form = super(BaseInlineFormSet, self)._construct_form(i, **kwargs)</pre> <span>...</span></li></ol>
1515
1516 <ol start='707' class="post-context" id="post51849296"><li onclick="toggle('pre51849296', 'post51849296')"><pre> if self.save_as_new:</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> # Remove the primary key from the form&#39;s data, we are only</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> # creating new instances</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> form.data[form.add_prefix(self._pk_field.name)] = None</pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre></pre></li><li onclick="toggle('pre51849296', 'post51849296')"><pre> # Remove the foreign key from the form&#39;s data</pre></li></ol>
1517
1518 </div>
1519
1520
1521
1522 <div class="commands">
1523
1524 <a href="#" onclick="return varToggle(this, '51849296')"><span>&#x25b6;</span> Local vars</a>
1525
1526 </div>
1527 <table class="vars" id="v51849296">
1528 <thead>
1529 <tr>
1530 <th>Variable</th>
1531 <th>Value</th>
1532 </tr>
1533 </thead>
1534 <tbody>
1535
1536 <tr>
1537 <td>i</td>
1538 <td class="code"><pre>0</pre></td>
1539 </tr>
1540
1541 <tr>
1542 <td>self</td>
1543 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1544 </tr>
1545
1546 <tr>
1547 <td>kwargs</td>
1548 <td class="code"><pre>{}</pre></td>
1549 </tr>
1550
1551 </tbody>
1552 </table>
1553
1554 </li>
1555
1556 <li class="frame django">
1557 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py</code> in <code>_construct_form</code>
1558
1559
1560 <div class="context" id="c51849176">
1561
1562 <ol start="436" class="pre-context" id="pre51849176"><li onclick="toggle('pre51849176', 'post51849176')"><pre></pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> def _construct_form(self, i, **kwargs):</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> if self.is_bound and i &lt; self.initial_form_count():</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> # Import goes here instead of module-level because importing</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> # django.db has side effects.</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> from django.db import connections</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> pk_key = &quot;%s-%s&quot; % (self.add_prefix(i), self.model._meta.pk.name)</pre></li></ol>
1563
1564 <ol start="443" class="context-line"><li onclick="toggle('pre51849176', 'post51849176')"><pre> pk = self.data[pk_key]</pre> <span>...</span></li></ol>
1565
1566 <ol start='444' class="post-context" id="post51849176"><li onclick="toggle('pre51849176', 'post51849176')"><pre> pk_field = self.model._meta.pk</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> pk = pk_field.get_db_prep_lookup(&#39;exact&#39;, pk,</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> connection=connections[self.get_queryset().db])</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> if isinstance(pk, list):</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> pk = pk[0]</pre></li><li onclick="toggle('pre51849176', 'post51849176')"><pre> kwargs[&#39;instance&#39;] = self._existing_object(pk)</pre></li></ol>
1567
1568 </div>
1569
1570
1571
1572 <div class="commands">
1573
1574 <a href="#" onclick="return varToggle(this, '51849176')"><span>&#x25b6;</span> Local vars</a>
1575
1576 </div>
1577 <table class="vars" id="v51849176">
1578 <thead>
1579 <tr>
1580 <th>Variable</th>
1581 <th>Value</th>
1582 </tr>
1583 </thead>
1584 <tbody>
1585
1586 <tr>
1587 <td>connections</td>
1588 <td class="code"><pre>&lt;django.db.utils.ConnectionHandler object at 0x02CD2410&gt;</pre></td>
1589 </tr>
1590
1591 <tr>
1592 <td>i</td>
1593 <td class="code"><pre>0</pre></td>
1594 </tr>
1595
1596 <tr>
1597 <td>self</td>
1598 <td class="code"><pre>&lt;django.forms.formsets.RotFormFormSet object at 0x03171210&gt;</pre></td>
1599 </tr>
1600
1601 <tr>
1602 <td>pk_key</td>
1603 <td class="code"><pre>&#39;rot_set-0-rotid&#39;</pre></td>
1604 </tr>
1605
1606 <tr>
1607 <td>kwargs</td>
1608 <td class="code"><pre>{}</pre></td>
1609 </tr>
1610
1611 </tbody>
1612 </table>
1613
1614 </li>
1615
1616 <li class="frame django">
1617 <code>C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\datastructures.py</code> in <code>__getitem__</code>
1618
1619
1620 <div class="context" id="c51850056">
1621
1622 <ol start="251" class="pre-context" id="pre51850056"><li onclick="toggle('pre51850056', 'post51850056')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> Returns the last data value for this key, or [] if it&#39;s an empty list;</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> raises KeyError if not found.</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> &quot;&quot;&quot;</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> try:</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> list_ = super(MultiValueDict, self).__getitem__(key)</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> except KeyError:</pre></li></ol>
1623
1624 <ol start="258" class="context-line"><li onclick="toggle('pre51850056', 'post51850056')"><pre> raise MultiValueDictKeyError(&quot;Key %r not found in %r&quot; % (key, self))</pre> <span>...</span></li></ol>
1625
1626 <ol start='259' class="post-context" id="post51850056"><li onclick="toggle('pre51850056', 'post51850056')"><pre> try:</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> return list_[-1]</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> except IndexError:</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> return []</pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre></pre></li><li onclick="toggle('pre51850056', 'post51850056')"><pre> def __setitem__(self, key, value):</pre></li></ol>
1627
1628 </div>
1629
1630
1631
1632 <div class="commands">
1633
1634 <a href="#" onclick="return varToggle(this, '51850056')"><span>&#x25b6;</span> Local vars</a>
1635
1636 </div>
1637 <table class="vars" id="v51850056">
1638 <thead>
1639 <tr>
1640 <th>Variable</th>
1641 <th>Value</th>
1642 </tr>
1643 </thead>
1644 <tbody>
1645
1646 <tr>
1647 <td>self</td>
1648 <td class="code"><pre>&lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;</pre></td>
1649 </tr>
1650
1651 <tr>
1652 <td>key</td>
1653 <td class="code"><pre>&#39;rot_set-0-rotid&#39;</pre></td>
1654 </tr>
1655
1656 </tbody>
1657 </table>
1658
1659 </li>
1660
1661 </ul>
1662 </div>
1663
1664 <form action="http://dpaste.com/" name="pasteform" id="pasteform" method="post">
1665
1666 <div id="pastebinTraceback" class="pastebin">
1667 <input type="hidden" name="language" value="PythonConsole">
1668 <input type="hidden" name="title" value="MultiValueDictKeyError at /admin/levi/lin/40/">
1669 <input type="hidden" name="source" value="Django Dpaste Agent">
1670 <input type="hidden" name="poster" value="Django">
1671 <textarea name="content" id="traceback_area" cols="140" rows="25">
1672Environment:
1673
1674
1675Request Method: POST
1676Request URL: http://127.0.0.1:8000/admin/levi/lin/40/
1677
1678Django Version: 1.4.2
1679Python Version: 2.7.2
1680Installed Applications:
1681(&#39;django.contrib.auth&#39;,
1682 &#39;django.contrib.contenttypes&#39;,
1683 &#39;django.contrib.sessions&#39;,
1684 &#39;django.contrib.sites&#39;,
1685 &#39;django.contrib.messages&#39;,
1686 &#39;django.contrib.staticfiles&#39;,
1687 &#39;django.contrib.admin&#39;,
1688 &#39;levi&#39;)
1689Installed Middleware:
1690(&#39;django.middleware.common.CommonMiddleware&#39;,
1691 &#39;django.contrib.sessions.middleware.SessionMiddleware&#39;,
1692 &#39;django.middleware.csrf.CsrfViewMiddleware&#39;,
1693 &#39;django.contrib.auth.middleware.AuthenticationMiddleware&#39;,
1694 &#39;django.contrib.messages.middleware.MessageMiddleware&#39;)
1695
1696
1697Traceback:
1698File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\core\handlers\base.py" in get_response
1699 111. response = callback(request, *callback_args, **callback_kwargs)
1700File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\options.py" in wrapper
1701 366. return self.admin_site.admin_view(view)(*args, **kwargs)
1702File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py" in _wrapped_view
1703 91. response = view_func(request, *args, **kwargs)
1704File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\views\decorators\cache.py" in _wrapped_view_func
1705 89. response = view_func(request, *args, **kwargs)
1706File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\sites.py" in inner
1707 196. return view(request, *args, **kwargs)
1708File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py" in _wrapper
1709 25. return bound_func(*args, **kwargs)
1710File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py" in _wrapped_view
1711 91. response = view_func(request, *args, **kwargs)
1712File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\decorators.py" in bound_func
1713 21. return func(self, *args2, **kwargs2)
1714File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\db\transaction.py" in inner
1715 209. return func(*args, **kwargs)
1716File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\contrib\admin\options.py" in change_view
1717 1049. queryset=inline.queryset(request))
1718File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py" in __init__
1719 697. queryset=qs, **kwargs)
1720File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py" in __init__
1721 424. super(BaseModelFormSet, self).__init__(**defaults)
1722File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\formsets.py" in __init__
1723 50. self._construct_forms()
1724File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\formsets.py" in _construct_forms
1725 115. self.forms.append(self._construct_form(i))
1726File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py" in _construct_form
1727 706. form = super(BaseInlineFormSet, self)._construct_form(i, **kwargs)
1728File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\forms\models.py" in _construct_form
1729 443. pk = self.data[pk_key]
1730File "C:\Users\adampahlevi\AppData\Roaming\Python\Python27\site-packages\django\utils\datastructures.py" in __getitem__
1731 258. raise MultiValueDictKeyError(&quot;Key %r not found in %r&quot; % (key, self))
1732
1733Exception Type: MultiValueDictKeyError at /admin/levi/lin/40/
1734Exception Value: &quot;Key &#39;rot_set-0-rotid&#39; not found in &lt;QueryDict: {u&#39;rot_set-1-rotto&#39;: [u&#39;829&#39;], u&#39;rot_set-2-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-MAX_NUM_FORMS&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-3-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotto&#39;: [u&#39;832&#39;], u&#39;rot_set-__prefix__-rotfrom&#39;: [u&#39;&#39;], u&#39;rot_set-2-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotkm&#39;: [u&#39;&#39;], u&#39;_save&#39;: [u&#39;Save&#39;], u&#39;rot_set-__prefix__-rotto&#39;: [u&#39;&#39;], u&#39;rot_set-0-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-0-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-4-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-__prefix__-rotkm&#39;: [u&#39;&#39;], u&#39;csrfmiddlewaretoken&#39;: [u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;], u&#39;rot_set-3-rotfrom&#39;: [u&#39;832&#39;], u&#39;rot_set-0-rotto&#39;: [u&#39;828&#39;], u&#39;linbsn&#39;: [u&#39;867&#39;], u&#39;rot_set-__prefix__-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-2-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-2-rotfrom&#39;: [u&#39;829&#39;], u&#39;rot_set-4-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotto&#39;: [u&#39;831&#39;], u&#39;rot_set-INITIAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-1-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-0-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-__prefix__-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-4-rotfrom&#39;: [u&#39;830&#39;], u&#39;rot_set-3-rotkm&#39;: [u&#39;&#39;], u&#39;rot_set-TOTAL_FORMS&#39;: [u&#39;5&#39;], u&#39;rot_set-3-rotisactive&#39;: [u&#39;on&#39;], u&#39;rot_set-1-rottimemnt&#39;: [u&#39;&#39;], u&#39;rot_set-1-rotfrom&#39;: [u&#39;828&#39;], u&#39;rot_set-2-rotprice&#39;: [u&#39;&#39;], u&#39;rot_set-3-rotto&#39;: [u&#39;830&#39;], u&#39;rot_set-1-rotlin&#39;: [u&#39;40&#39;], u&#39;rot_set-4-rotlin&#39;: [u&#39;40&#39;]}&gt;&quot;
1735</textarea>
1736 <br><br>
1737 <input type="submit" value="Share this traceback on a public Web site">
1738 </div>
1739</form>
1740</div>
1741
1742
1743
1744<div id="requestinfo">
1745 <h2>Request information</h2>
1746
1747
1748 <h3 id="get-info">GET</h3>
1749
1750 <p>No GET data</p>
1751
1752
1753 <h3 id="post-info">POST</h3>
1754
1755 <table class="req">
1756 <thead>
1757 <tr>
1758 <th>Variable</th>
1759 <th>Value</th>
1760 </tr>
1761 </thead>
1762 <tbody>
1763
1764 <tr>
1765 <td>rot_set-1-rotto</td>
1766 <td class="code"><pre>u&#39;829&#39;</pre></td>
1767 </tr>
1768
1769 <tr>
1770 <td>rot_set-2-rotkm</td>
1771 <td class="code"><pre>u&#39;&#39;</pre></td>
1772 </tr>
1773
1774 <tr>
1775 <td>rot_set-__prefix__-rotprice</td>
1776 <td class="code"><pre>u&#39;&#39;</pre></td>
1777 </tr>
1778
1779 <tr>
1780 <td>rot_set-0-rotlin</td>
1781 <td class="code"><pre>u&#39;40&#39;</pre></td>
1782 </tr>
1783
1784 <tr>
1785 <td>rot_set-MAX_NUM_FORMS</td>
1786 <td class="code"><pre>u&#39;&#39;</pre></td>
1787 </tr>
1788
1789 <tr>
1790 <td>rot_set-0-rotfrom</td>
1791 <td class="code"><pre>u&#39;&#39;</pre></td>
1792 </tr>
1793
1794 <tr>
1795 <td>rot_set-1-rotisactive</td>
1796 <td class="code"><pre>u&#39;on&#39;</pre></td>
1797 </tr>
1798
1799 <tr>
1800 <td>rot_set-3-rottimemnt</td>
1801 <td class="code"><pre>u&#39;&#39;</pre></td>
1802 </tr>
1803
1804 <tr>
1805 <td>rot_set-2-rotto</td>
1806 <td class="code"><pre>u&#39;832&#39;</pre></td>
1807 </tr>
1808
1809 <tr>
1810 <td>rot_set-__prefix__-rotfrom</td>
1811 <td class="code"><pre>u&#39;&#39;</pre></td>
1812 </tr>
1813
1814 <tr>
1815 <td>rot_set-2-rottimemnt</td>
1816 <td class="code"><pre>u&#39;&#39;</pre></td>
1817 </tr>
1818
1819 <tr>
1820 <td>rot_set-1-rotkm</td>
1821 <td class="code"><pre>u&#39;&#39;</pre></td>
1822 </tr>
1823
1824 <tr>
1825 <td>rot_set-0-rotkm</td>
1826 <td class="code"><pre>u&#39;&#39;</pre></td>
1827 </tr>
1828
1829 <tr>
1830 <td>_save</td>
1831 <td class="code"><pre>u&#39;Save&#39;</pre></td>
1832 </tr>
1833
1834 <tr>
1835 <td>rot_set-__prefix__-rotto</td>
1836 <td class="code"><pre>u&#39;&#39;</pre></td>
1837 </tr>
1838
1839 <tr>
1840 <td>rot_set-0-rottimemnt</td>
1841 <td class="code"><pre>u&#39;&#39;</pre></td>
1842 </tr>
1843
1844 <tr>
1845 <td>rot_set-3-rotprice</td>
1846 <td class="code"><pre>u&#39;&#39;</pre></td>
1847 </tr>
1848
1849 <tr>
1850 <td>rot_set-2-rotlin</td>
1851 <td class="code"><pre>u&#39;40&#39;</pre></td>
1852 </tr>
1853
1854 <tr>
1855 <td>rot_set-0-rotisactive</td>
1856 <td class="code"><pre>u&#39;on&#39;</pre></td>
1857 </tr>
1858
1859 <tr>
1860 <td>rot_set-__prefix__-rotisactive</td>
1861 <td class="code"><pre>u&#39;on&#39;</pre></td>
1862 </tr>
1863
1864 <tr>
1865 <td>rot_set-4-rotisactive</td>
1866 <td class="code"><pre>u&#39;on&#39;</pre></td>
1867 </tr>
1868
1869 <tr>
1870 <td>rot_set-__prefix__-rotkm</td>
1871 <td class="code"><pre>u&#39;&#39;</pre></td>
1872 </tr>
1873
1874 <tr>
1875 <td>csrfmiddlewaretoken</td>
1876 <td class="code"><pre>u&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;</pre></td>
1877 </tr>
1878
1879 <tr>
1880 <td>rot_set-3-rotfrom</td>
1881 <td class="code"><pre>u&#39;832&#39;</pre></td>
1882 </tr>
1883
1884 <tr>
1885 <td>rot_set-0-rotto</td>
1886 <td class="code"><pre>u&#39;828&#39;</pre></td>
1887 </tr>
1888
1889 <tr>
1890 <td>linbsn</td>
1891 <td class="code"><pre>u&#39;867&#39;</pre></td>
1892 </tr>
1893
1894 <tr>
1895 <td>rot_set-__prefix__-rotlin</td>
1896 <td class="code"><pre>u&#39;40&#39;</pre></td>
1897 </tr>
1898
1899 <tr>
1900 <td>rot_set-4-rottimemnt</td>
1901 <td class="code"><pre>u&#39;&#39;</pre></td>
1902 </tr>
1903
1904 <tr>
1905 <td>rot_set-2-rotisactive</td>
1906 <td class="code"><pre>u&#39;on&#39;</pre></td>
1907 </tr>
1908
1909 <tr>
1910 <td>rot_set-2-rotfrom</td>
1911 <td class="code"><pre>u&#39;829&#39;</pre></td>
1912 </tr>
1913
1914 <tr>
1915 <td>rot_set-4-rotkm</td>
1916 <td class="code"><pre>u&#39;&#39;</pre></td>
1917 </tr>
1918
1919 <tr>
1920 <td>rot_set-4-rotto</td>
1921 <td class="code"><pre>u&#39;831&#39;</pre></td>
1922 </tr>
1923
1924 <tr>
1925 <td>rot_set-INITIAL_FORMS</td>
1926 <td class="code"><pre>u&#39;5&#39;</pre></td>
1927 </tr>
1928
1929 <tr>
1930 <td>rot_set-1-rotprice</td>
1931 <td class="code"><pre>u&#39;&#39;</pre></td>
1932 </tr>
1933
1934 <tr>
1935 <td>rot_set-3-rotlin</td>
1936 <td class="code"><pre>u&#39;40&#39;</pre></td>
1937 </tr>
1938
1939 <tr>
1940 <td>rot_set-4-rotprice</td>
1941 <td class="code"><pre>u&#39;&#39;</pre></td>
1942 </tr>
1943
1944 <tr>
1945 <td>rot_set-0-rotprice</td>
1946 <td class="code"><pre>u&#39;&#39;</pre></td>
1947 </tr>
1948
1949 <tr>
1950 <td>rot_set-__prefix__-rottimemnt</td>
1951 <td class="code"><pre>u&#39;&#39;</pre></td>
1952 </tr>
1953
1954 <tr>
1955 <td>rot_set-4-rotfrom</td>
1956 <td class="code"><pre>u&#39;830&#39;</pre></td>
1957 </tr>
1958
1959 <tr>
1960 <td>rot_set-3-rotkm</td>
1961 <td class="code"><pre>u&#39;&#39;</pre></td>
1962 </tr>
1963
1964 <tr>
1965 <td>rot_set-TOTAL_FORMS</td>
1966 <td class="code"><pre>u&#39;5&#39;</pre></td>
1967 </tr>
1968
1969 <tr>
1970 <td>rot_set-3-rotisactive</td>
1971 <td class="code"><pre>u&#39;on&#39;</pre></td>
1972 </tr>
1973
1974 <tr>
1975 <td>rot_set-1-rottimemnt</td>
1976 <td class="code"><pre>u&#39;&#39;</pre></td>
1977 </tr>
1978
1979 <tr>
1980 <td>rot_set-1-rotfrom</td>
1981 <td class="code"><pre>u&#39;828&#39;</pre></td>
1982 </tr>
1983
1984 <tr>
1985 <td>rot_set-2-rotprice</td>
1986 <td class="code"><pre>u&#39;&#39;</pre></td>
1987 </tr>
1988
1989 <tr>
1990 <td>rot_set-3-rotto</td>
1991 <td class="code"><pre>u&#39;830&#39;</pre></td>
1992 </tr>
1993
1994 <tr>
1995 <td>rot_set-1-rotlin</td>
1996 <td class="code"><pre>u&#39;40&#39;</pre></td>
1997 </tr>
1998
1999 <tr>
2000 <td>rot_set-4-rotlin</td>
2001 <td class="code"><pre>u&#39;40&#39;</pre></td>
2002 </tr>
2003
2004 </tbody>
2005 </table>
2006
2007 <h3 id="files-info">FILES</h3>
2008
2009 <p>No FILES data</p>
2010
2011
2012
2013 <h3 id="cookie-info">COOKIES</h3>
2014
2015 <table class="req">
2016 <thead>
2017 <tr>
2018 <th>Variable</th>
2019 <th>Value</th>
2020 </tr>
2021 </thead>
2022 <tbody>
2023
2024 <tr>
2025 <td>csrftoken</td>
2026 <td class="code"><pre>&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;</pre></td>
2027 </tr>
2028
2029 <tr>
2030 <td>sessionid</td>
2031 <td class="code"><pre>&#39;b294a764b7bad938401f98691c0d8d3d&#39;</pre></td>
2032 </tr>
2033
2034 </tbody>
2035 </table>
2036
2037
2038 <h3 id="meta-info">META</h3>
2039 <table class="req">
2040 <thead>
2041 <tr>
2042 <th>Variable</th>
2043 <th>Value</th>
2044 </tr>
2045 </thead>
2046 <tbody>
2047
2048 <tr>
2049 <td>TMP</td>
2050 <td class="code"><pre>&#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;</pre></td>
2051 </tr>
2052
2053 <tr>
2054 <td>PYTHONIOENCODING</td>
2055 <td class="code"><pre>&#39;UTF-8&#39;</pre></td>
2056 </tr>
2057
2058 <tr>
2059 <td>COMPUTERNAME</td>
2060 <td class="code"><pre>&#39;ADAMPAHLEVID59C&#39;</pre></td>
2061 </tr>
2062
2063 <tr>
2064 <td>wsgi.multiprocess</td>
2065 <td class="code"><pre>False</pre></td>
2066 </tr>
2067
2068 <tr>
2069 <td>VS110COMNTOOLS</td>
2070 <td class="code"><pre>&#39;C:\\Program Files (x86)\\Microsoft Visual Studio 11.0\\Common7\\Tools\\&#39;</pre></td>
2071 </tr>
2072
2073 <tr>
2074 <td>HTTP_REFERER</td>
2075 <td class="code"><pre>&#39;http://127.0.0.1:8000/admin/levi/lin/40/&#39;</pre></td>
2076 </tr>
2077
2078 <tr>
2079 <td>USERDOMAIN</td>
2080 <td class="code"><pre>&#39;ADAMPAHLEVID59C&#39;</pre></td>
2081 </tr>
2082
2083 <tr>
2084 <td>SERVER_PROTOCOL</td>
2085 <td class="code"><pre>&#39;HTTP/1.1&#39;</pre></td>
2086 </tr>
2087
2088 <tr>
2089 <td>SERVER_SOFTWARE</td>
2090 <td class="code"><pre>&#39;WSGIServer/0.1 Python/2.7.2&#39;</pre></td>
2091 </tr>
2092
2093 <tr>
2094 <td>PSMODULEPATH</td>
2095 <td class="code"><pre>&#39;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\PowerShell\\Modules\\&#39;</pre></td>
2096 </tr>
2097
2098 <tr>
2099 <td>SCRIPT_NAME</td>
2100 <td class="code"><pre>u&#39;&#39;</pre></td>
2101 </tr>
2102
2103 <tr>
2104 <td>COMMONPROGRAMFILES</td>
2105 <td class="code"><pre>&#39;C:\\Program Files (x86)\\Common Files&#39;</pre></td>
2106 </tr>
2107
2108 <tr>
2109 <td>PROCESSOR_IDENTIFIER</td>
2110 <td class="code"><pre>&#39;Intel64 Family 6 Model 58 Stepping 9, GenuineIntel&#39;</pre></td>
2111 </tr>
2112
2113 <tr>
2114 <td>REQUEST_METHOD</td>
2115 <td class="code"><pre>&#39;POST&#39;</pre></td>
2116 </tr>
2117
2118 <tr>
2119 <td>PROGRAMFILES</td>
2120 <td class="code"><pre>&#39;C:\\Program Files (x86)&#39;</pre></td>
2121 </tr>
2122
2123 <tr>
2124 <td>PROCESSOR_REVISION</td>
2125 <td class="code"><pre>&#39;3a09&#39;</pre></td>
2126 </tr>
2127
2128 <tr>
2129 <td>SYSTEMROOT</td>
2130 <td class="code"><pre>&#39;C:\\Windows&#39;</pre></td>
2131 </tr>
2132
2133 <tr>
2134 <td>QUERY_STRING</td>
2135 <td class="code"><pre>&#39;&#39;</pre></td>
2136 </tr>
2137
2138 <tr>
2139 <td>PATH</td>
2140 <td class="code"><pre>&#39;C:\\Program Files (x86)\\JetBrains\\PyCharm 2.7.3\\bin\\..\\.\\bin;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Python32\\;C:\\Python32\\Scripts;C:\\Program Files (x86)\\Parallels\\Parallels Tools\\Applications;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Python33;C:\\Python33\\Scripts;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\110\\DTS\\Binn\\;C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Users\\adampahlevi\\AppData\\Roaming\\Python\\Scripts;c:\\program files (x86)\\jetbrains\\pycharm 2.7.3\\jre\\jre\\bin&#39;</pre></td>
2141 </tr>
2142
2143 <tr>
2144 <td>PYTHONUNBUFFERED</td>
2145 <td class="code"><pre>&#39;1&#39;</pre></td>
2146 </tr>
2147
2148 <tr>
2149 <td>PROGRAMFILES(X86)</td>
2150 <td class="code"><pre>&#39;C:\\Program Files (x86)&#39;</pre></td>
2151 </tr>
2152
2153 <tr>
2154 <td>RUN_MAIN</td>
2155 <td class="code"><pre>&#39;true&#39;</pre></td>
2156 </tr>
2157
2158 <tr>
2159 <td>CONTENT_LENGTH</td>
2160 <td class="code"><pre>&#39;5296&#39;</pre></td>
2161 </tr>
2162
2163 <tr>
2164 <td>HTTP_USER_AGENT</td>
2165 <td class="code"><pre>&#39;Mozilla/5.0 (Windows NT 6.2; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0&#39;</pre></td>
2166 </tr>
2167
2168 <tr>
2169 <td>DJANGO_SETTINGS_MODULE</td>
2170 <td class="code"><pre>&#39;levipy.settings&#39;</pre></td>
2171 </tr>
2172
2173 <tr>
2174 <td>HTTP_COOKIE</td>
2175 <td class="code"><pre>&#39;csrftoken=C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd; sessionid=b294a764b7bad938401f98691c0d8d3d&#39;</pre></td>
2176 </tr>
2177
2178 <tr>
2179 <td>TEMP</td>
2180 <td class="code"><pre>&#39;C:\\Users\\ADAMPA~1\\AppData\\Local\\Temp&#39;</pre></td>
2181 </tr>
2182
2183 <tr>
2184 <td>REMOTE_ADDR</td>
2185 <td class="code"><pre>&#39;127.0.0.1&#39;</pre></td>
2186 </tr>
2187
2188 <tr>
2189 <td>COMMONPROGRAMFILES(X86)</td>
2190 <td class="code"><pre>&#39;C:\\Program Files (x86)\\Common Files&#39;</pre></td>
2191 </tr>
2192
2193 <tr>
2194 <td>PROCESSOR_ARCHITECTURE</td>
2195 <td class="code"><pre>&#39;x86&#39;</pre></td>
2196 </tr>
2197
2198 <tr>
2199 <td>wsgi.url_scheme</td>
2200 <td class="code"><pre>&#39;http&#39;</pre></td>
2201 </tr>
2202
2203 <tr>
2204 <td>ALLUSERSPROFILE</td>
2205 <td class="code"><pre>&#39;C:\\ProgramData&#39;</pre></td>
2206 </tr>
2207
2208 <tr>
2209 <td>SERVER_PORT</td>
2210 <td class="code"><pre>&#39;8000&#39;</pre></td>
2211 </tr>
2212
2213 <tr>
2214 <td>LOCALAPPDATA</td>
2215 <td class="code"><pre>&#39;C:\\Users\\adampahlevi\\AppData\\Local&#39;</pre></td>
2216 </tr>
2217
2218 <tr>
2219 <td>HOMEPATH</td>
2220 <td class="code"><pre>&#39;\\Users\\adampahlevi&#39;</pre></td>
2221 </tr>
2222
2223 <tr>
2224 <td>USERDOMAIN_ROAMINGPROFILE</td>
2225 <td class="code"><pre>&#39;ADAMPAHLEVID59C&#39;</pre></td>
2226 </tr>
2227
2228 <tr>
2229 <td>PROGRAMW6432</td>
2230 <td class="code"><pre>&#39;C:\\Program Files&#39;</pre></td>
2231 </tr>
2232
2233 <tr>
2234 <td>USERNAME</td>
2235 <td class="code"><pre>&#39;adampahlevi&#39;</pre></td>
2236 </tr>
2237
2238 <tr>
2239 <td>HTTP_ACCEPT</td>
2240 <td class="code"><pre>&#39;text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8&#39;</pre></td>
2241 </tr>
2242
2243 <tr>
2244 <td>LOGONSERVER</td>
2245 <td class="code"><pre>&#39;\\\\ADAMPAHLEVID59C&#39;</pre></td>
2246 </tr>
2247
2248 <tr>
2249 <td>COMSPEC</td>
2250 <td class="code"><pre>&#39;C:\\Windows\\system32\\cmd.exe&#39;</pre></td>
2251 </tr>
2252
2253 <tr>
2254 <td>PROGRAMDATA</td>
2255 <td class="code"><pre>&#39;C:\\ProgramData&#39;</pre></td>
2256 </tr>
2257
2258 <tr>
2259 <td>PYTHONPATH</td>
2260 <td class="code"><pre>&#39;Z:\\Documents\\prolog\\django\\levipy&#39;</pre></td>
2261 </tr>
2262
2263 <tr>
2264 <td>wsgi.multithread</td>
2265 <td class="code"><pre>True</pre></td>
2266 </tr>
2267
2268 <tr>
2269 <td>CSRF_COOKIE</td>
2270 <td class="code"><pre>&#39;C1bnq2wPEegI1SQGg2fGYvUm7lfoQiLd&#39;</pre></td>
2271 </tr>
2272
2273 <tr>
2274 <td>wsgi.input</td>
2275 <td class="code"><pre>&lt;socket._fileobject object at 0x02FE8B30&gt;</pre></td>
2276 </tr>
2277
2278 <tr>
2279 <td>HTTP_CONNECTION</td>
2280 <td class="code"><pre>&#39;keep-alive&#39;</pre></td>
2281 </tr>
2282
2283 <tr>
2284 <td>HTTP_HOST</td>
2285 <td class="code"><pre>&#39;127.0.0.1:8000&#39;</pre></td>
2286 </tr>
2287
2288 <tr>
2289 <td>SESSIONNAME</td>
2290 <td class="code"><pre>&#39;Console&#39;</pre></td>
2291 </tr>
2292
2293 <tr>
2294 <td>PATHEXT</td>
2295 <td class="code"><pre>&#39;.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.py;.pyw&#39;</pre></td>
2296 </tr>
2297
2298 <tr>
2299 <td>PATH_INFO</td>
2300 <td class="code"><pre>u&#39;/admin/levi/lin/40/&#39;</pre></td>
2301 </tr>
2302
2303 <tr>
2304 <td>FP_NO_HOST_CHECK</td>
2305 <td class="code"><pre>&#39;NO&#39;</pre></td>
2306 </tr>
2307
2308 <tr>
2309 <td>WINDIR</td>
2310 <td class="code"><pre>&#39;C:\\Windows&#39;</pre></td>
2311 </tr>
2312
2313 <tr>
2314 <td>wsgi.file_wrapper</td>
2315 <td class="code"><pre>&#39;&#39;</pre></td>
2316 </tr>
2317
2318 <tr>
2319 <td>HTTP_ACCEPT_ENCODING</td>
2320 <td class="code"><pre>&#39;gzip, deflate&#39;</pre></td>
2321 </tr>
2322
2323 <tr>
2324 <td>wsgi.version</td>
2325 <td class="code"><pre>(1, 0)</pre></td>
2326 </tr>
2327
2328 <tr>
2329 <td>HOMEDRIVE</td>
2330 <td class="code"><pre>&#39;C:&#39;</pre></td>
2331 </tr>
2332
2333 <tr>
2334 <td>APPDATA</td>
2335 <td class="code"><pre>&#39;C:\\Users\\adampahlevi\\AppData\\Roaming&#39;</pre></td>
2336 </tr>
2337
2338 <tr>
2339 <td>SERVER_NAME</td>
2340 <td class="code"><pre>&#39;ADAMPAHLEVID59C&#39;</pre></td>
2341 </tr>
2342
2343 <tr>
2344 <td>wsgi.run_once</td>
2345 <td class="code"><pre>False</pre></td>
2346 </tr>
2347
2348 <tr>
2349 <td>REMOTE_HOST</td>
2350 <td class="code"><pre>&#39;&#39;</pre></td>
2351 </tr>
2352
2353 <tr>
2354 <td>SYSTEMDRIVE</td>
2355 <td class="code"><pre>&#39;C:&#39;</pre></td>
2356 </tr>
2357
2358 <tr>
2359 <td>GATEWAY_INTERFACE</td>
2360 <td class="code"><pre>&#39;CGI/1.1&#39;</pre></td>
2361 </tr>
2362
2363 <tr>
2364 <td>HTTP_ACCEPT_LANGUAGE</td>
2365 <td class="code"><pre>&#39;en-US,en;q=0.5&#39;</pre></td>
2366 </tr>
2367
2368 <tr>
2369 <td>PYCHARM_HOSTED</td>
2370 <td class="code"><pre>&#39;1&#39;</pre></td>
2371 </tr>
2372
2373 <tr>
2374 <td>NUMBER_OF_PROCESSORS</td>
2375 <td class="code"><pre>&#39;1&#39;</pre></td>
2376 </tr>
2377
2378 <tr>
2379 <td>PROCESSOR_LEVEL</td>
2380 <td class="code"><pre>&#39;6&#39;</pre></td>
2381 </tr>
2382
2383 <tr>
2384 <td>CONTENT_TYPE</td>
2385 <td class="code"><pre>&#39;multipart/form-data; boundary=---------------------------3001650601650&#39;</pre></td>
2386 </tr>
2387
2388 <tr>
2389 <td>PROCESSOR_ARCHITEW6432</td>
2390 <td class="code"><pre>&#39;AMD64&#39;</pre></td>
2391 </tr>
2392
2393 <tr>
2394 <td>wsgi.errors</td>
2395 <td class="code"><pre>&lt;open file &#39;&lt;stderr&gt;&#39;, mode &#39;w&#39; at 0x01E250D0&gt;</pre></td>
2396 </tr>
2397
2398 <tr>
2399 <td>COMMONPROGRAMW6432</td>
2400 <td class="code"><pre>&#39;C:\\Program Files\\Common Files&#39;</pre></td>
2401 </tr>
2402
2403 <tr>
2404 <td>OS</td>
2405 <td class="code"><pre>&#39;Windows_NT&#39;</pre></td>
2406 </tr>
2407
2408 <tr>
2409 <td>PUBLIC</td>
2410 <td class="code"><pre>&#39;C:\\Users\\Public&#39;</pre></td>
2411 </tr>
2412
2413 <tr>
2414 <td>USERPROFILE</td>
2415 <td class="code"><pre>&#39;C:\\Users\\adampahlevi&#39;</pre></td>
2416 </tr>
2417
2418 </tbody>
2419 </table>
2420
2421
2422 <h3 id="settings-info">Settings</h3>
2423 <h4>Using settings module <code>levipy.settings</code></h4>
2424 <table class="req">
2425 <thead>
2426 <tr>
2427 <th>Setting</th>
2428 <th>Value</th>
2429 </tr>
2430 </thead>
2431 <tbody>
2432
2433 <tr>
2434 <td>USE_L10N</td>
2435 <td class="code"><pre>True</pre></td>
2436 </tr>
2437
2438 <tr>
2439 <td>USE_THOUSAND_SEPARATOR</td>
2440 <td class="code"><pre>False</pre></td>
2441 </tr>
2442
2443 <tr>
2444 <td>CSRF_COOKIE_SECURE</td>
2445 <td class="code"><pre>False</pre></td>
2446 </tr>
2447
2448 <tr>
2449 <td>LANGUAGE_CODE</td>
2450 <td class="code"><pre>&#39;en-us&#39;</pre></td>
2451 </tr>
2452
2453 <tr>
2454 <td>ROOT_URLCONF</td>
2455 <td class="code"><pre>&#39;levipy.urls&#39;</pre></td>
2456 </tr>
2457
2458 <tr>
2459 <td>MANAGERS</td>
2460 <td class="code"><pre>()</pre></td>
2461 </tr>
2462
2463 <tr>
2464 <td>DEFAULT_CHARSET</td>
2465 <td class="code"><pre>&#39;utf-8&#39;</pre></td>
2466 </tr>
2467
2468 <tr>
2469 <td>STATIC_ROOT</td>
2470 <td class="code"><pre>&#39;&#39;</pre></td>
2471 </tr>
2472
2473 <tr>
2474 <td>MESSAGE_STORAGE</td>
2475 <td class="code"><pre>&#39;django.contrib.messages.storage.fallback.FallbackStorage&#39;</pre></td>
2476 </tr>
2477
2478 <tr>
2479 <td>EMAIL_SUBJECT_PREFIX</td>
2480 <td class="code"><pre>&#39;[Django] &#39;</pre></td>
2481 </tr>
2482
2483 <tr>
2484 <td>FILE_UPLOAD_PERMISSIONS</td>
2485 <td class="code"><pre>None</pre></td>
2486 </tr>
2487
2488 <tr>
2489 <td>URL_VALIDATOR_USER_AGENT</td>
2490 <td class="code"><pre>&#39;Django/1.4.2 (https://www.djangoproject.com)&#39;</pre></td>
2491 </tr>
2492
2493 <tr>
2494 <td>STATICFILES_FINDERS</td>
2495 <td class="code"><pre>(&#39;django.contrib.staticfiles.finders.FileSystemFinder&#39;,
2496 &#39;django.contrib.staticfiles.finders.AppDirectoriesFinder&#39;)</pre></td>
2497 </tr>
2498
2499 <tr>
2500 <td>SESSION_COOKIE_DOMAIN</td>
2501 <td class="code"><pre>None</pre></td>
2502 </tr>
2503
2504 <tr>
2505 <td>SESSION_COOKIE_NAME</td>
2506 <td class="code"><pre>&#39;sessionid&#39;</pre></td>
2507 </tr>
2508
2509 <tr>
2510 <td>ADMIN_FOR</td>
2511 <td class="code"><pre>()</pre></td>
2512 </tr>
2513
2514 <tr>
2515 <td>TIME_INPUT_FORMATS</td>
2516 <td class="code"><pre>(&#39;%H:%M:%S&#39;, &#39;%H:%M&#39;)</pre></td>
2517 </tr>
2518
2519 <tr>
2520 <td>DATABASES</td>
2521 <td class="code"><pre>{&#39;default&#39;: {&#39;ENGINE&#39;: &#39;django.db.backends.mysql&#39;,
2522 &#39;HOST&#39;: &#39;&#39;,
2523 &#39;NAME&#39;: &#39;levi&#39;,
2524 &#39;OPTIONS&#39;: {},
2525 &#39;PASSWORD&#39;: u&#39;********************&#39;,
2526 &#39;PORT&#39;: &#39;&#39;,
2527 &#39;TEST_CHARSET&#39;: None,
2528 &#39;TEST_COLLATION&#39;: None,
2529 &#39;TEST_MIRROR&#39;: None,
2530 &#39;TEST_NAME&#39;: None,
2531 &#39;TIME_ZONE&#39;: &#39;UTC&#39;,
2532 &#39;USER&#39;: &#39;root&#39;}}</pre></td>
2533 </tr>
2534
2535 <tr>
2536 <td>SERVER_EMAIL</td>
2537 <td class="code"><pre>&#39;root@localhost&#39;</pre></td>
2538 </tr>
2539
2540 <tr>
2541 <td>FILE_UPLOAD_HANDLERS</td>
2542 <td class="code"><pre>(&#39;django.core.files.uploadhandler.MemoryFileUploadHandler&#39;,
2543 &#39;django.core.files.uploadhandler.TemporaryFileUploadHandler&#39;)</pre></td>
2544 </tr>
2545
2546 <tr>
2547 <td>DEFAULT_CONTENT_TYPE</td>
2548 <td class="code"><pre>&#39;text/html&#39;</pre></td>
2549 </tr>
2550
2551 <tr>
2552 <td>APPEND_SLASH</td>
2553 <td class="code"><pre>True</pre></td>
2554 </tr>
2555
2556 <tr>
2557 <td>FIRST_DAY_OF_WEEK</td>
2558 <td class="code"><pre>0</pre></td>
2559 </tr>
2560
2561 <tr>
2562 <td>DATABASE_ROUTERS</td>
2563 <td class="code"><pre>[]</pre></td>
2564 </tr>
2565
2566 <tr>
2567 <td>YEAR_MONTH_FORMAT</td>
2568 <td class="code"><pre>&#39;F Y&#39;</pre></td>
2569 </tr>
2570
2571 <tr>
2572 <td>STATICFILES_STORAGE</td>
2573 <td class="code"><pre>&#39;django.contrib.staticfiles.storage.StaticFilesStorage&#39;</pre></td>
2574 </tr>
2575
2576 <tr>
2577 <td>CACHES</td>
2578 <td class="code"><pre>{&#39;default&#39;: {&#39;BACKEND&#39;: &#39;django.core.cache.backends.locmem.LocMemCache&#39;,
2579 &#39;LOCATION&#39;: &#39;&#39;}}</pre></td>
2580 </tr>
2581
2582 <tr>
2583 <td>SESSION_COOKIE_PATH</td>
2584 <td class="code"><pre>&#39;/&#39;</pre></td>
2585 </tr>
2586
2587 <tr>
2588 <td>USE_X_FORWARDED_HOST</td>
2589 <td class="code"><pre>False</pre></td>
2590 </tr>
2591
2592 <tr>
2593 <td>MIDDLEWARE_CLASSES</td>
2594 <td class="code"><pre>(&#39;django.middleware.common.CommonMiddleware&#39;,
2595 &#39;django.contrib.sessions.middleware.SessionMiddleware&#39;,
2596 &#39;django.middleware.csrf.CsrfViewMiddleware&#39;,
2597 &#39;django.contrib.auth.middleware.AuthenticationMiddleware&#39;,
2598 &#39;django.contrib.messages.middleware.MessageMiddleware&#39;)</pre></td>
2599 </tr>
2600
2601 <tr>
2602 <td>USE_I18N</td>
2603 <td class="code"><pre>True</pre></td>
2604 </tr>
2605
2606 <tr>
2607 <td>THOUSAND_SEPARATOR</td>
2608 <td class="code"><pre>&#39;,&#39;</pre></td>
2609 </tr>
2610
2611 <tr>
2612 <td>SECRET_KEY</td>
2613 <td class="code"><pre>u&#39;********************&#39;</pre></td>
2614 </tr>
2615
2616 <tr>
2617 <td>LANGUAGE_COOKIE_NAME</td>
2618 <td class="code"><pre>&#39;django_language&#39;</pre></td>
2619 </tr>
2620
2621 <tr>
2622 <td>DEFAULT_INDEX_TABLESPACE</td>
2623 <td class="code"><pre>&#39;&#39;</pre></td>
2624 </tr>
2625
2626 <tr>
2627 <td>TRANSACTIONS_MANAGED</td>
2628 <td class="code"><pre>False</pre></td>
2629 </tr>
2630
2631 <tr>
2632 <td>LOGGING_CONFIG</td>
2633 <td class="code"><pre>&#39;django.utils.log.dictConfig&#39;</pre></td>
2634 </tr>
2635
2636 <tr>
2637 <td>SEND_BROKEN_LINK_EMAILS</td>
2638 <td class="code"><pre>False</pre></td>
2639 </tr>
2640
2641 <tr>
2642 <td>TEMPLATE_LOADERS</td>
2643 <td class="code"><pre>(&#39;django.template.loaders.filesystem.Loader&#39;,
2644 &#39;django.template.loaders.app_directories.Loader&#39;)</pre></td>
2645 </tr>
2646
2647 <tr>
2648 <td>WSGI_APPLICATION</td>
2649 <td class="code"><pre>&#39;levipy.wsgi.application&#39;</pre></td>
2650 </tr>
2651
2652 <tr>
2653 <td>TEMPLATE_DEBUG</td>
2654 <td class="code"><pre>True</pre></td>
2655 </tr>
2656
2657 <tr>
2658 <td>X_FRAME_OPTIONS</td>
2659 <td class="code"><pre>&#39;SAMEORIGIN&#39;</pre></td>
2660 </tr>
2661
2662 <tr>
2663 <td>AUTHENTICATION_BACKENDS</td>
2664 <td class="code"><pre>(&#39;django.contrib.auth.backends.ModelBackend&#39;,)</pre></td>
2665 </tr>
2666
2667 <tr>
2668 <td>FORCE_SCRIPT_NAME</td>
2669 <td class="code"><pre>None</pre></td>
2670 </tr>
2671
2672 <tr>
2673 <td>CACHE_BACKEND</td>
2674 <td class="code"><pre>&#39;locmem://&#39;</pre></td>
2675 </tr>
2676
2677 <tr>
2678 <td>SIGNING_BACKEND</td>
2679 <td class="code"><pre>&#39;django.core.signing.TimestampSigner&#39;</pre></td>
2680 </tr>
2681
2682 <tr>
2683 <td>SESSION_COOKIE_SECURE</td>
2684 <td class="code"><pre>False</pre></td>
2685 </tr>
2686
2687 <tr>
2688 <td>CSRF_COOKIE_DOMAIN</td>
2689 <td class="code"><pre>None</pre></td>
2690 </tr>
2691
2692 <tr>
2693 <td>FILE_CHARSET</td>
2694 <td class="code"><pre>&#39;utf-8&#39;</pre></td>
2695 </tr>
2696
2697 <tr>
2698 <td>DEBUG</td>
2699 <td class="code"><pre>True</pre></td>
2700 </tr>
2701
2702 <tr>
2703 <td>SESSION_FILE_PATH</td>
2704 <td class="code"><pre>None</pre></td>
2705 </tr>
2706
2707 <tr>
2708 <td>DEFAULT_FILE_STORAGE</td>
2709 <td class="code"><pre>&#39;django.core.files.storage.FileSystemStorage&#39;</pre></td>
2710 </tr>
2711
2712 <tr>
2713 <td>INSTALLED_APPS</td>
2714 <td class="code"><pre>(&#39;django.contrib.auth&#39;,
2715 &#39;django.contrib.contenttypes&#39;,
2716 &#39;django.contrib.sessions&#39;,
2717 &#39;django.contrib.sites&#39;,
2718 &#39;django.contrib.messages&#39;,
2719 &#39;django.contrib.staticfiles&#39;,
2720 &#39;django.contrib.admin&#39;,
2721 &#39;levi&#39;)</pre></td>
2722 </tr>
2723
2724 <tr>
2725 <td>LANGUAGES</td>
2726 <td class="code"><pre>((&#39;ar&#39;, &#39;Arabic&#39;),
2727 (&#39;az&#39;, &#39;Azerbaijani&#39;),
2728 (&#39;bg&#39;, &#39;Bulgarian&#39;),
2729 (&#39;bn&#39;, &#39;Bengali&#39;),
2730 (&#39;bs&#39;, &#39;Bosnian&#39;),
2731 (&#39;ca&#39;, &#39;Catalan&#39;),
2732 (&#39;cs&#39;, &#39;Czech&#39;),
2733 (&#39;cy&#39;, &#39;Welsh&#39;),
2734 (&#39;da&#39;, &#39;Danish&#39;),
2735 (&#39;de&#39;, &#39;German&#39;),
2736 (&#39;el&#39;, &#39;Greek&#39;),
2737 (&#39;en&#39;, &#39;English&#39;),
2738 (&#39;en-gb&#39;, &#39;British English&#39;),
2739 (&#39;eo&#39;, &#39;Esperanto&#39;),
2740 (&#39;es&#39;, &#39;Spanish&#39;),
2741 (&#39;es-ar&#39;, &#39;Argentinian Spanish&#39;),
2742 (&#39;es-mx&#39;, &#39;Mexican Spanish&#39;),
2743 (&#39;es-ni&#39;, &#39;Nicaraguan Spanish&#39;),
2744 (&#39;et&#39;, &#39;Estonian&#39;),
2745 (&#39;eu&#39;, &#39;Basque&#39;),
2746 (&#39;fa&#39;, &#39;Persian&#39;),
2747 (&#39;fi&#39;, &#39;Finnish&#39;),
2748 (&#39;fr&#39;, &#39;French&#39;),
2749 (&#39;fy-nl&#39;, &#39;Frisian&#39;),
2750 (&#39;ga&#39;, &#39;Irish&#39;),
2751 (&#39;gl&#39;, &#39;Galician&#39;),
2752 (&#39;he&#39;, &#39;Hebrew&#39;),
2753 (&#39;hi&#39;, &#39;Hindi&#39;),
2754 (&#39;hr&#39;, &#39;Croatian&#39;),
2755 (&#39;hu&#39;, &#39;Hungarian&#39;),
2756 (&#39;id&#39;, &#39;Indonesian&#39;),
2757 (&#39;is&#39;, &#39;Icelandic&#39;),
2758 (&#39;it&#39;, &#39;Italian&#39;),
2759 (&#39;ja&#39;, &#39;Japanese&#39;),
2760 (&#39;ka&#39;, &#39;Georgian&#39;),
2761 (&#39;kk&#39;, &#39;Kazakh&#39;),
2762 (&#39;km&#39;, &#39;Khmer&#39;),
2763 (&#39;kn&#39;, &#39;Kannada&#39;),
2764 (&#39;ko&#39;, &#39;Korean&#39;),
2765 (&#39;lt&#39;, &#39;Lithuanian&#39;),
2766 (&#39;lv&#39;, &#39;Latvian&#39;),
2767 (&#39;mk&#39;, &#39;Macedonian&#39;),
2768 (&#39;ml&#39;, &#39;Malayalam&#39;),
2769 (&#39;mn&#39;, &#39;Mongolian&#39;),
2770 (&#39;nb&#39;, &#39;Norwegian Bokmal&#39;),
2771 (&#39;ne&#39;, &#39;Nepali&#39;),
2772 (&#39;nl&#39;, &#39;Dutch&#39;),
2773 (&#39;nn&#39;, &#39;Norwegian Nynorsk&#39;),
2774 (&#39;pa&#39;, &#39;Punjabi&#39;),
2775 (&#39;pl&#39;, &#39;Polish&#39;),
2776 (&#39;pt&#39;, &#39;Portuguese&#39;),
2777 (&#39;pt-br&#39;, &#39;Brazilian Portuguese&#39;),
2778 (&#39;ro&#39;, &#39;Romanian&#39;),
2779 (&#39;ru&#39;, &#39;Russian&#39;),
2780 (&#39;sk&#39;, &#39;Slovak&#39;),
2781 (&#39;sl&#39;, &#39;Slovenian&#39;),
2782 (&#39;sq&#39;, &#39;Albanian&#39;),
2783 (&#39;sr&#39;, &#39;Serbian&#39;),
2784 (&#39;sr-latn&#39;, &#39;Serbian Latin&#39;),
2785 (&#39;sv&#39;, &#39;Swedish&#39;),
2786 (&#39;sw&#39;, &#39;Swahili&#39;),
2787 (&#39;ta&#39;, &#39;Tamil&#39;),
2788 (&#39;te&#39;, &#39;Telugu&#39;),
2789 (&#39;th&#39;, &#39;Thai&#39;),
2790 (&#39;tr&#39;, &#39;Turkish&#39;),
2791 (&#39;tt&#39;, &#39;Tatar&#39;),
2792 (&#39;uk&#39;, &#39;Ukrainian&#39;),
2793 (&#39;ur&#39;, &#39;Urdu&#39;),
2794 (&#39;vi&#39;, &#39;Vietnamese&#39;),
2795 (&#39;zh-cn&#39;, &#39;Simplified Chinese&#39;),
2796 (&#39;zh-tw&#39;, &#39;Traditional Chinese&#39;))</pre></td>
2797 </tr>
2798
2799 <tr>
2800 <td>COMMENTS_ALLOW_PROFANITIES</td>
2801 <td class="code"><pre>False</pre></td>
2802 </tr>
2803
2804 <tr>
2805 <td>STATICFILES_DIRS</td>
2806 <td class="code"><pre>()</pre></td>
2807 </tr>
2808
2809 <tr>
2810 <td>PREPEND_WWW</td>
2811 <td class="code"><pre>False</pre></td>
2812 </tr>
2813
2814 <tr>
2815 <td>SECURE_PROXY_SSL_HEADER</td>
2816 <td class="code"><pre>None</pre></td>
2817 </tr>
2818
2819 <tr>
2820 <td>SESSION_COOKIE_HTTPONLY</td>
2821 <td class="code"><pre>True</pre></td>
2822 </tr>
2823
2824 <tr>
2825 <td>DEBUG_PROPAGATE_EXCEPTIONS</td>
2826 <td class="code"><pre>False</pre></td>
2827 </tr>
2828
2829 <tr>
2830 <td>MONTH_DAY_FORMAT</td>
2831 <td class="code"><pre>&#39;F j&#39;</pre></td>
2832 </tr>
2833
2834 <tr>
2835 <td>LOGIN_URL</td>
2836 <td class="code"><pre>&#39;/accounts/login/&#39;</pre></td>
2837 </tr>
2838
2839 <tr>
2840 <td>SESSION_EXPIRE_AT_BROWSER_CLOSE</td>
2841 <td class="code"><pre>False</pre></td>
2842 </tr>
2843
2844 <tr>
2845 <td>TIME_FORMAT</td>
2846 <td class="code"><pre>&#39;P&#39;</pre></td>
2847 </tr>
2848
2849 <tr>
2850 <td>DATE_INPUT_FORMATS</td>
2851 <td class="code"><pre>(&#39;%Y-%m-%d&#39;,
2852 &#39;%m/%d/%Y&#39;,
2853 &#39;%m/%d/%y&#39;,
2854 &#39;%b %d %Y&#39;,
2855 &#39;%b %d, %Y&#39;,
2856 &#39;%d %b %Y&#39;,
2857 &#39;%d %b, %Y&#39;,
2858 &#39;%B %d %Y&#39;,
2859 &#39;%B %d, %Y&#39;,
2860 &#39;%d %B %Y&#39;,
2861 &#39;%d %B, %Y&#39;)</pre></td>
2862 </tr>
2863
2864 <tr>
2865 <td>CSRF_COOKIE_NAME</td>
2866 <td class="code"><pre>&#39;csrftoken&#39;</pre></td>
2867 </tr>
2868
2869 <tr>
2870 <td>EMAIL_HOST_PASSWORD</td>
2871 <td class="code"><pre>u&#39;********************&#39;</pre></td>
2872 </tr>
2873
2874 <tr>
2875 <td>PASSWORD_RESET_TIMEOUT_DAYS</td>
2876 <td class="code"><pre>u&#39;********************&#39;</pre></td>
2877 </tr>
2878
2879 <tr>
2880 <td>CACHE_MIDDLEWARE_ALIAS</td>
2881 <td class="code"><pre>&#39;default&#39;</pre></td>
2882 </tr>
2883
2884 <tr>
2885 <td>SESSION_SAVE_EVERY_REQUEST</td>
2886 <td class="code"><pre>False</pre></td>
2887 </tr>
2888
2889 <tr>
2890 <td>NUMBER_GROUPING</td>
2891 <td class="code"><pre>0</pre></td>
2892 </tr>
2893
2894 <tr>
2895 <td>SESSION_ENGINE</td>
2896 <td class="code"><pre>&#39;django.contrib.sessions.backends.db&#39;</pre></td>
2897 </tr>
2898
2899 <tr>
2900 <td>CSRF_FAILURE_VIEW</td>
2901 <td class="code"><pre>&#39;django.views.csrf.csrf_failure&#39;</pre></td>
2902 </tr>
2903
2904 <tr>
2905 <td>CSRF_COOKIE_PATH</td>
2906 <td class="code"><pre>&#39;/&#39;</pre></td>
2907 </tr>
2908
2909 <tr>
2910 <td>LOGIN_REDIRECT_URL</td>
2911 <td class="code"><pre>&#39;/accounts/profile/&#39;</pre></td>
2912 </tr>
2913
2914 <tr>
2915 <td>LOGGING</td>
2916 <td class="code"><pre>{&#39;disable_existing_loggers&#39;: False,
2917 &#39;filters&#39;: {&#39;require_debug_false&#39;: {&#39;()&#39;: &#39;django.utils.log.RequireDebugFalse&#39;}},
2918 &#39;handlers&#39;: {&#39;mail_admins&#39;: {&#39;class&#39;: &#39;django.utils.log.AdminEmailHandler&#39;,
2919 &#39;filters&#39;: [&#39;require_debug_false&#39;],
2920 &#39;level&#39;: &#39;ERROR&#39;}},
2921 &#39;loggers&#39;: {&#39;django.request&#39;: {&#39;handlers&#39;: [&#39;mail_admins&#39;],
2922 &#39;level&#39;: &#39;ERROR&#39;,
2923 &#39;propagate&#39;: True}},
2924 &#39;version&#39;: 1}</pre></td>
2925 </tr>
2926
2927 <tr>
2928 <td>IGNORABLE_404_URLS</td>
2929 <td class="code"><pre>()</pre></td>
2930 </tr>
2931
2932 <tr>
2933 <td>LOCALE_PATHS</td>
2934 <td class="code"><pre>()</pre></td>
2935 </tr>
2936
2937 <tr>
2938 <td>TEMPLATE_STRING_IF_INVALID</td>
2939 <td class="code"><pre>&#39;&#39;</pre></td>
2940 </tr>
2941
2942 <tr>
2943 <td>LOGOUT_URL</td>
2944 <td class="code"><pre>&#39;/accounts/logout/&#39;</pre></td>
2945 </tr>
2946
2947 <tr>
2948 <td>EMAIL_USE_TLS</td>
2949 <td class="code"><pre>False</pre></td>
2950 </tr>
2951
2952 <tr>
2953 <td>FIXTURE_DIRS</td>
2954 <td class="code"><pre>()</pre></td>
2955 </tr>
2956
2957 <tr>
2958 <td>EMAIL_HOST</td>
2959 <td class="code"><pre>&#39;localhost&#39;</pre></td>
2960 </tr>
2961
2962 <tr>
2963 <td>DATE_FORMAT</td>
2964 <td class="code"><pre>&#39;N j, Y&#39;</pre></td>
2965 </tr>
2966
2967 <tr>
2968 <td>MEDIA_ROOT</td>
2969 <td class="code"><pre>&#39;&#39;</pre></td>
2970 </tr>
2971
2972 <tr>
2973 <td>DEFAULT_EXCEPTION_REPORTER_FILTER</td>
2974 <td class="code"><pre>&#39;django.views.debug.SafeExceptionReporterFilter&#39;</pre></td>
2975 </tr>
2976
2977 <tr>
2978 <td>ADMINS</td>
2979 <td class="code"><pre>()</pre></td>
2980 </tr>
2981
2982 <tr>
2983 <td>FORMAT_MODULE_PATH</td>
2984 <td class="code"><pre>None</pre></td>
2985 </tr>
2986
2987 <tr>
2988 <td>DEFAULT_FROM_EMAIL</td>
2989 <td class="code"><pre>&#39;webmaster@localhost&#39;</pre></td>
2990 </tr>
2991
2992 <tr>
2993 <td>MEDIA_URL</td>
2994 <td class="code"><pre>&#39;&#39;</pre></td>
2995 </tr>
2996
2997 <tr>
2998 <td>DATETIME_FORMAT</td>
2999 <td class="code"><pre>&#39;N j, Y, P&#39;</pre></td>
3000 </tr>
3001
3002 <tr>
3003 <td>TEMPLATE_DIRS</td>
3004 <td class="code"><pre>(&#39;Z:/Documents/prolog/django/levipy/levipy/../templates&#39;,)</pre></td>
3005 </tr>
3006
3007 <tr>
3008 <td>SITE_ID</td>
3009 <td class="code"><pre>1</pre></td>
3010 </tr>
3011
3012 <tr>
3013 <td>DISALLOWED_USER_AGENTS</td>
3014 <td class="code"><pre>()</pre></td>
3015 </tr>
3016
3017 <tr>
3018 <td>ALLOWED_INCLUDE_ROOTS</td>
3019 <td class="code"><pre>()</pre></td>
3020 </tr>
3021
3022 <tr>
3023 <td>DECIMAL_SEPARATOR</td>
3024 <td class="code"><pre>&#39;.&#39;</pre></td>
3025 </tr>
3026
3027 <tr>
3028 <td>SHORT_DATE_FORMAT</td>
3029 <td class="code"><pre>&#39;m/d/Y&#39;</pre></td>
3030 </tr>
3031
3032 <tr>
3033 <td>TEST_RUNNER</td>
3034 <td class="code"><pre>&#39;django.test.simple.DjangoTestSuiteRunner&#39;</pre></td>
3035 </tr>
3036
3037 <tr>
3038 <td>CACHE_MIDDLEWARE_KEY_PREFIX</td>
3039 <td class="code"><pre>u&#39;********************&#39;</pre></td>
3040 </tr>
3041
3042 <tr>
3043 <td>TIME_ZONE</td>
3044 <td class="code"><pre>&#39;America/Chicago&#39;</pre></td>
3045 </tr>
3046
3047 <tr>
3048 <td>FILE_UPLOAD_MAX_MEMORY_SIZE</td>
3049 <td class="code"><pre>2621440</pre></td>
3050 </tr>
3051
3052 <tr>
3053 <td>EMAIL_BACKEND</td>
3054 <td class="code"><pre>&#39;django.core.mail.backends.smtp.EmailBackend&#39;</pre></td>
3055 </tr>
3056
3057 <tr>
3058 <td>DEFAULT_TABLESPACE</td>
3059 <td class="code"><pre>&#39;&#39;</pre></td>
3060 </tr>
3061
3062 <tr>
3063 <td>TEMPLATE_CONTEXT_PROCESSORS</td>
3064 <td class="code"><pre>(&#39;django.contrib.auth.context_processors.auth&#39;,
3065 &#39;django.core.context_processors.debug&#39;,
3066 &#39;django.core.context_processors.i18n&#39;,
3067 &#39;django.core.context_processors.media&#39;,
3068 &#39;django.core.context_processors.static&#39;,
3069 &#39;django.core.context_processors.tz&#39;,
3070 &#39;django.contrib.messages.context_processors.messages&#39;)</pre></td>
3071 </tr>
3072
3073 <tr>
3074 <td>SESSION_COOKIE_AGE</td>
3075 <td class="code"><pre>1209600</pre></td>
3076 </tr>
3077
3078 <tr>
3079 <td>SETTINGS_MODULE</td>
3080 <td class="code"><pre>&#39;levipy.settings&#39;</pre></td>
3081 </tr>
3082
3083 <tr>
3084 <td>USE_ETAGS</td>
3085 <td class="code"><pre>False</pre></td>
3086 </tr>
3087
3088 <tr>
3089 <td>LANGUAGES_BIDI</td>
3090 <td class="code"><pre>(&#39;he&#39;, &#39;ar&#39;, &#39;fa&#39;)</pre></td>
3091 </tr>
3092
3093 <tr>
3094 <td>FILE_UPLOAD_TEMP_DIR</td>
3095 <td class="code"><pre>None</pre></td>
3096 </tr>
3097
3098 <tr>
3099 <td>INTERNAL_IPS</td>
3100 <td class="code"><pre>()</pre></td>
3101 </tr>
3102
3103 <tr>
3104 <td>STATIC_URL</td>
3105 <td class="code"><pre>&#39;/static/&#39;</pre></td>
3106 </tr>
3107
3108 <tr>
3109 <td>EMAIL_PORT</td>
3110 <td class="code"><pre>25</pre></td>
3111 </tr>
3112
3113 <tr>
3114 <td>USE_TZ</td>
3115 <td class="code"><pre>True</pre></td>
3116 </tr>
3117
3118 <tr>
3119 <td>SHORT_DATETIME_FORMAT</td>
3120 <td class="code"><pre>&#39;m/d/Y P&#39;</pre></td>
3121 </tr>
3122
3123 <tr>
3124 <td>PASSWORD_HASHERS</td>
3125 <td class="code"><pre>u&#39;********************&#39;</pre></td>
3126 </tr>
3127
3128 <tr>
3129 <td>ABSOLUTE_URL_OVERRIDES</td>
3130 <td class="code"><pre>{}</pre></td>
3131 </tr>
3132
3133 <tr>
3134 <td>CACHE_MIDDLEWARE_SECONDS</td>
3135 <td class="code"><pre>600</pre></td>
3136 </tr>
3137
3138 <tr>
3139 <td>DATETIME_INPUT_FORMATS</td>
3140 <td class="code"><pre>(&#39;%Y-%m-%d %H:%M:%S&#39;,
3141 &#39;%Y-%m-%d %H:%M:%S.%f&#39;,
3142 &#39;%Y-%m-%d %H:%M&#39;,
3143 &#39;%Y-%m-%d&#39;,
3144 &#39;%m/%d/%Y %H:%M:%S&#39;,
3145 &#39;%m/%d/%Y %H:%M:%S.%f&#39;,
3146 &#39;%m/%d/%Y %H:%M&#39;,
3147 &#39;%m/%d/%Y&#39;,
3148 &#39;%m/%d/%y %H:%M:%S&#39;,
3149 &#39;%m/%d/%y %H:%M:%S.%f&#39;,
3150 &#39;%m/%d/%y %H:%M&#39;,
3151 &#39;%m/%d/%y&#39;)</pre></td>
3152 </tr>
3153
3154 <tr>
3155 <td>EMAIL_HOST_USER</td>
3156 <td class="code"><pre>&#39;&#39;</pre></td>
3157 </tr>
3158
3159 <tr>
3160 <td>PROFANITIES_LIST</td>
3161 <td class="code"><pre>u&#39;********************&#39;</pre></td>
3162 </tr>
3163
3164 </tbody>
3165 </table>
3166
3167</div>
3168
3169 <div id="explanation">
3170 <p>
3171 You're seeing this error because you have <code>DEBUG = True</code> in your
3172 Django settings file. Change that to <code>False</code>, and Django will
3173 display a standard 500 page.
3174 </p>
3175 </div>
3176
3177</body>
3178</html>
Back to Top