summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2009-03-31Forms in model formsets and inline formsets can now be deleted even if they d...Joseph Kocherhans
2009-03-30Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldinJacob Kaplan-Moss
2009-03-30Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...Gary Wilson Jr
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-30Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss
2009-03-30Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().Joseph Kocherhans
2009-03-19Added a test for defer() / only() to make sure saving continues to work.Malcolm Tredinnick
2009-03-19Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick
2009-03-18Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).Malcolm Tredinnick
2009-03-17Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...Russell Keith-Magee
2009-03-15Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...Russell Keith-Magee
2009-03-12Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...Russell Keith-Magee
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