Re: reg: Django model sequense of the fields

2019-05-18 Thread 'Akash Sinha' via Django users
Position doesn't matters. On Fri, May 17, 2019 at 7:12 PM, Test Bot wrote: [Just Curious] would it matter in any way what the position of field is in the respective tables. On Fri, May 17, 2019, 5:46 PM 'Akash Sinha' via Django users wrote: Hello  This happens for 2 reasons 1st.

Re: reg: Django model sequense of the fields

2019-05-17 Thread Test Bot
[Just Curious] would it matter in any way what the position of field is in the respective tables. On Fri, May 17, 2019, 5:46 PM 'Akash Sinha' via Django users < django-users@googlegroups.com> wrote: > Hello > > This happens for 2 reasons > > 1st. Those fields might be Foreign key, Foreign key

Re: reg: Django model sequense of the fields

2019-05-17 Thread 'Akash Sinha' via Django users
Hello  This happens for 2 reasons 1st. Those fields might be Foreign key, Foreign key fields are shown at the end in DB. 2nd.  You have added those fields later in our model class, if you will add new fields in model.py file those fields will be listed at the end. On Wed, May 8, 2019

Re: reg: Django model sequense of the fields

2019-05-09 Thread Jani Tiainen
Hi. There is no correlation between field order in your model and order in database or database tools. They though accidentally be the same. ke 8. toukok. 2019 klo 18.52 'Amitesh Sahay' via Django users < django-users@googlegroups.com> kirjoitti: > Hello Users, > > I am seeing a very strange

Re: reg: Django model sequense of the fields

2019-05-08 Thread Vinicius Assef
Is it a problem? On Wed, 8 May 2019 at 12:52, 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > Hello Users, > > I am seeing a very strange issue with my Django models. > in my models.py, I have 21 fields. Out of them , the 6th field is > DASHBoard. However, when I see

reg: Django model sequense of the fields

2019-05-08 Thread 'Amitesh Sahay' via Django users
Hello Users,  I am seeing a very strange issue with my Django models. in my models.py, I have 21 fields. Out of them , the 6th field is DASHBoard. However, when I see those fields in my postgres DB through PgAdminIII, it is listed at the very end of the list.  Sorry, for security reasons I