| Age | Commit message (Expand) | Author |
| 2008-07-19 | Fixed #7785 -- Added a note in the contenttypes documentation that GenericRel... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7773 -- Added some simple tests for EmailMessage. Thanks to serialx fo... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to... | Russell Keith-Magee |
| 2008-07-19 | Removed a stale directory missed by [7967]. | Russell Keith-Magee |
| 2008-07-19 | Fixed #7558 -- Added missing svn:ignore property on some directories that wer... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-19 | Fixed #7782 -- Corrected documentation to refer to chunks(), rather than the ... | Russell Keith-Magee |
| 2008-07-19 | Fixed django.VERSION after NFA merge. | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-18 | Refs #3639 -- Minor docstring correction, it's a function not a method. | Gary Wilson Jr |
| 2008-07-18 | Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache ... | Gary Wilson Jr |
| 2008-07-18 | svnmerge.py init for newforms-admin merge back into trunk. | Brian Rosner |
| 2008-07-18 | Fixed #7685 -- fixed a typo in French localflavor documentation. | Malcolm Tredinnick |
| 2008-07-18 | Fixed #5552 -- Raise an error, rather than failing silently, when DATABASE_NAME | Malcolm Tredinnick |
| 2008-07-18 | Fixed #7816 -- Fixed error in a few DeprecationWarnings. Thanks, leahculver | Adrian Holovaty |
| 2008-07-18 | Fixed #3639: updated generic create_update views to use newforms. This is a b... | Jacob Kaplan-Moss |
| 2008-07-18 | Added missing files form [7946] | Jacob Kaplan-Moss |
| 2008-07-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-07-18 | Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe... | Adrian Holovaty |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-07-18 | Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-... | Adrian Holovaty |
| 2008-07-17 | Refs #7745 -- Modified use of assertTrue to failUnless, because assertTrue is... | Russell Keith-Magee |
| 2008-07-17 | Fixed #7751 -- Added check to allow for the fact that autocommit can be a pro... | Russell Keith-Magee |
| 2008-07-16 | Fixed #7786 -- Removed some tests from running when using Python 2.3. | Malcolm Tredinnick |
| 2008-07-16 | Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partially | Malcolm Tredinnick |
| 2008-07-15 | Refactored the HTTP 500 error response creation slightly. Provides the ability | Malcolm Tredinnick |
| 2008-07-15 | Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class. | Malcolm Tredinnick |
| 2008-07-15 | Fixed #7411 -- worked around some possible transaction conflicts in SQLite. | Malcolm Tredinnick |
| 2008-07-14 | Removed a Python2.3 incompatible generator construct. Thanks to Karen Tracey ... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7605 -- Added a note about SQLite database creation to Tutorial 1. Tha... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7534 -- Added a note about TEST_DATABASE_CHARSET in the contribution d... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7728 -- Modified the output check in the admin script tests. Checking ... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7737 -- Corrected a comment in the testing docs to be PEP257 compliant... | Russell Keith-Magee |
| 2008-07-13 | Re-organized imports, removing a couple that were unused. | Gary Wilson Jr |
| 2008-07-13 | Added a docstring to CyclicDependency exception class. | Gary Wilson Jr |
| 2008-07-12 | Fixed #7734 -- Fixed a Python 2.3 compatibility problem. | Malcolm Tredinnick |
| 2008-07-12 | FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7673: make sure to rewind uploaded image data when validating ImageFie... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7667: fixied FileField.save_file for inline related objects. This is r... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7635: do a better job checking for infinite loops in multi-part MIME p... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul. | Jacob Kaplan-Moss |
| 2008-07-12 | it locale: translated two new language names | Nicola Larosa |
| 2008-07-12 | it locale: updated lots of line numbers only | Nicola Larosa |
| 2008-07-12 | Fixed a bozo bug from [7885]. Fixed #7698. | Malcolm Tredinnick |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7421 -- Corrected the condition used during syncdb to establish that a... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Tha... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7597 -- Added code to force the re-opening of the cursor connection, j... | Russell Keith-Magee |