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