summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2009-03-30[1.0.X]: Fixed #8462 -- Made `length` and `length_is` template filters fail s...Gary Wilson Jr
2009-03-30[1.0.X]: Made the template tests error output a bit more pretty.Gary Wilson Jr
2009-03-29[1.0.X]: Removed an inadvertent raise statement added in [8777] and added the...Gary Wilson Jr
2009-03-24[1.0.X] Fixed #10589 -- Removed duplicated model definition in null_fk_orderi...Russell Keith-Magee
2009-03-24[1.0.X] Fixed #9926 -- Fixes for some select_related() situations.Malcolm Tredinnick
2009-03-23[1.0.X] Added an import that should have been included in [10126].Ian Kelly
2009-03-23[1.0.X] Fixed a false failure in the test suite when running Oracle. Backport...Ian Kelly
2009-03-20[1.0.X] Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored t...Russell Keith-Magee
2009-03-18Fixed #10526 -- More fixes when specifying installed apps using "foo.*".Malcolm Tredinnick
2009-03-15[1.0.X] Use plain model.Manager, or suitable proxy, for model saving.Malcolm Tredinnick
2009-03-13[1.0.X] Fixed #10238: coerce TextField values to unicode in the oracle backen...Ian Kelly
2009-03-10[1.0.X] Backport of [10024] from trunk. Refs #10443: Added Oracle to the #104...Ian Kelly
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2009-03-10[1.0.X] Fixed #10439 -- Fixed a subtle test failure caused by r9995.Malcolm Tredinnick
2009-03-10[1.0.X] Fixed #10443 -- Fixed model attribute updating after r10004.Malcolm Tredinnick
2009-03-08[1.0.x] Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits ...Malcolm Tredinnick
2009-03-08[1.0.X] Fixed #10432 -- Handle all kinds of iterators in queryset filters.Malcolm Tredinnick
2009-03-06[1.0.X] Fixed #9649 -- Better error handling in model creation.Malcolm Tredinnick
2009-03-06[1.0.X] Improved table join handling for comparisons against NULL.Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10406 -- Fixed some problems with model inheritance and pk fie...Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10251 -- Fixed model inheritance when there's also an explicit...Malcolm Tredinnick
2009-03-04[1.0.X] Changed the row count value returned from update queries in some cases.Malcolm Tredinnick
2009-03-04[1.0.X] Fixed #10362 -- An update() that only affects a parent model no longe...Malcolm Tredinnick
2009-03-02[1.0.X] Removed a test that was accidentally merged as part of r9927.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed a misnamed test that was inadvertently hiding an earlier one.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed insert/update handling when no database interaction is required.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #10202 -- Fixed another couple of slicing edge-cases with query...Malcolm Tredinnick
2009-02-28[1.0.X] Fixed #10028 -- Fixed a problem when ordering by related models.Malcolm Tredinnick
2009-02-24[1.0.X] Fixed #9214: EmailMessage now respects the From header instead of bli...Jacob Kaplan-Moss
2009-02-22[1.0.X] Fixed #10256 -- Corrected the interaction of extra(select=) with valu...Russell Keith-Magee
2009-02-11[1.0.X] Fixed #5903 -- DecimalField.get_default() now correctly returns a Dec...Brian Rosner
2009-01-18[1.0.X] Corrected code in serializers_regress testcase so that, in the case w...Karen Tracey
2009-01-16[1.0.X] Fixed #5543: callproc() and friends now work with Oracle and our Form...Matt Boersma
2009-01-08[1.0.X] Fixed #9985 -- qs.values_list(...).values(...) was constructing incor...Malcolm Tredinnick
2009-01-03[1.0.X] Fixed #9942 -- Added a to_python handler for FloatField to ensure cor...Russell Keith-Magee
2008-12-23[1.0.X] Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an adm...Gary Wilson Jr
2008-12-16[1.0.X] Fixed #9859 -- Added another missing force_unicode needed in admin wh...Karen Tracey
2008-12-16[1.0.X] Fixed #9786 -- Fixed inequality checking for django.db.models.fields....Malcolm Tredinnick
2008-12-08[1.0.X] This fixes a group of problems in the SQL created by QuerySet.exclude()Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9188 -- Fixed a case where we were generating syntactically in...Malcolm Tredinnick
2008-12-02[1.0.X] Fixed #9706: made SlugField honor max_length in Oracle, matching the ...Ian Kelly
2008-12-02[1.0.X] Fixed #9736 -- Added quoting to the SQL constraint names generated du...Russell Keith-Magee
2008-11-16[1.0.X] Fixed #9608: Ensured a Model's default repr() is printable even if it...Karen Tracey
2008-11-16[1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date fi...Malcolm Tredinnick
2008-11-15[1.0.X] Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_fo...Brian Rosner
2008-11-15[1.0.X] Fixed #6948 -- The join filter was escaping the literal valueMalcolm Tredinnick
2008-11-14[1.0.X] Fixed #9592 -- Create data for the generic_inline_admin test during s...Karen Tracey
2008-11-13[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is not...Brian Rosner