Skip to content

Fixes ambiguity in schedule.urls - #150

Open
massmediagroup-16 wants to merge 4 commits into
pinax:masterfrom
massmediagroup-16:b150
Open

Fixes ambiguity in schedule.urls#150
massmediagroup-16 wants to merge 4 commits into
pinax:masterfrom
massmediagroup-16:b150

Conversation

@massmediagroup-16

Copy link
Copy Markdown

Url r"^([\w-]+)/$" was changed to r"^([\w-]+)/detail/$" for the purpose
of avoiding a conflict with urls r"^edit/$", r"^list/$", r"^sessions/$"

Fixes #150

r"^sessions/$" was changed to r"^sessions/all/$" for the purpose of avoiding a conflict with r"^([\w\-]+)/$"

Fixes pinax#148
Url r"^([\w\-]+)/$" was changed to r"^([\w\-]+)/detail/$" for the purpose
of avoiding a conflict with urls r"^edit/$", r"^list/$", r"^sessions/$"

Fixes pinax#150
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.

2 participants