| Age | Commit message (Expand) | Author |
| 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 | 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 | 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 | Small docstring edit to change from [6745] | 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 #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 |
| 2007-12-02 | Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N... | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than... | Jacob Kaplan-Moss |
| 2007-12-02 | Fixed #5676 -- Added Mexican localflavor. Thanks, arien. | Malcolm Tredinnick |
| 2007-12-02 | Added PendingDeprecationWarmings for form_for_instance/form_for_model. | Joseph Kocherhans |
| 2007-12-02 | Fixed #6071 -- Fixed another infinite recursion problem in SafeString and | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. | 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 #2910 -- Added support for markdown extensions to the markdown markup | Malcolm Tredinnick |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben | 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 | Changed use of `maxlength` to issue a `DeprecationWarning` instead of `Pendin... | Gary Wilson Jr |
| 2007-12-02 | Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem". | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6072 -- Added January to the Catalan Javascript translation. Thanks, | Malcolm Tredinnick |
| 2007-12-02 | Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks, | Malcolm Tredinnick |
| 2007-12-01 | Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r... | Malcolm Tredinnick |
| 2007-12-01 | Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what I | Malcolm Tredinnick |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-12-01 | Edited docstring changes from [6714] | Adrian Holovaty |
| 2007-12-01 | Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to | Ian Kelly |
| 2007-12-01 | Fixed #6081 -- Removed unused code. Thanks, Ben Slavin. | Malcolm Tredinnick |