summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-28Populated non-master app registries.Aymeric Augustin
2013-12-28Fixed doc indentation in previous commit.Tim Graham
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-12-28Worked around a bug in python 3.3.3. Refs #21093Florian Apolloner
2013-12-28Implemented #10164 for new schema migration code.Ramiro Morales
2013-12-28Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.Florian Apolloner
2013-12-28Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
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-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-28Simplified the implementation of register_model.Aymeric Augustin
2013-12-27Amend test table name so it doesn't clash.Ramiro Morales
2013-12-27Merge pull request #2120 from ramiro/schema-creation-quotingRamiro Morales
2013-12-27Avoided %r formatting on possibly unicode strings.Aymeric Augustin
2013-12-27Fixed #21692 -- Quote table name when creating it.Ramiro Morales
2013-12-27Refactored dumpdata with app configs instead of models modules.Aymeric Augustin
2013-12-27Fixed a couple flake8 warnings.Aymeric Augustin
2013-12-27Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
2013-12-27Created a constant for the migrations module name.Aymeric Augustin
2013-12-27Don't try to load app directory templates from apps with a path (eg eggs)Florian Apolloner
2013-12-27Properly app_template_dirs when INSTALLED_APPS change.Florian Apolloner
2013-12-26Fixed #21582 -- Corrected URL namespace example.Tim Graham
2013-12-26Used app_config.verbose_name instead of app_label|capfirst.Aymeric Augustin
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