summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2008-11-16[1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm 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-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
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-29Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner
2008-08-28Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...Malcolm Tredinnick
2008-08-26Removed trailing whitespace in a few files.Gary Wilson Jr
2008-08-25Fixed #8542 -- Made the model_formstests tests from [8528] a little lessMalcolm Tredinnick
2008-08-25Fixed #8285: signal handlers that aren't functions work under DEBUG. This sli...Jacob Kaplan-Moss
2008-08-25Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values asMalcolm Tredinnick
2008-08-25Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...Brian Rosner
2008-08-23Fixed #7042 -- The management validation command nows alerts users to theMalcolm Tredinnick
2008-08-23Fixed #8040 -- SlugField now returns a proper formfield to deal with validati...Brian Rosner
2008-08-22Fixed #7947 -- Handle the display of OneToOneField in model forms correctly. ...Brian Rosner
2008-08-20There are some variations in the printed names of exceptions between Oracle andMalcolm Tredinnick
2008-08-19Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...Russell Keith-Magee
2008-08-15Fixed #6970 -- Raise the original `IntegrityError` when all required fields a...Gary Wilson Jr
2008-08-14Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr
2008-08-12Minor correction for [8325].Gary Wilson Jr
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-08-12Added savepoint support to the transaction code.Malcolm Tredinnick
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-09Updated the tests.Malcolm Tredinnick
2008-08-09Added the ability to force an SQL insert (or force an update) via a model'sMalcolm Tredinnick