summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-27Switched setup.py to setuptools.Florian Apolloner
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
2013-12-26Added a test for Apps.has_app.Aymeric Augustin
2013-12-26Fixed #21609 -- Amended CONTRIBUTING.rst pull request guidelines.Tim Graham
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-26Normalized exceptions raised by AppConfig.create.Aymeric Augustin
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-26Made unset_installed_apps reset the app registry state.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-26Beefed up the comments for AppConfig.all_models.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-26Added missing newline in previous commit.Tim Graham
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26Added 1.6.2 release note for 542198c1dClaude Paroz
2013-12-25Merge pull request #2114 from levigross/masterAlex Gaynor
2013-12-25Removed redundant lineLevi Gross
2013-12-25Swapped app registry and app config API docs.Aymeric Augustin
2013-12-25Merge pull request #2105 from funkybob/cleanup_get_postAymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-25Fixed unittest typoLevi Gross
2013-12-25Added versionadded annotations for redirect middleware attributes.Tim Graham
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-25Fixed #21669 -- Typo in docs/ref/forms/fields.txt.Tim Graham
2013-12-24Copy-edited previous commit.Aymeric Augustin
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