index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2007-12-19
Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence...
Malcolm Tredinnick
2007-12-17
Fixed #5596 -- Changed the static view for the development server so that Dja...
Malcolm Tredinnick
2007-12-17
Fixed [6932] so that "django-admin.py help dumpdata" works again.
Malcolm Tredinnick
2007-12-17
Fixed #4431 -- Added a --traceback option for dumpdata and loaddata (which
Malcolm Tredinnick
2007-12-17
Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessary
Malcolm Tredinnick
2007-12-17
Fixed #6110 -- Mark the python format serializer as for internal use only. T...
Malcolm Tredinnick
2007-12-17
Generic relations should not try to drop their related table in "sqlreset".
Malcolm Tredinnick
2007-12-11
Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on...
Malcolm Tredinnick
2007-12-04
Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim...
Jacob Kaplan-Moss
2007-12-04
Fixed #5268: the YAML serializer now uses yaml.safe_dump() instead the plain ...
Jacob Kaplan-Moss
2007-12-04
Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...
Jacob Kaplan-Moss
2007-12-04
Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...
Adrian Holovaty
2007-12-04
Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...
Adrian Holovaty
2007-12-04
Cleaned up some docstrings and removed some unnecessary long-line breaking in...
Adrian Holovaty
2007-12-02
Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...
Malcolm Tredinnick
2007-12-02
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2007-12-02
Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg
Malcolm Tredinnick
2007-12-02
Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we
Malcolm Tredinnick
2007-12-02
Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...
Malcolm Tredinnick
2007-12-02
Re-organized imports in handler modules to adhere to Django coding style.
Gary Wilson Jr
2007-12-02
Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".
Malcolm Tredinnick
2007-11-30
Fixed some type checks in the development server. Fixed #6063.
Malcolm Tredinnick
2007-11-30
Edited docs and docstring changes from [6572] (new cache add() method)
Adrian Holovaty
2007-11-30
Edited docstring changes from [6480] -- moved the intense parameter definitio...
Adrian Holovaty
2007-11-26
Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --s...
Russell Keith-Magee
2007-11-21
Fixed #5981 -- Fixed failing regression test when using locmem cache backend....
Gary Wilson Jr
2007-11-19
Fixed #5932 -- Use `self.pages` and not `self._pages` in `_get_page_range` so...
Gary Wilson Jr
2007-11-11
Fixed #5898 -- Changed a few response processing paths to make things harder ...
Malcolm Tredinnick
2007-11-04
Fixed #5729 -- For MySQL (only), always delay the creation of foreign key
Malcolm Tredinnick
2007-10-31
Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...
Gary Wilson Jr
2007-10-27
Wrapped some long lines and orginized imports.
Gary Wilson Jr
2007-10-27
Fixed #5824 -- For the `startapp` command, pass the true project name to the ...
Gary Wilson Jr
2007-10-27
Added to docstring of `setup_environ` about what the function returns.
Gary Wilson Jr
2007-10-21
Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length header
Malcolm Tredinnick
2007-10-21
Fixed "django-admin.py --version" so that it doesn't print the version string
Malcolm Tredinnick
2007-10-21
Fixed #3265 -- Made it a validation error to have field names with trailing
Malcolm Tredinnick
2007-10-21
Fixed a bug in the db cache backend introduced in [6572].
Malcolm Tredinnick
2007-10-21
Fixed #5732 -- Catch all possible errors when importing a URLConf file. This
Malcolm Tredinnick
2007-10-20
Fixed #4831 -- Added an "add" cache key method, for parity with memcached's
Malcolm Tredinnick
2007-10-20
Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creating
Malcolm Tredinnick
2007-10-20
Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made it
Malcolm Tredinnick
2007-10-19
Django coding style fixes.
Gary Wilson Jr
2007-10-13
Removed unneeded use of `len()` in a couple expressions.
Gary Wilson Jr
2007-10-13
Removed an unused import and a duplicate import.
Gary Wilson Jr
2007-10-13
Removed trailing whitespace.
Gary Wilson Jr
2007-10-13
Added docstring to `copy_helper` function.
Gary Wilson Jr
2007-10-13
Removed unused itertools import and organized imports to adhere to PEP 8.
Gary Wilson Jr
2007-10-13
Some Django coding style fixes.
Gary Wilson Jr
2007-10-13
Fixed #5738 -- Fixed bug with defective Unicode strings in a URL
Adrian Holovaty
2007-10-06
Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.
Gary Wilson Jr
[next]