summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2008-07-19Fixed #7471 -- If the 400 response handler raises an exception, pass control toMalcolm Tredinnick
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-18Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...Adrian Holovaty
2008-07-15Refactored the HTTP 500 error response creation slightly. Provides the abilityMalcolm Tredinnick
2008-07-12Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo...Jacob Kaplan-Moss
2008-07-11Fixed #7421 -- Corrected the condition used during syncdb to establish that a...Russell Keith-Magee
2008-07-11Fixed #7597 -- Added code to force the re-opening of the cursor connection, j...Russell Keith-Magee
2008-07-11Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...Russell Keith-Magee
2008-07-08Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte...Adrian Holovaty
2008-07-08Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...Adrian Holovaty
2008-07-08Fixed #7655 -- Added two assertions to mail.py to help people debug a common ...Adrian Holovaty
2008-07-07Fixed deprecated UploadedFile.data attribute. Refs #7614.Jacob Kaplan-Moss
2008-07-07Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs...Jacob Kaplan-Moss
2008-07-07Fixed #7614: the quickening has come, and there now is only one UploadedFile....Jacob Kaplan-Moss
2008-07-07Fixed #4148 -- Changed the way attachments are served to IE to avoid someMalcolm Tredinnick
2008-07-06Fixed #7643 -- Fixed an oversight from [7844].Malcolm Tredinnick
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick
2008-07-06Fixed #7072 -- More logical and robust language settings in the i18n context ...Malcolm Tredinnick
2008-07-05Changed a couple of old-style validators to remove some deprecation warningsMalcolm Tredinnick
2008-07-03Corrected typo in `uploadedfile` module.Gary Wilson Jr
2008-07-02Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At...Gary Wilson Jr
2008-07-01Oops, missed a changed file in [7817].Jacob Kaplan-Moss
2008-07-01Fixed #7590: made UploadedFile subclasses' __init__ methods sane.Jacob Kaplan-Moss
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-30Fixed #7572 -- Force the closure of the database connection at the end of fi...Russell Keith-Magee
2008-06-30Fixed #6647 -- Add some more robustness to the development web server.Malcolm Tredinnick
2008-06-30Fixed #6994 -- For fastcgi, set a more sensible default umask.Malcolm Tredinnick
2008-06-30Make sure we only create the minimum number of table indexes for MySQL.Malcolm Tredinnick
2008-06-26Fixed #7527 -- Removed an unused value from __all__ in django.core.servers.ba...Adrian Holovaty
2008-06-19Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm...Russell Keith-Magee
2008-06-19Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...Russell Keith-Magee
2008-06-16Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank...Adrian Holovaty
2008-06-16Fixed #6497 -- Improved fixture error reporting by displaying the entire trac...Adrian Holovaty
2008-06-16Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec...Adrian Holovaty
2008-06-13Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...Russell Keith-Magee
2008-06-12Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...Adrian Holovaty
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-06-08Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...Russell Keith-Magee
2008-06-08Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ...Jacob Kaplan-Moss
2008-05-31Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...Jacob Kaplan-Moss
2008-05-16Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twillLuke Plant
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-03-27Added inline Oracle tablespace SQL for unique_together constraints.Ian Kelly
2008-03-23Fixed a problem in the backwards-compat abilities of the paginator. Calling c...Malcolm Tredinnick
2008-03-21Fixed some styling issues in `django/core/mail.py`.Gary Wilson Jr
2008-03-21Noted an additional modification we have made to `make_msgid`.Gary Wilson Jr
2008-03-21Fixed #6835 -- Use cached FQDN when creating `smtplib.SMTP()` connection to a...Gary Wilson Jr
2008-03-21Fixed #6841 -- Don't include bcc recepients in e-mail headers, thanks PhiR.Gary Wilson Jr