summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2008-02-03Fixed #6305 -- Always emit the got_request_exception signal, even whenMalcolm Tredinnick
2008-01-28Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai...Gary Wilson Jr
2008-01-04Fixed the Oracle backend mangling colorized unique_together SQL.Ian Kelly
2008-01-02Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i...Adrian Holovaty
2008-01-02Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM...Adrian Holovaty
2007-12-19Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence...Malcolm Tredinnick
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-12-17Fixed [6932] so that "django-admin.py help dumpdata" works again.Malcolm Tredinnick
2007-12-17Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (whichMalcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-12-17Fixed #6110 -- Mark the python format serializer as for internal use only. T...Malcolm Tredinnick
2007-12-17Generic relations should not try to drop their related table in "sqlreset".Malcolm Tredinnick
2007-12-11Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on...Malcolm Tredinnick
2007-12-04Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim...Jacob Kaplan-Moss
2007-12-04Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...Jacob Kaplan-Moss
2007-12-04Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...Jacob Kaplan-Moss
2007-12-04Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...Adrian Holovaty
2007-12-04Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...Adrian Holovaty
2007-12-04Cleaned up some docstrings and removed some unnecessary long-line breaking in...Adrian Holovaty
2007-12-02Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...Malcolm Tredinnick
2007-12-02Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...Malcolm Tredinnick
2007-12-02Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-12-02Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...Malcolm Tredinnick
2007-12-02Re-organized imports in handler modules to adhere to Django coding style.Gary Wilson Jr
2007-12-02Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".Malcolm Tredinnick
2007-11-30Fixed some type checks in the development server. Fixed #6063.Malcolm Tredinnick
2007-11-30Edited docs and docstring changes from [6572] (new cache add() method)Adrian Holovaty
2007-11-30Edited docstring changes from [6480] -- moved the intense parameter definitio...Adrian Holovaty
2007-11-26Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...Russell Keith-Magee
2007-11-21Fixed #5981 -- Fixed failing regression test when using locmem cache backend....Gary Wilson Jr
2007-11-19Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...Gary Wilson Jr
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-11-04Fixed #5729 -- For MySQL (only), always delay the creation of foreign keyMalcolm Tredinnick