index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-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
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-09-02
Fixed #8795: unique_together validation no longer fails on model forms that e...
Jacob Kaplan-Moss
2008-09-02
Fixed #8196 -- Make the model_form tests also pass if you don't have PIL
Malcolm Tredinnick
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-09-01
Fixed #8763: added an explicit ordering to the generic_relations test so that...
Jacob Kaplan-Moss
2008-09-01
Repaired an oversight from [8772] that let made certain types of fields with ...
Jacob Kaplan-Moss
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-09-01
Fixed #7302: Corrected quoting of columns in extra_group_by. Thanks to Ivan S...
Russell Keith-Magee
2008-08-31
Enforce max_num=1 on inline model formsets that have a unique foreign key to ...
Brian Rosner
2008-08-31
Fixed #6967: `ModelForm`s now validate choices. Thanks, mattmcc -- the failin...
Jacob Kaplan-Moss
[next]