summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2008-08-29Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien.Jacob Kaplan-Moss
2008-08-29Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...Brian Rosner
2008-08-29Fixed #8668: prevent MySQL from running the new test from [8676].Jacob Kaplan-Moss
2008-08-29Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.Jacob Kaplan-Moss
2008-08-29Fixed #8101 -- Allow the strings '1' and '0' as filter values for booleanMalcolm Tredinnick
2008-08-28Fixed #8651: correctly deserialize objects with 0 for pk/fk.Jacob Kaplan-Moss
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss
2008-08-28Fixed #7753: clean `NullBooleanField` correctly when using `HiddenInput`. Tha...Jacob Kaplan-Moss
2008-08-28Fixed #8597 -- Allow the use of strings containing underscores and percentageMalcolm Tredinnick
2008-08-27Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch...Jacob Kaplan-Moss
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8534: getting the size of a file no longer opens it (at least for the ...Jacob Kaplan-Moss
2008-08-27Fixed #8175: don't open files we're about to close. This was a pesky bug to t...Jacob Kaplan-Moss
2008-08-27FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ...Jacob Kaplan-Moss
2008-08-27Added a test to ensure that strings in RSS are properly escaped. Refs #6533.Jacob Kaplan-Moss
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Added a test from kcarnold to show that #7498 is fixed. Refs #7498.Malcolm Tredinnick
2008-08-26Tweaked the admin validation code to make things a bit easier to read. TracingMalcolm Tredinnick
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-08-26Updated comment tests to hook up URLs in the correct manner. This fixes a bun...Jacob Kaplan-Moss
2008-08-26Cleaned up some tests I broke as a result of the escapejs changes in [8577].Malcolm Tredinnick
2008-08-26Fixed #8036 -- Fixed a case when attempting to traverse non-existent relatedMalcolm Tredinnick
2008-08-26Updated comment signals to provide enough information to actually act on. Thi...Jacob Kaplan-Moss
2008-08-26Fixed #7201 -- Fixed the timeuntil filter to work correctly with timezone-awareMalcolm Tredinnick
2008-08-26Fixed #7177 -- Added extra robustness to the escapejs filter so that allMalcolm Tredinnick
2008-08-26Hid a few QuerySet regression tests from Python 2.6 due to a bug in the theMalcolm Tredinnick
2008-08-25Fixed #8106 -- Untangled some problems with complex select_related() queriesMalcolm Tredinnick
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Because the filter tests take non-zero time to pass, it's possible for one ofMalcolm Tredinnick
2008-08-25Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ...Jacob Kaplan-Moss
2008-08-25Updated `TimeInput` changes from [8491] to allow time widgets to be used with...Jacob Kaplan-Moss
2008-08-25Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after c...Russell Keith-Magee
2008-08-25Fixed #7460 -- Made the "cache" template tag always generate keys that can beMalcolm Tredinnick
2008-08-25Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2Malcolm Tredinnick
2008-08-25Improved the regression test in [8460] a bit, based on some information fromMalcolm Tredinnick
2008-08-25Fixed #8510 -- Allow both strings (mostly for the admin) and integers to beMalcolm Tredinnick
2008-08-25Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they canMalcolm Tredinnick
2008-08-24Added a test to show that [8472] also fixed #8254.Malcolm Tredinnick
2008-08-24Fixed #8298: Added a to_python method for integer fields. This ensures that t...Russell Keith-Magee
2008-08-24Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...Russell Keith-Magee
2008-08-24Fixed #8511: Removed some tests that were failing on Python 2.4, but weren't ...Russell Keith-Magee
2008-08-23Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edgeMalcolm Tredinnick
2008-08-23Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default soMalcolm Tredinnick
2008-08-23Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs.Malcolm Tredinnick
2008-08-23Reverted [8481] and [8482] while we work out what is going on with #8453 and ...Russell Keith-Magee
2008-08-23Fixed #7776: Ensured that the test cookie is always deleted once a login has ...Russell Keith-Magee
2008-08-23Fixed #7747: Altered EmailMessage such that messages with long subject lines ...Russell Keith-Magee
2008-08-23Corrected a test case error mistakenly committed in [8481].Russell Keith-Magee
2008-08-23Fixed #7443: Corrected a long standing mistake in the timesince/timeuntil fil...Russell Keith-Magee