Skip to content

Commit

Permalink
Update talk slugs to preserve URLs
Browse files Browse the repository at this point in the history
PyVideo URLs are generated based on their talk titles by default. This
behavior can be overridden by setting the talk's `slug` attribute. This
commit sets slug values for any talk titles updated as part of PR 1154
to preserve existing links to these talks on pyvideo.org.
  • Loading branch information
jonafato committed May 29, 2024
1 parent 04d0205 commit 32d2c45
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "a-gradual-introduction-to-types-laura-hampton-north-bay-python-2019",
"speakers": [
"Laura Hampton"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "a-hunting-we-will-go-debugging-pytest-with-django-cris-ewing-north-bay-python-2019",
"speakers": [
"Cris Ewing"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "from-prison-to-python-shadeed-wallace-stepter-north-bay-python-2019",
"speakers": [
"Shadeed Wallace-Stepter"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "how-to-build-a-terrible-robot-paloma-fautley-north-bay-python-2019",
"speakers": [
"Paloma Fautley"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "keep-calm-and-mind-the-docs-andrea-kao-north-bay-python-2019",
"speakers": [
"Andrea Kao"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "see-cpython-run-getting-to-know-your-python-interpreter-james-bennett-north-bay-python-2019",
"speakers": [
"James Bennett"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "the-secret-life-of-python-steve-dower-north-bay-python-2019",
"speakers": [
"Steve Dower"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "to-with-passwords-jacob-kaplan-moss-north-bay-python-2019",
"speakers": [
"Jacob Kaplan-Moss"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "what-is-a-coroutine-anyway-amethyst-reese-north-bay-python-2019",
"speakers": [
"Amethyst Reese"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "what-is-a-plc-and-how-do-i-talk-python-to-it-jonas-neubert-north-bay-python-2019",
"speakers": [
"Jonas Neubert"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"url": "https://2019.northbaypython.org/schedule/"
}
],
"slug": "writing-a-peg-parser-for-fun-and-profit-guido-van-rossum-north-bay-python-2019",
"speakers": [
"Guido van Rossum"
],
Expand Down

0 comments on commit 32d2c45

Please sign in to comment.