| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-08 | [2.2.x] Refs #30948 -- Updated install instructions to use pip instead of ↵ | Jon Dufresne | |
| setup.py. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> Backport of eee4da3b5748370a5c562bc63d2cae61ea85b16c from master | |||
| 2019-11-07 | [2.2.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed ↵ | Farhaan Bukhsh | |
| to command-line client. Backport of cc5622ec8c260535c63279cf6eb293f2b5a742f0 from master | |||
| 2019-10-08 | [2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in ↵ | Caio Ariede | |
| parallel. Backport of dafdfd6a60638c4edcca7c4e65d11c0af654d759 from master | |||
| 2019-09-30 | [2.2.x] Doc'd that migrate commmand accepts a unique migration name prefix. | David Vaz | |
| Backport of e02f67ef2d03d48128e7a118bf75f0418e24e8ac from master | |||
| 2019-09-27 | [2.2.x] Fixed #30597 -- Clarified how to unapply migrations. | David Vaz | |
| Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master | |||
| 2019-09-27 | [2.2.x] Refs #30597 -- Added a warning about dependent apps when unapplying ↵ | David Vaz | |
| migrations. Backport of abba563c8635a52e8b657dee7708202e1f69433c from master | |||
| 2019-07-11 | [2.2.x] Doc'd --no-input option for createsuperuser. | Hasan Ramezani | |
| Backport of 8dd5877f58f84f2b11126afbd0813e24545919ed from master | |||
| 2019-07-09 | [2.2.x] Fixed typos in docs/ref/django-admin.txt. | Mariusz Felisiak | |
| Backport of 24e8f7f7d3063a3bbfe14774080bc89035b4a3e2 from master | |||
| 2019-05-07 | [2.2.x] Fixed typo in docs/ref/django-admin.txt. | Daniel Musketa | |
| Backport of 59de9494e7513de29bc71bd0b27445daff25a4b3 from master | |||
| 2019-04-26 | [2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to ↵ | Jacob Green | |
| 5 seconds and made it customizable. Made the default timeout of watchman client customizable via DJANGO_WATCHMAN_TIMEOUT environment variable. Backport of ed3c59097a01ed3f32f8a8bed95307fb5c181251 from master | |||
| 2019-03-28 | [2.2.x] Used extlinks for Django's source code. | Tim Graham | |
| Backport of a68c029e224cebe540da7447dbbd27993b4aa793 from master. | |||
| 2019-02-06 | [2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. | Andy Chosak | |
| Backport of 80f4ecc64751d5cf13a7233aa520209fee4757c8 from master | |||
| 2019-01-13 | Fixed #27685 -- Added watchman support to the autoreloader. | Tom Forbes | |
| Removed support for pyinotify (refs #9722). | |||
| 2018-12-19 | Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations. | Dakota Hawkins | |
| 2018-11-26 | Refs #29722 -- Added introspection of materialized views for Oracle. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2018-11-19 | Refs #29722 -- Added introspection of partitions for PostgreSQL. | Nick Pope | |
| 2018-11-15 | Used auto-numbered lists in documentation. | François Freitag | |
| 2018-10-23 | Fixed #29831 -- Added validation for makemigrations --name. | Prabakaran Kumaresshan | |
| 2018-10-23 | Refs #29877 -- Made diveinto.org URLs HTTPS. | Jon Dufresne | |
| 2018-10-23 | Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/. | za | |
| 2018-10-15 | Fixed #29817 -- Deprecated settings.FILE_CHARSET. | Jon Dufresne | |
| 2018-10-02 | Refs #29722 -- Added introspection of materialized views for PostgreSQL. | Nick Pope | |
| 2018-10-02 | Fixed #29719 -- Added introspection of foreign tables for PostgreSQL. | Nick Pope | |
| Thanks infinite-l00p for the initial patch. | |||
| 2018-10-02 | Removed docs for obsolete limitations of inspectdb. | Tim Graham | |
| 2018-09-11 | Fixed #29560 -- Added --force-color management command option. | Hasan Ramezani | |
| 2018-08-03 | Fixed #29198 -- Added migrate --plan option. | Calvin DeBoer | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2018-03-22 | Fixed #29250 -- Added 'django_version' context to startapp/project docs. | Graham Ullrich | |
| 2018-02-12 | Fixed #24270 -- Doc'd that django_bash_completion is only in the source ↵ | Carlton Gibson | |
| distribution. | |||
| 2018-01-27 | Fixed #29004 -- Added inspectdb --include-views option. | bquinn | |
| 2018-01-24 | Fixed #28784 -- Clarified how migrate --fake works. | Senthil | |
| 2018-01-23 | Fixed "template tag" spelling in docs. | Tim Graham | |
| 2018-01-20 | Fixed #28343 -- Add an OS chooser for docs command line examples. | Ramiro Morales | |
| 2018-01-20 | Refs #25604 -- Removed docs for makemigrations --exit. | Chris Jerdonek | |
| Follow up to e0910dcc9283cd8f782cb97836c291f6f395f3f0. | |||
| 2017-09-22 | Removed versionadded/changed annotations for 1.11. | Tim Graham | |
| 2017-09-09 | Refs #24928 -- Added introspection support for PostgreSQL JSONField | Claude Paroz | |
| Thanks Adam Johnson and Tim Graham for the reviews. | |||
| 2017-07-26 | Fixed #28363 -- Allowed naming the migration generated by squashmigrations. | Melvyn Sopacua | |
| 2017-06-19 | Fixed #27858 -- Prevented read-only management commands from creating the ↵ | Marti Raudsepp | |
| 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 #23808. | |||
| 2017-05-30 | Refs #26294 -- Fixed typo in docs/ref/django-admin.txt. | René Fleschenberg | |
| 2017-05-27 | Fixed #27881 -- Added diffsettings --output option. | Chris Lamb | |
| Thanks Haris Ibrahim K. V. for writng docs. | |||
| 2017-05-26 | Fixed #27978 -- Allowed loaddata to read data from stdin. | Pavel Kulikov | |
| Thanks Squareweave for the django-loaddata-stdin project from which this is adapted. | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-22 | Fixed #28015 -- Added makemessages --add-location option. | Ling-Xiao Yang | |
| Thanks François Freitag for review. | |||
| 2017-05-20 | Pointed Dive into Python links to python3 site | Michiel Beijen | |
| 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-04-01 | Fixed #28004 -- Doc'd how to create migrations for an app without a ↵ | Tim Graham | |
| migrations directory. | |||
| 2017-03-28 | Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt. | Tim Graham | |
| 2017-01-27 | Fixed #27769 -- Documented option naming differences between django-admin ↵ | Andrew Nester | |
| and call_command(). | |||
| 2017-01-17 | Removed versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-01-17 | Refs #25838 -- Removed the deprecated shell --plain option. | Tim Graham | |
