django1/django
orf b5393028bf Fixed #27767 -- Added distinct argument to ArrayAgg. 2017-02-04 13:57:39 -05:00
..
apps Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
contrib Fixed #27767 -- Added distinct argument to ArrayAgg. 2017-02-04 13:57:39 -05:00
core Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
db Refs #27546 -- Removed hardcoded class names in __repr__() methods. 2017-02-04 11:42:45 -05:00
dispatch Refs #23919 -- Removed __traceback__ setting needed for Python 2. 2017-01-24 08:31:58 -05:00
forms Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -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 #27546 -- Removed hardcoded class names in __repr__() methods. 2017-02-04 11:42:45 -05:00
templatetags Refs #27546 -- Removed hardcoded class names in __repr__() methods. 2017-02-04 11:42:45 -05:00
test Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -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 -- Removed a Python 2 code path in force_text(). 2017-02-03 19:38:33 -05:00
views Removed unused ExceptionReporter.format_exception() method. 2017-02-01 19:55:31 -05:00
__init__.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00