summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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 #10347 -- Fixed incorrect AttributeError raised when attempting...Karen Tracey
2009-02-24[1.0.X] Fixed #9214: EmailMessage now respects the From header instead of bli...Jacob Kaplan-Moss
2009-02-23[1.0.X] Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFor...Brian Rosner
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-02-03Fixed #10075: Allowed saving of inline-edited models that use multi-table inh...Karen Tracey
2009-01-23[1.0.X] Fixed #10103: Testcase fix for Jython compatibility. Thanks for repor...Karen Tracey
2009-01-19[1.0.X] Fixed #10069 -- Fixed the model form unique validation code to not pr...Karen Tracey
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-21[1.0.X] Fixed #9865 -- Allow saving of new inline-edited objects with custom ...Karen Tracey
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] Removed one test that is only intended for PostgreSQL from theMalcolm Tredinnick
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-21[1.0.X] Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey
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 #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
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
2008-11-12[1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to the...Karen Tracey
2008-11-10[1.0.X] Fixed #7064: Made DemicmalField validation support max_digits equal t...Karen Tracey
2008-11-10[1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default widget....Karen Tracey
2008-11-10[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ...Karen Tracey
2008-11-09[1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/re...Karen Tracey
2008-11-08[1.0.X] Fixed #5748 -- Made floatformat filter round properly on all platform...Karen Tracey
2008-11-06[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e...Karen Tracey
2008-11-06[1.0.X] Fixed #9011 -- Corrected handling of fixture files that contain error...Russell Keith-Magee
2008-11-05[1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ensur...Karen Tracey
2008-11-04[1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fi...Karen Tracey
2008-11-01[1.0.X] Fixed #9494 -- Ensure the foreign key in an inline formset is always ...Brian Rosner
2008-10-31[1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields...Brian Rosner
2008-10-28[0.5.X] Fixed #9462 -- Set the instance in an inline formset correctly so tha...Brian Rosner
2008-10-28[1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, since i...Karen Tracey
2008-10-28[1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] so they ...Karen Tracey
2008-10-24[1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ...Karen Tracey
2008-10-24[1.0.X] Fixed #9411 -- Changed the test from r9081 to be more robust across d...Karen Tracey
2008-10-24[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's noMalcolm Tredinnick