コミット履歴

作者 SHA1 メッセージ 日付
  Tim Graham 4d8d76e7a8 Fixed #21484 -- Documented that SQL logging does not include "framework level" queries. 11 年 前
  Claude Paroz b8e3373f45 Fixed #21714 -- Moved logging configuration to global setup() 11 年 前
  Aymeric Augustin 1d23d766ab Renamed AppConfig.setup to ready. 11 年 前
  Aymeric Augustin 63137a8304 Enforced unicity of app labels. 11 年 前
  Aymeric Augustin c40209dcc0 Made it possible to change an application's label in its configuration. 11 年 前
  Aymeric Augustin 5dfec4e23b Checked unicity of app config names when populating the app registry. 11 年 前
  Aymeric Augustin 553500133c Removed an obsolete unicity check. 11 年 前
  Claude Paroz d0eeddd6fc Fixed #21716 -- Only passed arguments supported by ogrinspect 11 年 前
  Aymeric Augustin 75220d3b5d Small style cleanup. 11 年 前
  Tim Graham 69f0249d7b Fixed #19395 -- Added a simple example logging config. 11 年 前
  Aymeric Augustin f46603f830 Fleshed out release notes for app loading. 11 年 前
  Aymeric Augustin 80004c7cc0 Turned django.db.models.app_cache_ready back into a method. 11 年 前
  Tim Graham 9953e98e6a Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. 11 年 前
  Aymeric Augustin a95f74e707 Oops. 11 年 前
  Claude Paroz 587b678d41 Made DeprecationDisplayTest more robust 11 年 前
  Aymeric Augustin 6b172a6d6d Called django.setup() explicitly in management commands. 11 年 前
  Claude Paroz 1fb873cd6b Finished renaming syndication to syndication_tests 11 年 前
  Thomas Schreiber 7b119c1c77 only attempt to create the postgis extension when it does not already exist 11 年 前
  Claude Paroz 0b825adcf2 Renamed syndication tests 11 年 前
  Aymeric Augustin a5e2a0e569 Added release notes for today's app-loading improvements. 11 年 前
  Aymeric Augustin bfcc686d22 Removed the only_with_models_module argument of get_model[s]. 11 年 前
  Tim Graham ec020cab7e Fixed a broken link in docs/intro/tutorial01.txt. 11 年 前
  Florian Apolloner df075c7489 Merge pull request #2126 from apollo13/email_bytes 11 年 前
  Tim Graham 270f7e2167 Fixed #21708 -- Added some headings to separate unrelated topics. 11 年 前
  Florian Apolloner bfe9052831 Decode mails using the message encoding. 11 年 前
  Florian Apolloner c988745cca Changed console and filebackend to use msg.as_bytes to output the data as it would get send via smtp. 11 年 前
  Tim Graham 0150830687 Fixed #21710 -- Documented User.get_short_name() 11 年 前
  Aymeric Augustin 1c242a297b Merged Apps.populate_apps() and populate_models(). 11 年 前
  Aymeric Augustin 966de84973 Removed postponing in Apps.populate_models. 11 年 前
  Aymeric Augustin 80d74097b4 Stopped populating the app registry as a side effect. 11 年 前