summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2009-07-29[1.0.X] SECURITY ALERT: Corrected a problem with the Admin media handler that...Russell Keith-Magee
2009-07-02[1.0.X] Fixed #10834 -- Corrected [11120] to ensure that there is a differenc...Russell Keith-Magee
2009-06-29[1.0.X] Fixed #10834 -- Added bucket condition to ensure that URL resolvers w...Russell Keith-Magee
2009-06-12[1.0.X] Fixed #9367 - EmailMultiAlternatives does not properly handle attachm...Luke Plant
2009-05-20[1.0.X] Fixed #10867: make the makemessages command ignore files and only pro...Jacob Kaplan-Moss
2009-05-17[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey
2009-05-13[1.0.X] Fixed #10687: fixed request parsing when upload_handlers is empty. Th...Jacob Kaplan-Moss
2009-05-08[1.0.X] Fixed #8817: get_image_dimensions correctly closes the files it opens...Jacob Kaplan-Moss
2009-05-08[1.0.X]: Fixed #9610 -- Fixed duplicate uploaded file name mangling when dire...Gary Wilson Jr
2009-05-08[1.0.X]: Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy t...Gary Wilson Jr
2009-05-07[1.0.X] Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Tha...Jacob Kaplan-Moss
2009-05-07[1.0.X] Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks,...Jacob Kaplan-Moss
2009-04-13[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that...Russell Keith-Magee
2009-04-05[1.0.X] Fixed #10080: `call_command` now takes option defaults into account, ...Jacob Kaplan-Moss
2009-04-05Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr...Karen Tracey
2009-04-01[1.0.X] Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE is...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrt...Jacob Kaplan-Moss
2009-03-31[1.0.X]: Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from ds...Gary Wilson Jr
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored t...Russell Keith-Magee
2009-03-13[1.0.X] Fixed #10488: fixed DB cache backend test failures in Oracle. Backpor...Ian Kelly
2009-03-12[1.0.X] Fixed a problem from r10038. Fixed #10470.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10472 -- Fixed a race condition in reverse URL resolving.Malcolm Tredinnick
2009-03-12[1.0.X] Fixed #10470 -- Fixed a race condition in middleware initialization.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9626 -- Fixed a deletion race in the locmem cache.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9399 -- Added StopFutureHandlers to export list in file handling.Malcolm Tredinnick
2009-03-03[1.0.X] Final pieces (he says, hopefully) of r9945 changes.Malcolm Tredinnick
2009-03-02Removed some import-time dependencies on Django's settings.Malcolm Tredinnick
2009-03-02[1.0.X] The database cache wasn't correctly handling expired keys. Fixed now.Malcolm Tredinnick
2009-03-01[1.0.X] Changed the way cache specifiers are parsed.Malcolm Tredinnick
2009-02-24[1.0.X] Fixed ##9842: allow imports of apps that use settings in __init__.py ...Jacob Kaplan-Moss
2009-02-24[1.0.X] Fixed #9214: EmailMessage now respects the From header instead of bli...Jacob Kaplan-Moss
2009-02-12[1.0.X] Fixed #10240 -- Restored YAML serialization with Decimal objects that...Brian Rosner
2009-01-19[1.0.X] Fixed #9789 -- Handle jython's compiled settings filename correctly.Malcolm Tredinnick
2009-01-17[1.0.X] Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4)...Karen Tracey
2008-11-29[1.0.X] Fixed #9717 -- Corrected a problem where django-admin.py flush would ...Russell Keith-Magee
2008-11-21[1.0.X] Fixed #2782 -- Make the server port available through the modpythonMalcolm Tredinnick
2008-11-06[1.0.X] Fixed #9011 -- Corrected handling of fixture files that contain error...Russell Keith-Magee
2008-10-24[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's noMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9383 -- Don't open a network connection for sending email ifMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed inMalcolm Tredinnick
2008-10-07[1.0.X] Fixed #9224 -- Prevent a crash when certain query strings are sent usingMalcolm Tredinnick
2008-10-06[1.0.X] Fixed #9212: Added code to check the xgettext version, and if it is l...Karen Tracey
2008-10-05[1.0.X] Fixed #9283 -- Deliberately silence one deprecation warning raised by...Malcolm Tredinnick
2008-09-30[1.0.X] Fixed another case of reverse URL resolving that wasn't working.Malcolm Tredinnick
2008-09-27Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick
2008-09-22Add some docstrings to the base classes for management commands. Refs #9170.James Bennett
2008-09-17Fixed #9014 -- Check that we really are processing a POST before processingMalcolm Tredinnick
2008-09-17Fixed #8409 -- The runserver now uses conditional GET for admin media files, ...Adrian Holovaty