1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2012-07-24 19:03:26 -07:00
..
bin
conf [py3] Replaced basestring by six.string_types. 2012-07-22 09:29:54 +02:00
contrib Fixed #18666 -- when upgrading a user's password to a new algorithm only save the password field to the databaes. 2012-07-24 19:03:26 -07:00
core Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
db Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
dispatch [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
forms [py3] Added Python 3 compatibility for xrange. 2012-07-22 09:29:56 +02:00
http [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
middleware
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
templatetags [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
test Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables. 2012-07-24 17:24:16 -03:00
utils Added tests for deprecation warnings and fixed the argument order for the warnings. 2012-07-24 07:01:57 -07:00
views [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00
__init__.py