| Age | Commit message (Expand) | Author |
| 2008-07-22 | Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking | Adrian Holovaty |
| 2008-07-22 | Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d... | Luke Plant |
| 2008-07-21 | FIxed #7666: use a bare queryset when accessing single related objects so tha... | Jacob Kaplan-Moss |
| 2008-07-21 | Fixed #7727 -- Improved the checks for import failure when using PIL. Under P... | Russell Keith-Magee |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-21 | Corrected typo. | Gary Wilson Jr |
| 2008-07-20 | Fixed #6450 -- Improved the checking of errors when creating the directories ... | Russell Keith-Magee |
| 2008-07-20 | Made the test case for doctest comparison of XML fragments a little more rigo... | Russell Keith-Magee |
| 2008-07-20 | Fixed #7339 -- Added manual calls to the garbage collector. This is required ... | Russell Keith-Magee |
| 2008-07-20 | Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator... | Russell Keith-Magee |
| 2008-07-19 | Reverted [7986]. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #6009 -- Added regression tests to show that uploading non-ASCII | Malcolm Tredinnick |
| 2008-07-19 | Fixed #5619 -- Return the same path in get_FOO_filename() before and after a | Malcolm Tredinnick |
| 2008-07-19 | Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON... | Russell Keith-Magee |
| 2008-07-19 | Fixed #4412 -- Added support for optgroups, both in the model when defining c... | 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 #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 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 #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-07-17 | Refs #7745 -- Modified use of assertTrue to failUnless, because assertTrue is... | 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 | 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 #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-12 | FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty Al... | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul. | Jacob Kaplan-Moss |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | 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 #6017 -- Modified the Lax parser to allow --settings and the other core... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7715 -- Modified the admin_scripts tests to do an app level import, ra... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7698 -- Handle '0' correctly when used as the upper bound of a slice. | Malcolm Tredinnick |
| 2008-07-11 | Fixed #7448 -- Convert "in" filters to pass in the correct values for datetimes | Malcolm Tredinnick |
| 2008-07-10 | Corrected a bug in [7876] picked up by the buildbot: depending on the order i... | Russell Keith-Magee |
| 2008-07-10 | Refs #5943, #6107 -- Added framework and tests to check for the correct opera... | Russell Keith-Magee |
| 2008-07-08 | Fixed test suite after [7687]. | Malcolm Tredinnick |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7651: uploading multiple files with the same name now work. Also, in o... | Jacob Kaplan-Moss |
| 2008-07-06 | Revert [7849] and [7850]. Brain failure on my part. | Malcolm Tredinnick |
| 2008-07-06 | Some tests for the new features. These pretty much fail at the moment. Based on | Malcolm Tredinnick |
| 2008-07-03 | Fixed a test case using extra sql that didnt fit Oracle syntax. | Ian Kelly |
| 2008-07-02 | Renamed a field in a test case that was preventing the tests from | Ian Kelly |
| 2008-07-02 | Made legacy `ObjectPaginator` truly backwards-compatible by catching both `At... | Gary Wilson Jr |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |