Mariusz Felisiak
f6f0f524c3
[2.0.x] Removed extra characters in docs header underlines.
...
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-02-08 21:42:49 +01:00
CHI Cheng
a3dfd38baa
[2.0.x] Fixed broken links to PyYAML page.
...
Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
2018-12-27 10:52:15 +01:00
Dr. Shubham Dipt
e9d09f1f0e
[2.0.x] Corrected typo in outputting-csv.txt.
...
Backport of 44441d673bb39815dae1b14019357226c6a7c8ee from master
2018-06-01 12:09:24 +02:00
Mariusz Felisiak
80a53202d4
[2.0.x] Alphabetized imports in various docs.
...
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
Backport of 35319bf12ccefe1911588493484160aa49208f89 from master
2018-05-12 19:41:40 +02:00
Srinivas Reddy Thatiparthy
670ebccfef
[2.0.x] Fixed #29360 -- Removed Fabric examples in docs.
...
Backport of d0b04c6308fdd0909630fc1ed9f466082ed1d38f from master
2018-04-29 22:26:06 -04:00
Brett Cannon
b98fa241dd
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
...
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
2018-04-17 20:56:33 -04:00
Tim Graham
a3007ecf35
[2.0.x] Fixed #29265 -- Removed the suggestion to hardcode static URLs.
...
Backport of ba5f24ea6491780bb245ed6f0e5f015f4defffe9 from master
2018-03-28 12:35:21 -04:00
Tim Graham
8d3bd724ab
[2.0.x] Fixed #29165 -- Clarified how to load initial data with migrations.
...
Backport of fd9398816e14554b52362f1152349da832fab4b1 from master
2018-03-08 10:58:35 -05:00
Tim Graham
4e891a39b7
[2.0.x] Renamed the "Supported versions" label.
...
Backport of 4775dcb521f87694607c5a1fca052ffffc0bfcae from master
2018-01-31 10:18:15 -05:00
Tim Graham
3f951b1f94
[2.0.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073 .
...
Backport of b9cec9fa1fc50207ab68a59853c851a945c5db5e from master
2018-01-12 18:31:52 -05:00
Mariusz Felisiak
07fb89b420
[2.0.x] Updated various links in docs to use HTTPS.
...
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
2018-01-07 14:35:06 +01:00
Claude Paroz
830636df73
[2.0.x] Fixed #28594 -- Removed Jython docs and specific code
...
Thanks Andrey Martyanov for the report, and Tim Graham for the review.
Backport of 23b21db31bfcf2a065d485617412cca43a311a4c from master.
2017-12-23 10:28:29 +01:00
Ville Skyttä
8a6392e4c6
[2.0.x] Fixed 'a'/'an' mix-ups in docs.
...
Backport of 617686e226231fe8ad3f2e49d3efabf6f5f434d3 from master
2017-10-30 21:47:27 -04:00
jkrzy
48d92fea67
Fixed #28367 -- Doc'd how to override management commands.
2017-09-02 16:21:13 -04:00
Berker Peksag
c362228556
Replaced "not A== B" with "A != B" in docs/howto/writing-migrations.txt.
2017-07-26 09:34:10 -04:00
Emmanuel
27ef04bb5c
Fixed #28349 -- Doc'd how to upgrade Django from LTS to LTS.
2017-07-24 13:33:30 -04:00
Tim Graham
487362fa8f
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value().
...
Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
2017-07-20 16:30:08 -04:00
Mariusz Felisiak
081e787160
Refs #23919 -- Stopped inheriting from object to define new style classes.
...
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
2017-06-26 10:30:31 -04:00
Tim Graham
2503ad5154
Fixed #28327 -- Removed contradictory description of mod_wsgi docs.
2017-06-20 07:35:55 -04:00
Philip James
7c9a833301
Fixed #26028 -- Added overriding templates howto.
2017-06-02 18:17:27 -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
Claude Paroz
301de774c2
Refs #27795 -- Replaced many force_text() with str()
...
Thanks Tim Graham for the review.
2017-04-27 09:10:02 +02:00
Richard Barrell
351835f262
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537 ).
2017-04-06 09:09:49 -04:00
Aleksej Manaev
7170820b4e
Fixed typos in docs/howto/static-files/index.txt.
2017-04-03 08:13:48 -04:00
Jon Dufresne
7bbb5161ea
Removed implicit default store_true/false argparse args.
...
argparse automatically sets the default value for store_true/false
arguments to its opposite.
2017-04-01 20:03:56 -04:00
Paolo Melchiorre
24d53786d4
Made a few cosmetic updates to "Migrations that add unique fields".
2017-03-27 14:07:11 -04:00
albertoconnor
2863e79a5c
Fixed typo in docs/howto/custom-template-tags.txt.
2017-03-01 15:42:00 -05:00
Tim Graham
103e6cf26c
Fixed #27823 -- Updated mod_wsgi example to use WSGIPythonHome.
2017-02-13 19:52:08 -05:00
Claude Paroz
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
...
Thanks Tim Graham for the review.
2017-02-07 09:04:04 +01:00
Ryan Castner
dbf79c5acf
Added missing word in docs/howto/error-reporting.txt.
2017-01-30 15:38:55 -05:00
Claude Paroz
52138b1fd0
Refs #23919 -- Removed usage of obsolete SafeBytes class
...
The class will be removed as part of #27753 .
Thanks Tim Graham for the review.
2017-01-30 15:04:45 +01:00
Vytis Banaitis
d1bab24e01
Refs #23919 , #27778 -- Removed obsolete mentions of unicode.
2017-01-26 08:19:27 -05:00
chillaranand
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
2017-01-25 11:53:05 -05:00
Arkadiusz Adamski
a76d12ceb4
Removed unused imports in example migrations.
2017-01-21 07:40:33 -05:00
Tim Graham
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
2017-01-18 11:51:29 -05:00
Claude Paroz
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
2017-01-18 09:55:19 +01:00
Tim Graham
e27e4c0339
Removed versionadded/changed annotations for 1.10.
2017-01-17 20:52:05 -05:00
Tim Graham
f032bbc8b1
Refs #18651 -- Removed assignment_tag per deprecation timeline.
2017-01-17 14:09:28 -05:00
Ed Morley
44cce3ed00
Fixed #27739 -- Documented LabelCommand.label.
2017-01-17 13:20:31 -05:00
Adam Chainz
755406f5ff
Fixed #27641 -- Doc'd default local-memory caching in deployment checklist.
2016-12-28 19:43:01 -05:00
Tim Graham
93a081946d
Normalized casing of "custom user model".
2016-11-23 15:14:28 -05:00
Daniel Musketa
66505b72c5
Updated doc links to virtualenv website.
2016-11-22 08:36:41 -05:00
akki
74ed20b49a
Replaced "django" with "Django" in spelling_wordlist.
2016-11-15 17:00:50 -05:00
Krzysztof Żuraw
eaa6ea2f37
Fixed #27133 -- Doc'd how to provide initial data with migrations.
2016-11-06 12:51:36 +01:00
Tim Graham
a9d1d95284
Replaced Outputting PDF's "Further Resources" with a link to Django Packages.
2016-10-25 11:58:19 -04:00
Marti Raudsepp
51fbe2a60d
Updated postgresql.org links to https and made them canonical.
2016-10-25 11:43:32 -04:00
Claude Paroz
122c90a43b
Fixed #27305 -- Removed BaseCommand.can_import_settings unused attribute
...
Thanks Tim Graham for the review.
2016-10-02 20:31:56 +02:00
Laurent
bceade84a7
Fixed typos in docs/howto/deployment/checklist.txt.
2016-09-29 19:59:00 -04:00
Tim Graham
eb4d4376fc
Normalized spelling of "Web server/page" in docs.
2016-09-29 19:51:59 -04:00
Tim Graham
c2e94bd8df
Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
2016-09-12 16:05:27 -04:00