Skip to content

Conversation

@auvipy
Copy link
Collaborator

@auvipy auvipy commented May 12, 2020

No description provided.

@xordoquy
Copy link
Contributor

nice work !

Copy link
Contributor

@lovelydinosaur lovelydinosaur left a comment

Choose a reason for hiding this comment

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

Comment on lines 175 to 177
url('^url/(?P<child>[0-9]+)$', dummy_view)
path('url/<int:child>', dummy_view)
]
urlpatterns = [
url('^purl/(?P<parent>[0-9]+)/', include(nested_patterns), {'foo': 'bar'}),
path('purl/<int:parent>/', include(nested_patterns), {'foo': 'bar'}),
Copy link
Contributor

Choose a reason for hiding this comment

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

@auvipy not sure if you had a chance to revert these changes, but this is the only thing blocking your PR from passing 🙂 .

There is a reason why there are two URL patterns in each of the lists, and they should not be the same thing 2x. The url one is testing that it leaves the arguments as strings, and the path one should parse integers and why the test is failing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

gonna revert this soon

@smithdc1
Copy link
Contributor

smithdc1 commented Sep 8, 2020

Hi @auvipy, I think this PR can now be closed as it was merged in #7512?

@auvipy auvipy closed this Feb 11, 2021
@auvipy auvipy deleted the url branch February 11, 2021 07: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.

5 participants