summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-29Replaced Options.object_name.lower() by Options.model_name.Aymeric Augustin
2013-12-29Cleared get_models cache when swapping User model.Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-29Skipped inclusion of scripts (pip will take care of that).Florian Apolloner
2013-12-28Added generation of SQLite FK DDL in initial migrations.Ramiro Morales
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-28Simplified Apps.get_model and added AppConfig.get_model.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 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-27Switched setup.py to setuptools.Florian Apolloner
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