summaryrefslogtreecommitdiff
path: root/tests
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-12[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ...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-06Fixed test failure that was occurring since r12909Luke Plant
2010-04-05[1.1.X] Added file mistakenly ommitted from r12917Russell Keith-Magee
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-03[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when t...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-31[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback to...Brian Rosner
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-25[1.1.X] Modified the delete test to clean up after itself properly, so that t...Russell Keith-Magee
2010-03-25[1.1.X] Fixed #12286 -- Modified the test case added in r12828 so that it pas...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 #13171 -- Corrected the field_subclassing unit test. Thanks to ...Russell Keith-Magee
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-21[1.1.X] Fixed #12286: Ensure proxied model's table is created.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] Added a transaction rollback needed to clean up after the test introd...Russell Keith-Magee
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-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