Rename confusingly named helpers for URL generation (#6280)

* Rename confusingly named helpers for URL generation

* new name

* fix old call

* Revert "new name"

This reverts commit a6e9a488b6.

* New name
This commit is contained in:
Raphael Michel
2026-06-22 09:11:55 +02:00
committed by GitHub
parent 86a51afe9e
commit 5db1a5b8af
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::