Commit History

Author SHA1 Message Date
  Tim Heap deb607648e Fixed #23728 -- Added the --exit option to makemigrations. 10 years ago
  Richard Olsson c1552af1fe Fixed typo in docs/ref/django-admin.txt 10 years ago
  wrwrwr e22c64dfc0 Fixed #23742 -- Added an option to reverse tests order. 10 years ago
  Tim Graham 8bb9e7c999 Fixed spelling in docs/ref/django-admin.txt. 10 years ago
  Carl Meyer ab2819aa7b Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating backwards. 10 years ago
  Anton Baklanov d63703f1cd Fixed #18714 -- Added 'fuzzy' compilemessages option 10 years ago
  Andreas Madsack 27c9b3a27d Fixed #23808 -- Documented that migrations table is created when using runserver without migrating first. 10 years ago
  Berker Peksag cbd936d0f8 Fixed #18731 -- Added an example about customizing "makemessages" command. 10 years ago
  Tim Graham 450a616004 Corrected --noinput docs for makemigrations; refs #23407. 10 years ago
  Tim Graham 52ef6a4726 Fixed #17101 -- Integrated django-secure and added check --deploy option 10 years ago
  Raffaele Salmaso 1435cfbe8d Fixed #23302 -- Added --name/-n option to makemigrations command 10 years ago
  Tim Graham 6aae07fe61 Documented --database option for migrate. 10 years ago
  Tim Graham 15cafaa565 Fixed #5726 -- Documented that inspectdb doesn't detect defaults. 10 years ago
  Baptiste Mispelon 5853c87a45 Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. 10 years ago
  Claude Paroz 2cc8ffe258 Fixed #22985 -- Made call_command accept option name parameter 10 years ago
  Tim Graham 0efd72dc90 Fixed broken links in docs. 10 years ago
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 years ago
  Gabriel Muñumel 0af593dbe5 Fixed #23102 -- Documented that sql* commands now respect allow_migrate(). 10 years ago
  Aymeric Augustin 53a61d82b3 Fixed #23062 -- Documented how to create superuser. 10 years ago
  David Hoffman e1c85167a3 Fixed #23097 -- Switched to new octal format in docs 10 years ago
  Andrew Godwin 503e59c9b0 Document -l as well as --list on migrate 10 years ago
  Anubhav Joshi 75ff7b8fb8 Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD supports FK after 9bc2d76. 10 years ago
  Andrew Godwin 32fefc6f70 Document --fake and --list on migrate command 10 years ago
  Huu Nguyen fbb684d95e Fixed #22862 -- Added --noinput option to makemigrations. 10 years ago
  Maxime Turcotte f97c53c098 Fixed #22801 -- Added 'www.' to diveintopython.net links 10 years ago
  Tim Graham 93d05536fd Fixed #22770 -- Removed create_superuser from post_migrate signals. 10 years ago
  Greg Chapple b7aa7c4ab4 Fixed #20550 -- Added ability to preserve test db between runs 10 years ago
  Moayad Mardini 2e613ea5c5 Fixed #22675 -- makemigrations --dry-run to output migrations to stdout. 10 years ago
  Moayad Mardini e98d303562 Fixed #22692 -- Added docs for `makemigrations` two command options. 10 years ago
  Esau Rodriguez ec9043ab2f Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models. 11 years ago