| Age | Commit message (Expand) | Author |
| 2008-08-25 | Refactored Django's comment system. | Jacob Kaplan-Moss |
| 2008-08-25 | Because the filter tests take non-zero time to pass, it's possible for one of | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ... | Jacob Kaplan-Moss |
| 2008-08-25 | Updated `TimeInput` changes from [8491] to allow time widgets to be used with... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c... | Russell Keith-Magee |
| 2008-08-25 | Fixed #7460 -- Made the "cache" template tag always generate keys that can be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2 | Malcolm Tredinnick |
| 2008-08-25 | Improved the regression test in [8460] a bit, based on some information from | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks... | Brian Rosner |
| 2008-08-25 | Fixed #8510 -- Allow both strings (mostly for the admin) and integers to be | Malcolm Tredinnick |
| 2008-08-25 | Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can | Malcolm Tredinnick |
| 2008-08-24 | Added a test to show that [8472] also fixed #8254. | Malcolm Tredinnick |
| 2008-08-24 | Fixed #8298: Added a to_python method for integer fields. This ensures that t... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r... | Russell Keith-Magee |
| 2008-08-24 | Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7042 -- The management validation command nows alerts users to the | Malcolm Tredinnick |
| 2008-08-23 | Reverted [8481] and [8482] while we work out what is going on with #8453 and ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7776: Ensured that the test cookie is always deleted once a login has ... | Russell Keith-Magee |
| 2008-08-23 | Fixed #7747: Altered EmailMessage such that messages with long subject lines ... | Russell Keith-Magee |
| 2008-08-23 | Corrected a test case error mistakenly committed in [8481]. | Russell Keith-Magee |
| 2008-08-23 | Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil... | Russell Keith-Magee |
| 2008-08-23 | Fixed #8040 -- SlugField now returns a proper formfield to deal with validati... | Brian Rosner |
| 2008-08-23 | Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv... | Brian Rosner |
| 2008-08-22 | Fixed #8046 -- The first filter() call on a related manager for many-to-many | Malcolm Tredinnick |
| 2008-08-22 | Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ... | Brian Rosner |
| 2008-08-22 | Fixed #8366: Modified a test fixture to remove an unnecessary forward referen... | Russell Keith-Magee |
| 2008-08-22 | Fixed #8136: Added a signal emission when an error is raised handling an erro... | Russell Keith-Magee |
| 2008-08-21 | Fixed #7233 -- Ensured that QueryDict classes are always unpicklable. This | Malcolm Tredinnick |
| 2008-08-21 | Fixed #8381 -- Fixed a problem with appending slashes in the common middleware | Malcolm Tredinnick |
| 2008-08-20 | Made it possible to pickle DateQuerySets. | Malcolm Tredinnick |
| 2008-08-20 | There are some variations in the printed names of exceptions between Oracle and | Malcolm Tredinnick |
| 2008-08-20 | Fixed #8434 -- I forgot to update the tests when committing [8443]. Thanks, | Malcolm Tredinnick |
| 2008-08-19 | Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M... | Russell Keith-Magee |
| 2008-08-17 | Fixed #8039 -- Make sure that extra(tables=...) tables are always included in | Malcolm Tredinnick |
| 2008-08-17 | Added a test to show that #8063 doesn't seem to be an issue any longer. | Malcolm Tredinnick |
| 2008-08-17 | Changed the (internal) way extra(select=.., select_params=...) handling is done | Malcolm Tredinnick |
| 2008-08-16 | Fixed #3121 -- Made `get_or_create()` work for `RelatedManager` and `ManyRela... | Gary Wilson Jr |
| 2008-08-16 | Fixed #8283 -- Fixed an edge case when adding things to the "where" tree and | Malcolm Tredinnick |
| 2008-08-16 | Fixed #8229: Added handling for a special case in the validation of Spanish I... | Russell Keith-Magee |
| 2008-08-16 | Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate.... | Russell Keith-Magee |
| 2008-08-16 | Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, than... | Gary Wilson Jr |
| 2008-08-15 | Fixed #6970 -- Raise the original `IntegrityError` when all required fields a... | Gary Wilson Jr |
| 2008-08-15 | Fixed #5270 -- Allow template tags and filters to accept an emtpy string, pat... | Gary Wilson Jr |
| 2008-08-15 | Fixed #8290 -- Fixed DecimalField's cleaning of values with a large number of... | Gary Wilson Jr |
| 2008-08-15 | Use failIf() instead of assertFalse() so that tests work with python 2.3. | Malcolm Tredinnick |