summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2008-03-19Fixed #6789 -- Added some small amount of extra protection for learners tryingMalcolm Tredinnick
2008-03-19Fixed a corner case in management.setup_environ (it was triggered under Cygwi...Jacob Kaplan-Moss
2008-03-18Added a new and improved Paginator class, which allows you to pass a Page obj...Adrian Holovaty
2008-03-18Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas.Jacob Kaplan-Moss
2008-03-18Fixed #5574 -- Serialize a FileField using its filename from the database, notMalcolm Tredinnick
2008-03-17Fixed #6492 -- Added bullet-proofing to isValidFloat validator. Thanks, Basti...Malcolm Tredinnick
2008-03-10Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss
2008-03-08Fixed #6223 -- When determining if terminal supports color, don't call `isatt...Gary Wilson Jr
2008-03-08Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...Gary Wilson Jr
2008-03-07Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ...Russell Keith-Magee
2008-02-29Updated a docstring on a couple of email functions to stop the complaints.Malcolm Tredinnick
2008-02-28Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S...Jacob Kaplan-Moss
2008-02-22Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...Russell Keith-Magee
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2008-02-12Further clarification of help message for ./manage.py sqlall, this time using...Russell Keith-Magee
2008-02-12Clarified help message for ./manage.py sqlallRussell Keith-Magee