automatic urlpattern creator
This method creates urlpatterns based on view functions that have 'request' as their first parameter. See docstring for details.
- url
- urlconf
- patterns
- auto
- urlpattern
This method creates urlpatterns based on view functions that have 'request' as their first parameter. See docstring for details.
This is a special URL patterns replacement that prevents caching of any URL listed within it. We needed this in Review Board to prevent the JSON API function results from being cached in Internet Explorer.
2 snippets posted so far.