django1/django/core
Tim Graham 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
These functions do nothing on Python 3.
2017-01-20 08:01:02 -05:00
..
cache Refs #23919 -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
checks Refs #23919 -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
files Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
handlers Refs #23919 -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
mail Refs #23919 -- Removed unneeded force_str calls 2017-01-20 08:44:31 +01:00
management Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
serializers Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
servers Refs #23919 -- Removed str() conversion of type and method __name__. 2017-01-19 11:31:07 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
exceptions.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
paginator.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Removed u'' prefx in django/core/signing.py comment. 2017-01-20 07:38:17 -05:00
validators.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
wsgi.py Fixed #16734 -- Set script prefix even outside of requests 2015-10-29 20:12:38 +01:00