.. |
bin
|
Made more extensive usage of context managers with open.
|
2012-05-05 14:06:36 +02:00 |
conf
|
Cleaned up locale-related encoding issues
|
2012-06-12 14:23:41 +02:00 |
contrib
|
Fixed #18420 -- Prevented the admin JS from crashing when the main form contains no field. Thanks to maciej.maciaszek for the report and patch.
|
2012-06-16 17:18:23 -07:00 |
core
|
Favored text (StringIO) over binary content for deserialization
|
2012-06-15 14:49:19 +02:00 |
db
|
Fixed connection.queries encoding handling on Oracle
|
2012-06-13 14:16:34 +03:00 |
dispatch
|
Got rid of old __cmp__methods replaced by rich comparison.
|
2012-05-18 14:52:24 +02:00 |
forms
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
http
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
middleware
|
Fixed #18042 -- Advanced deprecation warnings.
|
2012-05-03 15:27:01 +02:00 |
shortcuts
|
Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha.
|
2011-01-05 22:41:43 +00:00 |
template
|
IfParser.next() method renamed to avoid confusion with iterator protocol.
|
2012-06-14 23:12:15 +01:00 |
templatetags
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
test
|
Reverted 905e33f , now that DatabaseFeatures does not need confirm
|
2012-06-09 17:05:54 +02:00 |
utils
|
Fixed #12140 -- Fixed http.urlencode result for empty lists
|
2012-06-14 11:32:40 +02:00 |
views
|
Fixed #18451 -- Vastly improved class based view documentation.
|
2012-06-11 10:40:23 +02:00 |
__init__.py
|
Moved version code out of __init__.py.
|
2012-04-29 13:44:32 -05:00 |