summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2011-06-13Shortened some test model names that were introduced in r16366 to fix running...Jannis Leidel
2011-06-13Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in...Russell Keith-Magee
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10Fixed #16210 -- Added some missing __future__ imports to support with stateme...Russell Keith-Magee
2011-06-10Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ...Russell Keith-Magee
2011-06-10Made `with` statements added in [16348] compatible with Python 2.5.Ramiro Morales
2011-06-10Fixed #16166 - `EmailField` does not comply with SMTP standardLuke Plant
2011-06-09Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven
2011-06-09Clean up unique validation tests to not use bare excepts and use assertRaises...Andrew Godwin
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-07Name this test method correctly. Refs [16334].Alex Gaynor
2011-06-07Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor
2011-05-22Fixed #16048 -- Use the base manager instead of the default manager to retrie...Jannis Leidel
2011-05-17Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...Honza Král
2011-05-05Fixes #15975 -- Test failure in model validation tests due to us now having h...Chris Beaven
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-04-22Fixed #11283 -- Made sure that latest() clears previously specified ordering ...Jannis Leidel
2011-04-22Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgould...Jannis Leidel
2011-04-20Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor).Jacob Kaplan-Moss
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-02More migrations to use RedirectView instead of redirect_toRussell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-30Removed deprecated legacy connection handling for `Field.get_db_*`.Alex Gaynor
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-26Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...Adrian Holovaty
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-09Fixed a number of tests that were failing in Oracle due to false assumptions ...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-03-04Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...Russell Keith-Magee
2011-03-04Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....Russell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-26Revert [15653], which was absolutely not ready to be committed.Alex Gaynor
2011-02-26Beginnings of test conversion.Alex Gaynor
2011-02-21Fixed #15364 -- Ensure files are closed correctly during file tests. Thanks t...Russell Keith-Magee
2011-02-19Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field_name in...Russell Keith-Magee
2011-02-05Modified wrong expected model formset output in a couple of additional tests ...Ramiro Morales
2011-01-27Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...Russell Keith-Magee
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-26Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...Alex Gaynor
2011-01-25Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...Carl Meyer
2011-01-09Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...Ramiro Morales
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-12-22Fixed #14939: Don't strip ;-parameters from URLs in the test client.Andrew Godwin
2010-12-14Tiny doc fix. Thanks kizzo.Chris Beaven
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-12-03Fixed #14700 -- ensure that a raw query is only executed once per iteration.Alex Gaynor
2010-12-01Fixed result ordering assumptions in the select_related tests.Ian Kelly
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor