summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-12Fixed a test that was failing with PostGIS.Aymeric Augustin
2014-01-12Restored a test broken by overzealous PEP8 cleanupAymeric Augustin
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-12Merge pull request #2163 from apollo13/signalsFlorian Apolloner
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12Fixed a test isolation issue. Refs #17062.Aymeric Augustin
2014-01-12Fixed #21413 -- resolve_columns fields misalignmentAnssi Kääriäinen
2014-01-12Fixed #21756 -- Skipped two timezone-related tests on Windows.Aymeric Augustin
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2014-01-11Fixed #21752 -- Prevented custom widget step attribute to be overwrittenClaude Paroz
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-10Fixed #21513 -- Added method_decorator support for argumented decoratordpwrussell
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2014-01-09Fixed removal of signal receivers in Python 3.4Florian Apolloner
2014-01-08Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin
2014-01-08Merge pull request #2151 from manfre/ticket-21746Anssi Kääriäinen
2014-01-08Fixed #21746 - Fixed test_get_reverse_on_unsaved_object test.Michael Manfre
2014-01-08Fixed #21745 - Feature check UniqueTest.test_unique_nullMichael Manfre
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Renamed a couple models to prevent duplicate names.Aymeric Augustin
2014-01-05Fixed app registry cleanup in app-loading tests.Aymeric Augustin
2014-01-05Fixed test for models in non-installed apps.Aymeric Augustin
2014-01-05Removed useless model definitions.Aymeric Augustin
2014-01-03Suppressed ResourceWarning in files testsClaude Paroz
2014-01-03Fixed selenium failure.Florian Apolloner
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2014-01-01Prevented calling setup() inside catch_warningsClaude Paroz
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Removed unused function in test_runner testsPreston Timmons
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-31Made DeprecationDisplayTest more robustClaude Paroz
2013-12-31Finished renaming syndication to syndication_testsClaude Paroz
2013-12-31Renamed syndication testsClaude Paroz
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Merge pull request #2126 from apollo13/email_bytesFlorian Apolloner
2013-12-30Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
2013-12-29Deprecated the app argument of apps.get_models.Aymeric Augustin
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Changed sql_* to use an app config instead of a models module.Aymeric Augustin
2013-12-29Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin