1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/django
2017-01-31 09:41:51 -05:00
..
apps Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
bin
conf Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings. 2017-01-27 16:13:40 -05:00
contrib Used model_ngettext in two more places 2017-01-31 08:48:17 +01:00
core Fixed #27793 -- Used stdlib's ipaddress module to validate IP addresses 2017-01-30 14:22:18 +01:00
db Refs #23919 -- Removed usage of obsolete SafeBytes class 2017-01-30 15:04:45 +01:00
dispatch Refs #23919 -- Removed __traceback__ setting needed for Python 2. 2017-01-24 08:31:58 -05:00
forms Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget rendering. 2017-01-31 09:41:51 -05:00
http Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
middleware Refs #23919 -- Assumed request COOKIES and META are str 2017-01-30 14:13:29 +01:00
template Refs #23919 -- Assumed request COOKIES and META are str 2017-01-30 14:13:29 +01:00
templatetags Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
test Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
urls Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
utils Refs #27795 -- Prevented SafeText from losing safe status on str() 2017-01-30 21:10:32 +01:00
views Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
__init__.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__main__.py
shortcuts.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00