summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2009-06-29[1.0.X] Fixed #11392 -- Enforced a predictable result order for a couple of t...Russell Keith-Magee
2009-06-15[1.0.X] Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caus...Russell Keith-Magee
2009-06-08[1.0.X] Fixed #10785 -- Corrected a case for foreign key lookup where the rel...Russell Keith-Magee
2009-05-20[1.0.X] Fixed #11134: signals recievers that disconnect during their processi...Jacob Kaplan-Moss
2009-05-19[1.0.X] Fixed #9308 -- Corrected the updated of nullable foreign key fields w...Russell Keith-Magee
2009-05-17[1.0.X] Fixed #11066 -- Corrected 11 duplicate "the"s found in docs and code ...Karen Tracey
2009-05-08[1.0.X] Fixed #9493 -- Corrected error handling of formsets that violate uniq...Russell Keith-Magee
2009-05-02[1.0.X] Fixed #10349 -- Modified ManyToManyFields to allow initial form value...Russell Keith-Magee
2009-04-30[1.0.X] Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ...Russell Keith-Magee
2009-04-13[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that...Russell Keith-Magee
2009-04-05[1.0.X] Fixed the test case from [10399] to be more robust against the order ...Jacob Kaplan-Moss
2009-04-05[1.0.X] Fixed #10080: `call_command` now takes option defaults into account, ...Jacob Kaplan-Moss
2009-04-05Fixed #9989: fixed a subtle edge case where removing signals could break. Tha...Jacob Kaplan-Moss
2009-04-04[1.0.X] Replace test use of assertTrue with failUnless. No matter how many ti...Karen Tracey
2009-04-01[1.0.x] Backport of r10348 from trunk, plus missing tests that should have be...Joseph Kocherhans
2009-03-31[1.0.X] Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10413: RelatedManager.add no longer fails silenty when trying ...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #10157: correctly set the related objects pk when assigning a r...Jacob Kaplan-Moss
2009-03-31[1.0.X] Forms in model formsets and inline formsets can now be deleted even i...Joseph Kocherhans
2009-03-30[1.0.X]: Fixed #9978 -- Fixed a KeyError exception that was being raised when...Gary Wilson Jr
2009-03-30[1.0.X] Fixed #10149. FileFields? in a form now validate max_length. Based on...Joseph Kocherhans
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2009-02-24[1.0.X] Fixed #10347 -- Fixed incorrect AttributeError raised when attempting...Karen Tracey
2009-02-23[1.0.X] Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFor...Brian Rosner
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
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] Removed one test that is only intended for PostgreSQL from theMalcolm Tredinnick
2008-11-21[1.0.X] Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey
2008-11-16[1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
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 #9039 take 2 -- Modified the new tests added in [9240] so they ...Karen Tracey
2008-10-21[1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL...Karen Tracey
2008-10-10[1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this...Jacob Kaplan-Moss
2008-10-10[1.0.X] Be nice to buildbots: switched `modeltests/files` to use a proper iso...Jacob Kaplan-Moss
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss
2008-09-02Fixed #8795: unique_together validation no longer fails on model forms that e...Jacob Kaplan-Moss
2008-09-02Fixed #8196 -- Make the model_form tests also pass if you don't have PILMalcolm Tredinnick
2008-09-01Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...Brian Rosner
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-09-01Fixed #8763: added an explicit ordering to the generic_relations test so that...Jacob Kaplan-Moss