summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-28Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz
2013-12-28Removed the only_installed argument of Apps.get_models.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Stopped calling apps.get_model with only_installed=False.Aymeric Augustin
2013-12-28Populated non-master app registries.Aymeric Augustin
2013-12-28Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).Florian Apolloner
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-28Migrated built-in AppCommands to use handle_app_config.Aymeric Augustin
2013-12-27Amend test table name so it doesn't clash.Ramiro Morales
2013-12-27Fixed #21692 -- Quote table name when creating it.Ramiro Morales
2013-12-27Fixed a couple flake8 warnings.Aymeric Augustin
2013-12-26Added a test for Apps.has_app.Aymeric Augustin
2013-12-26Added file forgotten in previous commit, plus one more test.Aymeric Augustin
2013-12-26Added tests for invalid values of INSTALLED_APPS.Aymeric Augustin
2013-12-26Added basic tests for get_app_config[s].Aymeric Augustin
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
2013-12-26Turned apps.ready into a property. Added tests.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-25Fixed unittest typoLevi Gross
2013-12-24Added a missing import and removed an unneeded importAlex Gaynor
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin
2013-12-23Renamed two tests so they actually run.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin