Commit History

Author SHA1 Message Date
  Tim Graham 721d8e50ac Fixed #25144 -- Allowed migrate to create tables for apps without migrations. 9 years ago
  Tim Graham 12083c5d47 Moved misplaced versionadded annotation. 9 years ago
  Claude Paroz c296e55dc6 Fixed #22258 -- Added progress status for dumpdata when outputting to file 9 years ago
  Tim Graham 9f0d67137c Fixed #25038 -- Reverted incorrect documentation about inspectdb introspecting views. 9 years ago
  Rolo e7b4bd48c7 Fixed #24970 -- Added --managers and --admins options to the sendtestemail management command. 9 years ago
  Mounir Messelmeni e6dd7f995a Fixed #24971 -- Made startapp generate an apps.py 9 years ago
  Matthew Somerville 40f0a84cb1 Fixed #24159 -- Made compilemessages run across all apps. 10 years ago
  garwoodpr 99ec80f84a Cosmetic edits and minor corrections to docs/ref/django-admin.txt. 9 years ago
  Tim Graham 4870b304f2 Removed initial data from flush docs since it's removed; refs #24711. 9 years ago
  Tim Graham 0f2e82b9ec Fixed #24704 -- Clarified system check interaction with runserver. 9 years ago
  Adam Chainz 5564d0f2ee Fixed #24560 -- Added a --dry-run mode to the createcachetable command. 10 years ago
  Markus Holtermann c5cc332bf2 Fixed #24550 -- Added migration operation description to sqlmigrate output 10 years ago
  Loek van Gent d898ba1bec Fixed #24419 -- Added sendtestemail management command 10 years ago
  Marten Kenbeek e272904ff7 Fixed #23407 -- Extended coverage of makemigrations --noinput option. 10 years ago
  Sean Wang eba6dff581 Fixed #24358 -- Corrected code-block directives for console sessions. 10 years ago
  Markus Holtermann f287bec583 Fixed #24184 -- Prevented automatic soft-apply of migrations 10 years ago
  Tim Graham c5d1a5ef5c Removed docs about unmigrated apps as they are not supported in Django 1.9. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Fabio C. Barrionuevo da Luz bd691f4586 Fixed #24177 -- Added documentation about database view support in inspectdb 10 years ago
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 years ago
  Tim Graham c3336e7e4f Removed dumpdata --natural option and serializers use_natural_keys parameter. 10 years ago
  Tim Graham 1d975ff44b Removed usage of deprecated dumpdata options in docs. 10 years ago
  Tim Graham 0622bca5d1 Removed the validate management command per deprecation timeline. 10 years ago
  Tim Graham 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 10 years ago
  Tim Graham 67235fd4ef Removed support for initial_data fixtures per deprecation timeline. 10 years ago
  Tim Graham f6463bb380 Removed the syncdb command per deprecation timeline. 10 years ago
  Tim Graham 41f0d3d3bc Removed FastCGI support per deprecation timeline; refs #20766. 10 years ago
  Marc Tamlyn b5c1a85b50 Fixed #24118 -- Added --debug-sql option for tests. 10 years ago
  Markus Holtermann a1487deebf Fixed #23359 -- Added showmigrations command to list migrations and plan. 10 years ago
  Berker Peksag 6403e07c50 Moved version directives to the bottom of the loaddata section. 10 years ago