Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Removed bulk_lookup_kwargs from code #524

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Removed bulk_lookup_kwargs from code #524

wants to merge 4 commits into from

Conversation

bplociennik
Copy link

@bplociennik bplociennik commented Feb 26, 2019

@@ -31,7 +31,7 @@
url(r'^(?P<year>\d{4})/(?P<month>\d{1,2})/(?P<day>\d{1,2})/(?P<pk>\d+)/',
ArticleDetail.as_view(), name='article-detail'),
# These support permalinks with <article_slug>
url(r'^(?P<slug>\w[-\w]*)/',
url(r'^(?P<slug>\w[-\w]*)/$',

Choose a reason for hiding this comment

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

why is this required?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants