summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-31Oops.Aymeric Augustin
2013-12-31Made DeprecationDisplayTest more robustClaude Paroz
2013-12-31Called django.setup() explicitly in management commands.Aymeric Augustin
2013-12-31Changed setup.py to use find_packages.Florian Apolloner
2013-12-31Finished renaming syndication to syndication_testsClaude Paroz
2013-12-31only attempt to create the postgis extension when it does not already existThomas Schreiber
2013-12-31Renamed syndication testsClaude Paroz
2013-12-31Added release notes for today's app-loading improvements.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Fixed a broken link in docs/intro/tutorial01.txt.Tim Graham
2013-12-30Merge pull request #2126 from apollo13/email_bytesFlorian Apolloner
2013-12-30Fixed #21708 -- Added some headings to separate unrelated topics.Tim Graham
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-30Fixed #21710 -- Documented User.get_short_name()Tim Graham
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-30Updated advice on connecting signals at startup.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-30Pointed intersphinx links to Python's default version.Aymeric Augustin
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
2013-12-29Converted links to HTTPS and linked to stable docs.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-29Used Apps.clear_cache() in tests that alter the app registry.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-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