summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-12-12[1.2.X] Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY...Alex Gaynor
2010-12-12[1.2.X] Converted the Argentina localflavor doctests to unittests. We have a...Alex Gaynor
2010-12-08[1.2.X] Ensure that a Popen object is closed promptly during the tests. Backp...Alex Gaynor
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation o...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ...Russell Keith-Magee
2010-12-04[1.2.X] Fixed a broken test introduced in [14786].Alex Gaynor
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-12-03[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...Alex Gaynor
2010-12-03[1.2.X] Added a regression test for r14781.Ian Kelly
2010-12-02[1.2.X] Fixed broken German localflavor test introduced in r14627. Thanks for...Jannis Leidel
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-12-01[1.2.X] Fixed result ordering assumptions in the select_related tests.Ian Kelly
2010-11-30[1.2.X] Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header mor...Ramiro Morales
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-22[1.2.X] Fixed #14754 -- corrected using an aggregate in an F expressions when...Alex Gaynor
2010-11-21[1.2.X] Fixed #14453 -- Changed handling of microseconds part in typecast_tim...Ramiro Morales
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20[1.2.X] Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for ...Carl Meyer
2010-11-19Corrected some issues with the backport from [14627].Alex Gaynor
2010-11-19[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...Ramiro Morales
2010-11-19[1.2.X] Began converting localflavor doctests into unittests, starting with t...Alex Gaynor
2010-11-19[1.2.X] Corrected the way databases were compared. This allows running the t...Alex Gaynor
2010-11-18[1.2.X] Converted the model_regress doctests into unittests. We have always ...Alex Gaynor
2010-11-18[1.2.X] Fixed pk uniqueness validation for new objects created outside of a M...Carl Meyer
2010-11-18[1.2.X] Fixed #14234 -- Re-validating a model instance added via ModelForm no...Carl Meyer
2010-11-17[1.2.X] Fixed #14423 -- corrected incorrect SQL being generated when a nullab...Alex Gaynor
2010-11-17[1.2.X] Migrated model_formsets doctests. Thanks to Gregor Müllegger for the...Russell Keith-Magee
2010-11-17[1.2.X] Fixed #11369 -- Corrected verbose_name_plural model Meta option to be...Ramiro Morales
2010-11-17[1.2.X] Fixed #12687 -- fixed an issue with aggregates and counts in conjunct...Alex Gaynor
2010-11-16[1.2.X] Fixed #14691 -- Made ForeignKey.validate() use the right database. Th...Ramiro Morales
2010-11-16[1.2.X] Migrated model_inheritance_regress doctests. Thanks to Gregor Mülleg...Russell Keith-Magee
2010-11-16[1.2.X] Migrated forms (minus localflavor) doctests. A huge thanks to Daniel ...Russell Keith-Magee
2010-11-16[1.2.X] Added a test for using an `__in` lookup with a ValueListQueryset from...Alex Gaynor
2010-11-14[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...Ramiro Morales
2010-11-12[1.2.X] Backport of r14547 from trunk.Ian Kelly
2010-11-12[1.2.X]Converted m2m_signals from doctests to unittests. Thanks to Gregor MÃ...Alex Gaynor
2010-11-12[1.2.X] Backport of r14545 from trunk.Ian Kelly
2010-11-12[1.2.X] Backport of r14537 from trunk.Ian Kelly
2010-11-11[1.2.X] Removed the executable bit from a test file, it wasn't. Thanks to Fl...Alex Gaynor
2010-11-11[1.2.X] Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-08[1.2.X] Corrected some backporting errors in the template tests.Russell Keith-Magee
2010-11-04[1.2.X] Fixed #11966 -- Made it possible to use a percent sign in a translati...Jannis Leidel
2010-11-04[1.2.X] Converted templates doctests into unittests. We have always been at ...Alex Gaynor
2010-11-02[1.2.X] Fixed #10728 -- corrected subclassing of Fields who use the SubfieldB...Alex Gaynor
2010-11-02[1.2.X] Fixed a few more cases of the tests not properly restoring sys.path (...Alex Gaynor
2010-11-02[1.2.X] Properly handle the fact that lists are mutable when trying to mainta...Alex Gaynor
2010-11-02[1.2.X] Migrated app_loading doctests.Russell Keith-Magee
2010-11-02[1.2.X] Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmo...Russell Keith-Magee
2010-11-02[1.2.X] Migrated lookup doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2010-11-02[1.2.X] Migrated basic doctests. Thanks to Preston Timmons for the patch.Russell Keith-Magee