Ticket #22895: rename_classes_core.txt

File rename_classes_core.txt, 14.0 KB (added by Ben Davis, 10 years ago)
Line 
1CsrfToken -> CSRFToken:
2./django/template/defaulttags.py
3./tests/csrf_tests/tests.py
4
5CsrfTokenNode -> CSRFTokenNode:
6./django/template/defaulttags.py
7./tests/csrf_tests/tests.py
8
9CsrfViewMiddleware -> CSRFViewMiddleware:
10./django/conf/global_settings.py
11./django/conf/project_template/project_name/settings.py
12./django/contrib/auth/tests/test_views.py
13./django/contrib/flatpages/tests/test_csrf.py
14./django/contrib/flatpages/tests/test_middleware.py
15./django/contrib/flatpages/tests/test_templatetags.py
16./django/contrib/flatpages/tests/test_views.py
17./django/contrib/flatpages/views.py
18./django/middleware/csrf.py
19./django/test/client.py
20./django/views/csrf.py
21./django/views/decorators/csrf.py
22./django/views/defaults.py
23./docs/internals/deprecation.txt
24./docs/ref/contrib/comments/index.txt
25./docs/ref/contrib/csrf.txt
26./docs/ref/middleware.txt
27./docs/ref/request-response.txt
28./docs/ref/settings.txt
29./docs/releases/1.1-alpha-1.txt
30./docs/releases/1.1.txt
31./docs/releases/1.2-alpha-1.txt
32./docs/releases/1.2.txt
33./docs/topics/http/file-uploads.txt
34./docs/topics/http/_images/middleware.graffle
35./docs/topics/http/_images/middleware.svg
36./docs/topics/http/middleware.txt
37./docs/topics/security.txt
38./tests/cache/tests.py
39./tests/csrf_tests/tests.py
40./tests/runtests.py
41./tests/test_client/tests.py
42./tests/view_tests/tests/test_csrf.py
43
44DefusedXmlException -> DefusedXMLException:
45./django/core/serializers/xml_serializer.py
46
47EnsureCsrfCookie -> EnsureCSRFCookie:
48./django/views/decorators/csrf.py
49
50EnsureCsrfToken -> EnsureCSRFToken:
51./django/views/decorators/csrf.py
52
53HttpRequest -> HTTPRequest:
54./django/conf/global_settings.py
55./django/contrib/admin/options.py
56./django/contrib/admin/sites.py
57./django/contrib/auth/tests/test_auth_backends.py
58./django/contrib/auth/tests/test_middleware.py
59./django/contrib/auth/tests/test_views.py
60./django/contrib/auth/tests/urls.py
61./django/contrib/comments/moderation.py
62./django/contrib/contenttypes/tests/tests.py
63./django/contrib/formtools/preview.py
64./django/contrib/formtools/tests/wizard/storage.py
65./django/contrib/formtools/tests/wizard/test_forms.py
66./django/contrib/formtools/wizard/views.py
67./django/contrib/messages/api.py
68./django/contrib/messages/tests/base.py
69./django/contrib/messages/tests/test_middleware.py
70./django/contrib/sites/requests.py
71./django/contrib/sites/tests.py
72./django/core/files/uploadhandler.py
73./django/core/handlers/base.py
74./django/core/handlers/wsgi.py
75./django/http/__init__.py
76./django/http/request.py
77./django/test/client.py
78./django/views/debug.py
79./django/views/decorators/debug.py
80./docs/howto/auth-remote-user.txt
81./docs/howto/error-reporting.txt
82./docs/howto/outputting-csv.txt
83./docs/internals/deprecation.txt
84./docs/intro/tutorial03.txt
85./docs/intro/tutorial04.txt
86./docs/ref/contrib/admin/actions.txt
87./docs/ref/contrib/admin/index.txt
88./docs/ref/contrib/auth.txt
89./docs/ref/contrib/comments/moderation.txt
90./docs/ref/contrib/comments/signals.txt
91./docs/ref/contrib/formtools/form-preview.txt
92./docs/ref/contrib/formtools/form-wizard.txt
93./docs/ref/contrib/sites.txt
94./docs/ref/files/uploads.txt
95./docs/ref/middleware.txt
96./docs/ref/request-response.txt
97./docs/ref/settings.txt
98./docs/ref/signals.txt
99./docs/ref/template-response.txt
100./docs/ref/templates/api.txt
101./docs/ref/unicode.txt
102./docs/releases/1.0-porting-guide.txt
103./docs/releases/1.3.4.txt
104./docs/releases/1.4.2.txt
105./docs/releases/1.4-alpha-1.txt
106./docs/releases/1.4-beta-1.txt
107./docs/releases/1.4.txt
108./docs/releases/1.5-alpha-1.txt
109./docs/releases/1.5-beta-1.txt
110./docs/releases/1.5.txt
111./docs/releases/1.7.txt
112./docs/topics/auth/default.txt
113./docs/topics/class-based-views/intro.txt
114./docs/topics/forms/index.txt
115./docs/topics/http/file-uploads.txt
116./docs/topics/http/_images/middleware.graffle
117./docs/topics/http/_images/middleware.svg
118./docs/topics/http/middleware.txt
119./docs/topics/http/sessions.txt
120./docs/topics/http/urls.txt
121./docs/topics/http/views.txt
122./docs/topics/i18n/translation.txt
123./docs/topics/python3.txt
124./docs/topics/security.txt
125./docs/topics/testing/tools.txt
126./tests/csrf_tests/tests.py
127./tests/decorators/tests.py
128./tests/http_utils/tests.py
129./tests/middleware/tests.py
130./tests/requests/tests.py
131./tests/settings_tests/tests.py
132./tests/signed_cookies_tests/tests.py
133./tests/test_client_regress/tests.py
134./tests/test_client_regress/views.py
135./tests/timezones/tests.py
136./tests/urlpatterns_reverse/tests.py
137
138HttpResponse -> HTTPResponse:
139./django/conf/global_settings.py
140./django/contrib/admindocs/middleware.py
141./django/contrib/admin/options.py
142./django/contrib/admin/sites.py
143./django/contrib/auth/admin.py
144./django/contrib/auth/tests/test_decorators.py
145./django/contrib/auth/tests/urls.py
146./django/contrib/auth/views.py
147./django/contrib/comments/views/comments.py
148./django/contrib/comments/views/utils.py
149./django/contrib/contenttypes/views.py
150./django/contrib/flatpages/views.py
151./django/contrib/formtools/preview.py
152./django/contrib/formtools/tests/tests.py
153./django/contrib/formtools/tests/wizard/namedwizardtests/forms.py
154./django/contrib/formtools/tests/wizard/storage.py
155./django/contrib/formtools/tests/wizard/test_cookiestorage.py
156./django/contrib/formtools/tests/wizard/wizardtests/forms.py
157./django/contrib/formtools/wizard/views.py
158./django/contrib/gis/shortcuts.py
159./django/contrib/gis/sitemaps/views.py
160./django/contrib/messages/tests/base.py
161./django/contrib/messages/tests/test_middleware.py
162./django/contrib/messages/tests/urls.py
163./django/contrib/redirects/middleware.py
164./django/contrib/redirects/tests.py
165./django/contrib/sessions/tests.py
166./django/contrib/syndication/views.py
167./django/core/handlers/base.py
168./django/core/handlers/wsgi.py
169./django/http/__init__.py
170./django/http/response.py
171./django/middleware/common.py
172./django/middleware/locale.py
173./django/shortcuts.py
174./django/template/response.py
175./django/test/client.py
176./django/utils/cache.py
177./django/views/csrf.py
178./django/views/debug.py
179./django/views/decorators/http.py
180./django/views/defaults.py
181./django/views/generic/base.py
182./django/views/generic/edit.py
183./django/views/i18n.py
184./django/views/static.py
185./docs/howto/outputting-csv.txt
186./docs/howto/outputting-pdf.txt
187./docs/howto/upgrade-version.txt
188./docs/internals/deprecation.txt
189./docs/intro/overview.txt
190./docs/intro/tutorial03.txt
191./docs/intro/tutorial04.txt
192./docs/ref/class-based-views/base.txt
193./docs/ref/class-based-views/generic-editing.txt
194./docs/ref/clickjacking.txt
195./docs/ref/contrib/admin/actions.txt
196./docs/ref/contrib/admin/index.txt
197./docs/ref/contrib/csrf.txt
198./docs/ref/contrib/formtools/form-preview.txt
199./docs/ref/contrib/formtools/form-wizard.txt
200./docs/ref/contrib/redirects.txt
201./docs/ref/exceptions.txt
202./docs/ref/middleware.txt
203./docs/ref/request-response.txt
204./docs/ref/settings.txt
205./docs/ref/template-response.txt
206./docs/ref/templates/api.txt
207./docs/ref/urlresolvers.txt
208./docs/ref/utils.txt
209./docs/releases/1.0-porting-guide.txt
210./docs/releases/1.3.txt
211./docs/releases/1.5-alpha-1.txt
212./docs/releases/1.5-beta-1.txt
213./docs/releases/1.5.txt
214./docs/releases/1.6.txt
215./docs/releases/1.7.txt
216./docs/topics/auth/default.txt
217./docs/topics/cache.txt
218./docs/topics/class-based-views/generic-editing.txt
219./docs/topics/class-based-views/index.txt
220./docs/topics/class-based-views/intro.txt
221./docs/topics/class-based-views/mixins.txt
222./docs/topics/email.txt
223./docs/topics/forms/index.txt
224./docs/topics/forms/modelforms.txt
225./docs/topics/http/decorators.txt
226./docs/topics/http/file-uploads.txt
227./docs/topics/http/_images/middleware.graffle
228./docs/topics/http/_images/middleware.svg
229./docs/topics/http/middleware.txt
230./docs/topics/http/sessions.txt
231./docs/topics/http/shortcuts.txt
232./docs/topics/http/urls.txt
233./docs/topics/http/views.txt
234./docs/topics/i18n/translation.txt
235./docs/topics/python3.txt
236./docs/topics/serialization.txt
237./docs/topics/testing/tools.txt
238./tests/admin_custom_urls/models.py
239./tests/admin_docs/views.py
240./tests/admin_views/admin.py
241./tests/admin_views/customadmin.py
242./tests/admin_views/tests.py
243./tests/admin_views/views.py
244./tests/cache/tests.py
245./tests/comment_tests/custom_comments/views.py
246./tests/conditional_processing/views.py
247./tests/csrf_tests/tests.py
248./tests/decorators/tests.py
249./tests/file_storage/urls.py
250./tests/file_uploads/views.py
251./tests/generic_views/test_base.py
252./tests/handlers/views.py
253./tests/http_utils/tests.py
254./tests/httpwrappers/tests.py
255./tests/i18n/patterns/tests.py
256./tests/i18n/urls.py
257./tests/middleware/cond_get_urls.py
258./tests/middleware_exceptions/tests.py
259./tests/middleware_exceptions/views.py
260./tests/middleware/tests.py
261./tests/requests/tests.py
262./tests/responses/tests.py
263./tests/serializers_regress/tests.py
264./tests/servers/views.py
265./tests/signed_cookies_tests/tests.py
266./tests/template_tests/views.py
267./tests/test_client_regress/tests.py
268./tests/test_client_regress/views.py
269./tests/test_client/views.py
270./tests/test_utils/tests.py
271./tests/test_utils/views.py
272./tests/urlpatterns_reverse/middleware.py
273./tests/urlpatterns_reverse/tests.py
274./tests/urlpatterns_reverse/urlconf_inner.py
275./tests/urlpatterns_reverse/views.py
276./tests/utils_tests/test_decorators.py
277./tests/view_tests/tests/test_static.py
278./tests/view_tests/views.py
279./tests/wsgi/urls.py
280
281HttpResponseBadRequest -> HTTPResponseBadRequest:
282./django/contrib/comments/views/comments.py
283./django/core/handlers/wsgi.py
284./django/http/__init__.py
285./django/http/response.py
286./django/views/defaults.py
287./docs/ref/exceptions.txt
288./docs/ref/request-response.txt
289./docs/releases/1.6.txt
290
291HttpResponseBase -> HTTPResponseBase:
292./django/contrib/admin/options.py
293./django/http/response.py
294
295HttpResponseForbidden -> HTTPResponseForbidden:
296./django/contrib/redirects/tests.py
297./django/http/__init__.py
298./django/http/response.py
299./django/middleware/common.py
300./django/views/csrf.py
301./django/views/defaults.py
302./docs/ref/request-response.txt
303./docs/topics/class-based-views/mixins.txt
304
305HttpResponseGone -> HTTPResponseGone:
306./django/contrib/redirects/middleware.py
307./django/http/__init__.py
308./django/http/response.py
309./django/views/generic/base.py
310./docs/ref/class-based-views/base.txt
311./docs/ref/contrib/redirects.txt
312./docs/ref/request-response.txt
313
314HttpResponseNotAllowed -> HTTPResponseNotAllowed:
315./django/http/__init__.py
316./django/http/response.py
317./django/views/decorators/http.py
318./django/views/generic/base.py
319./docs/ref/class-based-views/base.txt
320./docs/ref/request-response.txt
321./docs/topics/class-based-views/intro.txt
322./docs/topics/http/decorators.txt
323./tests/decorators/tests.py
324./tests/httpwrappers/tests.py
325
326HttpResponseNotFound -> HTTPResponseNotFound:
327./django/http/__init__.py
328./django/http/response.py
329./django/views/debug.py
330./django/views/defaults.py
331./docs/ref/request-response.txt
332./docs/topics/http/views.txt
333./tests/test_client/views.py
334
335HttpResponseNotModified -> HTTPResponseNotModified:
336./django/http/__init__.py
337./django/http/response.py
338./django/middleware/common.py
339./django/views/decorators/http.py
340./django/views/static.py
341./docs/ref/middleware.txt
342./docs/ref/request-response.txt
343./tests/httpwrappers/tests.py
344./tests/view_tests/tests/test_static.py
345
346HttpResponsePermanentRedirect -> HTTPResponsePermanentRedirect:
347./django/contrib/flatpages/views.py
348./django/contrib/redirects/middleware.py
349./django/http/__init__.py
350./django/http/response.py
351./django/middleware/common.py
352./django/shortcuts.py
353./django/views/generic/base.py
354./docs/ref/contrib/redirects.txt
355./docs/ref/request-response.txt
356./docs/releases/1.6.txt
357./tests/httpwrappers/tests.py
358./tests/i18n/patterns/tests.py
359./tests/urlpatterns_reverse/tests.py
360
361HttpResponseRedirect -> HTTPResponseRedirect:
362./django/contrib/admin/options.py
363./django/contrib/admin/sites.py
364./django/contrib/auth/admin.py
365./django/contrib/auth/views.py
366./django/contrib/comments/views/utils.py
367./django/contrib/contenttypes/views.py
368./django/contrib/formtools/preview.py
369./django/contrib/messages/tests/urls.py
370./django/contrib/redirects/tests.py
371./django/http/__init__.py
372./django/http/response.py
373./django/middleware/locale.py
374./django/shortcuts.py
375./django/views/generic/base.py
376./django/views/generic/edit.py
377./django/views/i18n.py
378./django/views/static.py
379./docs/intro/tutorial04.txt
380./docs/ref/contrib/admin/actions.txt
381./docs/ref/contrib/formtools/form-preview.txt
382./docs/ref/contrib/formtools/form-wizard.txt
383./docs/ref/contrib/redirects.txt
384./docs/ref/middleware.txt
385./docs/ref/request-response.txt
386./docs/ref/urlresolvers.txt
387./docs/releases/1.6.txt
388./docs/topics/class-based-views/intro.txt
389./docs/topics/class-based-views/mixins.txt
390./docs/topics/email.txt
391./docs/topics/forms/index.txt
392./docs/topics/forms/modelforms.txt
393./docs/topics/http/file-uploads.txt
394./docs/topics/http/shortcuts.txt
395./docs/topics/http/urls.txt
396./tests/admin_custom_urls/models.py
397./tests/admin_views/admin.py
398./tests/httpwrappers/tests.py
399./tests/test_client_regress/views.py
400./tests/test_client/views.py
401./tests/urlpatterns_reverse/tests.py
402./tests/view_tests/views.py
403
404HttpResponseRedirectBase -> HTTPResponseRedirectBase:
405./django/http/response.py
406
407HttpResponseServerError -> HTTPResponseServerError:
408./django/http/__init__.py
409./django/http/response.py
410./django/views/debug.py
411./django/views/defaults.py
412./docs/ref/request-response.txt
413./tests/file_uploads/views.py
414
415Json -> JSON:
416./django/http/__init__.py
417./django/http/response.py
418./docs/ref/request-response.txt
419./docs/releases/1.7.txt
420./tests/httpwrappers/tests.py
421./tests/serializers/tests.py
422./tests/view_tests/tests/test_json.py
423./tests/view_tests/views.py
424
425JsonResponse -> JSONResponse:
426./django/http/__init__.py
427./django/http/response.py
428./docs/ref/request-response.txt
429./docs/releases/1.7.txt
430./tests/httpwrappers/tests.py
431./tests/view_tests/tests/test_json.py
432./tests/view_tests/views.py
433
434RssFeed -> RSSFeed:
435./django/utils/feedgenerator.py
436./docs/ref/utils.txt
437
438StreamingHttpResponse -> StreamingHTTPResponse:
439./django/http/__init__.py
440./django/http/response.py
441./django/views/static.py
442./docs/howto/outputting-csv.txt
443./docs/ref/request-response.txt
444./docs/releases/1.5-alpha-1.txt
445./docs/releases/1.5-beta-1.txt
446./docs/releases/1.5.txt
447./docs/topics/db/transactions.txt
448./docs/topics/http/middleware.txt
449./tests/admin_views/admin.py
450./tests/admin_views/tests.py
451./tests/cache/tests.py
452./tests/handlers/views.py
453./tests/http_utils/tests.py
454./tests/httpwrappers/tests.py
455./tests/i18n/urls.py
456./tests/middleware/tests.py
457./tests/urlpatterns_reverse/middleware.py
Back to Top