summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-01-05[soc2009/model-validation] Merged from trunk up to [12093].Joseph Kocherhans
2010-01-04[soc2009/model-validation] Removed the ComplexValidator code in preparation f...Joseph Kocherhans
2010-01-04[soc2009/model-validation] removed directory accidentaly committedHonza Král
2010-01-04[soc2009/model-validation] Merged to trunk at r12070Honza Král
2009-12-29[soc2009/model-validation] Migrated CharField to use validatorsHonza Král
2009-12-28[soc2009/model-validation] Merget to trunk at r12009Honza Král
2009-12-07[soc2009/model-validation] Merged to trunk at r11791Honza Král
2009-11-07[soc2009/model-validation] Merged to trunk at r11724Honza Král
2009-10-12[soc2009/model-validation] Merged to trunk at r11603Honza Král
2009-09-11[soc2009/model-validation] Fixed #11826 django.forms.fields.URLField rejects ...Honza Král
2009-09-11[soc2009/model-validation] Merged to trunk at r11499Honza Král
2009-09-11[soc2009/model-validation] Merged to trunk at r11478Honza Král
2009-08-15[soc2009/model-validation] validators refactoringHonza Král
2009-08-05[soc2009/model-validation] Merged to trunk at r11365Honza Král
2009-07-15[soc2009/model-validation] Merget to trunk at r11229Honza Král
2009-07-05[soc2009/model-validation] Fixed test for CharField validationHonza Král
2009-07-05[soc2009/model-validation] Name tests migrated from doctestsHonza Král
2009-07-05[soc2009/model-validation] use assertEqual(a, b) instead of assertEqual(True,...Honza Král
2009-07-05[soc2009/model-validation] Make sure that all validators in the same group (s...Honza Král
2009-07-05[soc2009/model-validation] renamed fields_unit to just fieldsHonza Král
2009-07-05[soc2009/model-validation] Removing the doctests replaced by fields_unitHonza Král
2009-07-02[soc2009/model-validation] Merged to trunk at r11155Honza Král
2009-07-02[soc2009/model-validation] Minor test tweakHonza Král
2009-06-21[soc2009/model-validation] some test refactoringHonza Král
2009-06-21[soc2009/model-validation] Added error message checkingHonza Král
2009-06-21[soc2009/model-validation] Migrated FormField tests to unittestsHonza Král
2009-06-21Merged to trunk at r11079Honza Král
2009-06-18[soc2009/model-validation] merged to trunk at r11032Honza Král
2009-06-08[soc2009/model-validation] Merged to trunk at r10941Honza Král
2009-06-03[soc2009/model-valition] Merged to trunk at r10914Honza Král
2009-06-01[soc2009/model-validation] Corrected test for #10750Honza Král
2009-06-01[soc2009/model-validation] Added test for field.blankHonza Král
2009-06-01[soc2009/model-validation] Split save_instance into make and save_madeHonza Král
2009-06-01[soc2009/model-validation] Implemented some basic validation on model Fields ...Honza Král
2009-06-01[soc2009/model-validation] Moved ValidationError to django.core.exceptions an...Honza Král
2009-05-20Modified a test from r10787 so that the comparison order is reliable. Thanks ...Russell Keith-Magee
2009-05-19Fixed #11149 -- Don't call save_form_data on file-type fields multiple times ...Karen Tracey
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-05-15Fixed import statement in admin_views test to work with Python 2.3.Matt Boersma
2009-05-15Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ...Russell Keith-Magee
2009-05-15Corrected tests from [10784]; instead of retrieving two comments, it was retr...James Bennett
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-05-14Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...Jacob Kaplan-Moss
2009-05-14Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...Jacob Kaplan-Moss
2009-05-13Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that...Russell Keith-Magee
2009-05-12Fixed #9751: admin scripts now calculate the project directory correctly when...Jacob Kaplan-Moss
2009-05-11Fixed #11032: close() a file explictly open()'d in a test, so that deleting t...Karen Tracey
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-10Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...Russell Keith-Magee
2009-05-10Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee