summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-03-13[1.1.X] Fixed #13107: Adjusted decimal_places validation to accept 0 as a val...Karen Tracey
2010-03-12[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #12404 -- Improved model validation for CharField and DecimalFi...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...Russell Keith-Magee
2010-03-12[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...Russell Keith-Magee
2010-03-11[1.1.X] Python 2.3 doesn't do decorators.Karen Tracey
2010-03-09[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-09[1.1.X] Fixed #11183 - BaseForm init leaves pointers pointing back to base_fi...Luke Plant
2010-03-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ex...Karen Tracey
2010-03-08[1.1.X] Fixed #12024: Changed admin code to avoid raising an exception when a...Karen Tracey
2010-03-08[1.1.X] Fixed #11461: Ensured complete traceback is available on the debug pa...Karen Tracey
2010-03-08[1.1.X] Move the tests added for #12302 to where some other tests for debug p...Karen Tracey
2010-03-08[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...Luke Plant
2010-03-08[1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing null...Luke Plant
2010-03-08[1.1.X] Made a few Python 2.3 compatibility test fixes.Karen Tracey
2010-03-07[1.1.X] Fixed #6228: Changed common middleware to respect request-specific ur...Karen Tracey
2010-03-07[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...Russell Keith-Magee
2010-03-07[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...Joseph Kocherhans
2010-03-07[1.1.X] Fixed #12913. Fields with choices now respect show_hidden_initial as ...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...Joseph Kocherhans
2010-03-06[1.1.X] Fixed #6918, #12791: If an email message has an encoding, actually us...Karen Tracey
2010-03-05[1.1.X] Fixed #12151: Ensured the comments code does not cause a server error...Karen Tracey
2010-03-05[1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key err...Karen Tracey
2010-03-03[1.1.X] Fixed the files test to not care whether the names are reported as by...Karen Tracey
2010-03-03[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...James Bennett
2010-03-03[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...James Bennett
2010-03-02[1.1.X] Fixed #12898: Reverted a change that assumed the file system encoding...Karen Tracey
2010-03-02[1.1.X] Fixed #11522: Restored ability of http redirect responses to correctl...Karen Tracey
2010-03-02[1.1.X] Fixed #6510 -- Refactored the way child nodes are found in template n...Russell Keith-Magee
2010-03-02[1.1.X] Fixed #11710: Made a small test change to ensure utf-8 bytestrings in...Karen Tracey
2010-03-02[1.1.X] Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field ...Karen Tracey
2010-03-01[1.1.X] Fixed #11012: don't needless convert cache values to unicode.Jacob Kaplan-Moss
2010-03-01[1.1.X] Fixed #11791: Put hidden input elements in the change list inside td ...Karen Tracey
2010-02-28[1.1.X] Fixed #12302: Modified force_unicode to avoid raising unicode errors ...Karen Tracey
2010-02-27[1.1.X] Removed more stray tabs in Python files. Karen Tracey
2010-02-26[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...Justin Bronn
2010-02-26[1.1.X] Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when pa...Jannis Leidel
2010-02-26[1.1.X] Fixed #11384 - Make sure translations in the project directory really...Jannis Leidel
2010-02-26[1.1.X] Added force_unicode to a test (needed for Python 2.3 compatibility).Karen Tracey
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...Russell Keith-Magee
2010-02-26[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...Karen Tracey
2010-02-25[1.1.X] Fixed #12910 - Only test extracting translation strings if xgettext c...Jannis Leidel
2010-02-24[1.1.X] Fixed #12119. Changed smart_split to stop splitting on whitespace in ...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12546. Objects with a __len__ that returns 0 can now be serial...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12818. SQLite now properly quotes strings for date extraction ...Joseph Kocherhans
2010-02-24[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...Joseph Kocherhans
2010-02-23[1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input...Joseph Kocherhans