summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
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
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-10-27Wrapped some long lines and orginized imports.Gary Wilson Jr
2007-10-27Fixed #5824 -- For the `startapp` command, pass the true project name to the ...Gary Wilson Jr
2007-10-27Added to docstring of `setup_environ` about what the function returns.Gary Wilson Jr
2007-10-21Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length headerMalcolm Tredinnick
2007-10-21Fixed "django-admin.py --version" so that it doesn't print the version stringMalcolm Tredinnick
2007-10-21Fixed #3265 -- Made it a validation error to have field names with trailingMalcolm Tredinnick
2007-10-21Fixed a bug in the db cache backend introduced in [6572].Malcolm Tredinnick
2007-10-21Fixed #5732 -- Catch all possible errors when importing a URLConf file. ThisMalcolm Tredinnick
2007-10-20Fixed #4831 -- Added an "add" cache key method, for parity with memcached'sMalcolm Tredinnick
2007-10-20Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creatingMalcolm Tredinnick
2007-10-20Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made itMalcolm Tredinnick
2007-10-19Django coding style fixes.Gary Wilson Jr
2007-10-13Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr
2007-10-13Removed an unused import and a duplicate import.Gary Wilson Jr
2007-10-13Removed trailing whitespace.Gary Wilson Jr
2007-10-13Added docstring to `copy_helper` function.Gary Wilson Jr
2007-10-13Removed unused itertools import and organized imports to adhere to PEP 8.Gary Wilson Jr
2007-10-13Some Django coding style fixes.Gary Wilson Jr
2007-10-13Fixed #5738 -- Fixed bug with defective Unicode strings in a URLAdrian Holovaty
2007-10-06Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.Gary Wilson Jr