.. |
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 auth to not use an internal implementation detail of SortedDict
|
2012-07-14 14:33:13 -07:00 |
core
|
Changed `manage.py shell`'s help text to reflect that it can invoke bpython.
|
2012-07-10 14:26:42 -07:00 |
db
|
Switched from usign a method that was about to be deprecated to normal code.
|
2012-07-14 16:02:30 -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
|
Cleaned up the QueryDict implementation.
|
2012-07-14 14:07:11 -07: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 #18484 - 'display:none' on CSRF token div is redundant and causes problems with some browsers
|
2012-07-06 15:33:29 +01: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
|
Reverted 905e33f , now that DatabaseFeatures does not need confirm
|
2012-06-09 17:05:54 +02:00 |
utils
|
Remove DotExpandedDict, which was undocumented and unused.
|
2012-07-14 19:04:37 -07: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 |