summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-12-28Populated non-master app registries.Aymeric Augustin
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
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-23Added modify_settings to alter settings containing lists of values.Aymeric Augustin
2013-12-23Refactored INSTALLED_APPS overrides.Aymeric Augustin
2013-12-22Fixed a flaky test.Aymeric Augustin
2013-12-22Made apps available for loading traslations in a test.Aymeric Augustin
2013-12-22Moved a test that didn't require Selenium.Aymeric Augustin
2013-12-22Made AppConfig importable from django.apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Added the ability to supply custom app configs.Aymeric Augustin
2013-12-22Complained on override_settings(INSTALLED_APPS=...).Aymeric Augustin
2013-12-22Improved set_available_apps() in several ways.Aymeric Augustin
2013-12-22Expurged INSTALLED_APPS from code and tests.Aymeric Augustin
2013-12-22Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-22Deprecated load_app().Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-22Implemented two-stage app-cache population.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-22Removed the only_installed argument of get_app_config[s].Aymeric Augustin
2013-12-22Refactored registration of models.Aymeric Augustin
2013-12-22Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
2013-12-20Set stacklevel for the override_settings warning.Aymeric Augustin
2013-12-20Fixed #21639 -- Implemented RenderContext.__getitem__Alex Hill
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-12-18Refs #17413 -- Added isinstance backward compatibility on ErrorList.Loic Bistuer
2013-12-17Removed forgotten reference to the borg pattern.Aymeric Augustin
2013-12-17Deborgified the app cache.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin