Commit History

Author SHA1 Message Date
  Andrew Miller aa74c4083e Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/applications.txt. 5 months ago
  Natalia 05cce083ad Removed versionadded/changed annotations for 5.0. 6 months ago
  Florian Zimmermann fbd16438f4 Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. 1 year ago
  Adam Johnson ef00d6ef88 Doc'd that django.setup() is called under ASGI. 1 year ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Joseph Victor Zammit ba755ca131 Refs #34140 -- Corrected rst code-block and various formatting issues in docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  David ce586ed693 Removed hyphen from pre-/re- prefixes. 2 years ago
  David Sanders 7c56fc8e91 Corrected AppConfig.get_models() signature in docs. 2 years ago
  Mariusz Felisiak 97237ad3fe Removed versionadded/changed annotations for 3.2. 3 years ago
  kshitijraghav d40402cfb0 Fixed #32570 -- Removed unnecessary default_auto_field in app config example. 3 years ago
  Tom Forbes b5e12d490a Fixed #31007 -- Allowed specifying type of auto-created primary keys. 4 years ago
  Aymeric Augustin 3f2821af6b Fixed #31180 -- Configured applications automatically. 4 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Adam Johnson 971a84d6af Clarified AppConfig.ready() docs example. 4 years ago
  Mariusz Felisiak 3930ec1bf2 Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Ali Mirlou 33b9b23bbb Fixed typo in docs/ref/applications.txt. 5 years ago
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
  Tim Graham cfff2af02b Fixed #27857 -- Dropped support for Python 3.4. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 7 years ago
  Tim Graham d170c63351 Refs #23919 -- Removed misc references to Python 2. 7 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Aymeric Augustin cb7bbf97a7 Fixed #25966 -- Made get_user_model() work at import time. 8 years ago
  Aymeric Augustin 625cd5bcb3 Added require_ready argument to get_model methods. 8 years ago
  Aymeric Augustin efcb7e1ebf Modified readiness check in AppConfig.get_model(s). 8 years ago
  Tim Graham e261337eea Fixed docs typos in lines ending with a dash. 8 years ago
  Aymeric Augustin 5d35181de4 Documented AppRegistryNotReady. 8 years ago