summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Added a missing import and removed an unneeded importAlex Gaynor
2013-12-24Merge pull request #2108 from jgastal/masterAlex Gaynor
2013-12-24Typo fix for exception message.Jonas Gastal
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-24Fixed #21662 -- Kept parent reference in prepared geometryClaude Paroz
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-24Use cached_property for request.GET and request.COOKIESCurtis
2013-12-24Invalidated get_models cache in a few more places.Aymeric Augustin
2013-12-24Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin
2013-12-24Fixed override_settings when set_available_apps raises an exception.Aymeric Augustin
2013-12-23Renamed two tests so they actually run.Aymeric Augustin
2013-12-23Avoided loading repeatedly the same models module.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-23Used a more translator-friendly format in admin sites.pyClaude Paroz
2013-12-22Fixed #21651 -- Remove recapitalize.Marc Tamlyn
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-22Syntax error.Aymeric Augustin
2013-12-22Renamed has_model to get_registered_models.Aymeric Augustin
2013-12-22Changed has_app to return a boolean.Aymeric Augustin
2013-12-22Used application verbose names in the admin.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-22Renamed registered_model to has_model.Aymeric Augustin
2013-12-22Stopped iterating on INSTALLED_APPS.Aymeric Augustin
2013-12-22Not all Python modules have a __path__.Aymeric Augustin
2013-12-22Populated models only when necessary in get_app_config[s].Aymeric Augustin
2013-12-22Deprecated load_app().Aymeric Augustin
2013-12-22Added an _-prefix to pending lookups because it's transient.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-22Added a context manager to hold the import lock.Aymeric Augustin
2013-12-22Fixed #21643 -- repeated execution of qs with F() + timedeltaAlexey Voronov
2013-12-20Revert "Changed admin/templates/admin/index.html to make <caption> translatable"Aymeric Augustin