django1/django
Adrian Holovaty 8b8a36c7d0 Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT version() for every connection, which was ludicrous. Now the version is only retrieved if it needs to be, via a lazy loader.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25 19:24:47 +00:00
..
bin Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales. 2007-08-11 07:01:46 +00:00
conf Fixed #5197 -- Updated Spanish translation. Thanks, Mario Gonzalez. 2007-08-19 14:06:54 +00:00
contrib Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.login() tighter. Thanks, Sander Dijkhuis 2007-08-25 18:34:28 +00:00
core Fixed #5224 -- Corrected name of admin media option in management runserver command. Thanks for the report, alberto@ingparo.it. 2007-08-25 11:17:33 +00:00
db Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT version() for every connection, which was ludicrous. Now the version is only retrieved if it needs to be, via a lazy loader. 2007-08-25 19:24:47 +00:00
dispatch Fixed #3439: vastly improved the performance of django.dispatch (and added tests!). Thanks to Brian Harring for the patch. Note that one of the new tests fails under sqlite currently; it's not clear if this is a sqlite problem or a problem with the tests, but it appears not to be a problem with the dispatcher itself. 2007-02-26 03:17:04 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com. 2007-08-12 12:02:08 +00:00
middleware Fixed #4994 -- Send back set-cookie headers in "not modified" responses. Well spotted, colin@owlfish.com. 2007-08-12 13:10:45 +00:00
newforms Fixed #5095 -- newforms now checks for EnvironmentError when importing settings. Thanks, SmileyChris 2007-08-12 03:07:34 +00:00
oldforms Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com. 2007-08-12 03:29:07 +00:00
shortcuts Changed docstring additions from [5744] to use active verbs ('returns' instead of 'return') 2007-07-25 03:12:31 +00:00
template Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. 2007-08-18 05:43:38 +00:00
templatetags Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
test Changed backend create_test_db() and destroy_test_db() hooks NOT to take the backend as an argument, as the backend as an object is going away 2007-08-20 03:16:55 +00:00
utils Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thanks, django@poelzi.org 2007-08-24 03:53:04 +00:00
views Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. 2007-08-12 12:59:41 +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