summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-04-15Fixed a test failure under Postgres caused by primary key sequence allocation.Russell Keith-Magee
2010-04-15Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee
2010-04-14Fixed Python 2.4 incompatibility introduced in r12972.Karen Tracey
2010-04-14Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey
2010-04-13Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...Russell Keith-Magee
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-12Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...Russell Keith-Magee
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner
2010-04-12Refs #13167 -- Corrected a regression in the way non-existent variables are h...Russell Keith-Magee
2010-04-12Fixed #11696: Changed app loading code so that it does not swallow import err...Karen Tracey
2010-04-11Fixed #13301 -- Corrected problem with capitalization of changelist row heade...Russell Keith-Magee
2010-04-11Fixed #13298 -- Modified test assertion to ensure that javascript variables a...Russell Keith-Magee
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2010-04-09Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-04-09Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee
2010-04-05Fixed #13038 -- Ensured that readonly fields in the admin have their name add...Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-04-04Tweaked a test model in delete_regress to avoid having a column name that cau...Karen Tracey
2010-04-04Fixed #13082 -- Slight modification to an Oracle test to avoid a problem caus...Russell Keith-Magee
2010-04-04Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee
2010-04-02Fixed #11956 -- Modified the handling of m2m relationships between subclasses...Russell Keith-Magee
2010-04-01Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee
2010-04-01Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee
2010-03-31Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...Russell Keith-Magee
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee
2010-03-30Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...Russell Keith-Magee
2010-03-29Fixed #13239 -- Forced the deletion of the Popen object, avoiding a bug in Py...Russell Keith-Magee
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-27Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee
2010-03-27Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...Russell Keith-Magee
2010-03-26Fixed #13174 -- Fixed missing field label for `readonly_fields` when used in ...Gary Wilson Jr
2010-03-26Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...Russell Keith-Magee
2010-03-23Fixed #13173: Made the admin_scripts tests pass when the running python execu...Karen Tracey
2010-03-23Fixed #12612 -- Corrected handling of parameter formatting in SQLite backend ...Russell Keith-Magee
2010-03-22Fixed #12554 again: Corrected regression in silencing attribute lookups intro...Karen Tracey
2010-03-22Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-21Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,Karen Tracey
2010-03-21Fixed #13004: Ensure the add page for a model with a ManyToManyField specifiedKaren Tracey
2010-03-21Fixed #12778 - Added media handling abilities to admin inlines. Thanks for th...Jannis Leidel
2010-03-20Fixed #12554: Silence exceptions that have specified silent_variable_failure=...Karen Tracey
2010-03-20Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...Karen Tracey
2010-03-20Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...Russell Keith-Magee
2010-03-20Fixed #13054 - Only apply grouping to integer part of numbers if explicitly w...Jannis Leidel
2010-03-20Fixed #12937 -- Corrected the operation of select_related() when following an...Russell Keith-Magee
2010-03-20Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...Karen Tracey
2010-03-20Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...Russell Keith-Magee
2010-03-19Fixed #13152 -- Ensure the test client saves the session before writing the s...Russell Keith-Magee
2010-03-18Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...Russell Keith-Magee