Re: Arbitrary GROUP BY fields

2019-10-19 Thread Integr@te System
Hi Issuer, Bc of you use ORDER BY with .date field so it must include in GROUP BY claude. On Sat, Oct 19, 2019, 09:09 thinkwell wrote: > Thanks for your reply James. I wasn't able to get it to work. > > I posted on the new Django forum >

Complete book

2019-10-19 Thread Md Nayem Tushar
Have any easy and properly complete book in django? pls ans me -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view

Re: Complete book

2019-10-19 Thread dandu sreenivasulu
Thank you so much for the pdf. On Sat, Oct 19, 2019 at 7:33 PM ISAAC NELSON S.B. KARGBO < insbkar...@njala.edu.sl> wrote: > Try this one out > > On Sat, Oct 19, 2019, 13:47 Md Nayem Tushar wrote: > >> Have any easy and properly complete book in django? pls ans me >> >> -- >> You received this me

Re: Complete book

2019-10-19 Thread Greg Hicks
A big thanks from me also. This looks current and definitive. Greg -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. T

Bug or Feature: Trailing Slash appended to two places in a URL

2019-10-19 Thread Conor
Hi All, I'm not sure whether this is a feature or a bug, so I thought it best to air it here before filing a bug report. In short I have a URL which will be '/api/v1/case/' if APPEND_SLASH false True, or '/api/v1 case' if APPEND_SLASH = False. To reproduce this, I have a project urls.py file w