3968 Commits

Author SHA1 Message Date
Tim Graham
fb2b4253f9 [2.1.x] Refs #27807 -- Removed docs for User.username_validator.
The new override functionality claimed in refs #21379 doesn't work.
Forwardport of 714fdbaa7048c2321f6238d9421137c33d9af7cc from stable/1.10.x.
2019-04-07 20:03:54 -04:00
Mariusz Felisiak
0a8617a5b1
[2.1.x] Refs #30331 -- Doc'd that psycopg2 < 2.8 is required. 2019-04-05 12:06:04 +02:00
Mariusz Felisiak
7514a6cc95
[2.1.x] Fixed documentation of database representation for ManyToManyField.
Backport of b0799f5d86b6c0ccb1dcba6e0d2eee336f7f5928 from master
2019-02-25 20:10:22 +01:00
Mariusz Felisiak
657bbb139a
[2.1.x] Removed extra characters in docs header underlines.
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-02-08 21:41:10 +01:00
Sergey Fedoseev
86f0779d09 [2.1.x] Corrected output of Prefetch.to_attr example.
Backport of ba7a420012799b26ec9e969d0276d2ccee93c1f5 from master.
2019-01-31 09:09:48 -05:00
MaximZemskov
3df13847d5 [2.1.x] Fixed #30097 -- Made 'obj' arg of InlineModelAdmin.has_add_permission() optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396c031619947921c81b8795d816e3285.

