1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/django
2012-08-08 07:37:10 -07:00
..
bin
conf remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
contrib remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
core remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
db remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
dispatch [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
forms [py3] Replaced __nonzero__ by __bool__ 2012-08-08 15:02:31 +02:00
http [py3] Made a small fix in django.http. 2012-08-07 12:00:24 +02:00
middleware
shortcuts Removed usage of mimetype kwarg of HttpResponse 2012-06-30 21:19:07 +02:00
template remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
templatetags [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
test Fix TestCase.assertQuerysetEqual on python 3, this is needed for a large number of tests 2012-08-08 07:37:10 -07:00
utils remove a bunch of unnescesarry iterkeys() calls 2012-08-08 07:33:15 -07:00
views [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
__init__.py