summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
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
2008-08-09Fixed #8187: made PIL imports consistant. Thanks, bastih.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-08-08Fixed #6523 -- Use the correct cast on field types for PostgreSQL whenMalcolm Tredinnick
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
2008-08-01Fixed #8070 -- Cache related objects passed to Model init as keyword argument...Gary Wilson Jr
2008-08-01Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...Brian Rosner
2008-08-01Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...Brian Rosner
2008-08-01Fixed #2175: Added tests for models with multiple GenericForeignKeysLuke Plant
2008-08-01Fixed #8059 -- Added additional clarification to the ordering of Memberships ...Russell Keith-Magee