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-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-03
Fixed #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 the
Malcolm 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 handling
Malcolm 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-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
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...
Brian Rosner
2008-08-28
Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...
Jacob Kaplan-Moss
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-28
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed #5937 -- When filtering on generic relations, restrict the target objec...
Malcolm Tredinnick
2008-08-26
Removed trailing whitespace in a few files.
Gary Wilson Jr
2008-08-25
Fixed #8542 -- Made the model_formstests tests from [8528] a little less
Malcolm Tredinnick
2008-08-25
Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...
Jacob Kaplan-Moss
2008-08-25
Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as
Malcolm Tredinnick
2008-08-25
Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...
Brian Rosner
2008-08-23
Fixed #7042 -- The management validation command nows alerts users to the
Malcolm Tredinnick
2008-08-23
Fixed #8040 -- SlugField now returns a proper formfield to deal with validati...
Brian Rosner
2008-08-22
Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...
Brian Rosner
2008-08-20
There are some variations in the printed names of exceptions between Oracle and
Malcolm Tredinnick
[next]