summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2009-12-22[soc2009/multidb] Merged up to trunk r11938.Alex Gaynor
2009-12-21[soc2009/multidb] A couple of cleanups of multi-db support for raw queries, i...Alex Gaynor
2009-12-21[soc2009/multidb] Merged up to trunk r11924.Alex Gaynor
2009-12-20[soc2009/multidb] Merged up to trunk r11921. This does not include updating...Alex Gaynor
2009-12-19[soc2009/multidb] Merged up to trunk r11917.Alex Gaynor
2009-12-18[soc2009/multidb] Cleaned up the interaction between managers and the using(...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11900.Alex Gaynor
2009-12-17[soc2009/multidb] Modified using= arguments to default to None; modified quer...Alex Gaynor
2009-12-17[soc2009/multidb] Add multi-db support to fixture loading. Involves a rework ...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11885.Alex Gaynor
2009-12-15[soc2009/multidb] Corrected some test errors introduced by merging trunk. Pa...Alex Gaynor
2009-12-14[soc2009/multidb] Merged up to trunk r11864.Alex Gaynor
2009-12-13[soc2009/multidb] Merged up to trunk r11858.Alex Gaynor
2009-12-09[soc2009/multidb] Merged up to trunk r11804.Alex Gaynor
2009-11-23[soc2009/multidb] Renaming of database attributes - you now use NAME, ENGINE,...Alex Gaynor
2009-11-23[soc2009/multidb] Fix the output method of DeserializedObject - we can't assu...Alex Gaynor
2009-11-23[soc2009/multidb] Made instances sticky to the database that created them.Alex Gaynor
2009-11-23[soc2009/multidb] Modified the fixture loading, fixture dumping and synchroni...Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor
2009-11-21[soc2009/multidb] Merged up to trunk r11756.Alex Gaynor
2009-10-09[soc2009/multidb] Updated to trunk r11603. This includes a critical security...Alex Gaynor
2009-08-18[soc2009/multidb] Merged up to trunk r11467.Alex Gaynor
2009-08-06[soc2009/multidb] Fix the remaining tests that were depending on the out of d...Alex Gaynor
2009-08-06[soc2009/multidb] Fix a number of tests that were looking at settings.DATABAS...Alex Gaynor
2009-07-31[soc2009/multidb] Updated to trunk r11371.Alex Gaynor
2009-07-01[soc2009/multidb] Merged up to trunk r11127Alex Gaynor
2009-06-16[soc2009/multidb] Merged up to trunk r11009Alex Gaynor
2009-06-10[soc2009/multidb] Merged up to trunk r10973. Resolved merge conflictsAlex Gaynor
2009-06-06[soc2009/multidb] Merged up to trunk r10931. Resolved the slight merge conflictAlex Gaynor
2009-06-02[soc2009/multidb] Merged up to trunk r10865Alex Gaynor
2009-05-20Fixed #11134: signals recievers that disconnect during their processing no lo...Jacob Kaplan-Moss
2009-05-19Fixed #11116 -- Corrected the deletion of proxy objects. Thanks to Samuel Ada...Russell Keith-Magee
2009-05-19Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-11Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-07Make sure that all uses of max_length in the test suite use values smaller th...Jacob Kaplan-Moss
2009-05-07Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...Jacob Kaplan-Moss
2009-05-07Fixed #9493 -- Corrected error handling of formsets that violate unique const...Russell Keith-Magee
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-30Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor...Russell Keith-Magee
2009-04-18Fixed #10799: fixed the use of list_editable with model inheritance and custo...Jacob Kaplan-Moss
2009-04-13Fixed #9522 -- Modified handling of values in base serializer so that field s...Russell Keith-Magee
2009-04-11Fixed #10738 -- Fixed content type values for deferred and proxy models.Malcolm Tredinnick
2009-04-11Fixed the tests from #10455 so that they are set up correctly.Malcolm Tredinnick
2009-04-09Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-04-05Fixed the test case from [10399] to be more robust against the order in which...Jacob Kaplan-Moss
2009-04-05Fixed #10080: `call_command` now takes option defaults into account, sparing ...Jacob Kaplan-Moss