.. |
bin
|
Made more extensive usage of context managers with open.
|
2012-05-05 14:06:36 +02:00 |
conf
|
Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS
|
2012-06-30 15:06:42 +02:00 |
contrib
|
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test.
|
2012-07-21 18:10:24 -07:00 |
core
|
Fixed an except statement to be Python3-compatible. Thanks to charettes for the tip.
|
2012-07-21 15:13:55 -07:00 |
db
|
Switched to use a more idiomatic construct.
|
2012-07-17 07:01:01 -07:00 |
dispatch
|
Switch to using context managers for acquiring and releasing locks.
|
2012-06-23 08:11:15 -07:00 |
forms
|
Fixed #18572 - Python26 string format incompatibility
|
2012-07-06 00:23:02 +01:00 |
http
|
Fixed #18561 -- Made HttpResponse.tell() support non-ascii chars
|
2012-07-17 22:00:54 +02:00 |
middleware
|
Fixed #18042 -- Advanced deprecation warnings.
|
2012-05-03 15:27:01 +02:00 |
shortcuts
|
Removed usage of mimetype kwarg of HttpResponse
|
2012-06-30 21:19:07 +02:00 |
template
|
Fixed #18645 -- Clarified filesizeformat implementation
|
2012-07-18 15:01:12 +02:00 |
templatetags
|
Fixed #18254 -- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch.
|
2012-07-07 15:30:25 +02:00 |
test
|
Made LiveServerTestCase to restore state on exit.
|
2012-07-21 20:16:47 -03:00 |
utils
|
[py3] Bundled six for Python 3 compatibility.
|
2012-07-22 09:29:44 +02:00 |
views
|
Merge pull request #176 from benspaulding/ticket_18521
|
2012-07-06 12:46:26 -07:00 |
__init__.py
|
Moved version code out of __init__.py.
|
2012-04-29 13:44:32 -05:00 |