Backport of 3c01fe30f3dd4dc1c8bb4fec816bd277d1ae5fa6 from master.
2019-01-11 18:03:23 -05:00
Jozef
fcb4d4dd9d [2.1.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 5bbf31634faad13658dc7bcaeb8139d8625e4349 from master.
2019-01-02 17:56:41 -05:00
Adam Johnson
65ccb1b7e4 [2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.
Backport of b71e3d635a5731ec02469822694d06d964007f9b from master.
2018-12-29 19:45:01 -05:00
Marten Kenbeek
a79789e232 [2.1.x] Added import locations to contrib.postgres aggregates and validators docs.
Backport of 7a6dbbb655850bff56cd717a3bfa0975e200d15f from master.
2018-12-24 16:36:14 -05:00
Tim Graham
a9d9680ea3 [2.1.x] Refs #28205 -- Corrected ModelAdmin.prepopulated_fields docs regarding when they're populated.
Backport of 682cdf6cab8cb76ef1808df45631c39748052e13 from master.
2018-11-28 15:12:31 -05:00
Tim Graham
7e9d5a0aca [2.1.x] Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Backport of 926fa7116fd633b69277c3ad9b3370ca45163231 from master.
2018-11-27 16:26:18 -05:00
Simon Charette
5760e05375 [2.1.x] Corrected Aggregate docs to reflect that it accepts multiple expressions.
Backport of 9a7d336c3866c5226ed11868be0234c7e2fa47fa from master.
2018-11-27 09:28:49 -05:00
Daniel Musketa
793e26bc4f [2.1.x] Fixed typo in docs/ref/middleware.txt.
Backport of ca2856fb6297378c40622521d21539097c28eb0b from master.
2018-11-14 09:48:06 -05:00
Sergey Fedoseev
ae35cd3dcb [2.1.x] Corrected docs regarding RegisterLookupMixin subclasses.
Backport of d48662122c7f539efca3949f4d9fea82416fbb1a from master.
2018-11-12 10:20:50 -05:00
Mads Jensen
747253ce84 [2.1.x] Updated some links to https and new locations.
Backport of 961f8e99850ecb334d63a943b53b3cb1180ef538 from master.
2018-11-10 17:41:02 -05:00
Tim Graham
8bc244bd57 [2.1.x] Fixed #29941 -- Fixed missing variable in docs/ref/contrib/contenttypes.txt.
Regression in b47552b445547e60cc89213f79e02333cb63f270.

Backport of 0b98e8fdad48a33aa34cc84d9bf0c3cd41c56ec6 from master.
2018-11-09 19:50:24 -05:00
Tobias Bengfort
bd375f503e [2.1.x] Fixed inconsistent indentation in docs/ref/contrib/auth.txt.
Backport of 9a63d840ffaac291afd443eec89ac9c9d04b49dd from master.
2018-11-03 11:07:58 -04:00
Theofanis Despoudis
082833c969 [2.1.x] Fixed #27994 -- Documented ManifestFilesMixin.
Backport of 084536a9bec1237fabd63fe69a6c17806c9cde53 from master.
2018-11-01 11:15:31 -04:00
Mayank Singhal
4529287af2 [2.1.x] Fixed #29879 -- Added CSRF_COOKIE_HTTPONLY to CSRF AJAX docs.
Backport of 76b3367035889d87ffef7a52cd44d70e30537f6f from master
2018-10-25 12:07:38 -04:00
Jon Dufresne
8a348c5fd0 [2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.
Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master
2018-10-23 15:03:40 +02:00
za
fbd95ce9bb [2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Backport of b0d716cbffdd66dd9108895d0524bef2530fc732 from master
2018-10-23 11:56:41 +02:00
Atul Varma
021f67be4b [2.1.x] Removed "encoding" description in GIS tutorial.
An omission in 388165ade4219aeefac1e231c1d44c51a7b62829.
Backport of 3deea61f266b8e5c7c6d70ba12e2b95050dfb557 from master
2018-10-21 12:14:57 -04:00
Tim Graham
4acdba42a6 [2.1.x] Fixed #29858 -- Clarified docs regarding CSRF token header name.
Backport of a29fce89845cc9ca2fa96d8880104726b75dfbd6 from master.
2018-10-19 19:35:25 -04:00
Andrea Rabbaglietti
b9b284831a [2.1.x] Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
Backport of 1b49b792e9f0e6a5ae22f49f75586847e7e183bf from master.
2018-10-10 14:57:01 -04:00
Kate Berry
8985759f72 [2.1.x] Improved tone in docs/ref/settings.txt.
Backport of b8b1d8cad6ce5b15f6527aa14cc81ad7a0d00efe from master.
2018-10-09 20:53:53 -04:00
Jon Dufresne
6cb5285f29 [2.1.x] Refs #29784 -- Switched to https:// links where available.
Backport of 82f286cf6f198d37850d3c5df637b5665566a66b from master.
2018-10-09 20:52:43 -04:00
Jon Dufresne
ec0803b1be [2.1.x] Capitalized "Python" in docs and comments.
Backport of e90af8bad44341cf8ebd469dac57b61a95667c1d from master.
2018-10-09 20:50:31 -04:00
Jon Dufresne
d1b25a64c2 [2.1.x] Refs #27778 -- Removed "The database API" section from "Unicode data" docs.
Support for passing bytestrings to the database API was removed in
301de774c21d055e9e5a7073e5bffdb52bc71079.
Backport of f5d9ee11a2c76ba1cf7e3424d15286da121a004b from master
2018-10-04 09:40:43 -04:00
ovalseven8
9e5f4bcedb [2.1.x] Clarified when QuerySet.select_for_update() locks.
Backport of d093e01ec05f661063507503fdf294eb6ee54dee from master.
2018-10-03 15:35:20 -04:00
Jon Dufresne
490f4fa574 [2.1.x] Corrected docs to say that all templates are text strings.
Support for bytestring templates was removed in
3a148f958dddd97c1379081118c30fbede6b6bc4.
Backport of 3212008ba602668f7923852454b508a400dd732e from master
2018-10-03 10:06:32 +02:00
Tim Graham
95c2ce678f [2.1.x] Removed docs for obsolete limitations of inspectdb.
Backport of 31edb106b5ce3aa125121b748782743f19338307 from master.
2018-10-02 13:29:32 -04:00
Jon Dufresne
d95d7d6896 [2.1.x] Added tests for using bytearray with BinaryField and corrected docs.
Backport of b3b47bf5156d400595363fa0029e51ce3f974ff0 from master.
2018-10-01 09:16:47 -04:00
Jon Dufresne
a6e7ebf4ee [2.1.x] Added test of filtering on BinaryField and corrected docs.
Backport of fb2964a4106b1282c4179b6fbbd0374f5be1ccac from master.
2018-09-26 15:07:06 -04:00
Sergey Fedoseev
5082108559 [2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5.
Backport of 51da347c32f5af1e8de4be77c15d6a35b58d4059 from master.
2018-09-26 13:37:12 -04:00
Jon Dufresne
f53ed7846b [2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Backport of ad9a28ee38e3352b16cc6c9ae7f55f90c64710cc from master.
2018-09-25 10:22:06 +02:00
Adam Johnson
7b0da16725 [2.1.x] Made various edits to docs/ref/utils.txt.
Backport of beffa061eb8168105f265f0064d20d31165178b5 from master
2018-09-18 11:43:16 -04:00
jtiai
93f4080813 [2.1.x] Fixed #29757 -- Documented Oracle DSN and Easy Connect options.
Backport of 583b9fc4101e5930c39f49d664d41a1596ba78f4 from master
2018-09-17 10:48:21 -04:00
Adam Zapletal
08ce2666da [2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt.
Backport of 57fd3700d4f5a7887ad3967fe19b61bc9f25b2f3 from master
2018-09-12 18:12:49 -04:00
Stephen Finucane
9c88826ff9 [2.1.x] Emphasized that TemplatesSetting must be used to override widget templates.
Backport of 25f4302349db71d73a15ff8f3872956fc21a0f84 from master
2018-09-11 15:15:14 -04:00
Curtis Maloney
1853e2dbf2 [2.1.x] Refs #20910 -- Replaced snippet directive with code-block.
Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master
2018-09-10 14:38:08 -04:00
flh
2975ceef6c [2.1.x] Corrected forms.TimeField's default widget in docs.
Backport of ccf870ebf5a9f9b44711a08549833f97ef3f7a41 from master
2018-09-08 08:56:25 -04:00
Claude Paroz
a24fc07bbc [2.1.x] Fixed LayerMapping encoding in geodjango tutorial.
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to
UTF-8.
Backport of 388165ade4219aeefac1e231c1d44c51a7b62829 from master.
2018-08-28 19:01:18 +02:00
Matt Wiens
6cd16037d8 [2.1.x] Fixed typo in docs/ref/models/fields.txt.
Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master
2018-08-28 07:53:19 -04:00
Jon Dufresne
a7e89a5ba7 [2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs.
Backport of 76df4f35c2d732f7996aa6b8d816424c52ee0cc1 from master
2018-08-27 20:52:43 -04:00
Tim Graham
aa527e074f [2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
Backport of 7b7fb2eca51dacb5002a4e6b6e1417b36bd5dfd7 from master
2018-08-25 18:37:21 -04:00
Rodrigo
22fa9265c1 [2.1.x] Polished the admin overview docs.
Backport of 939dcff24f8e97d114595b102fb12348da482135 from master
2018-08-21 11:39:31 -04:00
Jeff
91af869d70 [2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field uses.
Backport of 3fa3de54152a6b7a67de05ff4ff6fb122c9246e2 from master
2018-08-16 17:05:10 -04:00
Tim Graham
5628a8a23f [2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().
Backport of 7f6b013bf60e6168a7e0a8f2b97954c3a45725e0 from master
2018-08-16 10:39:53 +02:00
Claude Paroz
d46bf11979 [2.1.x] Refs #29374 -- Moved misplaced line in date format docs table
Backport of 93bd860710d9914cc077ee362d5f3647489ce5a5 from master.
2018-08-06 20:19:47 +02:00
Adam Johnson
4261ba6770 [2.1.x] Clarified the values accepted by ModelAdmin.fields.
Backport of 45086c294d63ac8787cebff2accd1680ac844138 from master
2018-08-03 16:50:01 -04:00