Skip to content

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
@arthanson arthanson merged commit c7dca84 into feature Aug 27, 2025
8 checks passed
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