Commit Graph

332 Commits

Author SHA1 Message Date
Ramiro Morales aed89adad5 Fixed -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 2019-04-18 14:41:15 +02:00
Tim Graham a68c029e22
Used extlinks for Django's source code. 2019-03-28 20:32:17 -04:00
tschilling 7c68cea7ee Fixed -- Made showmigrations --list display the applied datetimes at verbosity 2+. 2019-03-08 08:25:38 -05:00
Andy Chosak 80f4ecc647 Refs -- Removed obsolete docs about manage.py setting sys.path. 2019-02-06 14:47:35 -05:00
rsiemens a168e5616c Fixed -- Added compilemessages --ignore option. 2019-01-28 18:23:41 -05:00
Tim Graham ec7e179aeb Removed versionadded/changed annotations for 2.1. 2019-01-17 10:50:25 -05:00
Tom Forbes c8720e7696 Fixed -- Added watchman support to the autoreloader.
Removed support for pyinotify (refs ).
2019-01-13 20:33:47 -05:00
Dakota Hawkins 8d3147e130 Fixed -- Added --no-header option to makemigrations/squashmigrations. 2018-12-19 12:41:31 +01:00
Mariusz Felisiak f091ea3515
Refs -- Added introspection of materialized views for Oracle.
Thanks Tim Graham for the review.
2018-11-26 19:45:05 +01:00
Nick Pope ebd270627c Refs -- Added introspection of partitions for PostgreSQL. 2018-11-19 14:06:01 -05:00
François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 2018-11-15 13:54:28 -05:00
Prabakaran Kumaresshan 10d82c85aa Fixed -- Added validation for makemigrations --name. 2018-10-23 10:05:24 -04:00
Jon Dufresne 136a900ef9 Refs -- Made diveinto.org URLs HTTPS. 2018-10-23 15:03:00 +02:00
za b0d716cbff Fixed -- Replaced diveintopython3.net with diveinto.org/python3/. 2018-10-23 11:55:18 +02:00
Jon Dufresne 0cd465b63a Fixed -- Deprecated settings.FILE_CHARSET. 2018-10-15 17:15:41 -04:00
Nick Pope bf8b625a3b Refs -- Added introspection of materialized views for PostgreSQL. 2018-10-02 14:02:04 -04:00
Nick Pope 45ef3df7d0 Fixed -- Added introspection of foreign tables for PostgreSQL.
Thanks infinite-l00p for the initial patch.
2018-10-02 14:01:24 -04:00
Tim Graham 31edb106b5
Removed docs for obsolete limitations of inspectdb. 2018-10-02 13:29:18 -04:00
Hasan Ramezani 5195b99e2c Fixed -- Added --force-color management command option. 2018-09-11 11:15:42 -04:00
Calvin DeBoer 058d33f3ed Fixed -- Added migrate --plan option. 2018-08-03 15:22:42 -04:00
Tim Graham 7543ab1f8d Removed versionadded/changed annotations for 2.0. 2018-05-17 11:00:10 -04:00
Brett Cannon 64b74804c5 Fixed -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
Graham Ullrich ee7f51c66d Fixed -- Added 'django_version' context to startapp/project docs. 2018-03-22 21:06:50 -04:00
Carlton Gibson 43b148f41f Fixed -- Doc'd that django_bash_completion is only in the source distribution. 2018-02-12 09:42:56 -05:00
bquinn c2b969e124 Fixed -- Added inspectdb --include-views option. 2018-01-27 18:51:40 -05:00
Senthil cbac11f962 Fixed -- Clarified how migrate --fake works. 2018-01-24 14:56:40 -05:00
Tim Graham f0f383b635 Fixed "template tag" spelling in docs. 2018-01-23 09:40:18 -05:00
Ramiro Morales 37c17846ad Fixed -- Add an OS chooser for docs command line examples. 2018-01-20 12:38:48 -05:00
Chris Jerdonek b98dc1706e Refs -- Removed docs for makemigrations --exit.
Follow up to e0910dcc92.
2018-01-20 10:44:09 -05:00
Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 2017-09-22 12:51:18 -04:00
Claude Paroz 0cbb6ac007 Refs -- Added introspection support for PostgreSQL JSONField
Thanks Adam Johnson and Tim Graham for the reviews.
2017-09-09 18:26:29 +02:00
Melvyn Sopacua 5bb9b9a388 Fixed -- Allowed naming the migration generated by squashmigrations. 2017-07-26 13:47:35 -04:00
Marti Raudsepp fda55c71a8 Fixed -- Prevented read-only management commands from creating the django_migrations table.
MigrationRecorder now assumes that if the django_migrations table
doesn't exist, then no migrations are applied.

Reverted documentation change from refs .
2017-06-19 13:04:57 -04:00
René Fleschenberg a30482a4b6 Refs -- Fixed typo in docs/ref/django-admin.txt. 2017-05-30 17:15:20 -04:00
Chris Lamb 2f09a28558 Fixed -- Added diffsettings --output option.
Thanks Haris Ibrahim K. V. for writng docs.
2017-05-27 09:00:06 -04:00
Pavel Kulikov af1fa5e7da Fixed -- Allowed loaddata to read data from stdin.
Thanks Squareweave for the django-loaddata-stdin project from which this
is adapted.
2017-05-26 19:54:21 -04:00
Claude Paroz 01f658644a Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-22 19:28:44 +02:00
Ling-Xiao Yang 04ab96ec4f Fixed -- Added makemessages --add-location option.
Thanks François Freitag for review.
2017-05-22 09:03:53 -04:00
Michiel Beijen 48028c6f9a Pointed Dive into Python links to python3 site
The old site handles python2, and is thus no longer relevant for Django.
Also I pointed the search path links to the proper sections.
2017-05-20 15:32:35 +02:00
Tim Graham 7b53041420 Fixed -- Doc'd how to create migrations for an app without a migrations directory. 2017-04-01 14:26:39 -04:00
Tim Graham ea36e7454c Fixed -- Fixed typo in docs/ref/django-admin.txt. 2017-03-28 10:38:00 -04:00
Andrew Nester c8d21f3351 Fixed -- Documented option naming differences between django-admin and call_command(). 2017-01-27 16:12:45 -05:00
Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 2017-01-17 20:52:05 -05:00
Tim Graham f65b1aee71 Refs -- Removed the deprecated shell --plain option. 2017-01-17 20:52:02 -05:00
Tim Graham e0910dcc92 Refs -- Removed makemigrations --exit option per deprecation timeline. 2017-01-17 20:52:01 -05:00
Sebastian Spiegel 8b734d2f99 Fixed -- Made app_label arguments limit showmigrations --plan output. 2017-01-06 19:50:31 -05:00
jpic bf6392bb75 Fixed -- Suppressed the REPL during shell's reading from stdin.
Thanks Adam Chainz for review and guidance.
2016-12-21 17:05:33 -05:00
Paweł Marczewski 50f9e736fa Fixed -- Added the diffsettings --default option. 2016-11-10 07:50:49 -05:00
Claude Paroz fa2f55cfd5 Refs -- Re-allowed makemessages without settings
Thanks Tim Graham for the review.
2016-10-01 14:57:16 +02:00
Tim Graham 6a2af01452 Fixed -- Added remove_stale_contenttypes management command.
Thanks Simon Charette for the review.
2016-09-06 09:48:58 -04:00