conf
|
Fixed #18042 -- Advanced deprecation warnings.
|
2012-05-03 15:27:01 +02:00 |
contrib
|
Ticket #17804 fix.
|
2012-06-05 13:28:32 +02:00 |
forms
|
Replaced cStringIO.StringIO by io.BytesIO.
|
2012-05-05 21:41:44 +02:00 |
http
|
Replaced foo.next() by next(foo).
|
2012-05-10 20:15:49 +02:00 |
middleware
|
Fixed #18042 -- Advanced deprecation warnings.
|
2012-05-03 15:27:01 +02:00 |
template
|
Replaced foo.next() by next(foo).
|
2012-05-10 20:15:49 +02:00 |
templatetags
|
Fixed #17992 -- Added a public API for localtime.
|
2012-04-29 15:37:23 +02:00 |
test
|
Replaced cStringIO.StringIO by io.BytesIO.
|
2012-05-05 21:41:44 +02:00 |
utils
|
Fixed typo in utils/archive.py docstring
|
2012-05-11 13:51:19 -05:00 |
views
|
Fixed #10890: added prev/next_week in the context
|
2012-05-14 22:40:45 +02:00 |
__init__.py
|
Moved version code out of __init__.py.
|
2012-04-29 13:44:32 -05:00 |