1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/django
Claude Paroz 26ff2be787 Imported getLogger directly from logging module
This was a remainder of some 2.4 compatibility code.
2012-09-20 21:03:24 +02:00
..
bin
conf Remove a couple unused imports. 2012-09-08 14:30:11 -06:00
contrib Fixed #16577 -- Added a map_creation block in openlayers.js template 2012-09-20 10:31:37 +02:00
core Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
db Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
dispatch
forms Document and test 'type' usage in Widget attrs 2012-09-10 19:31:11 +02:00
http Fixed #18916 -- Allowed non-ASCII headers. 2012-09-07 19:08:57 -04:00
middleware Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixes #18933. Fixes code example in docstring. 2012-09-09 00:35:40 -04:00
templatetags
test Fixed #18980 -- Fixed assertContains regression when passed an object 2012-09-18 21:05:41 +02:00
utils Use unicode.translate to speed up js escaping. 2012-09-18 21:15:15 +02:00
views Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
__init__.py