summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-08-29Merge branch 'url-tag-asvar'Jacob Kaplan-Moss
2008-08-29Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner
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 #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
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-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm 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-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...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-26Removed trailing whitespace in a few files.Gary Wilson Jr
2008-08-26Hid a few QuerySet regression tests from Python 2.6 due to a bug in the theMalcolm Tredinnick
2008-08-25Fixed #8542 -- Made the model_formstests tests from [8528] a little lessMalcolm 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 #8285: signal handlers that aren't functions work under DEBUG. This sli...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 #7464 -- Fixed the psycopg2 backend to handle SafeString values asMalcolm 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 #7888 -- Handle model inheritance with model formsets correctly. Thanks...Brian Rosner
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