1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/django
2017-01-26 19:49:03 +01:00
..
apps Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
bin
conf Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
contrib Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
core Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
db Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
dispatch Refs #23919 -- Removed __traceback__ setting needed for Python 2. 2017-01-24 08:31:58 -05:00
forms Removed unnecessary force_text() in BaseTemporalField.to_python(). 2017-01-26 13:35:39 -05:00
http Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
middleware Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
template Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +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 #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +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
__main__.py
shortcuts.py