| Age | Commit message (Expand) | Author |
| 2007-10-04 | Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287. | Malcolm Tredinnick |
| 2007-10-04 | Changed some Widget subclasses to be consistent about how they handle the pas... | Malcolm Tredinnick |
| 2007-10-04 | Added a __deepcopy__() method to the Widget class in order to avoid a number ... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4986 -- Fixed a logic bug from [6166]. | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5491 -- Changed PO file generation to sort the filenames we scan prior | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5554 -- Small update to German translation. | Malcolm Tredinnick |
| 2007-10-02 | Fixed #5656: Added a note about needing CREATE TRIGGER privileges | Ian Kelly |
| 2007-09-30 | Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch... | Russell Keith-Magee |
| 2007-09-28 | Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank... | Jacob Kaplan-Moss |
| 2007-09-28 | Fixed #5047: patch_cache_control now respects existing max-age settings. Than... | Jacob Kaplan-Moss |
| 2007-09-28 | Added a link in install.txt to the Oracle backend notes. | Ian Kelly |
| 2007-09-28 | Fixed #5627: Added documentation and caveats about using the oracle | Ian Kelly |
| 2007-09-28 | Fixed #5615: Corrected a typo in docs/email.txt. Thanks, raprasad@gmail.com. | James Bennett |
| 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-25 | Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ... | Gary Wilson Jr |
| 2007-09-24 | Fixed #5559: instances sent via post-save signals no longer have pks of None.... | Jacob Kaplan-Moss |
| 2007-09-23 | Fixed #2603 -- Fixed a typo and added a helpful example reference to the gene... | Russell Keith-Magee |
| 2007-09-23 | Fixed #5364 -- Clarified the warning regarding saving form_for_model forms wi... | Russell Keith-Magee |
| 2007-09-23 | Updated AUTHORS file with a full name for pigletto. | Russell Keith-Magee |
| 2007-09-22 | Fixed generic view test which was failing on Postgres and MySQL. | Russell Keith-Magee |
| 2007-09-22 | Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ... | Russell Keith-Magee |
| 2007-09-22 | Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly | James Bennett |
| 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-21 | Fixed #3453: introduced a new template variable resolution system by Brian Ha... | Jacob Kaplan-Moss |
| 2007-09-20 | Fixed #5556 - Minor typo in settings docs. Thanks for the eagle eyes, jleedev. | Russell Keith-Magee |
| 2007-09-20 | Fixed #3872, which turns out to not have been a bug in the first place, by re... | Jacob Kaplan-Moss |
| 2007-09-20 | Fixed httpwrappers tests broken by [6385]. | Jacob Kaplan-Moss |
| 2007-09-20 | Made the links to settings consistent with the others by not including the wo... | Gary Wilson Jr |
| 2007-09-20 | Fixed #5148 -- Added link to `DEFAULT_FROM_EMAIL` setting in email documentat... | Gary Wilson Jr |
| 2007-09-20 | Fixed #3491 -- Fixed links in `user-tools` section of admin's `base.html` tem... | Gary Wilson Jr |
| 2007-09-20 | More *.pyc ignores. | Gary Wilson Jr |
| 2007-09-20 | Added *.pyc to list of ignores. | Gary Wilson Jr |
| 2007-09-20 | Removed trailing whitespace in django/contrib/sessions/backends/base.py | Adrian Holovaty |
| 2007-09-20 | Fixed #5548 -- Reintroduced Jython workaround for os.getpid(), which was lost... | Adrian Holovaty |
| 2007-09-20 | Fixed #5525 -- Fixed typo in docs/request_response.txt. Thanks, Thomas Guttler | Adrian Holovaty |
| 2007-09-20 | Fixed #5544 -- Fixed another typo in documentation, introduced as a result of... | Russell Keith-Magee |
| 2007-09-20 | Fixed #5540 -- Made __repr__() for MultiValueDict more generic. Thanks, Thoma... | Adrian Holovaty |
| 2007-09-20 | Fixed errors in docs/model-api.txt changes from [6378] | Adrian Holovaty |
| 2007-09-20 | Removed empty tests/regressiontests/forms/localflavor.py file left over after... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe... | Jacob Kaplan-Moss |
| 2007-09-19 | Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld... | Jacob Kaplan-Moss |