summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-04-13[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ...Russell Keith-Magee
2010-04-12[1.1.X] Added Pyton 2.3 compatibility import for use of set by some new tests.Karen Tracey
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-12[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it should del...Russell Keith-Magee
2010-04-12[1.1.X] Fixed #11696: Changed app loading code so that it does not swallow im...Karen Tracey
2010-04-05[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...Russell Keith-Magee
2010-04-04[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering an...Russell Keith-Magee
2010-04-02[1.1.X] Fixed #11956 -- Modified the handling of m2m relationships between su...Russell Keith-Magee
2010-04-01[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt...Russell Keith-Magee
2010-03-31[1.1.X] Fixed #11916 -- Corrected handling of aggregation when there is a sub...Russell Keith-Magee
2010-03-27[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...Jannis Leidel
2010-03-26[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when th...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #13173: Made the admin_scripts tests pass when the running pyth...Karen Tracey
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...Russell Keith-Magee
2010-03-22[1.1.X] Fixed #12554 again: Corrected regression in silencing attribute looku...Karen Tracey
2010-03-22[1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-21[1.1.X] Fixed #12822: Don't copy the _aggregate_select_cache when cloning a q...Karen Tracey
2010-03-20[1.1.X] Fixed #12554: Silence exceptions that have specified silent_variable_...Karen Tracey
2010-03-20[1.1.X] Fixed #12239: Fixed results of gte and lt queries when comparing floa...Karen Tracey
2010-03-20[1.1.X] Fixed #12851 -- Corrected the interaction of defer() with select_rela...Russell Keith-Magee
2010-03-20[1.1.X] Fixed #12707. Admin action messages are no longer displayed when subm...Karen Tracey
2010-03-19[1.1.X] Fixed #13152 -- Ensure the test client saves the session before writi...Russell Keith-Magee
2010-03-16[1.1.X] Changed the comments post view code to avoid raising an exception if ...Karen Tracey
2010-03-16[1.1.X] Fixed #12105: Corrected handling of isnull=False lookups in admin. Th...Karen Tracey
2010-03-15[1.1.X] Fixed #13114 -- Modified escapejs to produce output that is JSON comp...Russell Keith-Magee
2010-03-14[1.1.X] Made a Python 2.3 compatibility test fix.Karen Tracey
2010-03-14[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...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 #11891 -- Ensured that attributes of get_absolute_url are prese...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 #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] 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