diff options
| author | Michael Merickel <michael@merickel.org> | 2020-01-17 16:08:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-17 16:08:35 -0600 |
| commit | 03d3bbd2791918a844da49eb4449b4953b83a31b (patch) | |
| tree | 5899bebf50a3baf340b8fe650030c6a2b0525d0d /docs/whatsnew-1.4.rst | |
| parent | 9c153e1250e00faa06003c10c3a26886489e6210 (diff) | |
| parent | 108f026e1dcca554867ff8f7a211a5ce0668a26e (diff) | |
| download | pyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.tar.gz pyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.tar.bz2 pyramid-03d3bbd2791918a844da49eb4449b4953b83a31b.zip | |
Merge pull request #3560 from merwok/docs/rewrite-custom-predicates
Rewrite docs for custom predicates
Diffstat (limited to 'docs/whatsnew-1.4.rst')
| -rw-r--r-- | docs/whatsnew-1.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst index fce889854..6c9a9bf9b 100644 --- a/docs/whatsnew-1.4.rst +++ b/docs/whatsnew-1.4.rst @@ -31,7 +31,7 @@ Third-Party Predicates Similar features exist for :meth:`pyramid.config.Configurator.add_route`, and :meth:`pyramid.config.Configurator.add_subscriber`. See - :ref:`registering_thirdparty_predicates` for more information. + :ref:`registering_custom_predicates` for more information. Easy Custom JSON Serialization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
