Skip to content

Additional updates to use slug instead of name in URL/view resolution #185

New issue

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

Open
wants to merge 31 commits into
base: feature
Choose a base branch
from

Conversation

bctiemann
Copy link
Contributor

Some additional fixes to URL/view resolvers using slug instead of name.

bctiemann and others added 30 commits August 18, 2025 14:17
Check if unique flag raise validation error if non unique data
NPL-411 raise validation error if using reserved names for fields
Revert "Check if unique flag raise validation error if non unique data"
174 fix delete of CO on detail page
Bump version to 0.2.0 in pyproject.toml
@@ -19,7 +19,7 @@
{% endblock breadcrumbs %}

{% block object_identifier %}
{{ object|meta:"app_label" }}.{{ object.custom_object_type.name }}:{{ object.pk }}
{{ object|meta:"app_label" }}.{{ object.custom_object_type.slug }}:{{ object.pk }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this one is correct

@bctiemann bctiemann requested a review from arthanson August 25, 2025 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants