1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/django
Caroline Simpson dc5b01ad05 Fixed #18773 -- Added logging for template variable resolving
Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template.
2015-03-27 19:19:48 -04:00
..
apps Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00
bin
conf Updated translation catalogs 2015-03-18 09:31:00 +01:00
contrib Fixed #18773 -- Added logging for template variable resolving 2015-03-27 19:19:48 -04:00
core Fixed #24531 -- Improved CommaSeparatedIntegerField validation. 2015-03-25 18:49:59 -04:00
db Fixed #24505 -- Fixed clash with hidden m2m fields. 2015-03-26 19:00:37 -04:00
dispatch
forms Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
http Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set. 2015-03-26 09:26:55 -04:00
middleware Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set. 2015-03-26 09:26:55 -04:00
template Fixed #18773 -- Added logging for template variable resolving 2015-03-27 19:19:48 -04:00
templatetags Fixed #24372 - Replaced TokenParser usage with traditional parsing. 2015-03-02 18:25:28 -05:00
test Fixed #23960 -- Removed http.fix_location_header 2015-03-18 18:22:50 +01:00
utils Removed getLogger alias in django.utils.log. 2015-03-24 08:41:05 -04:00
views Fixed #24440 -- Added padding to debug view stacktrace lines. 2015-03-23 11:17:17 -04:00
__init__.py
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00