django/django
Malcolm Tredinnick 4c0d8d882d Fixed #4729 -- Restored functionality to the Session class so that popping a
value marks it as modified. This was accidentally lost in the changes in
[6333]. Thanks, __hawkeye__.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-20 10:12:59 +00:00
..
bin Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov. 2007-10-03 03:19:14 +00:00
conf Fixed #4724 -- Added support for configurable session cookie paths. Helps with 2007-10-20 05:13:56 +00:00
contrib Fixed #4729 -- Restored functionality to the Session class so that popping a 2007-10-20 10:12:59 +00:00
core Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creating 2007-10-20 07:53:54 +00:00
db Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, thanks davep@atomicdroplet.com. 2007-10-14 05:53:56 +00:00
dispatch
forms
http Fixed #5562 -- Changed settings of Expires heading when expiring a cookie to 2007-10-20 07:01:12 +00:00
middleware Fixed #5762 -- Quoted the portions that make up the URL when appending 2007-10-20 08:31:05 +00:00
newforms Changed some Widget subclasses to be consistent about how they handle the passed in 'attrs' parameter. We now always copy it (by calling the parent's __init__). 2007-10-04 01:20:27 +00:00
oldforms Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287. 2007-10-04 01:54:58 +00:00
shortcuts Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Fixed a markup problem in the docstring for the "if" tag. This was showing up 2007-10-20 03:53:44 +00:00
templatetags Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +00:00
test Cleaned up a couple of mistakes (a handful of bugs in the test client) that I missed in [6333]. 2007-09-15 21:44:05 +00:00
utils Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument 2007-10-20 08:38:59 +00:00
views Added module docstring and corrected order of imports to adhere to PEP 8. 2007-10-14 04:10:02 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00