Rename confusingly named helpers for URL generation

This commit is contained in:
Raphael Michel
2026-06-12 14:34:49 +02:00
parent 034722fa39
commit f33c15b5d1
40 changed files with 180 additions and 154 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ is a python method that emulates a behavior similar to ``reverse``:
If you need to communicate the URL externally, you can use a different method to ensure that it is always an absolute URL:
.. autofunction:: pretix.multidomain.urlreverse.build_absolute_uri
.. autofunction:: pretix.multidomain.urlreverse.eventreverse_absolute
In addition, there is a template tag that works similar to ``url`` but takes an event or organizer object
as its first argument and can be used like this::