summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick
2009-02-28Fixed #5610 -- Added the ability for dumpdata to take individual model names,...Russell Keith-Magee
2009-02-27Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...Russell Keith-Magee
2009-02-24Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey
2009-02-24Fixed #10161 -- Modified evaluation of query expressions to allow for operato...Russell Keith-Magee
2009-02-23Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...Russell Keith-Magee
2009-02-23Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner
2009-02-16Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey
2009-02-16Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey
2009-02-11Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...Brian Rosner
2009-02-08Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...Karen Tracey
2009-02-03Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...Karen Tracey
2009-02-03Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...Russell Keith-Magee
2009-01-29Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee
2009-01-23Fixed #10089 -- Corrected handling of aggregates when the query set contains ...Russell Keith-Magee
2009-01-23Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...Karen Tracey
2009-01-19Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...Karen Tracey
2009-01-16Fixed #10044: You can now assign directly to file fields (`instance.filefield...Jacob Kaplan-Moss
2009-01-15Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee
2008-12-21Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...Karen Tracey
2008-12-16Removed one test that is only intended for PostgreSQL from the visibility ofMalcolm Tredinnick
2008-12-09Fixed #9778 -- Added some special casing of the "Join on field 'abc'" errorMalcolm Tredinnick
2008-12-08Added a 'permanent' argument the simple.redirect_to() generic view. It's True...Adrian Holovaty
2008-11-24Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...Jacob Kaplan-Moss
2008-11-21Fixed #9615 -- Typo fix to testcase. Thanks jarrow.Karen Tracey
2008-11-16Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
2008-11-05Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c...Karen Tracey
2008-11-04Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...Karen Tracey
2008-11-01Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...Brian Rosner
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-28Fixed #9462 -- Set the instance in an inline formset correctly so that None d...Brian Rosner
2008-10-28Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on ...Karen Tracey
2008-10-21Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL...Karen Tracey
2008-10-10Yet more file storage testing cleanup for the sake of buildbots; this should ...Jacob Kaplan-Moss
2008-10-10Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...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
2008-09-01Repaired an oversight from [8772] that let made certain types of fields with ...Jacob Kaplan-Moss
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-09-01Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...Russell Keith-Magee
2008-08-31Enforce max_num=1 on inline model formsets that have a unique foreign key to ...Brian Rosner
2008-08-31Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...Jacob Kaplan-Moss