Re: DateField does not update the date provided by hand

2017-07-27 Thread pablochud
Yeah, but I would like datepicker too. if I changed it to CharField I would loose datepicker > > -- 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+

DateField does not update the date provided by hand

2017-07-27 Thread pablochud
Hi, is it normal that DateField make me to pick a date from datepicker and do not let me update the field by hand? - when trying to set a date by hand it automatically changing to date selected on datepicker. How can I let User to choose date both way? :) -- You received this message because

upgrading django 1.11 warning list

2017-07-25 Thread pablochud
Hi! It showed me warning related to 'on_delete' as required arg for ForeignKey in migration files. is it safty to change migration file manually or is there alternative way to bypass warning? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

upgrading to Django 1.11 warning

2017-07-25 Thread pablochud
Hi, It showed me warning related to 'on_delete' as required arg for ForeignKey in migration files. Is it save to change migration file manually or is there alternative way to bypass this warning? -- You received this message because you are subscribed to the Google Groups "Django users" group