| Age | Commit message (Expand) | Author |
| 2007-12-17 | Fixed #5561 -- Added link to the contenttypes documentation into the add_ons ... | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6174 -- Documentation fix for [6912]. Pointed out by Russell Cloran. | Malcolm Tredinnick |
| 2007-12-17 | Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv. | 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-13 | Changed ModelForms to allow inheritance as long as their model attributes are... | Joseph Kocherhans |
| 2007-12-13 | Fixed #6162. ModelForm's __init__ signature now matches Form's. This is a bac... | Joseph Kocherhans |
| 2007-12-11 | Fixed #6151 -- Added some code formatting to the `floatformat` template filte... | Gary Wilson Jr |
| 2007-12-11 | Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An... | Gary Wilson Jr |
| 2007-12-11 | Minor style fixes. | Gary Wilson Jr |
| 2007-12-11 | Fixed copy-and-paste view of error page to not indent the first line of insta... | Gary Wilson Jr |
| 2007-12-11 | Fixed imports to adhere to django coding style. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6158 -- Display PYTHONPATH on the debug error page. Thanks, annacoder. | Gary Wilson Jr |
| 2007-12-11 | Fixed #6164 -- `field.label_tag` already displays the label so don't display ... | Gary Wilson Jr |
| 2007-12-11 | Fixed #6107 -- Updated Catalan translation from Marc Fargas. | Malcolm Tredinnick |
| 2007-12-11 | Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel... | Ian Kelly |
| 2007-12-11 | Fixe #6131 -- Fixed a problem with expired keys in the locmem cache. Based on... | Malcolm Tredinnick |
| 2007-12-09 | Fixed #6147 -- Typo fix (that amazingly didn't stop the code working) in the ... | Malcolm Tredinnick |
| 2007-12-09 | Tweaked the custom field documentation so that people reading about to_python... | Malcolm Tredinnick |
| 2007-12-09 | Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749. | Malcolm Tredinnick |
| 2007-12-05 | Fixed #6132: note to self: when you add new template tags, you need to rememb... | Jacob Kaplan-Moss |
| 2007-12-05 | Fixed #6063 -- Caught one place in HttpResponse that was not returning a str | Malcolm Tredinnick |
| 2007-12-04 | Changed wording of post-to-dpaste link based on a suggestion from Mordy Ovits | Adrian Holovaty |
| 2007-12-04 | Fixed a bug introduced in [6891]: the "safe" YAML serializer can't handle tim... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #4131: added an "escapejs" filter for use in JavaScript strings, and up... | 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 | Added a test for [6889] | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6082: file-based sessions now verify that SESSION_FILE_PATH is a valid... | Jacob Kaplan-Moss |
| 2007-12-04 | Fixed #6116: mark-safe the admin changelist table class. Thanks, zlobnyi anti... | 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 | Fixed #6122: Fixed tests broken by [6872]. Thanks, Matt. | Jacob Kaplan-Moss |
| 2007-12-04 | Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on... | Adrian Holovaty |
| 2007-12-04 | Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m... | Adrian Holovaty |
| 2007-12-04 | Edited docs/request_response.txt changes from [6808] | Adrian Holovaty |
| 2007-12-04 | Edited docs/authentication.txt changes from [6805] | Adrian Holovaty |
| 2007-12-04 | Edited various doc changes from [6801] | Adrian Holovaty |
| 2007-12-04 | Edited docs/contributing.txt changes from [6795] | Adrian Holovaty |
| 2007-12-04 | Edited docs/install.txt changes from [6794] | Adrian Holovaty |
| 2007-12-04 | Edited docs/add_ons.txt changes from [6788] | Adrian Holovaty |
| 2007-12-04 | Small docstring edit to change from [6745] | Adrian Holovaty |
| 2007-12-04 | Removed some 'behaviour's from the docs | Adrian Holovaty |
| 2007-12-04 | Edited docs/syndication_feeds.txt changes from [6741] | Adrian Holovaty |
| 2007-12-04 | Removed comma splices in max_length DeprecationWarning and elsewhere in the m... | 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-03 | Fixed #6114. Fixed a typo in the modelforms docs. Thanks, Martin Conte Mac Do... | Joseph Kocherhans |
| 2007-12-03 | Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlize | Malcolm Tredinnick |
| 2007-12-03 | Fixed #5523 -- Added counties and regions for the United Kingdom to | Malcolm Tredinnick |
| 2007-12-02 | Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new | Malcolm Tredinnick |
| 2007-12-02 | Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@... | Malcolm Tredinnick |