| Age | Commit message (Expand) | Author |
| 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 |
| 2007-09-27 | Re-organized imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-09-27 | Removed unused import, unneeded due to [4144]. | Gary Wilson Jr |
| 2007-09-27 | Fixed #5604 -- Check for use of HTTPS by looking at the `wsgi.url_scheme` env... | Gary Wilson Jr |
| 2007-09-22 | Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and mir ... | Russell Keith-Magee |
| 2007-09-21 | Fixed misleading comment from [6402]. | Russell Keith-Magee |
| 2007-09-21 | Fixed #5564 -- Fixed handling of the ProjectCommand used by startapp. | Russell Keith-Magee |
| 2007-09-21 | Clean up of the command line argument error processing from [6400]. | Russell Keith-Magee |
| 2007-09-21 | Fixed #5516 -- Added the ability for applications to define their own managem... | Russell Keith-Magee |
| 2007-09-16 | Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, Smi... | Malcolm Tredinnick |
| 2007-09-16 | Fixed #4049 -- Improved error handling in auth() context processor. Based on ... | Malcolm Tredinnick |
| 2007-09-15 | Fixed two more instances of bug #4827 in the management code. | Ian Kelly |
| 2007-09-15 | Added a get_host() method to HttpRequest. There is still an http.get_host() v... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5109 -- Pass the request object to any exception signal handler. Thank... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5242 -- Fixed table processing for some databases with case insensitiv... | Malcolm Tredinnick |
| 2007-09-15 | Variable renaming. I didn't feel comfortable with the tricky re-aliasing in t... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. Thanks, L... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ... | Malcolm Tredinnick |
| 2007-09-15 | Fixed #3036 -- Fixed some doctest strings that were failing. Thanks to pterk ... | Russell Keith-Magee |
| 2007-09-15 | Fixed #4714 -- Modified serializers to handle None primary keys correctly. Th... | Russell Keith-Magee |
| 2007-09-14 | Negligible formatting change to [6211] | Adrian Holovaty |
| 2007-09-14 | Added more dict-like methods to HttpResponse as part of the response.headers ... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py. | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed the breakage in [6164] in a different, better way: HttpResponse now imp... | Jacob Kaplan-Moss |
| 2007-09-14 | Case-insensitive HttpResponse headers ([6212]) broke absolute URL redirects (... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5445: added some compatibility code for the lack of __iter__ in Jython... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t... | Adrian Holovaty |
| 2007-09-14 | Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, dan.f... | Adrian Holovaty |
| 2007-09-14 | Fixed #5218: Made Oracle create autoinc triggers using the correct name | Ian Kelly |
| 2007-09-14 | Fixed #3848 -- Added more comprehensive checks to ImageField validation, chec... | Russell Keith-Magee |