index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
Age
Commit message (
Expand
)
Author
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-30
Fixed #8746: Check data in raw_id_fields more closely. Thanks, dgouldin
Jacob Kaplan-Moss
2009-03-30
Fixed #9978 -- Fixed a KeyError exception that was being raised when using th...
Gary Wilson Jr
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...
Jacob Kaplan-Moss
2009-03-30
Fixed #10157: correctly set the related objects pk when assigning a reverse O...
Jacob Kaplan-Moss
2009-03-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
2009-03-19
Added a test for defer() / only() to make sure saving continues to work.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-17
Fixed #10512 -- Corrected the handling of extra fields on a ModelForm. Thanks...
Russell Keith-Magee
2009-03-15
Fixed #8164 -- Fields on a ModelForm are now ordered in the order specified i...
Russell Keith-Magee
2009-03-12
Fixed #10250 -- Added a regression test to ensure that GROUP BY statements ar...
Russell Keith-Magee
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-02-28
Fixed #5610 -- Added the ability for dumpdata to take individual model names,...
Russell Keith-Magee
2009-02-27
Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...
Russell Keith-Magee
2009-02-24
Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...
Karen Tracey
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-23
Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...
Brian Rosner
2009-02-16
Fixed #10196: Restored setting of image file width and height fields lost in ...
Karen Tracey
2009-02-16
Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...
Karen Tracey
2009-02-11
Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj...
Brian Rosner
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-03
Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...
Karen Tracey
2009-02-03
Fixed #10127 -- Corrected (no, really, this time!) the way the select_related...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2009-01-23
Fixed #10089 -- Corrected handling of aggregates when the query set contains ...
Russell Keith-Magee
2009-01-23
Fixed #10103: Testcase fix for Jython compatibility. Thanks for report and p...
Karen Tracey
2009-01-19
Fixed #10069 -- Fixed the model form unique validation code to not proceed wi...
Karen Tracey
2009-01-16
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-12-21
Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...
Karen Tracey
2008-12-16
Removed one test that is only intended for PostgreSQL from the visibility of
Malcolm Tredinnick
2008-12-09
Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
Malcolm Tredinnick
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-11-21
Fixed #9615 -- Typo fix to testcase. Thanks jarrow.
Karen Tracey
2008-11-16
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
Malcolm Tredinnick
2008-11-05
Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c...
Karen Tracey
2008-11-04
Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...
Karen Tracey
2008-11-01
Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...
Brian Rosner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-28
Fixed #9462 -- Set the instance in an inline formset correctly so that None d...
Brian Rosner
2008-10-28
Fixed #9039 take 2 -- Modified the new tests added in [9239] so they pass on ...
Karen Tracey
2008-10-21
Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL...
Karen Tracey
2008-10-10
Yet more file storage testing cleanup for the sake of buildbots; this should ...
Jacob Kaplan-Moss
2008-10-10
Be nice to buildbots: switched `modeltests/files` to use a proper isolated di...
Jacob Kaplan-Moss
2008-09-03
Fixed #8669 -- Use a consistent version of create() across the board for
Malcolm Tredinnick
[prev]
[next]