How Django processes a request when matched regular expression returned no named groups? -
i have read documentation of django, http/url. have found information how django processes request here, says:
if matched regular expression returned no named groups, matches regular expression provided positional arguments.
i can't understand happens when regular expression returns no named groups (like "").
Comments
Post a Comment