We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In django.contrib.admin, I always get lost among named url patterns, that are badly documented, and the source code does not help:
django.contrib.admin
from what I remember:
reverse('admin:app_list')
reverse('admin:app_model_change', pk)
We need a good documentation on the various named patterns :
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
django.contrib.admin
, I always get lost among named url patterns, that are badly documented, and the source code does not help:from what I remember:
reverse('admin:app_list')
reverse('admin:app_model_change', pk)
We need a good documentation on the various named patterns :
The text was updated successfully, but these errors were encountered: