summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2014-01-01Several small whitespace fixes for styleguide/flake8 violationsAlex Gaynor
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2014-01-01Readded field unadvertantly removed in fedfd5030Claude Paroz
2014-01-01Fixed a few issues in previous commit.Aymeric Augustin
2014-01-01Properly assigned app_label to GIS test models.Aymeric Augustin
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-31Checked unicity of app config names when populating the app registry.Aymeric Augustin
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-31Fixed #21716 -- Only passed arguments supported by ogrinspectClaude Paroz
2013-12-31Small style cleanup.Aymeric Augustin
2013-12-31Fleshed out release notes for app loading.Aymeric Augustin
2013-12-31Turned django.db.models.app_cache_ready back into a method.Aymeric Augustin
2013-12-31Oops.Aymeric Augustin
2013-12-31Called django.setup() explicitly in management commands.Aymeric Augustin
2013-12-31only attempt to create the postgis extension when it does not already existThomas Schreiber
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Merge pull request #2126 from apollo13/email_bytesFlorian Apolloner
2013-12-30Decode mails using the message encoding.Florian Apolloner
2013-12-30Changed console and filebackend to use msg.as_bytes to output the data as it ...Florian Apolloner
2013-12-30Merged Apps.populate_apps() and populate_models().Aymeric Augustin
2013-12-30Removed postponing in Apps.populate_models.Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Populated Apps instances immediately by default.Aymeric Augustin
2013-12-30Added AppConfig.setup() to run setup code.Aymeric Augustin
2013-12-30Populated the app registry earlier at startup.Aymeric Augustin
2013-12-30Avoided leaking state on exceptions in populate_models().Aymeric Augustin
2013-12-29Stopped calling get_models() for a side effect.Aymeric Augustin
2013-12-29Deprecated the app argument of apps.get_models.Aymeric Augustin
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Changed get_migratable_models to use an app config.Aymeric Augustin
2013-12-29Changed sql_* to use an app config instead of a models module.Aymeric Augustin
2013-12-29Fixed stupid error in 21f22f95.Aymeric Augustin
2013-12-29Removed unused import.Aymeric Augustin
2013-12-29Removed obsolete docstring.Aymeric Augustin
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Fixed a typo.Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-29Cleared global templatetags module cache.Florian Apolloner
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-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