Re: doubt about permalink and name in urlpatterns

2010-01-30 Thread harryos
> So you can use them with the {% url %} tag in templates, as shown later on. thanks a lot harry -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group

Re: doubt about permalink and name in urlpatterns

2010-01-30 Thread James Bennett
On Sat, Jan 30, 2010 at 10:55 AM, harryos wrote: > 'coltrane_entry_archive_day' ,'coltrane_entry_archive_month' etc are > never used in any method in class Entry.Even if I remove it from the > urlpattern the entries will be listed properly and get_absolute_url in > template will point to the corre