Commit History

Author SHA1 Message Date
  Jon Dufresne 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 years ago
  Jon Dufresne f5ebdfce5c Fixed #25388 -- Added an option to allow disabling of migrations during test database creation. 5 years ago
  Jon Dufresne eee4da3b57 Refs #30948 -- Updated install instructions to use pip instead of setup.py. 5 years ago
  Farhaan Bukhsh cc5622ec8c Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client. 5 years ago
  Caio Ariede dafdfd6a60 Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. 5 years ago
  David Vaz e02f67ef2d Doc'd that migrate commmand accepts a unique migration name prefix. 5 years ago
  David Vaz 45554fd5c5 Fixed #30597 -- Clarified how to unapply migrations. 5 years ago
  David Vaz abba563c86 Refs #30597 -- Added a warning about dependent apps when unapplying migrations. 5 years ago
  Mariusz Felisiak 416c584cab Removed versionadded/changed annotations for 2.2. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Andrew Godwin 052388aba4 Fixed #30676 -- Added --pdb option to test runner. 5 years ago
  Nick Pope f618e033ac Fixed #30160 -- Added support for LZMA and XZ templates to startapp/startproject management commands. 6 years ago
  Nick Pope 1692f69e37 Refs #30160 -- Doc'd startapp/startproject support for tarfile templates. 6 years ago
  Nick Pope 69a30f620e Refs #30160 -- Simplified archive extension map and added other aliases. 6 years ago
  Hasan Ramezani 8dd5877f58 Doc'd --no-input option for createsuperuser. 5 years ago
  Mariusz Felisiak 24e8f7f7d3 Fixed typos in docs/ref/django-admin.txt. 5 years ago
  Hasan Ramezani a5308514fb Fixed #27801 -- Made createsuperuser fall back to environment variables for password and required fields. 5 years ago
  Daniel Musketa 59de9494e7 Fixed typo in docs/ref/django-admin.txt. 5 years ago
  Daniel Hahler 29601bca9b Ignored pywatchman.SocketTimeout in Watchman autoreloader. 5 years ago
  François Freitag 568eed9e79 Fixed #30245 -- Added -k option to DiscoverRunner. 6 years ago
  Jon Dufresne 6866c91b63 Fixed #30418 -- Added --skip-checks management command option. 5 years ago
  Jacob Green ed3c59097a Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable. 6 years ago
  Ramiro Morales aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 6 years ago
  Tim Graham a68c029e22 Used extlinks for Django's source code. 6 years ago
  tschilling 7c68cea7ee Fixed #30186 -- Made showmigrations --list display the applied datetimes at verbosity 2+. 6 years ago
  Andy Chosak 80f4ecc647 Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. 6 years ago
  rsiemens a168e5616c Fixed #29973 -- Added compilemessages --ignore option. 6 years ago
  Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 6 years ago
  Tom Forbes c8720e7696 Fixed #27685 -- Added watchman support to the autoreloader. 6 years ago
  Dakota Hawkins 8d3147e130 Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations. 6 years ago